类 ReflectiveRuntimeHintsRegistrar.DelegatingReflectiveProcessor
java.lang.Object
cn.taketoday.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar.DelegatingReflectiveProcessor
- 所有已实现的接口:
ReflectiveProcessor
private static class ReflectiveRuntimeHintsRegistrar.DelegatingReflectiveProcessor
extends Object
implements ReflectiveProcessor
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidregisterReflectionHints(ReflectionHints hints, AnnotatedElement element) RegisterReflectionHintsagainst the specifiedAnnotatedElement.
-
字段详细资料
-
processors
-
-
构造器详细资料
-
DelegatingReflectiveProcessor
DelegatingReflectiveProcessor(Iterable<ReflectiveProcessor> processors)
-
-
方法详细资料
-
registerReflectionHints
从接口复制的说明:ReflectiveProcessorRegisterReflectionHintsagainst the specifiedAnnotatedElement.- 指定者:
registerReflectionHints在接口中ReflectiveProcessor- 参数:
hints- the reflection hints instance to useelement- the element to process
-