Class QVCBigDecimal
java.lang.Object
com.io7m.quarrel.core.converters.QVCAbstract<BigDecimal>
com.io7m.quarrel.core.converters.QVCBigDecimal
- All Implemented Interfaces:
QValueConverterType<BigDecimal>
A value converter.
-
Method Summary
Modifier and TypeMethodDescriptionconvertToString(BigDecimal value) Convert a value ofTto a string.static QValueConverterType<BigDecimal> get()protected BigDecimalsyntax()Methods inherited from class QVCAbstract
convertFromString
-
Method Details
-
get
- Returns:
- A value converter.
-
parse
- Specified by:
parsein classQVCAbstract<BigDecimal>
-
convertToString
Description copied from interface:QValueConverterTypeConvert a value ofTto a string.- Parameters:
value- The value- Returns:
- A string
-
exampleValue
- Returns:
- An example value used for documentation
-
syntax
- Returns:
- A description of the syntax for valid values of
T
-
convertedClass
- Returns:
- The type that will be converted
-