Class TypeCoercedValueEncoderFactory
java.lang.Object
org.apache.tapestry5.internal.services.TypeCoercedValueEncoderFactory
- All Implemented Interfaces:
ValueEncoderFactory<Object>
Provides
ValueEncoder
instances that are backed by the TypeCoercer
service.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor a given type, create an encoder.
-
Constructor Details
-
TypeCoercedValueEncoderFactory
-
-
Method Details
-
create
Description copied from interface:ValueEncoderFactory
For a given type, create an encoder.- Specified by:
create
in interfaceValueEncoderFactory<Object>
- Parameters:
type
- type of object for which an encoder is needed- Returns:
- the encoder for the object
-