Uses of Enum
org.jboss.weld.bootstrap.spi.BeanDiscoveryMode
Packages that use BeanDiscoveryMode
-
Uses of BeanDiscoveryMode in org.jboss.weld.bootstrap.api
Methods in org.jboss.weld.bootstrap.api with parameters of type BeanDiscoveryModeModifier and TypeMethodDescriptionBootstrap.parse(Iterable<URL> urls, boolean removeDuplicates, BeanDiscoveryMode emptyBeansXmlDiscoveryMode) Parse the specified URLs as a series of beans.xml file and merge the result.Bootstrap.parse(Iterable<URL> urls, BeanDiscoveryMode emptyBeansXmlDiscoveryMode) Parse the specified URLs as a series of beans.xml file and merge the result.Bootstrap.parse(URL url, BeanDiscoveryMode emptyBeansXmlDiscoveryMode) Parse the specified URL as a beans.xml file with a parameter allowing to specify what bean discovery mode should be used when beans.xml is an empty file. -
Uses of BeanDiscoveryMode in org.jboss.weld.bootstrap.spi
Methods in org.jboss.weld.bootstrap.spi that return BeanDiscoveryModeModifier and TypeMethodDescriptionBeansXml.getBeanDiscoveryMode()Note that since CDI 4.0, this method returnsANNOTATEDif the file does not declare discovery mode attribute.static BeanDiscoveryModeReturns 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.