Uses of Interface
org.springframework.aot.hint.annotation.ReflectiveProcessor
Packages that use ReflectiveProcessor
-
Uses of ReflectiveProcessor in org.springframework.aot.hint.annotation
Classes in org.springframework.aot.hint.annotation that implement ReflectiveProcessorModifier and TypeClassDescriptionclass
AReflectiveProcessor
implementation that registers reflection hints for data binding purpose (class, constructors, fields, properties, record components, including types transitively used on properties and record components).class
A simpleReflectiveProcessor
implementation that registers only a reflection hint for the annotated type.