public abstract class CoreConversionManager
extends java.lang.Object
Constructor and Description |
---|
CoreConversionManager() |
Modifier and Type | Method and Description |
---|---|
abstract 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
|
abstract java.lang.ClassLoader |
getLoader()
INTERNAL
|
public abstract 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.public abstract java.lang.ClassLoader getLoader()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference