Uses of Interface
tools.jackson.databind.cfg.CacheProvider
Packages that use CacheProvider
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 CacheProvider in tools.jackson.databind.cfg
Classes in tools.jackson.databind.cfg that implement CacheProviderFields in tools.jackson.databind.cfg declared as CacheProviderModifier and TypeFieldDescriptionprotected final CacheProviderBaseSettings._cacheProviderUsed to provide custom cache implementation in downstream components.Methods in tools.jackson.databind.cfg that return CacheProviderModifier and TypeMethodDescriptionstatic CacheProviderDefaultCacheProvider.defaultInstance()BaseSettings.getCacheProvider()final CacheProviderMapperConfig.getCacheProvider()Methods in tools.jackson.databind.cfg with parameters of type CacheProviderModifier and TypeMethodDescriptionMapperBuilder.cacheProvider(CacheProvider cacheProvider) BaseSettings.with(CacheProvider cacheProvider) Fluent factory for constructing a new instance with providedCacheProvider.MapperConfigBase.with(CacheProvider provider) Constructors in tools.jackson.databind.cfg with parameters of type CacheProviderModifierConstructorDescriptionBaseSettings(AnnotationIntrospector ai, PropertyNamingStrategy pns, EnumNamingStrategy ens, AccessorNamingStrategy.Provider accNaming, TypeResolverBuilder<?> defaultTyper, PolymorphicTypeValidator ptv, DateFormat dateFormat, HandlerInstantiator hi, Locale locale, TimeZone tz, Base64Variant defaultBase64, CacheProvider cacheProvider, JsonNodeFactory nodeFactory, ConstructorDetector ctorDetector)