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 newJackson3HashMapper
instance with the configured settings.static Jackson3HashMapper
Jackson3HashMapper.create
(Consumer<Jackson3HashMapper.Jackson3HashMapperBuilder<tools.jackson.databind.json.JsonMapper.Builder>> configurer) Creates a newJackson3HashMapper
allowing further configuration throughconfigurer
.static Jackson3HashMapper
Jackson3HashMapper.flattening()
Returns a flatteningJackson3HashMapper
using dot notation for properties.static Jackson3HashMapper
Jackson3HashMapper.hierarchical()
Returns aJackson3HashMapper
retain the hierarchical node structure created by Jackson.