java.lang.Object
tools.jackson.databind.util.RootNameLookup
- All Implemented Interfaces:
Serializable
Helper class for caching resolved root names.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LookupCache<ClassKey,
PropertyName> 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
(DatabindContext ctxt, Class<?> rootType) findRootName
(DatabindContext ctxt, JavaType rootType) protected Object
Need to override to reproduce cache object via constructor, instead of serialize/deserialize (since we do NOT want to retain cached data)
-
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
-
readResolve
Need to override to reproduce cache object via constructor, instead of serialize/deserialize (since we do NOT want to retain cached data)
-