Package io.vertigo.basics.formatter
Class FormatterId
java.lang.Object
io.vertigo.basics.formatter.FormatterId
- All Implemented Interfaces:
Formatter
Gestion des formattages des identifiants.
- Author:
- npiedeloup
-
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
-
FormatterId
Constructor.- Parameters:
args- Arguments
-
-
Method Details
-
stringToValue
public Long stringToValue(String strValue, io.vertigo.core.lang.BasicType dataType) throws FormatterException - Specified by:
stringToValuein interfaceFormatter- Throws:
FormatterException
-
valueToString
- Specified by:
valueToStringin interfaceFormatter
-