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() |
Set |
getPrimitiveArrayKeys() |
TypeConverter |
getTypeConverter() |
Map |
getXmlToJsonNamespaces() |
boolean |
isDropRootElement() |
boolean |
isIgnoreNamespaces() |
boolean |
isReadNullAsEmptyString() |
boolean |
isSupressAtAttributes() |
boolean |
isWriteNullAsString() |
void |
setAttributeKey(String attributeKey) |
void |
setAttributesAsElements(List attributesAsElements) |
void |
setDropRootElement(boolean dropRootElement) |
void |
setIgnoredElements(List ignoredElements) |
void |
setIgnoreNamespaces(boolean ignoreNamespaces) |
void |
setPrimitiveArrayKeys(Set primitiveArrayKeys) |
void |
setReadNullAsEmptyString(boolean readNullAsString) |
void |
setSupressAtAttributes(boolean supressAtAttributes) |
void |
setTypeConverter(TypeConverter typeConverter) |
void |
setWriteNullAsString(boolean writeNullAsString) |
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 Set getPrimitiveArrayKeys()
public void setPrimitiveArrayKeys(Set primitiveArrayKeys)
public boolean isDropRootElement()
public void setDropRootElement(boolean dropRootElement)
public boolean isWriteNullAsString()
public void setWriteNullAsString(boolean writeNullAsString)
public boolean isReadNullAsEmptyString()
public void setReadNullAsEmptyString(boolean readNullAsString)
Copyright © 2015. All rights reserved.