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 LongstringToValue(String strValue, io.vertigo.core.lang.BasicType dataType)StringvalueToString(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:
stringToValuein interfaceFormatter- Throws:
FormatterException
-
valueToString
public String valueToString(Object objValue, io.vertigo.core.lang.BasicType dataType)
- Specified by:
valueToStringin interfaceFormatter
-
-