T
- the bound of the types of Objects this ObjectPostProcessor
supports.public interface ObjectPostProcessor<T>
Aware
methods, InitializingBean.afterPropertiesSet()
, and ensure that
DisposableBean.destroy()
has been invoked.Modifier and Type | Method and Description |
---|---|
<O extends T> |
postProcess(O object)
Initialize the object possibly returning a modified instance that should be used
instead.
|
<O extends T> O postProcess(O object)
object
- the object to initialize