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 LRUMap<AnnotationBundleKey,EP_CONFIG> ProviderBase._readersCache for resolved endpoint configurations when reading JSON dataprotected final LRUMap<AnnotationBundleKey,EP_CONFIG> ProviderBase._writersCache for resolved endpoint configurations when writing JSON data -
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.