Interface CorePlatform<CONVERSION_MANAGER extends CoreConversionManager>

    • Method Detail

      • convertObject

        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
      • getConversionManager

        CONVERSION_MANAGER getConversionManager()
        The platform hold its own instance of conversion manager to allow customization.