Class StringObjectMapConverter
- java.lang.Object
-
- me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter<Object>
-
- me.hsgamer.topper.spigot.plugin.config.converter.StringObjectMapConverter
-
- All Implemented Interfaces:
me.hsgamer.hscore.config.annotation.converter.Converter
public class StringObjectMapConverter extends StringMapConverter<Object>
-
-
Constructor Summary
Constructors Constructor Description StringObjectMapConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
toRawValue(Object value)
protected Object
toValue(Object value)
-
Methods inherited from class me.hsgamer.topper.spigot.plugin.config.converter.StringMapConverter
convert, convertToRaw
-
-
-
-
Method Detail
-
toValue
protected Object toValue(Object value)
- Specified by:
toValue
in classStringMapConverter<Object>
-
toRawValue
protected Object toRawValue(Object value)
- Specified by:
toRawValue
in classStringMapConverter<Object>
-
-