Class JsonMarshalTesterRuntimeHints
java.lang.Object
org.springframework.boot.test.autoconfigure.json.JsonMarshalTesterRuntimeHints
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public abstract class JsonMarshalTesterRuntimeHints
extends Object
implements org.springframework.aot.hint.RuntimeHintsRegistrar
Base class for
AbstractJsonMarshalTester runtime hints.- Since:
- 4.0.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsonMarshalTesterRuntimeHints(Class<? extends org.springframework.boot.test.json.AbstractJsonMarshalTester> tester) -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterHints(org.springframework.aot.hint.RuntimeHints hints, @Nullable ClassLoader classLoader)
-
Constructor Details
-
JsonMarshalTesterRuntimeHints
protected JsonMarshalTesterRuntimeHints(Class<? extends org.springframework.boot.test.json.AbstractJsonMarshalTester> tester)
-
-
Method Details
-
registerHints
public void registerHints(org.springframework.aot.hint.RuntimeHints hints, @Nullable ClassLoader classLoader) - Specified by:
registerHintsin interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-