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 TypeMethodDescriptionvoidregisterReflectionHints(ReflectionHints hints, AnnotatedElement element) RegisterReflectionHintsagainst the specifiedAnnotatedElement.
-
Constructor Details
-
RegisterReflectionForBindingProcessor
public RegisterReflectionForBindingProcessor()
-
-
Method Details
-
registerReflectionHints
Description copied from interface:ReflectiveProcessorRegisterReflectionHintsagainst the specifiedAnnotatedElement.- Specified by:
registerReflectionHintsin interfaceReflectiveProcessor- Parameters:
hints- the reflection hints instance to useelement- the element to process
-