public interface AfterBeanDiscovery
Modifier and Type | Method and Description |
---|---|
void |
addBean(Bean<?> bean)
Registering the bean with container.
|
void |
addContext(Context context)
Adds given context to the container.
|
void |
addDefinitionError(Throwable t)
Adds definition error.
|
void |
addObserverMethod(ObserverMethod<?> observerMethod)
Registers the given observer method with container.
|
void addDefinitionError(Throwable t)
t
- throwablevoid addBean(Bean<?> bean)
bean
- new beanvoid addObserverMethod(ObserverMethod<?> observerMethod)
observerMethod
- observer methodvoid addContext(Context context)
context
- new contextCopyright © 2017. All rights reserved.