Uses of Class
tools.jackson.jakarta.rs.cfg.AnnotationBundleKey
Packages that use AnnotationBundleKey
-
Uses of AnnotationBundleKey in tools.jackson.jakarta.rs.base
Fields in tools.jackson.jakarta.rs.base with type parameters of type AnnotationBundleKeyModifier and TypeFieldDescriptionprotected final tools.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> ProviderBase._readersCache for resolved endpoint configurations when reading JSON dataprotected final tools.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG> ProviderBase._writersCache for resolved endpoint configurations when writing JSON dataConstructor parameters in tools.jackson.jakarta.rs.base with type arguments of type AnnotationBundleKeyModifierConstructorDescriptionprotectedProviderBase(MAPPER_CONFIG mconfig, tools.jackson.databind.util.LookupCache<AnnotationBundleKey, EP_CONFIG> readerCache, tools.jackson.databind.util.LookupCache<AnnotationBundleKey, EP_CONFIG> writerCache) -
Uses of AnnotationBundleKey in tools.jackson.jakarta.rs.cfg
Methods in tools.jackson.jakarta.rs.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.