| Package | Description |
|---|---|
| org.codehaus.jettison.mapped |
| Modifier and Type | Class and Description |
|---|---|
private class |
MappedXMLStreamWriter.JSONPropertyObject
Property with a JSONObject value.
|
private class |
MappedXMLStreamWriter.JSONPropertyString
Property with a String value.
|
| Modifier and Type | Field and Description |
|---|---|
private MappedXMLStreamWriter.JSONProperty |
MappedXMLStreamWriter.current
Element currently being processed.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Stack<MappedXMLStreamWriter.JSONProperty> |
MappedXMLStreamWriter.stack
Stack of open elements.
|
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
MappedXMLStreamWriter.getPropertyArrayKey(MappedXMLStreamWriter.JSONProperty property) |
MappedXMLStreamWriter.JSONPropertyObject |
MappedXMLStreamWriter.JSONProperty.withProperty(MappedXMLStreamWriter.JSONProperty property) |
abstract MappedXMLStreamWriter.JSONPropertyObject |
MappedXMLStreamWriter.JSONProperty.withProperty(MappedXMLStreamWriter.JSONProperty property,
boolean add)
Return a new property object with this property added
|
MappedXMLStreamWriter.JSONPropertyObject |
MappedXMLStreamWriter.JSONPropertyString.withProperty(MappedXMLStreamWriter.JSONProperty property,
boolean add) |
MappedXMLStreamWriter.JSONPropertyObject |
MappedXMLStreamWriter.JSONPropertyObject.withProperty(MappedXMLStreamWriter.JSONProperty property,
boolean add) |