|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueEncoderFactory<V>
A source for ValueEncoder
instances of a given type.
Method Summary | |
---|---|
ValueEncoder<V> |
create(Class<V> type)
For a given type, create an encoder. |
Method Detail |
---|
ValueEncoder<V> create(Class<V> type)
type
- type of object for which an encoder is needed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |