Class BeanUtilsHashMapper<T>

java.lang.Object
org.springframework.data.redis.hash.BeanUtilsHashMapper<T>
All Implemented Interfaces:
HashMapper<T,String,String>

public class BeanUtilsHashMapper<T> extends Object implements HashMapper<T,String,String>
HashMapper based on Apache Commons BeanUtils project. Does NOT supports nested properties.
Author:
Costin Leau, Christoph Strobl, Mark Paluch