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