Uses of Interface
org.nuxeo.ecm.automation.core.util.JSONPropertyWriter.PropertyConsumer
-
Uses of JSONPropertyWriter.PropertyConsumer in org.nuxeo.ecm.automation.core.util
Modifier and TypeMethodDescriptionprotected 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)