Uses of Class
com.fasterxml.jackson.databind.cfg.DefaultCacheProvider
-
Packages that use DefaultCacheProvider Package Description com.fasterxml.jackson.databind.cfg 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 DefaultCacheProvider Modifier and Type Method Description DefaultCacheProvider
DefaultCacheProvider.Builder. build()
Constructs aDefaultCacheProvider
with the provided configuration values, using defaults where not specified.
-