クラス RegisterReflectionReflectiveProcessor
java.lang.ObjectSE
org.springframework.aot.hint.annotation.RegisterReflectionReflectiveProcessor
- 実装されているすべてのインターフェース:
ReflectiveProcessor
@RegisterReflection とペアになる ReflectiveProcessor 実装。RegisterReflection でメタアノテーションが付けられた合成アノテーションの基本実装として使用できます。- 導入:
- 6.2
- 作成者:
- Stephane Nicoll
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明protected static final recordコンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明parse(AnnotatedElementSE element, RegisterReflection annotation) protected voidregisterReflectionHints(ReflectionHints hints, ClassSE<?> target, MemberCategory[] memberCategories) final voidregisterReflectionHints(ReflectionHints hints, AnnotatedElementSE element) 指定されたAnnotatedElementSE に対してReflectionHintsを登録します。protected void
コンストラクターの詳細
RegisterReflectionReflectiveProcessor
public RegisterReflectionReflectiveProcessor()
メソッドの詳細
registerReflectionHints
インターフェースからコピーされた説明:ReflectiveProcessor指定されたAnnotatedElementSE に対してReflectionHintsを登録します。- 次で指定:
- インターフェース
ReflectiveProcessorのregisterReflectionHints - パラメーター:
hints- 使用するリフレクションヒントインスタンスelement- 処理する要素
parse
protected RegisterReflectionReflectiveProcessor.ReflectionRegistration parse(AnnotatedElementSE element, RegisterReflection annotation) registerReflectionHints
protected void registerReflectionHints(ReflectionHints hints, RegisterReflectionReflectiveProcessor.ReflectionRegistration registration) registerReflectionHints
protected void registerReflectionHints(ReflectionHints hints, ClassSE<?> target, MemberCategory[] memberCategories)