Class FacesRuntimeHintsRegistrar
java.lang.Object
org.joinfaces.aot.ClassGraphRuntimeHintsRegistrar
org.joinfaces.autoconfigure.faces.FacesRuntimeHintsRegistrar
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public class FacesRuntimeHintsRegistrar
extends org.joinfaces.aot.ClassGraphRuntimeHintsRegistrar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterHints(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader, io.github.classgraph.ScanResult scanResult) Methods inherited from class org.joinfaces.aot.ClassGraphRuntimeHintsRegistrar
registerHints, registerStandardClasses
-
Constructor Details
-
FacesRuntimeHintsRegistrar
public FacesRuntimeHintsRegistrar()
-
-
Method Details
-
registerHints
public void registerHints(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader, io.github.classgraph.ScanResult scanResult) - Specified by:
registerHintsin classorg.joinfaces.aot.ClassGraphRuntimeHintsRegistrar
-