Class AotTestRuntimeHints

java.lang.Object
org.kohsuke.github.AotTestRuntimeHints
All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar

public class AotTestRuntimeHints extends Object implements org.springframework.aot.hint.RuntimeHintsRegistrar
Gets all classes in the org/kohsuke/github package (and subpackages) and register them for the AOT reflection / serialization.
  • Constructor Details

    • AotTestRuntimeHints

      public AotTestRuntimeHints()
      Default constructor.
  • Method Details

    • registerHints

      public void registerHints(@NotNull org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
      Specified by:
      registerHints in interface org.springframework.aot.hint.RuntimeHintsRegistrar