Serializable
, Type
public class RecursiveType extends ResolvedType
Modifier and Type | Field | Description |
---|---|---|
protected ResolvedType |
_referencedType |
_bindings, _elemType, _erasedType, _interfaces, _kind, _super, NO_TYPES, T_ARRAY, T_INTERFACE, T_PRIMITIVE, T_RECURSIVE, T_REGULAR
Constructor | Description |
---|---|
RecursiveType(Class<?> erased,
TypeBindings bindings) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
ResolvedType |
selfRefType() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_appendClassDesc, appendDesc, elementType, erasedType, findSupertype, getDesc, hashCode, implInterfaces, isArray, parentType, toString, typeBindings, typeParametersFor, typeParams
getTypeName
protected ResolvedType _referencedType
public RecursiveType(Class<?> erased, TypeBindings bindings)
public ResolvedType selfRefType()
public boolean equals(Object o)
equals
in class ResolvedType
Copyright © 2018. All rights reserved.