接口的使用
cn.taketoday.aot.hint.annotation.ReflectiveProcessor
使用ReflectiveProcessor的程序包
-
cn.taketoday.aot.hint.annotation中ReflectiveProcessor的使用
修饰符和类型类说明private static classclassAReflectiveProcessorimplementation that registers reflection hints for data binding purpose (class, constructors, fields, properties, record components, including types transitively used on properties and record components).classA simpleReflectiveProcessorimplementation that registers only a reflection hint for the annotated type.修饰符和类型字段说明private final ReflectiveProcessorReflectiveRuntimeHintsRegistrar.Entry.processorprocessor记录组件的字段。修饰符和类型字段说明private final Iterable<ReflectiveProcessor>ReflectiveRuntimeHintsRegistrar.DelegatingReflectiveProcessor.processorsprivate final Map<Class<?>,ReflectiveProcessor> ReflectiveRuntimeHintsRegistrar.processors修饰符和类型方法说明private ReflectiveProcessorReflectiveRuntimeHintsRegistrar.instantiateClass(Class<?> type) ReflectiveRuntimeHintsRegistrar.Entry.processor()返回processor记录组件的值。类型变量类型为ReflectiveProcessor的cn.taketoday.aot.hint.annotation中的构造器参数