Package org.joinfaces.autoconfigure
Class FacesAnnotationProviderUtil
java.lang.Object
org.joinfaces.autoconfigure.FacesAnnotationProviderUtil
Helper methods for the implementations of the AnnotationProvider SPI's of Mojarra and MyFaces.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<Class<? extends Annotation>,
Set<Class<?>>> findAnnotatedClasses
(ScanResult scanResult) findPreparedScanResult
(Class<?> spiClass, ClassLoader classLoader)
-
Method Details
-
findAnnotatedClasses
public static Map<Class<? extends Annotation>,Set<Class<?>>> findAnnotatedClasses(ScanResult scanResult) -
findPreparedScanResult
public static Optional<Map<Class<? extends Annotation>,Set<Class<?>>>> findPreparedScanResult(Class<?> spiClass, ClassLoader classLoader)
-