Uses of Class
com.fasterxml.jackson.jaxrs.util.LRUMap
Packages that use LRUMap
-
Uses of LRUMap in com.fasterxml.jackson.jaxrs.base
Fields in com.fasterxml.jackson.jaxrs.base declared as LRUMapModifier and TypeFieldDescriptionprotected final LRUMap<AnnotationBundleKey,
EP_CONFIG> ProviderBase._readers
Cache for resolved endpoint configurations when reading JSON dataprotected final LRUMap<AnnotationBundleKey,
EP_CONFIG> ProviderBase._writers
Cache for resolved endpoint configurations when writing JSON data