| Package | Description |
|---|---|
| org.jboss.weld.bootstrap.spi | |
| org.jboss.weld.metadata |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
BeanDiscoveryMode |
BeansXml.getBeanDiscoveryMode() |
static BeanDiscoveryMode |
BeanDiscoveryMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeanDiscoveryMode[] |
BeanDiscoveryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BeanDiscoveryMode |
BeansXmlImpl.getBeanDiscoveryMode() |
| Constructor and Description |
|---|
BeansXmlImpl(java.util.List<Metadata<java.lang.String>> enabledAlternatives,
java.util.List<Metadata<java.lang.String>> enabledAlternativeStereotypes,
java.util.List<Metadata<java.lang.String>> enabledDecorators,
java.util.List<Metadata<java.lang.String>> enabledInterceptors,
Scanning scanning,
java.net.URL url,
BeanDiscoveryMode discoveryMode,
java.lang.String version) |
Copyright © 2015. All Rights Reserved.