Class CoreConversionManager

    • Constructor Detail

      • CoreConversionManager

        public CoreConversionManager()
    • Method Detail

      • convertObject

        public abstract Object convertObject​(Object sourceObject,
                                             Class javaClass)
        Convert the object to the appropriate type by invoking the appropriate ConversionManager method
        Parameters:
        sourceObject - the object that must be converted
        javaClass - 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