AnnotatedType[] |
AnnotatedParameterizedType.getAnnotatedActualTypeArguments() |
返回此参数化类型的可能注释的实际类型参数。
|
AnnotatedType[] |
AnnotatedTypeVariable.getAnnotatedBounds() |
返回此类型变量的可能注释的边界。
|
AnnotatedType[] |
TypeVariable.getAnnotatedBounds() |
返回一个AnnotatedType对象的数组,表示使用类型来表示此TypeVariable表示的类型参数的上限。
|
AnnotatedType[] |
Executable.getAnnotatedExceptionTypes() |
返回一个
AnnotatedType 对象的数组,表示使用类型来指定由此可执行文件表示的方法/构造函数声明的异常。
|
AnnotatedType |
AnnotatedArrayType.getAnnotatedGenericComponentType() |
返回此数组类型的可能注释的通用组件类型。
|
AnnotatedType[] |
AnnotatedWildcardType.getAnnotatedLowerBounds() |
返回此通配符类型的潜在注释下限。
|
AnnotatedType |
AnnotatedArrayType.getAnnotatedOwnerType() |
如果此类型表示嵌套类型,则返回此类型为其成员的潜在注释类型。
|
AnnotatedType |
AnnotatedParameterizedType.getAnnotatedOwnerType() |
如果此类型表示嵌套类型,则返回此类型为其成员的潜在注释类型。
|
default AnnotatedType |
AnnotatedType.getAnnotatedOwnerType() |
如果此类型表示嵌套类型,则返回此类型为其成员的潜在注释类型。
|
AnnotatedType |
AnnotatedTypeVariable.getAnnotatedOwnerType() |
如果此类型表示嵌套类型,则返回此类型为其成员的潜在注释类型。
|
AnnotatedType |
AnnotatedWildcardType.getAnnotatedOwnerType() |
如果此类型表示嵌套类型,则返回此类型为其成员的潜在注释类型。
|
AnnotatedType[] |
Executable.getAnnotatedParameterTypes() |
返回一个表示使用类型的
AnnotatedType 对象的数组,用于指定此可执行文件所表示的方法/构造函数的形式参数类型。
|
AnnotatedType |
Constructor.getAnnotatedReceiverType() |
返回一个
AnnotatedType 对象,表示使用类型来指定由该
Executable 对象表示的方法/构造函数的接收器类型。
|
AnnotatedType |
Executable.getAnnotatedReceiverType() |
返回一个
AnnotatedType 对象,表示使用类型来指定由该
Executable 对象表示的方法/构造函数的接收器类型。
|
AnnotatedType |
Constructor.getAnnotatedReturnType() |
返回一个
AnnotatedType 对象,表示使用一个类型来指定此可执行文件所表示的方法/构造函数的返回类型。
|
abstract AnnotatedType |
Executable.getAnnotatedReturnType() |
返回一个
AnnotatedType 对象,该对象表示使用类型来指定此可执行文件所表示的方法/构造函数的返回类型。
|
AnnotatedType |
Method.getAnnotatedReturnType() |
返回一个
AnnotatedType 对象,该对象表示使用类型来指定此可执行文件所表示的方法/构造函数的返回类型。
|
AnnotatedType |
Field.getAnnotatedType() |
返回一个AnnotatedType对象,它表示使用一个类型来指定此Field所表示的字段的声明类型。
|
AnnotatedType |
Parameter.getAnnotatedType() |
返回一个AnnotatedType对象,它表示使用一个类型来指定此参数表示的形式参数的类型。
|
AnnotatedType[] |
AnnotatedWildcardType.getAnnotatedUpperBounds() |
返回此通配符类型的可能注释的上限。
|