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