public abstract class CoreConversionManager extends Object
Constructor and Description |
---|
CoreConversionManager() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
convertObject(Object sourceObject,
Class javaClass)
Convert the object to the appropriate type by invoking the appropriate
ConversionManager method
|
abstract ClassLoader |
getLoader()
INTERNAL
|
public abstract 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.public abstract ClassLoader getLoader()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference