Class ConverterPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.config.BeanPostProcessor

    public class ConverterPostProcessor
    extends java.lang.Object
    implements org.springframework.beans.factory.config.BeanPostProcessor
    Sets default converter as a target of converter redirection in converters implementing RedirectableConverter interface.
    • Constructor Detail

      • ConverterPostProcessor

        public ConverterPostProcessor​(com.thoughtworks.xstream.XStream xStream)
    • Method Detail

      • postProcessAfterInitialization

        public java.lang.Object postProcessAfterInitialization​(java.lang.Object bean,
                                                               java.lang.String beanName)
                                                        throws org.springframework.beans.BeansException
        Specified by:
        postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • postProcessBeforeInitialization

        public java.lang.Object postProcessBeforeInitialization​(java.lang.Object bean,
                                                                java.lang.String beanName)
                                                         throws org.springframework.beans.BeansException
        Specified by:
        postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • getxStream

        public com.thoughtworks.xstream.XStream getxStream()