Package org.apache.tapestry5.services
Interface ValueEncoderSource
-
- All Known Implementing Classes:
ValueEncoderSourceImpl
, value=ValueEncoderFactory.class) public interface ValueEncoderSource
A source for value encoders based on a property type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> ValueEncoder<T>
<T> type)
Gets or creates a value encoder for the indicated type.
-