| Modifier and Type | Method and Description |
|---|---|
WeldInitiator |
WeldInitiator.Builder.build() |
static WeldInitiator |
WeldInitiator.of(Class<?>... beanClasses)
The container is configured with the result of
createWeld() method and the given bean classes are added. |
static WeldInitiator |
WeldInitiator.of(org.jboss.weld.environment.se.Weld weld)
The container is configured through a provided
Weld instance. |
static WeldInitiator |
WeldInitiator.ofTestPackage()
The container is configured with the result of
createWeld() method and all the classes from the test class package are added. |
Copyright © 2017. All rights reserved.