Class CoreConversionManager

  • Direct Known Subclasses:
    ConversionManager

    public abstract class CoreConversionManager
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CoreConversionManager

        public CoreConversionManager()
    • Method Detail

      • convertObject

        public 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
        Parameters:
        object - - the object that must be converted
        javaClass - - the class that the object must be converted to
        Returns:
        - the newly converted object
      • getLoader

        public abstract java.lang.ClassLoader getLoader()
        INTERNAL