Package org.joinfaces.autoconfigure
Klasse FacesAnnotationProviderUtil
java.lang.Object
org.joinfaces.autoconfigure.FacesAnnotationProviderUtil
Helper methods for the implementations of the AnnotationProvider SPI's of Mojarra and MyFaces.
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Map
<Class<? extends Annotation>, Set<Class<?>>> findAnnotatedClasses
(ScanResult scanResult) findPreparedScanResult
(Class<?> spiClass, ClassLoader classLoader)
-
Methodendetails
-
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)
-