Modifier and Type | Method and Description |
---|---|
void |
inject(T instance,
CreationalContext<T> ctx)
Performs dependency injection upon the given object.
|
void |
postConstruct(T instance)
Calls
PostConstruct callback method if exists. |
void |
preDestroy(T instance)
Calls
PreDestroy callback method if exists. |
dispose, getInjectionPoints, produce
void inject(T instance, CreationalContext<T> ctx)
instance
- bean instancectx
- creational contextvoid postConstruct(T instance)
PostConstruct
callback method if exists.instance
- bean instancevoid preDestroy(T instance)
PreDestroy
callback method if exists.instance
- bean instanceCopyright © 2023. All rights reserved.