public static class TypePool.Explicit extends TypePool.AbstractBase.Hierarchical
TypePool.AbstractBase.ArrayTypeResolution, TypePool.AbstractBase.Hierarchical, TypePool.AbstractBase.RawAnnotationValue, TypePool.AbstractBase.RawDescriptionArray, TypePool.AbstractBase.RawEnumerationValue, TypePool.AbstractBase.RawTypeValueTypePool.AbstractBase, TypePool.CacheProvider, TypePool.ClassLoading, TypePool.Default, TypePool.Empty, TypePool.Explicit, TypePool.LazyFacade, TypePool.ResolutioncacheProvider, PRIMITIVE_DESCRIPTORS, PRIMITIVE_TYPES| Constructor and Description |
|---|
Explicit(Map<String,TypeDescription> types)
Creates a new explicit type pool without a parent.
|
Explicit(TypePool parent,
Map<String,TypeDescription> types)
Creates a new explicit type pool.
|
| Modifier and Type | Method and Description |
|---|---|
protected TypePool.Resolution |
doDescribe(String name)
Determines a resolution to a non-primitive, non-array type.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
clear, describedoCachepublic Explicit(Map<String,TypeDescription> types)
types - A mapping from type names to type descriptions of that name.public Explicit(TypePool parent, Map<String,TypeDescription> types)
parent - The parent type pool.types - A mapping from type names to type descriptions of that name.protected TypePool.Resolution doDescribe(String name)
TypePool.AbstractBasedoDescribe in class TypePool.AbstractBasename - The name of the type to describe.public boolean equals(Object other)
equals in class TypePool.AbstractBase.Hierarchicalpublic int hashCode()
hashCode in class TypePool.AbstractBase.HierarchicalCopyright © 2014–2016. All rights reserved.