Uses of Class
org.apache.camel.component.rest.openapi.validator.RestOpenApiOperation
Packages that use RestOpenApiOperation
-
Uses of RestOpenApiOperation in org.apache.camel.component.rest.openapi.validator
Methods in org.apache.camel.component.rest.openapi.validator with parameters of type RestOpenApiOperationModifier and TypeMethodDescriptiondefault voidRequestValidationCustomizer.customizeSimpleRequestBuilder(com.atlassian.oai.validator.model.SimpleRequest.Builder builder, RestOpenApiOperation operation, org.apache.camel.Exchange exchange) Applies customizations the creation of aSimpleRequestto be validated byOpenApiInteractionValidator.Constructors in org.apache.camel.component.rest.openapi.validator with parameters of type RestOpenApiOperationModifierConstructorDescriptionRequestValidator(com.atlassian.oai.validator.OpenApiInteractionValidator openApiInteractionValidator, RestOpenApiOperation restOpenApiOperation, RequestValidationCustomizer requestValidationCustomizer)