org.codehaus.jettison.mapped
Class Configuration
java.lang.Object
org.codehaus.jettison.mapped.Configuration
public class Configuration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration()
Configuration
public Configuration(Map xmlToJsonNamespaces)
Configuration
public Configuration(Map xmlToJsonNamespaces,
List attributesAsElements,
List ignoredElements)
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)
isImplicitCollections
public boolean isImplicitCollections()
setImplicitCollections
public void setImplicitCollections(boolean implicitCollections)
Copyright © 2013. All Rights Reserved.