Uses of Class
com.fasterxml.jackson.jakarta.rs.base.util.LRUMap
-
Packages that use LRUMap Package Description com.fasterxml.jackson.jakarta.rs.base -
-
Uses of LRUMap in com.fasterxml.jackson.jakarta.rs.base
Fields in com.fasterxml.jackson.jakarta.rs.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
-