Uses of Class
org.swisspush.gateleen.validation.ValidationResource
-
-
Uses of ValidationResource in org.swisspush.gateleen.validation
Methods in org.swisspush.gateleen.validation that return ValidationResource Modifier and Type Method Description ValidationResourceValidationResourceManager. getValidationResource()Methods in org.swisspush.gateleen.validation with parameters of type ValidationResource 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 providedHttpServerRequeststatic Map<String,String>ValidationUtil. matchingValidationResourceEntry(ValidationResource validationResource, io.vertx.core.http.HttpServerRequest request, org.slf4j.Logger log)Get values of matchingValidationResourcefor providedHttpServerRequest
-