Package jadex.xml

Interface IObjectObjectConverter


  • public interface IObjectObjectConverter
    Interface for converters that convert an object to another object.
    • Method Detail

      • convertObject

        java.lang.Object convertObject​(java.lang.Object val,
                                       IContext context)
                                throws java.lang.Exception
        Convert an object to another object.
        Parameters:
        val - The value to convert.
        Throws:
        java.lang.Exception