public interface CorePlatform<CONVERSION_MANAGER extends CoreConversionManager>
Modifier and Type | Method and Description |
---|---|
Object |
convertObject(Object sourceObject,
Class javaClass)
Convert the object to the appropriate type by invoking the appropriate
ConversionManager method
|
CONVERSION_MANAGER |
getConversionManager()
The platform hold its own instance of conversion manager to allow customization.
|
Object convertObject(Object sourceObject, Class javaClass)
object
- - the object that must be convertedjavaClass
- - the class that the object must be converted to-
- ConversionException, all exceptions will be thrown as this type.CONVERSION_MANAGER getConversionManager()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference