Uses of Class
io.smallrye.beanbag.BeanBag.Builder
-
-
Uses of BeanBag.Builder in io.smallrye.beanbag
Methods in io.smallrye.beanbag that return BeanBag.Builder Modifier and Type Method Description <T> BeanBag.BuilderBeanBag.Builder. addBeanInstance(T bean)Add a new bean which resolves to the given instance.BeanBag.BuilderBeanBag.BeanBuilder. build()Commit this bean definition into the enclosing container builder.static BeanBag.BuilderBeanBag. builder()Construct a new container builder.BeanBag.BuilderBeanBag.Builder. excludePackage(String packageName)Exclude beans whose Java packages start with the value of the argument.BeanBag.BuilderBeanBag.Builder. includePackage(String packageName)Include beans whose Java packages start with the value of the argument, unless there is a matching exclude package filter.
-