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 customPayloadbefore 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 SampleSizeLimitedUpdateOperationthat demonstrates binding the document input streams toJsonNodeinstances.SplitJsonResponseOperation Sample update operation that demonstrates the use of aJsonSplitterto create multiple payloads from a single stream in a memory efficient manner.