Uses of Class
org.apache.camel.component.stitch.client.models.StitchSchema
Packages that use StitchSchema
Package
Description
-
Uses of StitchSchema in org.apache.camel.component.stitch
Methods in org.apache.camel.component.stitch that return StitchSchemaModifier and TypeMethodDescriptionStitchConfiguration.getStitchSchema()A schema that describes the record(s)Methods in org.apache.camel.component.stitch with parameters of type StitchSchemaModifier and TypeMethodDescriptionvoidStitchConfiguration.setStitchSchema(StitchSchema stitchSchema) -
Uses of StitchSchema in org.apache.camel.component.stitch.client.models
Methods in org.apache.camel.component.stitch.client.models that return StitchSchemaMethods in org.apache.camel.component.stitch.client.models with parameters of type StitchSchemaModifier and TypeMethodDescriptionStitchRequestBody.Builder.withSchema(StitchSchema schema) A Schema object containing the JSON schema describing the record(s) in the Message object’s data property.