public class EarlyStageMergeBeanPostProcessor extends AbstractMergeBeanPostProcessor implements org.springframework.core.PriorityOrdered
AbstractMergeBeanPostProcessor for usage information.AbstractMergeBeanPostProcessor| Modifier and Type | Field and Description |
|---|---|
protected int |
order |
applicationContext, collectionRef, LOG, placement, position, statusProvider, targetRef| Constructor and Description |
|---|
EarlyStageMergeBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
This is the priority order for this post processor and will determine when this processor is run in relation
to other priority ordered processors (e.g.
|
void |
setOrder(int order)
This is the priority order for this post processor and will determine when this processor is run in relation
to other priority ordered processors (e.g.
|
getCollectionRef, getPlacement, getPosition, getStatusProvider, getTargetRef, postProcessAfterInitialization, postProcessBeforeInitialization, setApplicationContext, setCollectionRef, setPlacement, setPosition, setStatusProvider, setTargetRefpublic int getOrder()
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor)
The default value if Integer.MIN_VALUE.getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor)
The default value if Integer.MIN_VALUE.order - the priority orderingCopyright © 2015. All Rights Reserved.