类 RegisterReflectionForBindingProcessor
java.lang.Object
cn.taketoday.aot.hint.annotation.RegisterReflectionForBindingProcessor
- 所有已实现的接口:
ReflectiveProcessor
A
ReflectiveProcessor implementation that registers reflection hints
for data binding purpose (class, constructors, fields, properties, record
components, including types transitively used on properties and record components).- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidregisterReflectionHints(ReflectionHints hints, AnnotatedElement element) RegisterReflectionHintsagainst the specifiedAnnotatedElement.
-
字段详细资料
-
bindingRegistrar
-
-
构造器详细资料
-
RegisterReflectionForBindingProcessor
public RegisterReflectionForBindingProcessor()
-
-
方法详细资料
-
registerReflectionHints
从接口复制的说明:ReflectiveProcessorRegisterReflectionHintsagainst the specifiedAnnotatedElement.- 指定者:
registerReflectionHints在接口中ReflectiveProcessor- 参数:
hints- the reflection hints instance to useelement- the element to process
-