Package | Description |
---|---|
org.jboss.weld.environment.deployment.discovery | |
org.jboss.weld.environment.deployment.discovery.jandex |
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,
org.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration typeDiscoveryConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
JandexDiscoveryStrategy
An implementation of
DiscoveryStrategy that is used when the jandex is available. |
Copyright © 2016. All rights reserved.