Class JsonXStreamFactory
java.lang.Object
de.hybris.platform.commercewebservices.core.xstream.XmlXStreamFactory
de.hybris.platform.commercewebservices.core.xstream.JsonXStreamFactory
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean,org.springframework.beans.factory.InitializingBean
JSon specific
XStream instances factory.-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected com.thoughtworks.xstream.XStreamMethods inherited from class de.hybris.platform.commercewebservices.core.xstream.XmlXStreamFactory
createMapperWrapper, getObjectType, isSingleton
-
Constructor Details
-
JsonXStreamFactory
public JsonXStreamFactory()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classXmlXStreamFactory- Throws:
Exception
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean- Overrides:
getObjectin classXmlXStreamFactory- Throws:
Exception
-
getObjectInternal
protected com.thoughtworks.xstream.XStream getObjectInternal()- Overrides:
getObjectInternalin classXmlXStreamFactory
-