Class SchemaStoreURL
java.lang.Object
org.restheart.mongodb.handlers.schema.SchemaStoreURL
if the id of the schema is a valid SchemaStoreURL it can be loaded from the
schema store (querying mongodb with caching and avoiding the http overhead)
the format is:
http://schema-store/schemaStoreDb/schemaId
schemaId refers to the mongodb _id and not to the id property
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSchemaStoreURL(String url) SchemaStoreURL(String schemaDb, org.bson.BsonValue schemaId) -
Method Summary
-
Field Details
-
SCHEMA_STORE_URL_PREFIX
- See Also:
-
-
Constructor Details
-
SchemaStoreURL
- Parameters:
schemaDb-schemaId-
-
SchemaStoreURL
- Parameters:
url-
-
-
Method Details