Uses of Interface
org.nuxeo.ecm.automation.core.util.JSONPropertyWriter.PropertyConsumer
-
Packages that use JSONPropertyWriter.PropertyConsumer Package Description org.nuxeo.ecm.automation.core.util -
-
Uses of JSONPropertyWriter.PropertyConsumer in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return JSONPropertyWriter.PropertyConsumer Modifier and Type Method Description static JSONPropertyWriter.PropertyConsumer
JSONPropertyWriter.PropertyConsumer. nothing()
Methods in org.nuxeo.ecm.automation.core.util with parameters of type JSONPropertyWriter.PropertyConsumer Modifier and Type Method Description protected void
JSONPropertyWriter. writeBlobProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)
protected void
JSONPropertyWriter. writeListProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)
protected void
JSONPropertyWriter. writeMapProperty(com.fasterxml.jackson.core.JsonGenerator jg, ComplexProperty prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)
protected void
JSONPropertyWriter. writeProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)
Converts the value of the given core property to JSON.protected void
JSONPropertyWriter. writeScalarProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)
-