Package org.nuxeo.ecm.webengine
Interface JsonFactoryManager
-
- All Known Implementing Classes:
JsonFactoryManagerImpl
public interface JsonFactoryManager
- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.core.JsonFactory
createFactory()
com.fasterxml.jackson.core.JsonFactory
getJsonFactory()
boolean
isStackDisplay()
boolean
toggleStackDisplay()
-
-
-
Method Detail
-
getJsonFactory
com.fasterxml.jackson.core.JsonFactory getJsonFactory()
-
createFactory
com.fasterxml.jackson.core.JsonFactory createFactory()
-
toggleStackDisplay
boolean toggleStackDisplay()
-
isStackDisplay
boolean isStackDisplay()
-
-