Package io.vertigo.basics.formatter
Class FormatterId
- java.lang.Object
-
- io.vertigo.basics.formatter.FormatterId
-
-
Constructor Summary
Constructors Constructor Description FormatterId(String args)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
stringToValue(String strValue, io.vertigo.core.lang.BasicType dataType)
String
valueToString(Object objValue, io.vertigo.core.lang.BasicType dataType)
-
-
-
Constructor Detail
-
FormatterId
public FormatterId(String args)
Constructor.- Parameters:
args
- Arguments
-
-
Method Detail
-
stringToValue
public Long stringToValue(String strValue, io.vertigo.core.lang.BasicType dataType) throws FormatterException
- Specified by:
stringToValue
in interfaceFormatter
- Throws:
FormatterException
-
valueToString
public String valueToString(Object objValue, io.vertigo.core.lang.BasicType dataType)
- Specified by:
valueToString
in interfaceFormatter
-
-