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.
this class is superseded by TypeCoercedValueEncoderFactory and scheduled to be removed in Tapestry 5.5
Factory that provides a configured instance of EnumValueEncoder.