Interface JsonSchemaResolver


  • public interface JsonSchemaResolver
    A resolver interface for resolving referenced external JSON schemas.
    Author:
    leadpony
    • Method Detail

      • resolveSchema

        JsonSchema resolveSchema​(URI id)
        Returns the JSON schema identified with given id.
        Parameters:
        id - the identifier of the schema to return.
        Returns:
        the schema if found, or null if not found.
        Throws:
        NullPointerException - if id is null.