インターフェース ReflectiveProcessor
- すべての既知の実装クラス:
MessageMappingReflectiveProcessor
、RegisterReflectionReflectiveProcessor
、SimpleReflectiveProcessor
public interface ReflectiveProcessor
AnnotatedElement
SE を処理し、それに必要なリフレクションヒントを登録します。ReflectiveProcessor
実装は @Reflective(processors =...)
を介して登録されます。
- 導入:
- 6.0
- 作成者:
- Stephane Nicoll
- 関連事項:
メソッドのサマリー
修飾子と型メソッド説明void
registerReflectionHints
(ReflectionHints hints, AnnotatedElementSE element) 指定されたAnnotatedElement
SE に対してReflectionHints
を登録します。
メソッドの詳細
registerReflectionHints
指定されたAnnotatedElement
SE に対してReflectionHints
を登録します。- パラメーター:
hints
- 使用するリフレクションヒントインスタンスelement
- 処理する要素