クラスの使用
org.springframework.core.annotation.SynthesizingMethodParameter
SynthesizingMethodParameter を使用するパッケージ
パッケージ
説明
アノテーション、メタアノテーション、属性オーバーライドを含むマージされたアノテーションのコアサポートパッケージ。
org.springframework.core.annotation 内の SynthesizingMethodParameter 使用
修飾子と型クラス説明protected classAnnotatedMethod 固有の動作を持つ MethodParameter。修飾子と型メソッド説明SynthesizingMethodParameter.clone()static SynthesizingMethodParameterSynthesizingMethodParameter.forExecutable(ExecutableSE executable, int parameterIndex) 指定されたメソッドまたはコンストラクターの新しいSynthesizingMethodParameterを作成します。static SynthesizingMethodParameterSynthesizingMethodParameter.forParameter(ParameterSE parameter) 指定されたパラメーター記述子の新しいSynthesizingMethodParameterを作成します。型 SynthesizingMethodParameter のパラメーターを持つ org.springframework.core.annotation のコンストラクター修飾子コンストラクター説明protectedコピーコンストラクター。元のオブジェクトと同じメタデータとキャッシュ状態に基づいて、独立したSynthesizingMethodParameterを生成します。