public class Configuration extends Object
Constructor and Description |
---|
Configuration() |
Configuration(Map xmlToJsonNamespaces) |
Configuration(Map xmlToJsonNamespaces,
List attributesAsElements,
List ignoredElements) |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeKey() |
List |
getAttributesAsElements() |
List |
getIgnoredElements() |
TypeConverter |
getTypeConverter() |
Map |
getXmlToJsonNamespaces() |
boolean |
isIgnoreNamespaces() |
boolean |
isImplicitCollections() |
boolean |
isSupressAtAttributes() |
void |
setAttributeKey(String attributeKey) |
void |
setAttributesAsElements(List attributesAsElements) |
void |
setIgnoredElements(List ignoredElements) |
void |
setIgnoreNamespaces(boolean ignoreNamespaces) |
void |
setImplicitCollections(boolean implicitCollections) |
void |
setSupressAtAttributes(boolean supressAtAttributes) |
void |
setTypeConverter(TypeConverter typeConverter) |
void |
setXmlToJsonNamespaces(Map xmlToJsonNamespaces) |
public Configuration()
public Configuration(Map xmlToJsonNamespaces)
public boolean isIgnoreNamespaces()
public void setIgnoreNamespaces(boolean ignoreNamespaces)
public List getAttributesAsElements()
public void setAttributesAsElements(List attributesAsElements)
public List getIgnoredElements()
public void setIgnoredElements(List ignoredElements)
public Map getXmlToJsonNamespaces()
public void setXmlToJsonNamespaces(Map xmlToJsonNamespaces)
public TypeConverter getTypeConverter()
public void setTypeConverter(TypeConverter typeConverter)
public boolean isSupressAtAttributes()
public void setSupressAtAttributes(boolean supressAtAttributes)
public String getAttributeKey()
public void setAttributeKey(String attributeKey)
public boolean isImplicitCollections()
public void setImplicitCollections(boolean implicitCollections)
Copyright © 2012. All Rights Reserved.