public class XmlXStreamFactory
extends java.lang.Object
XStream instance factory| Constructor and Description |
|---|
XmlXStreamFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected MapperWrapper |
createMapperWrapper(MapperWrapper parent)
Due to schema compatibility requirements, customizes a
MapperWrapper for arrays to don't generate a -array
suffixes. |
java.lang.Object |
getObject() |
protected XStream |
getObjectInternal() |
java.lang.Class |
getObjectType() |
boolean |
isSingleton() |
public void afterPropertiesSet()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object getObject()
throws java.lang.Exception
java.lang.Exceptionprotected XStream getObjectInternal()
protected MapperWrapper createMapperWrapper(MapperWrapper parent)
MapperWrapper for arrays to don't generate a -array
suffixes.public java.lang.Class getObjectType()
public boolean isSingleton()
Copyright © 2018 SAP SE. All Rights Reserved.