Uses of Class
com.fasterxml.jackson.databind.cfg.DefaultCacheProvider.Builder
Packages that use DefaultCacheProvider.Builder
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.Builder in com.fasterxml.jackson.databind.cfg
Methods in com.fasterxml.jackson.databind.cfg that return DefaultCacheProvider.BuilderModifier and TypeMethodDescriptionstatic DefaultCacheProvider.Builder
DefaultCacheProvider.builder()
DefaultCacheProvider.Builder.maxDeserializerCacheSize
(int maxDeserializerCacheSize) Define the maximum size of theLookupCache
instance constructed byDefaultCacheProvider.forDeserializerCache(DeserializationConfig)
andDefaultCacheProvider._buildCache(int)
.DefaultCacheProvider.Builder.maxSerializerCacheSize
(int maxSerializerCacheSize) Define the maximum size of theLookupCache
instance constructed byDefaultCacheProvider.forSerializerCache(SerializationConfig)
andDefaultCacheProvider._buildCache(int)
DefaultCacheProvider.Builder.maxTypeFactoryCacheSize
(int maxTypeFactoryCacheSize) Define the maximum size of theLookupCache
instance constructed byDefaultCacheProvider.forTypeFactory()
andDefaultCacheProvider._buildCache(int)