Uses of Interface
org.leadpony.justify.api.JsonSchemaReader
-
Packages that use JsonSchemaReader Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of JsonSchemaReader in org.leadpony.justify.api
Methods in org.leadpony.justify.api that return JsonSchemaReader Modifier and Type Method Description JsonSchemaReaderJsonSchemaReaderFactory. createSchemaReader(InputStream in)Creates a JSON schema reader from a byte stream.JsonSchemaReaderJsonSchemaReaderFactory. createSchemaReader(InputStream in, Charset charset)Creates a JSON schema reader from a byte stream encoded by the specified charset.JsonSchemaReaderJsonSchemaReaderFactory. createSchemaReader(Reader reader)Creates a JSON schema reader from a character stream.JsonSchemaReaderJsonSchemaReaderFactory. createSchemaReader(Path path)Creates a JSON schema reader from a path.
-