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
ModifierConstructorDescriptionprotected
AbstractConverter
(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, wait
Methods inherited from interface org.csveed.bean.conversion.Converter
fromString, toString
-
Constructor Details
-
AbstractConverter
-
-
Method Details
-
infoOnType
Description copied from interface:Converter
Info on type.- Specified by:
infoOnType
in interfaceConverter<K>
- Returns:
- the string
-
getType
-