| Package | Description |
|---|---|
| org.jboss.weld.environment.deployment.discovery |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.environment.deployment.discovery.jandex |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiscoveryStrategy |
class |
ReflectionDiscoveryStrategy
This implementation supports bean-discovery-mode="annotated" and makes use of reflection to detect a class with a bean defining annotation.
|
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryStrategy |
DiscoveryStrategyFactory.create(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
org.jboss.weld.bootstrap.api.Bootstrap bootstrap,
Set<Class<? extends Annotation>> initialBeanDefiningAnnotations,
boolean jandexStrategyDisabled) |
| Modifier and Type | Class and Description |
|---|---|
class |
JandexDiscoveryStrategy
An implementation of
DiscoveryStrategy that is used when the jandex is available. |
Copyright © 2018. All rights reserved.