Class OpenApiValidationHelper
java.lang.Object
org.frankframework.pipes.OpenApiValidationHelper
Helper class for OpenApiValidator that contains the logic for resolving the correct schema to validate against based on the operation, path, method and
exit code (for response validation), and for performing the actual validation of the message against the resolved schema.
- Author:
- evandongen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenApiValidationHelper
public OpenApiValidationHelper(io.swagger.v3.oas.models.Operation operation)
-