Uses of Class
org.jboss.weld.bootstrap.spi.BeanDiscoveryMode
-
Packages that use BeanDiscoveryMode Package Description org.jboss.weld.bootstrap.api org.jboss.weld.bootstrap.spi -
-
Uses of BeanDiscoveryMode in org.jboss.weld.bootstrap.api
Methods in org.jboss.weld.bootstrap.api with parameters of type BeanDiscoveryMode Modifier and Type Method Description BeansXmlBootstrap. parse(Iterable<URL> urls, boolean removeDuplicates, BeanDiscoveryMode emptyBeansXmlDiscoveryMode)Parse the specified URLs as a series of beans.xml file and merge the result.BeansXmlBootstrap. parse(Iterable<URL> urls, BeanDiscoveryMode emptyBeansXmlDiscoveryMode)Parse the specified URLs as a series of beans.xml file and merge the result.BeansXmlBootstrap. 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 BeanDiscoveryMode Modifier and Type Method Description BeanDiscoveryModeBeansXml. getBeanDiscoveryMode()Note that since CDI 4.0, this method returnsANNOTATEDif the file does not declare discovery mode attribute.static BeanDiscoveryModeBeanDiscoveryMode. valueOf(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.
-