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 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:
      registerHints in interface org.springframework.aot.hint.RuntimeHintsRegistrar