org.springframework.web.servlet.view.json.writer.xstream
Class SpringJsonXStreamBuilder

java.lang.Object
  extended by org.springframework.web.servlet.view.json.writer.xstream.SpringJsonXStreamBuilder

public class SpringJsonXStreamBuilder
extends Object


Constructor Summary
SpringJsonXStreamBuilder()
           
 
Method Summary
static SpringJsonXStream build(boolean convertAllMapValues, String keepValueTypesMode, String rootname)
           
static SpringJsonXStream build(boolean convertAllMapValues, String keepValueTypesMode, String rootname, boolean prettyPrint)
           
static SpringJsonXStream build(boolean convertAllMapValues, String keepValueTypesMode, String rootname, boolean prettyPrint, Class[] processAnnotationsForTypes, Boolean autodetectAnnotations)
           
static SpringJsonXStream build(boolean convertAllMapValues, String keepValueTypesMode, String rootname, boolean prettyPrint, Class[] processAnnotationsForTypes, Boolean autodetectAnnotations, Class commandClass)
           
static SpringJsonXStream build(boolean convertAllMapValues, String keepValueTypesMode, String rootname, Class[] processAnnotationsForTypes, Boolean autodetectAnnotations)
           
static SpringJsonXStream build(boolean convertAllMapValues, String keepValueTypesMode, String rootname, Class[] processAnnotationsForTypes, Boolean autodetectAnnotations, Class commandClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringJsonXStreamBuilder

public SpringJsonXStreamBuilder()
Method Detail

build

public static SpringJsonXStream build(boolean convertAllMapValues,
                                      String keepValueTypesMode,
                                      String rootname)

build

public static SpringJsonXStream build(boolean convertAllMapValues,
                                      String keepValueTypesMode,
                                      String rootname,
                                      boolean prettyPrint)

build

public static SpringJsonXStream build(boolean convertAllMapValues,
                                      String keepValueTypesMode,
                                      String rootname,
                                      Class[] processAnnotationsForTypes,
                                      Boolean autodetectAnnotations)

build

public static SpringJsonXStream build(boolean convertAllMapValues,
                                      String keepValueTypesMode,
                                      String rootname,
                                      boolean prettyPrint,
                                      Class[] processAnnotationsForTypes,
                                      Boolean autodetectAnnotations)

build

public static SpringJsonXStream build(boolean convertAllMapValues,
                                      String keepValueTypesMode,
                                      String rootname,
                                      Class[] processAnnotationsForTypes,
                                      Boolean autodetectAnnotations,
                                      Class commandClass)

build

public static SpringJsonXStream build(boolean convertAllMapValues,
                                      String keepValueTypesMode,
                                      String rootname,
                                      boolean prettyPrint,
                                      Class[] processAnnotationsForTypes,
                                      Boolean autodetectAnnotations,
                                      Class commandClass)


Copyright © 2010. All Rights Reserved.