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 JSONPropertyWriterJSONPropertyWriter. create()JSONPropertyWriterJSONPropertyWriter. dateTimeFormat(DateTimeFormat dateTimeFormat)JSONPropertyWriterJSONPropertyWriter. filesBaseUrl(String filesBaseUrl)JSONPropertyWriterJSONPropertyWriter. prefix(String prefix)JSONPropertyWriterJSONPropertyWriter. writeEmpty(boolean writeEmpty)JSONPropertyWriterJSONPropertyWriter. writeNull(boolean writeNull)Constructors in org.nuxeo.ecm.automation.core.util with parameters of type JSONPropertyWriter Constructor Description JSONPropertyWriter(JSONPropertyWriter writer)Copy constructor.
-