public static class CommonAdaptorTypeCoercions.CoerceStringToCollections extends java.lang.Object implements TryCoercer
TypeCoercerExtensible to recurse inside the collection/map.| Constructor and Description |
|---|
CoerceStringToCollections() |
| Modifier and Type | Method and Description |
|---|---|
<T> Maybe<T> |
tryCoerce(java.lang.Object input,
<any> type)
The meaning of the return value is:
null - no errors, recommend continue with fallbacks (i.e.
|
public <T> Maybe<T> tryCoerce(java.lang.Object input, <any> type)
TryCoercertryCoerce in interface TryCoercer