Uses of Class
org.swisspush.gateleen.validation.SchemaLocation
-
-
Uses of SchemaLocation in org.swisspush.gateleen.validation
Methods in org.swisspush.gateleen.validation with parameters of type SchemaLocation Modifier and Type Method Description io.vertx.core.Future<Optional<com.networknt.schema.JsonSchema>>DefaultValidationSchemaProvider. schemaFromLocation(SchemaLocation schemaLocation)io.vertx.core.Future<Optional<com.networknt.schema.JsonSchema>>ValidationSchemaProvider. schemaFromLocation(SchemaLocation schemaLocation)voidValidator. validate(io.vertx.core.http.HttpServerRequest req, String type, io.vertx.core.buffer.Buffer jsonBuffer, SchemaLocation schemaLocation, io.vertx.core.Handler<ValidationResult> callback)
-