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