Class WebAnnotationsRuntimeHintsRegistrar
java.lang.Object
org.springframework.web.bind.annotation.WebAnnotationsRuntimeHintsRegistrar
- All Implemented Interfaces:
RuntimeHintsRegistrar
public final class WebAnnotationsRuntimeHintsRegistrar
extends Object
implements RuntimeHintsRegistrar
RuntimeHintsRegistrar
implementation that make web binding
annotations at runtime.- Since:
- 6.0
- Author:
- Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHints
instance.
-
Constructor Details
-
WebAnnotationsRuntimeHintsRegistrar
public WebAnnotationsRuntimeHintsRegistrar()
-
-
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
-