Package cc.carm.lib.configuration.adapter
package cc.carm.lib.configuration.adapter
-
ClassDescriptionValueAdapter<TYPE>Value adapter, used to convert the value of the configuration file into the objects.ValueParser<TYPE>Value deserializer, convert base data to target value.ValueSerializer<TYPE>Value serializer, convert target value to base data.ValueType<T>
ValueType
used to get the generic type of the value, It can be used to check if an object is an instance of a specific type, and to cast objects to the correct type.