Uses of Class
org.codehaus.jettison.mapped.MappedNamespaceConvention
-
Packages that use MappedNamespaceConvention Package Description org.codehaus.jettison.mapped -
-
Uses of MappedNamespaceConvention in org.codehaus.jettison.mapped
Fields in org.codehaus.jettison.mapped declared as MappedNamespaceConvention Modifier and Type Field Description private MappedNamespaceConvention
MappedXMLInputFactory. convention
private MappedNamespaceConvention
MappedXMLOutputFactory. convention
private MappedNamespaceConvention
MappedXMLStreamReader. convention
private MappedNamespaceConvention
MappedXMLStreamWriter. convention
Methods in org.codehaus.jettison.mapped that return MappedNamespaceConvention Modifier and Type Method Description MappedNamespaceConvention
MappedXMLStreamReader. getConvention()
MappedNamespaceConvention
MappedXMLStreamWriter. getConvention()
Constructors in org.codehaus.jettison.mapped with parameters of type MappedNamespaceConvention Constructor Description MappedXMLStreamReader(JSONObject obj, MappedNamespaceConvention con)
MappedXMLStreamWriter(MappedNamespaceConvention convention, java.io.Writer writer)
-