public class SimpleInjectionContext extends Object implements BootstrapInjectionContext
Modifier and Type | Field and Description |
---|---|
static Object |
LAZY_INIT_REF |
Constructor and Description |
---|
SimpleInjectionContext() |
Modifier and Type | Method and Description |
---|---|
void |
addBean(Class type,
Class beanType,
BeanProvider callback,
Object instance,
Annotation[] qualifiers) |
void |
addBean(Class type,
Class beanType,
BeanProvider callback,
Object instance,
Annotation[] qualifiers,
String name) |
void |
addBean(Class type,
Class beanType,
BeanProvider callback,
Object instance,
Annotation[] qualifiers,
String name,
boolean concrete) |
void |
addBean(Class type,
Class beanType,
BeanProvider callback,
Object instance,
Annotation[] qualifiers,
String name,
boolean concrete,
Class beanActivatorType) |
SimpleCreationalContext |
getRootContext() |
public static final Object LAZY_INIT_REF
public void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers)
public void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers, String name)
public void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers, String name, boolean concrete)
public void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers, String name, boolean concrete, Class beanActivatorType)
public SimpleCreationalContext getRootContext()
getRootContext
in interface BootstrapInjectionContext
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.