Uses of Class
com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
Packages that use AbstractJsonWriter.Type
-
Uses of AbstractJsonWriter.Type in com.thoughtworks.xstream.io.json
Fields in com.thoughtworks.xstream.io.json declared as AbstractJsonWriter.TypeModifier and TypeFieldDescriptionstatic AbstractJsonWriter.Type
AbstractJsonWriter.Type.BOOLEAN
static AbstractJsonWriter.Type
AbstractJsonWriter.Type.NULL
static AbstractJsonWriter.Type
AbstractJsonWriter.Type.NUMBER
static AbstractJsonWriter.Type
AbstractJsonWriter.Type.STRING
Methods in com.thoughtworks.xstream.io.json that return AbstractJsonWriter.TypeModifier and TypeMethodDescriptionprotected AbstractJsonWriter.Type
Method to return the appropriate JSON type for a Java type.Methods in com.thoughtworks.xstream.io.json with parameters of type AbstractJsonWriter.TypeModifier and TypeMethodDescriptionprotected abstract void
AbstractJsonWriter.addValue
(String value, AbstractJsonWriter.Type type) Add a value to a JSON object's label or to an array.protected void
JsonWriter.addValue
(String value, AbstractJsonWriter.Type type) Add a value to a JSON object's label or to an array.