X
- 宣言型 public interface AnnotatedMethod<X> extends AnnotatedCallable<X>
Java 型のメソッドを表します。
Method
SE修飾子と型 | メソッドと説明 |
---|---|
default <T extends AnnotationSE> | getAnnotations(ClassSE<T> annotationType) 特定のアノテーション型のプログラム要素アノテーションを取得します。 |
MethodSE | getJavaMember() 基になる Method SE を取得します。 |
getParameters
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
MethodSE getJavaMember()
基になる Method
SE を取得します。
AnnotatedMember<X>
の getJavaMember
Method
SEdefault <T extends AnnotationSE> SetSE<T> getAnnotations(ClassSE<T> annotationType)
Annotated
特定のアノテーション型のプログラム要素アノテーションを取得します。
このメソッドは、この型の繰り返し可能なアノテーションを含むすべてのアノテーションを返します。このメソッドの動作は、繰り返し可能なアノテーションがサポートされている AnnotatedElement.getAnnotationsByType(Class)
SE と同じ動作を意図しています。
Annotated
の getAnnotations
T
- アノテーションの型 annotationType
- アノテーション型のクラス Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.