Package org.nuxeo.ecm.webengine
Class JsonFactoryManagerImpl
- java.lang.Object
-
- org.nuxeo.ecm.webengine.JsonFactoryManagerImpl
-
- All Implemented Interfaces:
JsonFactoryManager
public class JsonFactoryManagerImpl extends Object implements JsonFactoryManager
- Since:
- 6.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
REST_STACK_DISPLAY
protected boolean
stackDisplay
-
Constructor Summary
Constructors Constructor Description JsonFactoryManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.core.JsonFactory
createFactory()
com.fasterxml.jackson.core.JsonFactory
getJsonFactory()
boolean
isStackDisplay()
boolean
toggleStackDisplay()
-
-
-
Field Detail
-
REST_STACK_DISPLAY
public static final String REST_STACK_DISPLAY
- See Also:
- Constant Field Values
-
stackDisplay
protected boolean stackDisplay
-
-
Method Detail
-
getJsonFactory
public com.fasterxml.jackson.core.JsonFactory getJsonFactory()
- Specified by:
getJsonFactory
in interfaceJsonFactoryManager
-
createFactory
public com.fasterxml.jackson.core.JsonFactory createFactory()
- Specified by:
createFactory
in interfaceJsonFactoryManager
-
toggleStackDisplay
public boolean toggleStackDisplay()
- Specified by:
toggleStackDisplay
in interfaceJsonFactoryManager
-
isStackDisplay
public boolean isStackDisplay()
- Specified by:
isStackDisplay
in interfaceJsonFactoryManager
-
-