- Type Parameters:
K
- the Object to convert the String to
- All Known Implementing Classes:
AbstractConverter
,ByteArrayConverter
,CharacterConverter
,CharArrayConverter
,CharsetConverter
,CurrencyConverter
,CustomBooleanConverter
,CustomNumberConverter
,DateConverter
,EasyAbstractConverter
,EnumConverter
,PatternConverter
,StringConverter
,TimeZoneConverter
public interface Converter<K>
Stateless converter from String to Object.
-
Method Summary
-
Method Details
-
fromString
From string.- Parameters:
text
- the text- Returns:
- the k
- Throws:
Exception
- the exception
-
toString
To string.- Parameters:
value
- the value- Returns:
- the string
- Throws:
Exception
- the exception
-
infoOnType
String infoOnType()Info on type.- Returns:
- the string
-
getType
Gets the type.- Returns:
- the type
-