|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Coercion | |
|---|---|
| org.apache.tapestry5.ioc.internal.services | |
| org.apache.tapestry5.ioc.internal.util | |
| org.apache.tapestry5.ioc.services | |
| Uses of Coercion in org.apache.tapestry5.ioc.internal.services |
|---|
| Classes in org.apache.tapestry5.ioc.internal.services that implement Coercion | |
|---|---|
class |
CompoundCoercion<S,I,T>
Combines two coercions to create a coercsion through an intermediate type. |
| Methods in org.apache.tapestry5.ioc.internal.services that return Coercion | ||
|---|---|---|
|
TypeCoercerImpl.getCoercion(java.lang.Class<S> sourceType,
java.lang.Class<T> targetType)
|
|
| Methods in org.apache.tapestry5.ioc.internal.services with parameters of type Coercion | |
|---|---|
static java.lang.String |
ServiceMessages.failedCoercion(java.lang.Object input,
java.lang.Class targetType,
Coercion coercion,
java.lang.Throwable cause)
|
| Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type Coercion | |
|---|---|
CompoundCoercion(Coercion<S,I> op1,
Coercion<I,T> op2)
|
|
CompoundCoercion(Coercion<S,I> op1,
Coercion<I,T> op2)
|
|
| Uses of Coercion in org.apache.tapestry5.ioc.internal.util |
|---|
| Methods in org.apache.tapestry5.ioc.internal.util with parameters of type Coercion | ||
|---|---|---|
static
|
InternalUtils.toMapper(Coercion<S,T> coercion)
Wraps a as a Mapper. |
|
| Uses of Coercion in org.apache.tapestry5.ioc.services |
|---|
| Methods in org.apache.tapestry5.ioc.services that return Coercion | ||
|---|---|---|
Coercion<S,T> |
CoercionTuple.getCoercion()
|
|
|
TypeCoercer.getCoercion(java.lang.Class<S> sourceType,
java.lang.Class<T> targetType)
Given a source and target type, computes the coercion that will be used. |
|
| Methods in org.apache.tapestry5.ioc.services with parameters of type Coercion | ||
|---|---|---|
static
|
CoercionTuple.create(java.lang.Class<S> sourceType,
java.lang.Class<T> targetType,
Coercion<S,T> coercion)
Convenience constructor to help with generics. |
|
| Constructors in org.apache.tapestry5.ioc.services with parameters of type Coercion | |
|---|---|
CoercionTuple(java.lang.Class<S> sourceType,
java.lang.Class<T> targetType,
Coercion<S,T> coercion)
Standard constructor, which defaults wrap to true. |
|
CoercionTuple(java.lang.Class<S> sourceType,
java.lang.Class<T> targetType,
Coercion<S,T> coercion,
boolean wrap)
Internal-use constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||