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 StringREST_STACK_DISPLAYprotected booleanstackDisplay
-
Constructor Summary
Constructors Constructor Description JsonFactoryManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.core.JsonFactorycreateFactory()com.fasterxml.jackson.core.JsonFactorygetJsonFactory()booleanisStackDisplay()booleantoggleStackDisplay()
-
-
-
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:
getJsonFactoryin interfaceJsonFactoryManager
-
createFactory
public com.fasterxml.jackson.core.JsonFactory createFactory()
- Specified by:
createFactoryin interfaceJsonFactoryManager
-
toggleStackDisplay
public boolean toggleStackDisplay()
- Specified by:
toggleStackDisplayin interfaceJsonFactoryManager
-
isStackDisplay
public boolean isStackDisplay()
- Specified by:
isStackDisplayin interfaceJsonFactoryManager
-
-