Package | Description |
---|---|
org.springframework.cloud.context.config |
Modifier and Type | Method and Description |
---|---|
BeanLifecycleDecorator.Context<ReadWriteLock> |
StandardBeanLifecycleDecorator.decorateDestructionCallback(Runnable callback) |
BeanLifecycleDecorator.Context<T> |
BeanLifecycleDecorator.decorateDestructionCallback(Runnable callback)
Optionally decorate the destruction callback provided, and also return
some context that can be used later by the
BeanLifecycleDecorator.decorateBean(Object, Context) method. |
Modifier and Type | Method and Description |
---|---|
Object |
StandardBeanLifecycleDecorator.decorateBean(Object bean,
BeanLifecycleDecorator.Context<ReadWriteLock> context) |
Object |
BeanLifecycleDecorator.decorateBean(Object bean,
BeanLifecycleDecorator.Context<T> context)
Optionally decorate and provide a new instance of a compatible bean for
the caller to use instead of the input.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.