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(ResourceLoader resourceLoader,
Bootstrap bootstrap,
Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) |
static boolean |
isJandexAvailable(ResourceLoader resourceLoader) |
public static final String INDEX_ATTRIBUTE_NAME
public static final String JANDEX_DISCOVERY_STRATEGY_CLASS_NAME
public static boolean isJandexAvailable(ResourceLoader resourceLoader)
public static JandexDiscoveryStrategy createJandexDiscoveryStrategy(ResourceLoader resourceLoader, Bootstrap bootstrap, Set<Class<? extends Annotation>> initialBeanDefiningAnnotations) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, InstantiationException
Copyright © 2016. All Rights Reserved.