Class OpenApiValidationHelper

java.lang.Object
org.frankframework.pipes.OpenApiValidationHelper

public class OpenApiValidationHelper extends Object
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 Details

    • OpenApiValidationHelper

      public OpenApiValidationHelper(io.swagger.v3.oas.models.Operation operation)