Uses of Interface
org.nuxeo.ecm.automation.core.util.JSONPropertyWriter.PropertyConsumer
Packages that use JSONPropertyWriter.PropertyConsumer
-
Uses of JSONPropertyWriter.PropertyConsumer in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return JSONPropertyWriter.PropertyConsumerMethods in org.nuxeo.ecm.automation.core.util with parameters of type JSONPropertyWriter.PropertyConsumerModifier 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)