java.lang.Object
org.csveed.bean.conversion.AbstractConverter<K>
- Type Parameters:
K- the key type
- All Implemented Interfaces:
Converter<K>
- Direct Known Subclasses:
ByteArrayConverter,CharacterConverter,CharArrayConverter,CharsetConverter,CurrencyConverter,CustomBooleanConverter,CustomNumberConverter,DateConverter,EasyAbstractConverter,EnumConverter,PatternConverter,StringConverter,TimeZoneConverter
The Class AbstractConverter.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractConverter(Class<K> clazz) Instantiates a new abstract converter. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.csveed.bean.conversion.Converter
fromString, toString
-
Constructor Details
-
AbstractConverter
Instantiates a new abstract converter.- Parameters:
clazz- the clazz
-
-
Method Details