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 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)