Uses of Interface
org.springframework.aot.hint.annotation.ReflectiveProcessor
Packages that use ReflectiveProcessor
Package
Description
Annotation support for runtime hints.
Annotations and support classes for handling messages.
- 
Uses of ReflectiveProcessor in org.springframework.aot.hint.annotationClasses in org.springframework.aot.hint.annotation that implement ReflectiveProcessorModifier and TypeClassDescriptionclassAReflectiveProcessorimplementation that registers reflection hints for data binding purpose (class, constructors, fields, properties, record components, including types transitively used on properties and record components).classA simpleReflectiveProcessorimplementation that registers only a reflection hint for the annotated type.
- 
Uses of ReflectiveProcessor in org.springframework.messaging.handler.annotationClasses in org.springframework.messaging.handler.annotation that implement ReflectiveProcessorModifier and TypeClassDescriptionclassReflectiveProcessorimplementation for types annotated with@MessageMapping,@SubscribeMappingand@MessageExceptionHandler.