Uses of Class
org.nuxeo.ecm.automation.core.util.JSONPropertyWriter
-
Packages that use JSONPropertyWriter Package Description org.nuxeo.ecm.automation.core.util -
-
Uses of JSONPropertyWriter in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return JSONPropertyWriter Modifier and Type Method Description static JSONPropertyWriter
JSONPropertyWriter. create()
JSONPropertyWriter
JSONPropertyWriter. dateTimeFormat(DateTimeFormat dateTimeFormat)
JSONPropertyWriter
JSONPropertyWriter. filesBaseUrl(String filesBaseUrl)
JSONPropertyWriter
JSONPropertyWriter. prefix(String prefix)
JSONPropertyWriter
JSONPropertyWriter. writeEmpty(boolean writeEmpty)
JSONPropertyWriter
JSONPropertyWriter. writeNull(boolean writeNull)
Constructors in org.nuxeo.ecm.automation.core.util with parameters of type JSONPropertyWriter Constructor Description JSONPropertyWriter(JSONPropertyWriter writer)
Copy constructor.
-