Package gw.lang.reflect.java
Interface IJavaClassGenericArrayType
-
- All Superinterfaces:
IJavaClassType,Serializable
public interface IJavaClassGenericArrayType extends IJavaClassType
-
-
Field Summary
-
Fields inherited from interface gw.lang.reflect.java.IJavaClassType
EMPTY_ARRAY, ERROR_TYPE, NULL_TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJavaClassTypegetGenericComponentType()-
Methods inherited from interface gw.lang.reflect.java.IJavaClassType
getActualType, getActualType, getComponentType, getConcreteType, getModule, getName, getNamespace, getSimpleName, isArray, isAssignableFrom
-
-
-
-
Method Detail
-
getGenericComponentType
IJavaClassType getGenericComponentType()
-
-