Class EnumValueEncoderFactory<E extends <E>>
-
- org.apache.tapestry5.internal.services.EnumValueEncoderFactory<E>
-
- Type Parameters:
E
- the type of the value
- All Implemented Interfaces:
ValueEncoderFactory<E>
public class <E>> extends implements ValueEncoderFactory<E>
Deprecated.this class is superseded byTypeCoercedValueEncoderFactory
and scheduled to be removed in Tapestry 5.5Factory that provides a configured instance ofEnumValueEncoder
.
-
-
Constructor Summary
Constructors Constructor Description EnumValueEncoderFactory(TypeCoercer typeCoercer)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ValueEncoder<E>
<E> type)
Deprecated.For a given type, create an encoder.
-
-
-
Constructor Detail
-
EnumValueEncoderFactory
public EnumValueEncoderFactory(TypeCoercer typeCoercer)
Deprecated.
-
-
Method Detail
-
create
public <E> type)
Deprecated.Description copied from interface:ValueEncoderFactory
For a given type, create an encoder.- Specified by:
<E>>
- Parameters:
type
- type of object for which an encoder is needed- Returns:
- the encoder for the object
-
-