Package org.codehaus.jackson.map.util
Class RootNameLookup
java.lang.Object
org.codehaus.jackson.map.util.RootNameLookup
Helper class for caching resolved root names.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LRUMap<ClassKey,
SerializedString> For efficient operation, let's try to minimize number of times we need to introspect root element name to use. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindRootName
(Class<?> rootType, MapperConfig<?> config) findRootName
(JavaType rootType, MapperConfig<?> config)
-
Field Details
-
_rootNames
For efficient operation, let's try to minimize number of times we need to introspect root element name to use.
-
-
Constructor Details
-
RootNameLookup
public RootNameLookup()
-
-
Method Details
-
findRootName
-
findRootName
-