Class EnumValueEncoderFactory<E extends Enum<E>>
java.lang.Object
org.apache.tapestry5.internal.services.EnumValueEncoderFactory<E>
- Type Parameters:
E
- the type of the value
- All Implemented Interfaces:
ValueEncoderFactory<E>
@Deprecated
public class EnumValueEncoderFactory<E extends Enum<E>>
extends Object
implements ValueEncoderFactory<E>
Deprecated.
Factory that provides a configured instance of
EnumValueEncoder
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.For a given type, create an encoder.
-
Constructor Details
-
EnumValueEncoderFactory
Deprecated.
-
-
Method Details
-
create
Deprecated.Description copied from interface:ValueEncoderFactory
For a given type, create an encoder.- Specified by:
create
in interfaceValueEncoderFactory<E extends Enum<E>>
- Parameters:
type
- type of object for which an encoder is needed- Returns:
- the encoder for the object
-
TypeCoercedValueEncoderFactory
and scheduled to be removed in Tapestry 5.5