public class BeanUtilsHashMapper<T> extends Object implements HashMapper<T,String,String>
| Constructor and Description |
|---|
BeanUtilsHashMapper(Class<T> type) |
public T fromHash(Map<String,String> hash)
HashMapperhash (map) to an object.fromHash in interface HashMapper<T,String,String>public Map<String,String> toHash(T object)
HashMapperobject to a map that can be used with Redis hashes.toHash in interface HashMapper<T,String,String>Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.