public interface CoercionFinder
| Modifier and Type | Method and Description |
|---|---|
<T> Coercion<T> |
find(CoercionTarget target)
Find a coercion for the given target.
|
<T> Coercion<T> find(CoercionTarget target) throws CoercionNotFoundException
target - The target to find a coercion forCoercionNotFoundException - if there is no coercion registered that is appropriate for the given targetCopyright © 2003–2017 RedEngine Ltd. All rights reserved.