Class MoneyAmountTypeHandler
java.lang.Object
ch.tocco.nice2.types.spi.AbstractTypeHandler<BigDecimal>
ch.tocco.nice2.types.spi.AbstractComparableTypeHandler<BigDecimal>
ch.tocco.nice2.types.impl.handlers.BigDecimalTypeHandler
ch.tocco.nice2.types.impl.handlers.MoneyAmountTypeHandler
- All Implemented Interfaces:
TypeHandler<BigDecimal>
-
Field Summary
Fields inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
baseHandler, type
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.types.impl.handlers.BigDecimalTypeHandler
getEmptyValue, isChronological, isEqual, isNumeric
Methods inherited from class ch.tocco.nice2.types.spi.AbstractComparableTypeHandler
compare
Methods inherited from class ch.tocco.nice2.types.spi.AbstractTypeHandler
contains, init, isBoolean, isolate, matches, shouldBeUnique, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.types.spi.TypeHandler
getGenerationType
-
Constructor Details
-
MoneyAmountTypeHandler
public MoneyAmountTypeHandler()
-
-
Method Details
-
asObject
- Specified by:
asObject
in interfaceTypeHandler<BigDecimal>
- Overrides:
asObject
in classBigDecimalTypeHandler
- Throws:
StringConversionException
-
asString
- Specified by:
asString
in interfaceTypeHandler<BigDecimal>
- Overrides:
asString
in classAbstractTypeHandler<BigDecimal>
-