Class JavaConstantToMap


  • public class JavaConstantToMap
    extends AbstractJavaConstantConversion<java.util.Map>
    This conversion converts from JavaConstantValue to any target type. Basically it reads the constant value from the Java class and invokes another conversion to convert whatever was read to the desired target type.
    Author:
    Rene Schneider - initial API and implementation