public static class Property.CharsetProperty extends Property.BaseProperty<java.nio.charset.Charset>
Property.BaseProperty<T>, Property.BooleanProperty, Property.CharsetProperty, Property.DurationInSecondsProperty, Property.DurationProperty, Property.EnumProperty<T extends java.lang.Enum<T>>, Property.IntegerProperty, Property.LongProperty, Property.ObjectProperty, Property.StringProperty, Property.Validating<T>
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
CharsetProperty(java.lang.String name) |
CharsetProperty(java.lang.String name,
java.nio.charset.Charset defaultValue) |
Modifier and Type | Method and Description |
---|---|
protected java.nio.charset.Charset |
fromStorage(java.lang.Object value) |
get, getDefault, getName, getOrCustomDefault, getType, set, toStorage, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bool, bool, charset, charset, duration, duration, durationSec, durationSec, enum_, enum_, getOrNull, getRequired, getRequiredDefault, integer, integer, long_, long_, object, object, remove, string, string, validating
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
public CharsetProperty(java.lang.String name)
public CharsetProperty(java.lang.String name, java.nio.charset.Charset defaultValue)
protected java.nio.charset.Charset fromStorage(java.lang.Object value)
fromStorage
in class Property.BaseProperty<java.nio.charset.Charset>