Class JsonXStreamFactory
- java.lang.Object
-
- de.hybris.platform.ycommercewebservices.xstream.XmlXStreamFactory
-
- de.hybris.platform.ycommercewebservices.xstream.JsonXStreamFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean,org.springframework.beans.factory.InitializingBean
public class JsonXStreamFactory extends XmlXStreamFactory
JSon specificXStreaminstances factory.
-
-
Constructor Summary
Constructors Constructor Description JsonXStreamFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()java.lang.ObjectgetObject()protected com.thoughtworks.xstream.XStreamgetObjectInternal()-
Methods inherited from class de.hybris.platform.ycommercewebservices.xstream.XmlXStreamFactory
createMapperWrapper, getObjectType, isSingleton
-
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classXmlXStreamFactory- Throws:
java.lang.Exception
-
getObject
public java.lang.Object getObject() throws java.lang.Exception- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean- Overrides:
getObjectin classXmlXStreamFactory- Throws:
java.lang.Exception
-
getObjectInternal
protected com.thoughtworks.xstream.XStream getObjectInternal()
- Overrides:
getObjectInternalin classXmlXStreamFactory
-
-