Class ValueEncoderSourceImpl
java.lang.Object
org.apache.tapestry5.internal.services.ValueEncoderSourceImpl
- All Implemented Interfaces:
Runnable
,ValueEncoderSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ValueEncoder<T>
getValueEncoder
(Class<T> type) Gets or creates a value encoder for the indicated type.void
run()
void
-
Constructor Details
-
ValueEncoderSourceImpl
-
-
Method Details
-
setupInvalidation
-
getValueEncoder
Description copied from interface:ValueEncoderSource
Gets or creates a value encoder for the indicated type. ValueEncoders are cached.- Specified by:
getValueEncoder
in interfaceValueEncoderSource
- Parameters:
type
- type of value to be encoded and decoded- Returns:
- the value encoder
-
run
-