com.fasterxml.jackson.databind.util
Class RootNameLookup
java.lang.Object
com.fasterxml.jackson.databind.util.RootNameLookup
public class RootNameLookup
- extends Object
Helper class for caching resolved root names.
Field Summary |
protected LRUMap<ClassKey,com.fasterxml.jackson.core.io.SerializedString> |
_rootNames
For efficient operation, let's try to minimize number of times we
need to introspect root element name to use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_rootNames
protected LRUMap<ClassKey,com.fasterxml.jackson.core.io.SerializedString> _rootNames
- For efficient operation, let's try to minimize number of times we
need to introspect root element name to use.
RootNameLookup
public RootNameLookup()
findRootName
public com.fasterxml.jackson.core.io.SerializedString findRootName(JavaType rootType,
MapperConfig<?> config)
findRootName
public com.fasterxml.jackson.core.io.SerializedString findRootName(Class<?> rootType,
MapperConfig<?> config)
Copyright © 2012 fasterxml.com. All Rights Reserved.