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 JsonFactoryManager
public org.codehaus.jackson.JsonFactory createFactory()
createFactory
in interface JsonFactoryManager
public boolean toggleStackDisplay()
toggleStackDisplay
in interface JsonFactoryManager
public boolean isStackDisplay()
isStackDisplay
in interface JsonFactoryManager
Copyright © 2018 Nuxeo. All rights reserved.