public class SpringRestTemplateBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered
RestTemplate défini dans le fichier xml Spring.| Constructor and Description |
|---|
SpringRestTemplateBeanPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setOrder(int order)
Définit la priorité dans le contexte Spring.
|
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
order - intpublic Object postProcessBeforeInitialization(Object bean, String beanName)
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorCopyright © 2008–2017 Emeric Vernat. All rights reserved.