public interface CorePlatform<CONVERSION_MANAGER extends CoreConversionManager>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
convertObject(java.lang.Object sourceObject,
java.lang.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.
|
java.lang.Object convertObject(java.lang.Object sourceObject,
java.lang.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