Package org.springframework.data.redis.hash

Examples of org.springframework.data.redis.hash.BeanUtilsHashMapper


* @author Costin Leau
*/
public class BeanUtilsHashMapperTest extends AbstractHashMapperTest {

  protected HashMapper mapperFor(Class t) {
    return new BeanUtilsHashMapper(t);
  }
View Full Code Here

TOP

Related Classes of org.springframework.data.redis.hash.BeanUtilsHashMapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.