Uses of Class
tools.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 (
tools.jackson.databind
).-
Uses of DefaultCacheProvider in tools.jackson.databind.cfg
Methods in tools.jackson.databind.cfg that return DefaultCacheProviderModifier and TypeMethodDescriptionDefaultCacheProvider.Builder.build()
Constructs aDefaultCacheProvider
with the provided configuration values, using defaults where not specified.