|
|||||||||
| Home >> All >> org >> scopemvc >> util >> [ convertor overview ] | PREV NEXT | ||||||||
Uses of Interface
org.scopemvc.util.convertor.StringConvertor
| Uses of StringConvertor in org.scopemvc.util.convertor |
| Classes in org.scopemvc.util.convertor that implement StringConvertor | |
class |
BigDecimalStringConvertor
String convertor for type BigDecimal. |
class |
BigIntegerStringConvertor
String convertor for type BigInteger. |
class |
BooleanStringConvertor
String convertor for type java.util.Date. |
class |
DateStringConvertor
String convertor for type java.util.Date. |
class |
DateTimeStringConvertor
String convertor for type org.scopemvc.util.DateTime or java.util.Date. |
class |
DoubleStringConvertor
String convertor for type java.lang.Double. |
class |
FloatStringConvertor
String convertor for type java.lang.Float. |
class |
IntegerStringConvertor
String convertor for type java.lang.Integer. |
class |
LongStringConvertor
String convertor for type java.lang.Long. |
class |
NullStringConvertor
Abstract base class for StringConvertors that recognise a presetn String value to represent null. |
class |
NumberStringConvertor
Abstract base class for numeric StringConvertors. |
class |
StringStringConvertor
String convertor for type java.lang.String. |
class |
TimeStringConvertor
String convertor for type org.scopemvc.util.Time or java.util.Date. |
| Methods in org.scopemvc.util.convertor that return StringConvertor | |
static StringConvertor |
StringConvertors.forClass(java.lang.Class inValueClass)
Return a StringConvertor for the passed Class, else return null. |
|
|||||||||
| Home >> All >> org >> scopemvc >> util >> [ convertor overview ] | PREV NEXT | ||||||||