Class ValueAdapter<TYPE>

java.lang.Object
cc.carm.lib.configuration.adapter.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 Object implements ValueSerializer<TYPE>, ValueParser<TYPE>
Value adapter, used to convert the value of the configuration file into the objects.