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