Class PathParametersValidator
java.lang.Object
com.predic8.membrane.core.openapi.validators.PathParametersValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidatePathParameters(ValidationContext ctx, Request<?> req, List<io.swagger.v3.oas.models.parameters.Parameter> schemaParameters)
-
Constructor Details
-
PathParametersValidator
public PathParametersValidator(io.swagger.v3.oas.models.OpenAPI api)
-
-
Method Details
-
validatePathParameters
public ValidationErrors validatePathParameters(ValidationContext ctx, Request<?> req, List<io.swagger.v3.oas.models.parameters.Parameter> schemaParameters)
-