Package com.github.erosb.jsonsKema
Interface SchemaClient
-
- All Implemented Interfaces:
public interface SchemaClient
-
-
Method Summary
Modifier and Type Method Description abstract InputStreamget(URI uri)IJsonValuegetParsed(URI uri)-
-
Method Detail
-
get
abstract InputStream get(URI uri)
-
getParsed
IJsonValue getParsed(URI uri)
-
-
-
-