Uses of Class
org.swisspush.gateleen.validation.SchemaLocation
-
-
Uses of SchemaLocation in org.swisspush.gateleen.validation
Methods in org.swisspush.gateleen.validation that return types with arguments of type SchemaLocation Modifier and Type Method Description static Optional<SchemaLocation>ValidationUtil. matchingSchemaLocation(ValidationResource validationResource, io.vertx.core.http.HttpServerRequest request, org.slf4j.Logger log)Get aSchemaLocation(when present) of the matchingValidationResourcefor providedHttpServerRequestMethods 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)io.vertx.core.Future<ValidationResult>Validator. validateWithSchemaLocation(SchemaLocation schemaLocation, io.vertx.core.buffer.Buffer jsonBuffer, org.slf4j.Logger log)
-