Uses of Class
com.fasterxml.jackson.databind.cfg.DefaultCacheProvider
Packages that use DefaultCacheProvider
Package
Description
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
com.fasterxml.jackson.databind
).-
Uses of DefaultCacheProvider in com.fasterxml.jackson.databind.cfg
Methods in com.fasterxml.jackson.databind.cfg that return DefaultCacheProviderModifier and TypeMethodDescriptionDefaultCacheProvider.Builder.build()
Constructs aDefaultCacheProvider
with the provided configuration values, using defaults where not specified.