public class RootNameLookup
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
RootNameLookup() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.core.io.SerializedString |
findRootName(java.lang.Class<?> rootType,
MapperConfig<?> config) |
com.fasterxml.jackson.core.io.SerializedString |
findRootName(JavaType rootType,
MapperConfig<?> config) |
public com.fasterxml.jackson.core.io.SerializedString findRootName(JavaType rootType, MapperConfig<?> config)
public com.fasterxml.jackson.core.io.SerializedString findRootName(java.lang.Class<?> rootType, MapperConfig<?> config)
Copyright © 2013. All Rights Reserved.