Class PrimitiveConverter
java.lang.Object
me.hsgamer.hscore.config.annotation.converter.PrimitiveConverter
- All Implemented Interfaces:
Converter
A
Converter to convert primitive types-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrimitiveConverter
-
-
Method Details
-
convert
Description copied from interface:ConverterConvert the raw value from the config file to the final value for the field -
convertToRaw
Description copied from interface:ConverterConvert the final value from the field to the raw value for the config file- Specified by:
convertToRawin interfaceConverter- Parameters:
value- the final value- Returns:
- the raw value
-