public interface ValueEncoderFactory<V>
ValueEncoder
instances of a given type.Modifier and Type | Method and Description |
---|---|
ValueEncoder<V> |
create(Class<V> type)
For a given type, create an encoder.
|
ValueEncoder<V> create(Class<V> type)
type
- type of object for which an encoder is needed${project.version} - Copyright © 2003-2015 The Apache Software Foundation.