Class MappedXMLStreamWriter.JSONProperty

java.lang.Object
org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
Direct Known Subclasses:
MappedXMLStreamWriter.JSONPropertyObject, MappedXMLStreamWriter.JSONPropertyString
Enclosing class:
MappedXMLStreamWriter

private abstract class MappedXMLStreamWriter.JSONProperty extends Object
JSON property currently being constructed. For efficiency, this is concretely represented as either a property with a String value or an Object value.