Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.util.LRUMap
-
Packages that use LRUMap Package Description org.glassfish.jersey.jackson.internal.jackson.jaxrs.base -
-
Uses of LRUMap in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base
Fields in org.glassfish.jersey.jackson.internal.jackson.jaxrs.base declared as LRUMap 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
-