AnnotatedType[] |
AnnotatedParameterizedType.getAnnotatedActualTypeArguments() |
返回此参数化类型的可能带注释的实际类型参数。
|
AnnotatedType[] |
AnnotatedTypeVariable.getAnnotatedBounds() |
返回此类型变量的潜在注释边界。
|
AnnotatedType[] |
TypeVariable.getAnnotatedBounds() |
返回AnnotatedType对象的数组,这些对象表示使用类型来表示此TypeVariable表示的类型参数的上限。
|
AnnotatedType[] |
Executable.getAnnotatedExceptionTypes() |
返回
AnnotatedType 对象的数组,
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 对象表示使用类型来指定此可执行文件表示的方法/构造函数的形式参数类型。
|
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对象,该对象表示使用类型来指定此Parameter表示的形式参数的类型。
|
AnnotatedType[] |
AnnotatedWildcardType.getAnnotatedUpperBounds() |
返回此通配符类型的可能带注释的上限。
|