Uses of Class
com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
Packages that use AnnotationBundleKey
-
Uses of AnnotationBundleKey in com.fasterxml.jackson.jaxrs.base
Fields in com.fasterxml.jackson.jaxrs.base with type parameters of type AnnotationBundleKeyModifier and TypeFieldDescriptionprotected final com.fasterxml.jackson.databind.util.LookupCache
<AnnotationBundleKey, EP_CONFIG> ProviderBase._readers
Cache for resolved endpoint configurations when reading JSON dataprotected final com.fasterxml.jackson.databind.util.LookupCache
<AnnotationBundleKey, EP_CONFIG> ProviderBase._writers
Cache for resolved endpoint configurations when writing JSON dataConstructor parameters in com.fasterxml.jackson.jaxrs.base with type arguments of type AnnotationBundleKeyModifierConstructorDescriptionprotected
ProviderBase
(MAPPER_CONFIG mconfig, com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey, EP_CONFIG> readerCache, com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey, EP_CONFIG> writerCache) -
Uses of AnnotationBundleKey in com.fasterxml.jackson.jaxrs.cfg
Methods in com.fasterxml.jackson.jaxrs.cfg that return AnnotationBundleKeyModifier and TypeMethodDescriptionAnnotationBundleKey.immutableKey()
Method called to create a safe immutable copy of the key; used when adding entry with this key -- lookups are ok without calling the method.