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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
-
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 interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-