Module org.eclipse.persistence.core
Class CoreConversionManager
- java.lang.Object
-
- org.eclipse.persistence.internal.core.helper.CoreConversionManager
-
- Direct Known Subclasses:
ConversionManager
public abstract class CoreConversionManager extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCoreConversionManager()Default constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> TconvertObject(Object sourceObject, Class<T> javaClass)Convert the object to the appropriate type by invoking the appropriate ConversionManager methodabstract ClassLoadergetLoader()INTERNAL
-
-
-
Method Detail
-
convertObject
public abstract <T> T convertObject(Object sourceObject, Class<T> javaClass)
Convert the object to the appropriate type by invoking the appropriate ConversionManager method- Parameters:
sourceObject- the object that must be convertedjavaClass- the class that the object must be converted to- Returns:
- the newly converted object
- Throws:
ConversionException- all exceptions will be thrown as this type.
-
getLoader
public abstract ClassLoader getLoader()
INTERNAL
-
-