Package | Description |
---|---|
com.basho.riak.client.api.convert |
Modifier and Type | Class and Description |
---|---|
class |
JSONConverter<T>
The default Converter used when storing and fetching domain objects from Riak.
|
class |
PassThroughConverter
For working with
RiakObject rather than domain types. |
class |
StringConverter
Converter that passes Strings through unmodified.
|
Modifier and Type | Method and Description |
---|---|
<T> Converter<T> |
ConverterFactory.getConverter(Type type)
Returns a Converter
|
<T> Converter<T> |
ConverterFactory.getConverter(com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
Returns a Converter instance for the supplied class.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
ConverterFactory.registerConverterForClass(Class<T> clazz,
Converter<T> converter)
Register a converter for the supplied class.
|
<T> void |
ConverterFactory.registerConverterForClass(com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
Converter<T> converter)
Register a converter for the supplied class.
|
Copyright © 2016. All rights reserved.