Package | Description |
---|---|
org.apache.tapestry5.internal.json |
[INTERNAL USE ONLY] support classes for the JSON module; API subject to change
|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
org.apache.tapestry5.ioc.internal.util |
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.util |
A set of enums, abstract classs and wrappers of various purposes
|
Modifier and Type | Class and Description |
---|---|
class |
StringToJSONArray |
class |
StringToJSONObject |
Modifier and Type | Class and Description |
---|---|
class |
CompoundCoercion<S,I,T>
Combines two coercions to create a coercion through an intermediate type.
|
Modifier and Type | Method and Description |
---|---|
<S,T> Coercion<S,T> |
TypeCoercerImpl.getCoercion(Class<S> sourceType,
Class<T> targetType) |
Modifier and Type | Method and Description |
---|---|
static String |
ServiceMessages.failedCoercion(Object input,
Class targetType,
Coercion coercion,
Throwable cause) |
Constructor and Description |
---|
CompoundCoercion(Coercion<S,I> op1,
Coercion<I,T> op2) |
CompoundCoercion(Coercion<S,I> op1,
Coercion<I,T> op2) |
Modifier and Type | Method and Description |
---|---|
static <S,T> Mapper<S,T> |
InternalUtils.toMapper(Coercion<S,T> coercion)
|
Modifier and Type | Method and Description |
---|---|
Coercion<S,T> |
CoercionTuple.getCoercion() |
<S,T> Coercion<S,T> |
TypeCoercer.getCoercion(Class<S> sourceType,
Class<T> targetType)
Given a source and target type, computes the coercion that will be used.
|
Modifier and Type | Method and Description |
---|---|
static <S,T> CoercionTuple<S,T> |
CoercionTuple.create(Class<S> sourceType,
Class<T> targetType,
Coercion<S,T> coercion)
Convenience constructor to help with generics.
|
Constructor and Description |
---|
CoercionTuple(Class<S> sourceType,
Class<T> targetType,
Coercion<S,T> coercion)
Standard constructor, which defaults wrap to true.
|
CoercionTuple(Class<S> sourceType,
Class<T> targetType,
Coercion<S,T> coercion,
boolean wrap)
Internal-use constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
StringToEnumCoercion<T extends Enum>
A
Coercion for converting strings into an instance of a particular
enumerated type. |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.