Package de.quantummaid.reflectmaid
Class ArrayType
- java.lang.Object
-
- de.quantummaid.reflectmaid.ArrayType
-
- All Implemented Interfaces:
ResolvedType
public final class ArrayType extends Object implements ResolvedType
-
-
Constructor Summary
Constructors Constructor Description ArrayType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArrayTypearrayType(ResolvedType componentType)Class<?>assignableType()ResolvedTypecomponentType()Stringdescription()static ArrayTypefromArrayClass(Class<?> clazz)booleanisAbstract()booleanisInterface()booleanisWildcard()StringsimpleDescription()List<ResolvedType>typeParameters()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.reflectmaid.ResolvedType
isAnnotation, isAnonymousClass, isInnerClass, isInstantiatable, isLocalClass, isPublic, isStatic
-
-
-
-
Method Detail
-
arrayType
public static ArrayType arrayType(ResolvedType componentType)
-
componentType
public ResolvedType componentType()
-
simpleDescription
public String simpleDescription()
- Specified by:
simpleDescriptionin interfaceResolvedType
-
description
public String description()
- Specified by:
descriptionin interfaceResolvedType
-
isAbstract
public boolean isAbstract()
- Specified by:
isAbstractin interfaceResolvedType
-
isInterface
public boolean isInterface()
- Specified by:
isInterfacein interfaceResolvedType
-
isWildcard
public boolean isWildcard()
- Specified by:
isWildcardin interfaceResolvedType
-
typeParameters
public List<ResolvedType> typeParameters()
- Specified by:
typeParametersin interfaceResolvedType
-
assignableType
public Class<?> assignableType()
- Specified by:
assignableTypein interfaceResolvedType
-
-