Interface ValidationSchemaProvider
-
- All Known Implementing Classes:
DefaultValidationSchemaProvider
public interface ValidationSchemaProviderProvidesJsonSchemafetched from an external location. Optionally caches theJsonSchemato reduce load- Author:
- https://github.com/mcweba [Marc-Andre Weber]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.core.Future<Optional<com.networknt.schema.JsonSchema>>schemaFromLocation(SchemaLocation schemaLocation)
-
-
-
Method Detail
-
schemaFromLocation
io.vertx.core.Future<Optional<com.networknt.schema.JsonSchema>> schemaFromLocation(SchemaLocation schemaLocation)
-
-