Class SimpAnnotationsRuntimeHints
java.lang.Object
org.springframework.messaging.simp.annotation.SimpAnnotationsRuntimeHints
- All Implemented Interfaces:
RuntimeHintsRegistrar
RuntimeHintsRegistrar implementation that makes Simp 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
-
SimpAnnotationsRuntimeHints
public SimpAnnotationsRuntimeHints()
-
-
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
-