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 TypeMethodDescriptionvoidregisterHints(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHintsinstance.
-
Constructor Details
-
WebAnnotationsRuntimeHintsRegistrar
public WebAnnotationsRuntimeHintsRegistrar()
-
-
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
-