Uses of Class
org.codehaus.jackson.map.util.LRUMap
-
Packages that use LRUMap Package Description org.codehaus.jackson.map.util Utility classes for Mapper package. -
-
Uses of LRUMap in org.codehaus.jackson.map.util
Fields in org.codehaus.jackson.map.util declared as LRUMap Modifier and Type Field Description protected LRUMap<ClassKey,SerializedString>
RootNameLookup. _rootNames
For efficient operation, let's try to minimize number of times we need to introspect root element name to use.
-