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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterHints(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHintsinstance.
-
Constructor Details
-
MessagingAnnotationsRuntimeHints
public MessagingAnnotationsRuntimeHints()
-
-
Method Details
-
registerHints
Description copied from interface:RuntimeHintsRegistrarContribute hints to the givenRuntimeHintsinstance.- Specified by:
registerHintsin interfaceRuntimeHintsRegistrar- Parameters:
hints- the hints contributed so far for the deployment unitclassLoader- the classloader, ornullif even the system ClassLoader isn't accessible
-