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