-
public interface JsonSchemaResolverA resolver interface for resolving referenced external JSON schemas.- Author:
- leadpony
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonSchemaresolveSchema(URI id)Returns the JSON schema identified with givenid.
-
-
-
Method Detail
-
resolveSchema
JsonSchema resolveSchema(URI id)
Returns the JSON schema identified with givenid.- Parameters:
id- the identifier of the schema to return.- Returns:
- the schema if found, or
nullif not found. - Throws:
NullPointerException- ifidisnull.
-
-