public class JsonFactoryManagerImpl extends Object implements JsonFactoryManager
| Modifier and Type | Field and Description |
|---|---|
static String |
REST_STACK_DISPLAY |
| 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
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 © 2014 Nuxeo SA. All rights reserved.