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
  • Constructor Details

    • BeanUtilsHashMapper

      public BeanUtilsHashMapper(Class<T> type)
      Create a new BeanUtilsHashMapper for the given type.
      Parameters:
      type - must not be null.
  • Method Details