| Interface | Description |
|---|---|
| Coercer<ToType> |
Coerces instances of arbitrary types into a specific type
|
| Class | Description |
|---|---|
| AbstractCoercer<T> |
Base implementation for coercers
|
| BigDecimalCoercer | |
| BigIntegerCoercer | |
| BooleanCoercer | |
| ByteCoercer | |
| DateCoercer | |
| DoubleCoercer | |
| FloatCoercer | |
| IntegerCoercer | |
| LongCoercer | |
| ShortCoercer | |
| StringCoercer |
| Exception | Description |
|---|---|
| CoercionException |
Error during a type coercion
|