Class TypeDescriptor
java.lang.Object
com.github.darksoulq.abyssallib.common.reflection.TypeDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisAssignableTo(Class<?> target) booleanisClass()booleanbooleanbooleanbooleanResult<ReflectClass<?>> rawType()toString()typeArgument(int index)
-
Constructor Details
-
TypeDescriptor
-
-
Method Details
-
getUnderlyingType
-
isClass
public boolean isClass() -
isParameterized
public boolean isParameterized() -
isWildcard
public boolean isWildcard() -
isGenericArray
public boolean isGenericArray() -
isTypeVariable
public boolean isTypeVariable() -
rawType
-
getTypeArguments
-
typeArgument
-
upperBounds
-
lowerBounds
-
getArrayComponentType
-
isAssignableTo
-
equals
-
hashCode
-
toString
-