Class StringConverter
- java.lang.Object
-
- me.hsgamer.topper.storage.simple.converter.SimpleValueConverter<String>
-
- me.hsgamer.topper.storage.simple.converter.StringConverter
-
- All Implemented Interfaces:
ValueConverter<String>
public class StringConverter extends SimpleValueConverter<String>
-
-
Constructor Summary
Constructors Constructor Description StringConverter(String valueName, boolean isStringNative, int stringMaxLength)
-
Method Summary
-
Methods inherited from class me.hsgamer.topper.storage.simple.converter.SimpleValueConverter
fromObjectMap, fromRawString, fromSqlResultSet, getSqlColumnDefinitions, getSqlColumns, toObjectMap, toRawString, toSqlValues
-
-
-
-
Constructor Detail
-
StringConverter
public StringConverter(String valueName, boolean isStringNative, int stringMaxLength)
-
-