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.annotation
Classes in org.springframework.aot.hint.annotation that implement ReflectiveProcessorModifier and TypeClassDescriptionclassAReflectiveProcessorimplementation that pairs with@RegisterReflection.classA simpleReflectiveProcessorimplementation that registers only a reflection hint for the annotated type. - 
Uses of ReflectiveProcessor in org.springframework.messaging.handler.annotation
Classes in org.springframework.messaging.handler.annotation that implement ReflectiveProcessorModifier and TypeClassDescriptionclassReflectiveProcessorimplementation for types annotated with@MessageMapping,@SubscribeMappingand@MessageExceptionHandler.