Class SpringRestTemplateBeanPostProcessor

java.lang.Object
net.bull.javamelody.SpringRestTemplateBeanPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered, org.springframework.core.PriorityOrdered

public class SpringRestTemplateBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered
Post-processor Spring pour un éventuel RestTemplate défini dans le fichier xml Spring.
Author:
Emeric Vernat
  • Constructor Details

    • SpringRestTemplateBeanPostProcessor

      public SpringRestTemplateBeanPostProcessor()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setOrder

      public void setOrder(int order)
      Définit la priorité dans le contexte Spring.
      Parameters:
      order - int
    • postProcessBeforeInitialization

      public Object postProcessBeforeInitialization(Object bean, String beanName)
      Specified by:
      postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName)
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor