Class RegisterReflectionForBindingProcessor

java.lang.Object
org.springframework.aot.hint.annotation.RegisterReflectionForBindingProcessor
All Implemented Interfaces:
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).
Since:
6.0
Author:
Sebastien Deleuze
See Also: