Class SchemaStoreClient

  • All Implemented Interfaces:
    Function<String,​InputStream>, org.everit.json.schema.loader.SchemaClient

    public class SchemaStoreClient
    extends Object
    implements 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 Detail

      • SchemaStoreClient

        public SchemaStoreClient()
    • Method Detail

      • get

        public InputStream get​(String uri)
        Specified by:
        get in interface org.everit.json.schema.loader.SchemaClient
        Parameters:
        uri -
        Returns: