Class | Description |
---|---|
Converter<T> |
The Converter acts as a bridge between the core and the user level API, specifically
for ORM.
|
Converter.OrmExtracted |
Encapsulation of ORM data extracted from a domain object.
|
JSONConverter<T> |
The default Converter used when storing and fetching domain objects from Riak.
|
PassThroughConverter |
For working with
RiakObject rather than domain types. |
RiakBeanSerializerModifier |
BeanSerializerModifier that drops RiakKey and
RiakUsermeta annotated fields from the the set of fields that Jackson
will serialize |
RiakJacksonModule |
A Jackson module that customizes Jackson's object
mapper so we can handle Riak annotations like @RiakKey,
@RiakUsermeta, etc correctly.
|
StringConverter |
Converter that passes Strings through unmodified.
|
Enum | Description |
---|---|
ConverterFactory |
Holds instances of converters to be used for serialization / deserialization
of objects stored and fetched from Riak.
|
Exception | Description |
---|---|
ConversionException |
Wraps any exception thrown while converting to/from
RiakObject and your domain types. |
Copyright © 2016. All rights reserved.