类 ValueAdapter<TYPE>

java.lang.Object
cc.carm.lib.configuration.adapter.ValueAdapter<TYPE>
类型参数:
TYPE - The type of the target value
所有已实现的接口:
ValueParser<TYPE>, ValueSerializer<TYPE>
直接已知子类:
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.