Uses of Class
com.thoughtworks.xstream.io.json.AbstractJsonWriter.Type

Packages that use AbstractJsonWriter.Type
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
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
protected  AbstractJsonWriter.Type AbstractJsonWriter.getType(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
protected  void JsonWriter.addValue(String value, AbstractJsonWriter.Type type)
          Add a value to a JSON object's label or to an array.
protected abstract  void AbstractJsonWriter.addValue(String value, AbstractJsonWriter.Type type)
          Add a value to a JSON object's label or to an array.
 



Copyright © 2004-2014 XStream. All Rights Reserved.