public class Jandex extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INDEX_ATTRIBUTE_NAME |
static String |
JANDEX_DISCOVERY_STRATEGY_CLASS_NAME |
Modifier and Type | Method and Description |
---|---|
static JandexDiscoveryStrategy |
createJandexDiscoveryStrategy(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
org.jboss.weld.bootstrap.api.Bootstrap bootstrap,
Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) |
static boolean |
isJandexAvailable(org.jboss.weld.resources.spi.ResourceLoader resourceLoader) |
public static final String INDEX_ATTRIBUTE_NAME
public static final String JANDEX_DISCOVERY_STRATEGY_CLASS_NAME
public static boolean isJandexAvailable(org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
public static JandexDiscoveryStrategy createJandexDiscoveryStrategy(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, org.jboss.weld.bootstrap.api.Bootstrap bootstrap, Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
Copyright © 2019. All rights reserved.