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
|
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.EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference