Uses of Class
org.codehaus.jettison.mapped.MappedXMLStreamWriter.JSONProperty
Packages that use MappedXMLStreamWriter.JSONProperty
-
Uses of MappedXMLStreamWriter.JSONProperty in org.codehaus.jettison.mapped
Subclasses of MappedXMLStreamWriter.JSONProperty in org.codehaus.jettison.mappedModifier and TypeClassDescriptionprivate final class
Property with a JSONObject value.private final class
Property with a String value.Fields in org.codehaus.jettison.mapped declared as MappedXMLStreamWriter.JSONPropertyModifier and TypeFieldDescriptionMappedXMLStreamWriter.current
Element currently being processed.Fields in org.codehaus.jettison.mapped with type parameters of type MappedXMLStreamWriter.JSONPropertyModifier and TypeFieldDescriptionprivate Stack
<MappedXMLStreamWriter.JSONProperty> MappedXMLStreamWriter.stack
Stack of open elements.Methods in org.codehaus.jettison.mapped with parameters of type MappedXMLStreamWriter.JSONPropertyModifier and TypeMethodDescriptionprivate String
MappedXMLStreamWriter.getPropertyArrayKey
(MappedXMLStreamWriter.JSONProperty property) MappedXMLStreamWriter.JSONProperty.withProperty
(MappedXMLStreamWriter.JSONProperty property) MappedXMLStreamWriter.JSONProperty.withProperty
(MappedXMLStreamWriter.JSONProperty property, boolean add) Return a new property object with this property addedMappedXMLStreamWriter.JSONPropertyObject.withProperty
(MappedXMLStreamWriter.JSONProperty property, boolean add) MappedXMLStreamWriter.JSONPropertyString.withProperty
(MappedXMLStreamWriter.JSONProperty property, boolean add)