| 修飾子と型 | メソッドと説明 |
|---|---|
default <T extends AnnotationSE> | getAnnotations(ClassSE<T> annotationType) 特定のアノテーション型のプログラム要素アノテーションを取得します。 |
AnnotatedCallable<X> | getDeclaringCallable() 宣言メソッドまたはコンストラクターを取得します。 |
default ParameterSE | getJavaParameter() 基になる ParameterSE を取得します。 |
int | getPosition() メソッドまたはコンストラクターの引数リストでパラメーターの位置を取得します。 |
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentint getPosition()
メソッドまたはコンストラクターの引数リストでパラメーターの位置を取得します。
AnnotatedCallable<X> getDeclaringCallable()
宣言メソッドまたはコンストラクターを取得します。
default ParameterSE getJavaParameter()
ParameterSE を取得します。ParameterSEdefault <T extends AnnotationSE> SetSE<T> getAnnotations(ClassSE<T> annotationType)
Annotated特定のアノテーション型のプログラム要素アノテーションを取得します。
このメソッドは、この型の繰り返し可能なアノテーションを含むすべてのアノテーションを返します。このメソッドの動作は、繰り返し可能なアノテーションがサポートされている AnnotatedElement.getAnnotationsByType(Class)SE と同じ動作を意図しています。
Annotated の getAnnotations T - アノテーションの型 annotationType - アノテーション型のクラス Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.