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 TypeMethodDescriptionvoid
registerHints
(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHints
instance.
-
Constructor Details
-
SimpAnnotationsRuntimeHints
public SimpAnnotationsRuntimeHints()
-
-
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
-