Class ReflectType
java.lang.Object
com.github.darksoulq.abyssallib.common.reflection.ReflectType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResult<ReflectClass<?>> booleanisClass()booleanbooleanboolean
-
Constructor Details
-
ReflectType
-
-
Method Details
-
getUnderlyingType
-
isClass
public boolean isClass() -
isParameterized
public boolean isParameterized() -
isWildcard
public boolean isWildcard() -
isGenericArray
public boolean isGenericArray() -
getRawType
-
getTypeArguments
-
getArrayComponentType
-