Class SchemaStoreClient
java.lang.Object
org.restheart.mongodb.handlers.schema.SchemaStoreClient
- All Implemented Interfaces:
Function<String,,InputStream> org.everit.json.schema.loader.SchemaClient
A json-schema client that loads the schema from the db if the url refer to a
schema store. If not it delegates to the DefaultSchemaClient.
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Details
-
SchemaStoreClient
public SchemaStoreClient()
-
-
Method Details
-
get
- Specified by:
getin interfaceorg.everit.json.schema.loader.SchemaClient- Parameters:
uri-- Returns:
-
apply
- Specified by:
applyin interfaceFunction<String,InputStream> - Specified by:
applyin interfaceorg.everit.json.schema.loader.SchemaClient
-