Package org.joinfaces.aot
Class ClassGraphRuntimeHintsRegistrar
java.lang.Object
org.joinfaces.aot.ClassGraphRuntimeHintsRegistrar
- All Implemented Interfaces:
RuntimeHintsRegistrar
- Direct Known Subclasses:
FacesRuntimeHintsRegistrar
,MyFacesRuntimeHintsRegistrar
,OpenWebBeansRuntimeHintsRegistrar
,WeldRuntimeHintsRegistrar
public abstract class ClassGraphRuntimeHintsRegistrar
extends Object
implements RuntimeHintsRegistrar
Abstract
RuntimeHintsRegistrar
which performs a Classpath scan using ClassGraph
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(RuntimeHints hints, ClassLoader classLoader) abstract void
registerHints
(RuntimeHints hints, ClassLoader classLoader, ScanResult scanResult) protected static void
registerStandardClasses
(ClassInfoList scanResult, RuntimeHints hints)
-
Constructor Details
-
ClassGraphRuntimeHintsRegistrar
public ClassGraphRuntimeHintsRegistrar()
-
-
Method Details
-
registerHints
- Specified by:
registerHints
in interfaceRuntimeHintsRegistrar
-
registerHints
public abstract void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader, ScanResult scanResult) -
registerStandardClasses
-