Class Configuration


  • public class Configuration
    extends Object
    • Constructor Detail

      • Configuration

        public Configuration()
      • Configuration

        public Configuration​(Map xmlToJsonNamespaces)
      • Configuration

        public Configuration​(Map xmlToJsonNamespaces,
                             List attributesAsElements,
                             List ignoredElements)
    • 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)
      • 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)