Class CharsetConverter
java.lang.Object
com.norconex.commons.lang.convert.AbstractConverter
com.norconex.commons.lang.convert.CharsetConverter
- All Implemented Interfaces:
Converter
Charset converter.- Since:
- 2.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJSON (Jackson) deserializer using this converter.static classJSON (Jackson) serializer using this converter.static classXML (JAXB) adapter using this converter. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringnullSafeToString(Object object) protected <T> TnullSafeToType(String value, Class<T> type) Methods inherited from class com.norconex.commons.lang.convert.AbstractConverter
canEqual, equals, hashCode, toString, toString, toStringException, toStringException, toType, toTypeException, toTypeException, toUnsupportedTypeException
-
Constructor Details
-
CharsetConverter
public CharsetConverter()
-
-
Method Details
-
nullSafeToString
- Specified by:
nullSafeToStringin classAbstractConverter
-
nullSafeToType
- Specified by:
nullSafeToTypein classAbstractConverter
-