Uses of Class
com.fasterxml.jackson.jakarta.rs.cfg.AnnotationBundleKey
-
Packages that use AnnotationBundleKey Package Description com.fasterxml.jackson.jakarta.rs.base com.fasterxml.jackson.jakarta.rs.cfg -
-
Uses of AnnotationBundleKey in com.fasterxml.jackson.jakarta.rs.base
Fields in com.fasterxml.jackson.jakarta.rs.base with type parameters of type AnnotationBundleKey Modifier and Type Field Description protected com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG>ProviderBase. _readersCache for resolved endpoint configurations when reading JSON dataprotected com.fasterxml.jackson.databind.util.LookupCache<AnnotationBundleKey,EP_CONFIG>ProviderBase. _writersCache for resolved endpoint configurations when writing JSON dataConstructor parameters in com.fasterxml.jackson.jakarta.rs.base with type arguments of type AnnotationBundleKey Constructor Description 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.jakarta.rs.cfg
Methods in com.fasterxml.jackson.jakarta.rs.cfg that return AnnotationBundleKey Modifier and Type Method Description AnnotationBundleKeyAnnotationBundleKey. 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.
-