Interface | Description |
---|---|
TryCoercer |
A coercer that can be registered, which will try to coerce the given input to the given type.
|
TypeCoercer |
Class | Description |
---|---|
CoerceFunctionals | |
CoerceFunctionals.CoerceFunction<T> | |
CommonAdaptorTryCoercions |
Defines and registers common generic coercers (e.g.
|
CommonAdaptorTypeCoercions | |
CommonAdaptorTypeCoercions.CoerceStringToCollections |
Does a rough coercion of the string to the indicated Collection or Map type.
|
EnumTypeCoercions | |
PrimitiveStringTypeCoercions | |
TypeCoercerExtensible |
Attempts to coerce
value to targetType . |
Exception | Description |
---|---|
ClassCoercionException |
Thrown to indicate that
TypeCoercions could not cast an object from one
class to another. |