public class CoerceToDecimal extends AbstractCoercion
| Constructor and Description |
|---|
CoerceToDecimal() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
coerce(java.lang.Object value) |
java.lang.Object |
coerce(java.lang.Object value,
CoercionContext context) |
static void |
main(java.lang.String[] args) |
public java.lang.Object coerce(java.lang.Object value)
throws CoercionException
coerce in interface Coercioncoerce in class AbstractCoercionCoercionExceptionpublic java.lang.Object coerce(java.lang.Object value,
CoercionContext context)
throws CoercionException
CoercionExceptionpublic static void main(java.lang.String[] args)
throws CoercionException
CoercionException