Uses of Class
org.springframework.data.redis.hash.JacksonHashMapper
Packages that use JacksonHashMapper
-
Uses of JacksonHashMapper in org.springframework.data.redis.hash
Methods in org.springframework.data.redis.hash that return JacksonHashMapperModifier and TypeMethodDescriptionJacksonHashMapper.JacksonHashMapperBuilder.build()Build a newJacksonHashMapperinstance with the configured settings.static JacksonHashMapperJacksonHashMapper.create(Consumer<JacksonHashMapper.JacksonHashMapperBuilder<tools.jackson.databind.json.JsonMapper.Builder>> configurer) Creates a newJacksonHashMapperallowing further configuration throughconfigurer.static JacksonHashMapperJacksonHashMapper.flattening()Returns a flatteningJacksonHashMapperusing dot notation for properties.static JacksonHashMapperJacksonHashMapper.hierarchical()Returns aJacksonHashMapperretain the hierarchical node structure created by Jackson.