public class JsonFactoryManagerImpl extends Object implements JsonFactoryManager
| Modifier and Type | Field and Description |
|---|---|
static String |
REST_STACK_DISPLAY |
protected boolean |
stackDisplay |
| Constructor and Description |
|---|
JsonFactoryManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.jackson.JsonFactory |
createFactory() |
org.codehaus.jackson.JsonFactory |
getJsonFactory() |
boolean |
isStackDisplay() |
boolean |
toggleStackDisplay() |
public static final String REST_STACK_DISPLAY
protected boolean stackDisplay
public JsonFactoryManagerImpl()
public org.codehaus.jackson.JsonFactory getJsonFactory()
getJsonFactory in interface JsonFactoryManagerpublic org.codehaus.jackson.JsonFactory createFactory()
createFactory in interface JsonFactoryManagerpublic boolean toggleStackDisplay()
toggleStackDisplay in interface JsonFactoryManagerpublic boolean isStackDisplay()
isStackDisplay in interface JsonFactoryManagerCopyright © 2016 Nuxeo SA. All rights reserved.