Class JsonXStreamFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

    public class JsonXStreamFactory
    extends XmlXStreamFactory
    JSon specific XStream instances factory.
    • Constructor Detail

      • JsonXStreamFactory

        public JsonXStreamFactory()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Overrides:
        afterPropertiesSet in class XmlXStreamFactory
        Throws:
        java.lang.Exception
      • getObject

        public java.lang.Object getObject()
                                   throws java.lang.Exception
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
        Overrides:
        getObject in class XmlXStreamFactory
        Throws:
        java.lang.Exception