Class MessagingAnnotationsRuntimeHints
java.lang.Object
org.springframework.messaging.handler.annotation.MessagingAnnotationsRuntimeHints
- All Implemented Interfaces:
RuntimeHintsRegistrar
RuntimeHintsRegistrar
implementation that makes messaging
annotations available at runtime.- Since:
- 6.0
- Author:
- Sebastien Deleuze
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHints
instance.
-
Constructor Details
-
MessagingAnnotationsRuntimeHints
public MessagingAnnotationsRuntimeHints()
-
-
Method Details
-
registerHints
Description copied from interface:RuntimeHintsRegistrar
Contribute hints to the givenRuntimeHints
instance.- Specified by:
registerHints
in interfaceRuntimeHintsRegistrar
- Parameters:
hints
- the hints contributed so far for the deployment unitclassLoader
- the classloader, ornull
if even the system ClassLoader isn't accessible
-