Package io.vertigo.basics.formatter
Class FormatterString
java.lang.Object
io.vertigo.basics.formatter.FormatterString
- All Implemented Interfaces:
Formatter
Gestion des formattages de String.
- Author:
- pchretien
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstringToValue(String strValue, io.vertigo.core.lang.BasicType dataType) valueToString(Object objValue, io.vertigo.core.lang.BasicType dataType)
-
Constructor Details
-
FormatterString
Constructor.
-
-
Method Details
-
stringToValue
- Specified by:
stringToValuein interfaceFormatter
-
valueToString
- Specified by:
valueToStringin interfaceFormatter
-