インターフェース AnnotatedParameter<X>
メソッドのサマリー
すべてのメソッド インスタンスメソッド 抽象メソッド デフォルトメソッド 修飾子と型 メソッド 説明 default <T extends AnnotationSE>
SetSE<T>getAnnotations(ClassSE<T> annotationType)
特定のアノテーション型のプログラム要素アノテーションを取得します。AnnotatedCallable<X>
getDeclaringCallable()
宣言メソッドまたはコンストラクターを取得します。default ParameterSE
getJavaParameter()
基になるParameter
SE を取得します。int
getPosition()
メソッドまたはコンストラクターの引数リストでパラメーターの位置を取得します。インターフェース jakarta.enterprise.inject.spi.Annotated から継承されたメソッド
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
メソッドの詳細
getPosition
int getPosition()
メソッドまたはコンストラクターの引数リストでパラメーターの位置を取得します。
- 戻り値:
- パラメーターの位置
getDeclaringCallable
AnnotatedCallable<X> getDeclaringCallable()
宣言メソッドまたはコンストラクターを取得します。
- 戻り値:
- 呼び出し可能宣言
getJavaParameter
default ParameterSE getJavaParameter()
基になるParameter
SE を取得します。- 戻り値:
Parameter
SE
getAnnotations
default <T extends AnnotationSE> SetSE<T> getAnnotations(ClassSE<T> annotationType)
インターフェースからコピーされた説明:Annotated
特定のアノテーション型のプログラム要素アノテーションを取得します。
このメソッドは、この型の繰り返し可能なアノテーションを含むすべてのアノテーションを返します。このメソッドの動作は、繰り返し可能なアノテーションがサポートされている
AnnotatedElement.getAnnotationsByType(Class)
SE と同じ動作を意図しています。- 次で指定:
- インターフェース
Annotated
のgetAnnotations
- 型パラメーター:
T
- アノテーションの型- パラメーター:
annotationType
- アノテーション型のクラス- 戻り値:
- 指定されたアノテーション型のプログラム要素アノテーション、または空のコレクション