Package | Description |
---|---|
org.jboss.errai.ioc.rebind.ioc.injector |
Modifier and Type | Method and Description |
---|---|
static BootstrapType |
BootstrapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapType[] |
BootstrapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Injector |
InjectorFactory.getContextualProviderInjector(BootstrapType bootstrapType,
MetaClass type,
MetaClass providerType,
InjectionContext context) |
Injector |
InjectorFactory.getProducerInjector(BootstrapType bootstrapType,
MetaClass type,
MetaClassMember providerType,
InjectableInstance injectableInstance) |
Injector |
InjectorFactory.getProviderInjector(BootstrapType bootstrapType,
MetaClass type,
MetaClass providerType,
InjectionContext context) |
Injector |
InjectorFactory.getQualifyingTypeInjector(BootstrapType bootstrapType,
MetaClass type,
Injector delegate,
MetaParameterizedType metaParameterizedType) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.