Class GenericValueEncoderFactory<V>

java.lang.Object
org.apache.tapestry5.internal.services.GenericValueEncoderFactory<V>
Type Parameters:
V - the type of the value.
All Implemented Interfaces:
ValueEncoderFactory<V>

public class GenericValueEncoderFactory<V> extends Object implements ValueEncoderFactory<V>
An implementation of ValueEncoderFactory that returns a pre-wired instance of ValueEncoder. This is odd for a factory, because it doesn't actually create the returned instance, just stores it until the encoder is needed.