public static class InjectionContext.Builder extends Object
Constructor and Description |
---|
InjectionContext.Builder() |
Modifier and Type | Method and Description |
---|---|
InjectionContext.Builder |
addToBlacklist(String item) |
InjectionContext.Builder |
addToWhitelist(String item) |
InjectionContext.Builder |
asyncBootstrap(boolean async) |
InjectionContext |
build() |
static InjectionContext.Builder |
create() |
InjectionContext.Builder |
enabledAlternative(String fqcn) |
InjectionContext.Builder |
processingContext(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext processingContext) |
InjectionContext.Builder |
reachableTypes(ReachableTypes reachableTypes) |
public static InjectionContext.Builder create()
public InjectionContext.Builder processingContext(org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCProcessingContext processingContext)
public InjectionContext.Builder enabledAlternative(String fqcn)
public InjectionContext.Builder addToWhitelist(String item)
public InjectionContext.Builder addToBlacklist(String item)
public InjectionContext.Builder reachableTypes(ReachableTypes reachableTypes)
public InjectionContext.Builder asyncBootstrap(boolean async)
public InjectionContext build()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.