Package com.github.erosb.jsonsKema
Interface SchemaClient
-
- All Implemented Interfaces:
public interface SchemaClient
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSchemaClient.Companion
-
Method Summary
Modifier and Type Method Description abstract InputStreamget(URI uri)IJsonValuegetParsed(URI uri)Fetches a raw json schema as string using get(URI) and parses it into an IJsonValue instance. -
-
Method Detail
-
get
abstract InputStream get(URI uri)
-
getParsed
IJsonValue getParsed(URI uri)
Fetches a raw json schema as string using get(URI) and parses it into an IJsonValue instance.
-
-
-
-