com.basho.riak.client.convert
Class RiakIndexConverter<T>
java.lang.Object
com.basho.riak.client.convert.RiakIndexConverter<T>
- Type Parameters:
T
-
public class RiakIndexConverter<T>
- extends Object
Handles the conversion of riak indexes from domain objects -> IRiakObject
and back
- Author:
- russell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RiakIndexConverter
public RiakIndexConverter()
getIndexes
public RiakIndexes getIndexes(T domainObject)
populateIndexes
public T populateIndexes(RiakIndexes indexes,
T domainObject)
Copyright © 2012. All Rights Reserved.