public class LateStageRemoveBeanPostProcessor extends AbstractRemoveBeanPostProcessor implements org.springframework.core.Ordered
EarlyStageRemoveBeanPostProcessor. See AbstractRemoveBeanPostProcessor for
usage information.AbstractRemoveBeanPostProcessor| Modifier and Type | Field and Description |
|---|---|
protected int |
order |
applicationContext, beanRef, mapKey, mapKeyRef, targetRef| Constructor and Description |
|---|
LateStageRemoveBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
The regular ordering for this post processor in relation to other post processors.
|
void |
setOrder(int order)
The regular ordering for this post processor in relation to other post processors.
|
getBeanRef, getMapKey, getMapKeyRef, getTargetRef, postProcessAfterInitialization, postProcessBeforeInitialization, setApplicationContext, setBeanRef, setMapKey, setMapKeyRef, setTargetRefpublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
order - the regular orderingCopyright © 2014. All Rights Reserved.