|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UsesMappedConfiguration(key=java.lang.Class.class, value=ValueEncoderFactory.class) public interface ValueEncoderSource
A source for value encoders based on a property type.
Method Summary | ||
---|---|---|
|
getValueEncoder(Class<T> type)
Gets or creates a value encoder for the indicated type. |
Method Detail |
---|
<T> ValueEncoder<T> getValueEncoder(Class<T> type)
type
- type of value to be encoded and decoded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |