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