Modifier and Type | Class and Description |
---|---|
static class |
NormJson.JsonException
When fails to parse.
|
Constructor and Description |
---|
NormJson(InputStream json)
Public ctor.
|
NormJson(String json)
Public ctor.
|
public NormJson(String json)
json
- Schema in JSON formatpublic NormJson(InputStream json)
json
- Schema in JSON format@Loggable(value=1, ignore=NormJson.JsonException.class) public javax.json.JsonObject readObject(String json) throws NormJson.JsonException
json
- JSON to parseNormJson.JsonException
- If failsCopyright © 2009–2014 Rultor Inc.. All rights reserved.