Package org.codehaus.jettison.mapped
Class Configuration
- java.lang.Object
-
- org.codehaus.jettison.mapped.Configuration
-
public class Configuration extends Object
-
-
Constructor Summary
Constructors Constructor Description Configuration()
Configuration(Map xmlToJsonNamespaces)
Configuration(Map xmlToJsonNamespaces, List attributesAsElements, List ignoredElements)
-
Method Summary
-
-
-
Method Detail
-
isIgnoreNamespaces
public boolean isIgnoreNamespaces()
-
setIgnoreNamespaces
public void setIgnoreNamespaces(boolean ignoreNamespaces)
-
getAttributesAsElements
public List getAttributesAsElements()
-
setAttributesAsElements
public void setAttributesAsElements(List attributesAsElements)
-
getIgnoredElements
public List getIgnoredElements()
-
setIgnoredElements
public void setIgnoredElements(List ignoredElements)
-
getXmlToJsonNamespaces
public Map getXmlToJsonNamespaces()
-
setXmlToJsonNamespaces
public void setXmlToJsonNamespaces(Map xmlToJsonNamespaces)
-
getTypeConverter
public TypeConverter getTypeConverter()
-
setTypeConverter
public void setTypeConverter(TypeConverter typeConverter)
-
isSupressAtAttributes
public boolean isSupressAtAttributes()
-
setSupressAtAttributes
public void setSupressAtAttributes(boolean supressAtAttributes)
-
getAttributeKey
public String getAttributeKey()
-
setAttributeKey
public void setAttributeKey(String attributeKey)
-
getPrimitiveArrayKeys
public Set getPrimitiveArrayKeys()
-
setPrimitiveArrayKeys
public void setPrimitiveArrayKeys(Set primitiveArrayKeys)
-
isDropRootElement
public boolean isDropRootElement()
-
setDropRootElement
public void setDropRootElement(boolean dropRootElement)
-
isRootElementArrayWrapper
public boolean isRootElementArrayWrapper()
-
setRootElementArrayWrapper
public void setRootElementArrayWrapper(boolean rootElementArrayWrapper)
-
isWriteNullAsString
public boolean isWriteNullAsString()
-
setWriteNullAsString
public void setWriteNullAsString(boolean writeNullAsString)
-
isReadNullAsString
public boolean isReadNullAsString()
-
setReadNullAsString
public void setReadNullAsString(boolean readNullString)
-
isIgnoreEmptyArrayValues
public boolean isIgnoreEmptyArrayValues()
-
setIgnoreEmptyArrayValues
public void setIgnoreEmptyArrayValues(boolean ignoreEmptyArrayValues)
-
setReadNullAsEmptyString
@Deprecated public void setReadNullAsEmptyString(boolean read)
Deprecated.
-
isEscapeForwardSlashAlways
public boolean isEscapeForwardSlashAlways()
-
setEscapeForwardSlashAlways
public void setEscapeForwardSlashAlways(boolean escapeForwardSlash)
-
getJsonNamespaceSeparator
public String getJsonNamespaceSeparator()
-
setJsonNamespaceSeparator
public void setJsonNamespaceSeparator(String jsonNamespaceSeparator)
-
-