-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 Type
getGenericComponentType()
返回表示此数组的组件类型的Type
对象。-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-
-
-
方法详细信息
-
getGenericComponentType
Type getGenericComponentType()
返回表示此数组的组件类型的Type
对象。 此方法创建数组的组件类型。 有关参数化类型的创建过程的语义,请参见ParameterizedType
的声明,有关类型变量的创建过程,请参阅TypeVariable
。- 结果
-
表示此数组的组件类型的
Type
对象 - 异常
-
TypeNotPresentException
- 如果底层数组类型的组件类型引用不存在的类型声明 -
MalformedParameterizedTypeException
- 如果底层数组类型的组件类型是指由于任何原因无法实例化的参数化类型
-
-