类 RegisterReflectionForBindingProcessor

java.lang.Object
cn.taketoday.aot.hint.annotation.RegisterReflectionForBindingProcessor
所有已实现的接口:
ReflectiveProcessor

public class RegisterReflectionForBindingProcessor extends Object implements 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
另请参阅: