public abstract static class TypeDescription.Generic.AbstractBase extends Object implements TypeDescription.Generic
TypeDescription.Generic.AbstractBase, TypeDescription.Generic.AnnotationReader, TypeDescription.Generic.Builder, TypeDescription.Generic.LazyProjection, TypeDescription.Generic.OfGenericArray, TypeDescription.Generic.OfNonGenericType, TypeDescription.Generic.OfParameterizedType, TypeDescription.Generic.OfTypeVariable, TypeDescription.Generic.OfWildcardType, TypeDescription.Generic.Visitor<T>TypeDefinition.Sort, TypeDefinition.SuperClassIteratorNamedElement.WithGenericName, NamedElement.WithOptionalName, NamedElement.WithRuntimeNameANNOTATION, OBJECT, UNDEFINED, VOIDEMPTY_NAME, NO_NAME| Constructor and Description |
|---|
AbstractBase() |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription.Generic |
asGenericType()
Returns this type definition as a generic type.
|
TypeDescription.Generic |
asRawType()
Returns this type as a raw type.
|
boolean |
represents(Type type)
Checks if the type described by this instance represents
type. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getComponentType, getDeclaredFields, getDeclaredMethods, getLowerBounds, getOwnerType, getSymbol, getTypeArguments, getUpperBounds, getVariableSourceasErasure, getInterfaces, getSort, getStackSize, getSuperClass, getTypeName, isArray, isPrimitivegetActualNameforEach, iterator, spliteratorgetDeclaredAnnotationspublic TypeDescription.Generic asGenericType()
TypeDefinitionasGenericType in interface TypeDefinitionpublic TypeDescription.Generic asRawType()
TypeDescription.GenericasErasure().asGenericType().asRawType in interface TypeDescription.Genericpublic boolean represents(Type type)
TypeDefinitiontype.represents in interface TypeDefinitiontype - The type of interest.true if the type described by this instance represents type.Copyright © 2014–2016. All rights reserved.