接口 ReflectiveProcessor
- 所有已知实现类:
ReflectiveRuntimeHintsRegistrar.DelegatingReflectiveProcessor,RegisterReflectionForBindingProcessor,SimpleReflectiveProcessor
public interface ReflectiveProcessor
Process an
AnnotatedElement and register the necessary reflection
hints for it.
ReflectiveProcessor implementations are registered via
@Reflective(processors = ...).
- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll, Harry Yang
- 另请参阅:
-
方法概要
修饰符和类型方法说明voidregisterReflectionHints(ReflectionHints hints, AnnotatedElement element) RegisterReflectionHintsagainst the specifiedAnnotatedElement.
-
方法详细资料
-
registerReflectionHints
RegisterReflectionHintsagainst the specifiedAnnotatedElement.- 参数:
hints- the reflection hints instance to useelement- the element to process
-