public class BigDecType extends BaseValueType<BigDecimal>
clazzType| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
cast(Object o)
Attempt to cast the passed object to the generic type T.
|
static BigDecType |
instance()
Construct an instance of BigDecType
|
BigDecimal |
parse(String sourceValue)
Attempts to parse the passed String into the destinationType.
|
getDestinationType, isParsable, toStringpublic static BigDecType instance()
public BigDecimal parse(String sourceValue) throws ParsingException
ParsingException - for any type of failure.public BigDecimal cast(Object o) throws RuntimeException
ValueTypeRuntimeExceptionCopyright © 2021. All rights reserved.