Package org.joinfaces.aot
Klasse ClassGraphRuntimeHintsRegistrar
java.lang.Object
org.joinfaces.aot.ClassGraphRuntimeHintsRegistrar
- Alle implementierten Schnittstellen:
RuntimeHintsRegistrar
- Bekannte direkte Unterklassen:
FacesRuntimeHintsRegistrar
,MyFacesRuntimeHintsRegistrar
,OpenWebBeansRuntimeHintsRegistrar
,WeldRuntimeHintsRegistrar
public abstract class ClassGraphRuntimeHintsRegistrar
extends Object
implements RuntimeHintsRegistrar
Abstract
RuntimeHintsRegistrar
which performs a Classpath scan using ClassGraph
.-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
registerHints
(RuntimeHints hints, ClassLoader classLoader) abstract void
registerHints
(RuntimeHints hints, ClassLoader classLoader, ScanResult scanResult) protected static void
registerStandardClasses
(ClassInfoList scanResult, RuntimeHints hints)
-
Konstruktordetails
-
ClassGraphRuntimeHintsRegistrar
public ClassGraphRuntimeHintsRegistrar()
-
-
Methodendetails
-
registerHints
- Angegeben von:
registerHints
in SchnittstelleRuntimeHintsRegistrar
-
registerHints
public abstract void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader, ScanResult scanResult) -
registerStandardClasses
-