Class JsonSchemaCacheSingleton
java.lang.Object
org.restheart.mongodb.handlers.schema.JsonSchemaCacheSingleton
-
Method Summary
Modifier and TypeMethodDescriptionorg.everit.json.schema.Schemastatic JsonSchemaCacheSingletonorg.bson.BsonDocument
-
Method Details
-
getInstance
- Returns:
-
get
public org.everit.json.schema.Schema get(String schemaStoreDb, org.bson.BsonValue schemaId) throws JsonSchemaNotFoundException - Parameters:
schemaStoreDb-schemaId-- Returns:
- Throws:
JsonSchemaNotFoundException
-
getRaw
public org.bson.BsonDocument getRaw(String schemaStoreDb, org.bson.BsonValue schemaId) throws JsonSchemaNotFoundException - Parameters:
schemaStoreDb-schemaId-- Returns:
- Throws:
JsonSchemaNotFoundException
-