Package org.springframework.data.redis.hash

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


import org.springframework.data.redis.hash.JacksonHashMapper;

public class JacksonHashMapperTest extends AbstractHashMapperTest {

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

TOP

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

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.