|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CoercionTarget in net.stickycode.coercion |
|---|
| Classes in net.stickycode.coercion that implement CoercionTarget | |
|---|---|
class |
AbstractCoercionType
|
class |
CoercionType
|
| Methods in net.stickycode.coercion that return CoercionTarget | |
|---|---|
CoercionTarget |
CoercionTarget.getComponentCoercionType()
|
CoercionTarget[] |
CoercionTarget.getComponentCoercionTypes()
|
| Methods in net.stickycode.coercion with parameters of type CoercionTarget | ||
|---|---|---|
T |
Coercion.coerce(CoercionTarget type,
String value)
Coerce the given string value into the type represented by this coercion. |
|
|
CoercionFinder.find(CoercionTarget target)
Find a coercion for the given target. |
|
boolean |
Coercion.isApplicableTo(CoercionTarget type)
Return true if this coercion is applicable for the given target type |
|
| Constructors in net.stickycode.coercion with parameters of type CoercionTarget | |
|---|---|
CoercionNotFoundException(CoercionTarget target,
Collection<Coercion> coercions)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||