Uses of Class
com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type
-
Packages that use AbstractJsonWriter.Type Package Description com.thoughtworks.xstream.io.json -
-
Uses of AbstractJsonWriter.Type in com.thoughtworks.xstream.io.json
Fields in com.thoughtworks.xstream.io.json declared as AbstractJsonWriter.Type Modifier and Type Field Description static 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.Type Modifier and Type Method Description protected AbstractJsonWriter.Type
AbstractJsonWriter. getType(java.lang.Class clazz)
Method to return the appropriate JSON type for a Java type.Methods in com.thoughtworks.xstream.io.json with parameters of type AbstractJsonWriter.Type Modifier and Type Method Description protected abstract void
AbstractJsonWriter. addValue(java.lang.String value, AbstractJsonWriter.Type type)
Add a value to a JSON object's label or to an array.protected void
JsonWriter. addValue(java.lang.String value, AbstractJsonWriter.Type type)
Add a value to a JSON object's label or to an array.
-