org.springframework.web.servlet.view.json.mock.writer.sojo
Class MockComplexSojoJsonWriterConfiguratorTemplate

java.lang.Object
  extended by org.springframework.web.servlet.view.json.writer.sojo.SojoJsonWriterConfiguratorTemplate
      extended by org.springframework.web.servlet.view.json.mock.writer.sojo.MockComplexSojoJsonWriterConfiguratorTemplate
All Implemented Interfaces:
org.springframework.web.servlet.view.json.JsonWriterConfiguratorTemplate

public class MockComplexSojoJsonWriterConfiguratorTemplate
extends org.springframework.web.servlet.view.json.writer.sojo.SojoJsonWriterConfiguratorTemplate


Field Summary
static int MODE_CONVERT_ALL_MODEL_MAP_VALUES
           
static int MODE_EXCLUDE_PROPERTEIES
           
static int MODE_INTERSEPTOR
           
static int MODE_KEEP_VALUE_TYPES_MODE
           
static int MODE_NONE
           
static int MODE_NOT_IGNORE_NULL_VALUES
           
 
Constructor Summary
MockComplexSojoJsonWriterConfiguratorTemplate()
           
MockComplexSojoJsonWriterConfiguratorTemplate(int mode)
           
 
Method Summary
 SimpleVisitedInterseptor getInterceptor()
           
 org.springframework.web.servlet.view.json.writer.sojo.SojoConfig getJsonConfig()
           
 void setInterceptor(SimpleVisitedInterseptor interceptor)
           
 
Methods inherited from class org.springframework.web.servlet.view.json.writer.sojo.SojoJsonWriterConfiguratorTemplate
getConfigurator, getRegistryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_NONE

public static final int MODE_NONE
See Also:
Constant Field Values

MODE_CONVERT_ALL_MODEL_MAP_VALUES

public static final int MODE_CONVERT_ALL_MODEL_MAP_VALUES
See Also:
Constant Field Values

MODE_NOT_IGNORE_NULL_VALUES

public static final int MODE_NOT_IGNORE_NULL_VALUES
See Also:
Constant Field Values

MODE_EXCLUDE_PROPERTEIES

public static final int MODE_EXCLUDE_PROPERTEIES
See Also:
Constant Field Values

MODE_INTERSEPTOR

public static final int MODE_INTERSEPTOR
See Also:
Constant Field Values

MODE_KEEP_VALUE_TYPES_MODE

public static final int MODE_KEEP_VALUE_TYPES_MODE
See Also:
Constant Field Values
Constructor Detail

MockComplexSojoJsonWriterConfiguratorTemplate

public MockComplexSojoJsonWriterConfiguratorTemplate(int mode)

MockComplexSojoJsonWriterConfiguratorTemplate

public MockComplexSojoJsonWriterConfiguratorTemplate()
Method Detail

getJsonConfig

public org.springframework.web.servlet.view.json.writer.sojo.SojoConfig getJsonConfig()
Specified by:
getJsonConfig in class org.springframework.web.servlet.view.json.writer.sojo.SojoJsonWriterConfiguratorTemplate

getInterceptor

public SimpleVisitedInterseptor getInterceptor()

setInterceptor

public void setInterceptor(SimpleVisitedInterseptor interceptor)


Copyright © 2010. All Rights Reserved.