Package com.boomi.connector.sample.json
-
Class Summary Class Description CustomJsonRequestOperation Sample update operation that demonstrates how to convert the input documents to a new format using a memory efficient customPayload
before sending to the target system.CustomJsonResponseOperation Sample update operation that demonstrates how to convert the response from a target system to a new format using a memory efficient customPayload
.SizeLimitedBatchJsonOperation Sample update operation that builds a JSON array containing the input documents in a memory efficient manner.SizeLimitedJsonOperation SampleSizeLimitedUpdateOperation
that demonstrates binding the document input streams toJsonNode
instances.SplitJsonResponseOperation Sample update operation that demonstrates the use of aJsonSplitter
to create multiple payloads from a single stream in a memory efficient manner.