| Package | Description |
|---|---|
| org.apache.camel.component.stitch | |
| org.apache.camel.component.stitch.client.models |
| Modifier and Type | Method and Description |
|---|---|
StitchSchema |
StitchConfiguration.getStitchSchema()
A schema that describes the record(s)
|
| Modifier and Type | Method and Description |
|---|---|
void |
StitchConfiguration.setStitchSchema(StitchSchema stitchSchema) |
| Modifier and Type | Method and Description |
|---|---|
StitchSchema |
StitchSchema.Builder.build() |
StitchSchema |
StitchRequestBody.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
StitchRequestBody.Builder |
StitchRequestBody.Builder.withSchema(StitchSchema schema)
A Schema object containing the JSON schema describing the record(s) in the Message object’s data property.
|
Apache Camel