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.PropertyConsumerJSONPropertyWriter.PropertyConsumer. nothing()Methods in org.nuxeo.ecm.automation.core.util with parameters of type JSONPropertyWriter.PropertyConsumer Modifier and Type Method Description protected voidJSONPropertyWriter. writeBlobProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)protected voidJSONPropertyWriter. writeListProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)protected voidJSONPropertyWriter. writeMapProperty(com.fasterxml.jackson.core.JsonGenerator jg, ComplexProperty prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)protected voidJSONPropertyWriter. writeProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)Converts the value of the given core property to JSON.protected voidJSONPropertyWriter. writeScalarProperty(com.fasterxml.jackson.core.JsonGenerator jg, Property prop, JSONPropertyWriter.PropertyConsumer fieldNameWriter)
-