Uses of Interface
com.fasterxml.jackson.databind.cfg.CacheProvider
Packages that use CacheProvider
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.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).Contains implementation classes of deserialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Uses of CacheProvider in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind with parameters of type CacheProviderModifier and TypeMethodDescriptionObjectMapper.setCacheProvider(CacheProvider cacheProvider) Method for specifyingCacheProviderinstance, to provide Cache instances to be used in components downstream. -
Uses of CacheProvider in com.fasterxml.jackson.databind.cfg
Classes in com.fasterxml.jackson.databind.cfg that implement CacheProviderFields in com.fasterxml.jackson.databind.cfg declared as CacheProviderModifier and TypeFieldDescriptionprotected final CacheProviderBaseSettings._cacheProviderUsed to provide custom cache implementation in downstream components.Methods in com.fasterxml.jackson.databind.cfg that return CacheProviderModifier and TypeMethodDescriptionstatic CacheProviderDefaultCacheProvider.defaultInstance()BaseSettings.getCacheProvider()MapperConfig.getCacheProvider()Methods in com.fasterxml.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 com.fasterxml.jackson.databind.cfg with parameters of type CacheProviderModifierConstructorDescriptionBaseSettings(ClassIntrospector ci, AnnotationIntrospector ai, PropertyNamingStrategy pns, TypeFactory tf, TypeResolverBuilder<?> typer, DateFormat dateFormat, HandlerInstantiator hi, Locale locale, TimeZone tz, com.fasterxml.jackson.core.Base64Variant defaultBase64, PolymorphicTypeValidator ptv, AccessorNamingStrategy.Provider accNaming, CacheProvider cacheProvider) -
Uses of CacheProvider in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.jackson.databind.deser with parameters of type CacheProviderModifier and TypeMethodDescriptionDefaultDeserializationContext.Impl.withCaches(CacheProvider cp) abstract DefaultDeserializationContextDefaultDeserializationContext.withCaches(CacheProvider cacheProvider) Fluent factory method used for constructing a new instance with cache instances provided byCacheProvider.Constructors in com.fasterxml.jackson.databind.deser with parameters of type CacheProviderModifierConstructorDescriptionprotected -
Uses of CacheProvider in com.fasterxml.jackson.databind.ser
Methods in com.fasterxml.jackson.databind.ser with parameters of type CacheProviderModifier and TypeMethodDescriptionDefaultSerializerProvider.Impl.withCaches(CacheProvider cp) abstract DefaultSerializerProviderDefaultSerializerProvider.withCaches(CacheProvider cacheProvider) Fluent factory method used for constructing a new instance with cache instances provided byCacheProvider.Constructors in com.fasterxml.jackson.databind.ser with parameters of type CacheProviderModifierConstructorDescriptionprotectedprotected