public class Configuration extends Object
Constructor and Description |
---|
Configuration() |
Configuration(Map xmlToJsonNamespaces) |
Configuration(Map xmlToJsonNamespaces,
List attributesAsElements,
List ignoredElements) |
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 isRootElementArrayWrapper()
public void setRootElementArrayWrapper(boolean rootElementArrayWrapper)
public boolean isWriteNullAsString()
public void setWriteNullAsString(boolean writeNullAsString)
public boolean isReadNullAsString()
public void setReadNullAsString(boolean readNullString)
public boolean isIgnoreEmptyArrayValues()
public void setIgnoreEmptyArrayValues(boolean ignoreEmptyArrayValues)
@Deprecated public void setReadNullAsEmptyString(boolean read)
public boolean isEscapeForwardSlashAlways()
public void setEscapeForwardSlashAlways(boolean escapeForwardSlash)
public String getJsonNamespaceSeparator()
public void setJsonNamespaceSeparator(String jsonNamespaceSeparator)
Copyright © 2023. All rights reserved.