Uses of Class
org.springframework.data.redis.hash.Jackson3HashMapper
Packages that use Jackson3HashMapper
-
Uses of Jackson3HashMapper in org.springframework.data.redis.hash
Methods in org.springframework.data.redis.hash that return Jackson3HashMapperModifier and TypeMethodDescriptionJackson3HashMapper.Jackson3HashMapperBuilder.build()Build a newJackson3HashMapperinstance with the configured settings.static Jackson3HashMapperJackson3HashMapper.create(Consumer<Jackson3HashMapper.Jackson3HashMapperBuilder<tools.jackson.databind.json.JsonMapper.Builder>> configurer) Creates a newJackson3HashMapperallowing further configuration throughconfigurer.static Jackson3HashMapperJackson3HashMapper.flattening()Returns a flatteningJackson3HashMapperusing dot notation for properties.static Jackson3HashMapperJackson3HashMapper.hierarchical()Returns aJackson3HashMapperretain the hierarchical node structure created by Jackson.