Class RegisterReflectionForBindingProcessor
java.lang.Object
org.springframework.aot.hint.annotation.RegisterReflectionForBindingProcessor
- All Implemented Interfaces:
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerReflectionHints
(ReflectionHints hints, AnnotatedElement element) RegisterReflectionHints
against the specifiedAnnotatedElement
.
-
Constructor Details
-
RegisterReflectionForBindingProcessor
public RegisterReflectionForBindingProcessor()
-
-
Method Details
-
registerReflectionHints
Description copied from interface:ReflectiveProcessor
RegisterReflectionHints
against the specifiedAnnotatedElement
.- Specified by:
registerReflectionHints
in interfaceReflectiveProcessor
- Parameters:
hints
- the reflection hints instance to useelement
- the element to process
-