Class ValueAdapter<TYPE>

  • Type Parameters:
    TYPE - The type of the target value
    All Implemented Interfaces:
    ValueParser<TYPE>, ValueSerializer<TYPE>
    Direct Known Subclasses:
    PrimitiveAdapter

    public class ValueAdapter<TYPE>
    extends java.lang.Object
    implements ValueSerializer<TYPE>, ValueParser<TYPE>
    Value adapter, used to convert the value of the configuration file into the objects.