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.TypeAbstractJsonWriter.Type. BOOLEANstatic AbstractJsonWriter.TypeAbstractJsonWriter.Type. NULLstatic AbstractJsonWriter.TypeAbstractJsonWriter.Type. NUMBERstatic AbstractJsonWriter.TypeAbstractJsonWriter.Type. STRINGMethods in com.thoughtworks.xstream.io.json that return AbstractJsonWriter.Type Modifier and Type Method Description protected AbstractJsonWriter.TypeAbstractJsonWriter. 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 voidAbstractJsonWriter. addValue(java.lang.String value, AbstractJsonWriter.Type type)Add a value to a JSON object's label or to an array.protected voidJsonWriter. addValue(java.lang.String value, AbstractJsonWriter.Type type)Add a value to a JSON object's label or to an array.
-