Class JsonMarshalTesterRuntimeHints
java.lang.Object
org.springframework.boot.test.autoconfigure.json.JsonMarshalTesterRuntimeHints
- All Implemented Interfaces:
RuntimeHintsRegistrar
Base class for
AbstractJsonMarshalTester
runtime hints.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JsonMarshalTesterRuntimeHints
(Class<? extends AbstractJsonMarshalTester> tester) -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(RuntimeHints hints, @Nullable ClassLoader classLoader)
-
Constructor Details
-
JsonMarshalTesterRuntimeHints
-
-
Method Details
-
registerHints
- Specified by:
registerHints
in interfaceRuntimeHintsRegistrar
-