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
ConstructorsModifierConstructorDescriptionprotectedJsonMarshalTesterRuntimeHints(Class<? extends AbstractJsonMarshalTester> tester) -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterHints(RuntimeHints hints, @Nullable ClassLoader classLoader)
-
Constructor Details
-
JsonMarshalTesterRuntimeHints
-
-
Method Details
-
registerHints
- Specified by:
registerHintsin interfaceRuntimeHintsRegistrar
-