Package com.github.erosb.jsonsKema
Class SchemaLoader
-
- All Implemented Interfaces:
public final class SchemaLoader
-
-
Field Summary
Fields Modifier and Type Field Description private final IJsonValueschemaJsonprivate final SchemaLoaderConfigconfig
-
Constructor Summary
Constructors Constructor Description SchemaLoader(IJsonValue schemaJson)SchemaLoader(String schemaJson)SchemaLoader(IJsonValue schemaJson, SchemaLoaderConfig config)
-
Method Summary
Modifier and Type Method Description final IJsonValuegetSchemaJson()final SchemaLoaderConfiggetConfig()final Schemainvoke()final Schemaload()final static SchemaLoaderforURL(String url)-
-
Constructor Detail
-
SchemaLoader
SchemaLoader(IJsonValue schemaJson)
-
SchemaLoader
SchemaLoader(String schemaJson)
-
SchemaLoader
SchemaLoader(IJsonValue schemaJson, SchemaLoaderConfig config)
-
-
Method Detail
-
getSchemaJson
final IJsonValue getSchemaJson()
-
getConfig
final SchemaLoaderConfig getConfig()
-
forURL
final static SchemaLoader forURL(String url)
-
-
-
-