软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.lang.reflect |
提供用于获取类和对象的反射信息的类和接口。
|
Modifier and Type | Method and Description |
---|---|
AnnotatedType[] |
Class.getAnnotatedInterfaces()
返回
AnnotatedType 对象代表类型指定的
类 对象表示的实体超接口使用一个数组。
|
AnnotatedType |
Class.getAnnotatedSuperclass()
返回一个
AnnotatedType 表示指定类型的对象表示的实体
类 父类的使用。
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotatedArrayType
AnnotatedArrayType 代表潜在的注释使用数组类型,其组成类型本身可能代表一类注释的使用。
|
interface |
AnnotatedParameterizedType
AnnotatedParameterizedType 代表潜在的注释使用参数化类型,其类型参数可以自己代表注释的使用类型。
|
interface |
AnnotatedTypeVariable
AnnotatedTypeVariable 代表潜在的注释使用类型变量的声明,可能有界本身所代表的注释使用的类型。
|
interface |
AnnotatedWildcardType
AnnotatedWildcardType 代表潜在的注释使用通配符类型参数,其上限或下限可代表注释的使用类型。
|
Modifier and Type | Method and Description |
---|---|
AnnotatedType[] |
AnnotatedParameterizedType.getAnnotatedActualTypeArguments()
返回此参数类型的潜在注释的实际类型参数。
|
AnnotatedType[] |
TypeVariable.getAnnotatedBounds()
返回annotatedtype对象表示表示该型变量表示的类型参数的上界类型使用一个数组。
|
AnnotatedType[] |
AnnotatedTypeVariable.getAnnotatedBounds()
返回此类型变量的潜在注释界限。
|
AnnotatedType[] |
Executable.getAnnotatedExceptionTypes()
返回表示指定申报异常的方法或构造器的执行代表类型的使用
AnnotatedType 对象数组。
|
AnnotatedType |
AnnotatedArrayType.getAnnotatedGenericComponentType()
返回这个数组类型的潜在注释的通用组件类型。
|
AnnotatedType[] |
AnnotatedWildcardType.getAnnotatedLowerBounds()
返回可能注释的下界这个通配符类型。
|
AnnotatedType[] |
Executable.getAnnotatedParameterTypes()
返回表示指定的方法或构造器的执行表示形式参数类型的类型的使用
AnnotatedType 对象数组。
|
AnnotatedType |
Executable.getAnnotatedReceiverType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行对象表示的接收机类型的使用。
|
AnnotatedType |
Constructor.getAnnotatedReceiverType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行对象表示的接收机类型的使用。
|
AnnotatedType |
Method.getAnnotatedReturnType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行代表的返回类型的使用。
|
abstract AnnotatedType |
Executable.getAnnotatedReturnType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行代表的返回类型的使用。
|
AnnotatedType |
Constructor.getAnnotatedReturnType()
返回一个
AnnotatedType 表示指定类型的方法或构造器的执行代表的返回类型的使用。
|
AnnotatedType |
Field.getAnnotatedType()
返回一个annotatedtype表示指定类型声明的类型字段的字段表示的使用。
|
AnnotatedType |
Parameter.getAnnotatedType()
返回一个annotatedtype对象表示类型来指定这个参数表示的形式参数的类型的使用。
|
AnnotatedType[] |
AnnotatedWildcardType.getAnnotatedUpperBounds()
返回可能上界通配符类型注释本。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.