Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg.AnnotationBundleKey
-
Packages that use AnnotationBundleKey Package Description org.glassfish.jersey.jackson.internal.jackson.jaxrs.base org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg -
-
Uses of AnnotationBundleKey in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Fields in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base with type parameters of type AnnotationBundleKey Modifier and Type Field Description protected LRUMap<AnnotationBundleKey,EP_CONFIG>
ProviderBase. _readers
Cache for resolved endpoint configurations when reading JSON dataprotected LRUMap<AnnotationBundleKey,EP_CONFIG>
ProviderBase. _writers
Cache for resolved endpoint configurations when writing JSON data -
Uses of AnnotationBundleKey in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg
Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.cfg that return AnnotationBundleKey Modifier and Type Method Description AnnotationBundleKey
AnnotationBundleKey. 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.
-