public class BaseJsonSchemaValidatorTest extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
DEFAULT_BUFFER_SIZE |
| Constructor and Description |
|---|
BaseJsonSchemaValidatorTest() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getJsonNodeFromClasspath(String name) |
com.fasterxml.jackson.databind.JsonNode |
getJsonNodeFromStringContent(String content) |
com.fasterxml.jackson.databind.JsonNode |
getJsonNodeFromUrl(String url) |
com.networknt.schema.JsonSchema |
getJsonSchemaFromClasspath(String name) |
com.networknt.schema.JsonSchema |
getJsonSchemaFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode) |
com.networknt.schema.JsonSchema |
getJsonSchemaFromJsonNodeAutomaticVersion(com.fasterxml.jackson.databind.JsonNode jsonNode) |
com.networknt.schema.JsonSchema |
getJsonSchemaFromStringContent(String schemaContent) |
com.networknt.schema.JsonSchema |
getJsonSchemaFromUrl(String uri) |
String |
otherConvertInputStreamToString(InputStream is) |
public final int DEFAULT_BUFFER_SIZE
public com.fasterxml.jackson.databind.JsonNode getJsonNodeFromClasspath(String name) throws IOException
IOExceptionpublic com.fasterxml.jackson.databind.JsonNode getJsonNodeFromStringContent(String content) throws IOException
IOExceptionpublic com.fasterxml.jackson.databind.JsonNode getJsonNodeFromUrl(String url) throws IOException
IOExceptionpublic com.networknt.schema.JsonSchema getJsonSchemaFromClasspath(String name)
public com.networknt.schema.JsonSchema getJsonSchemaFromStringContent(String schemaContent)
public com.networknt.schema.JsonSchema getJsonSchemaFromUrl(String uri) throws URISyntaxException
URISyntaxExceptionpublic com.networknt.schema.JsonSchema getJsonSchemaFromJsonNode(com.fasterxml.jackson.databind.JsonNode jsonNode)
public com.networknt.schema.JsonSchema getJsonSchemaFromJsonNodeAutomaticVersion(com.fasterxml.jackson.databind.JsonNode jsonNode)
public String otherConvertInputStreamToString(InputStream is) throws IOException
IOExceptionCopyright © 2023 Open Geospatial Consortium. All rights reserved.