| Constructor and Description |
|---|
Validation(String schema) |
Validation(String schema,
String description) |
| Modifier and Type | Method and Description |
|---|---|
com.github.fge.jsonschema.main.JsonSchema |
create(String schemaString) |
String |
getDescription() |
protected String |
getDescriptionAppendable() |
protected static com.github.fge.jsonschema.main.JsonSchemaFactory |
getFactory() |
protected com.github.fge.jsonschema.main.JsonSchemaFactory |
getJsonSchemaFactory() |
protected com.github.fge.jsonschema.main.JsonSchema |
getSchema() |
void |
process(com.fasterxml.jackson.databind.JsonNode node)
Perform action on wrapped root node
|
void |
validate(com.fasterxml.jackson.databind.JsonNode node) |
protected static final String LS
public Validation(String schema)
public String getDescription()
protected String getDescriptionAppendable()
protected static com.github.fge.jsonschema.main.JsonSchemaFactory getFactory()
protected com.github.fge.jsonschema.main.JsonSchemaFactory getJsonSchemaFactory()
public void process(com.fasterxml.jackson.databind.JsonNode node)
throws ProcessStepException
Stepprocess in interface StepProcessStepExceptionprotected com.github.fge.jsonschema.main.JsonSchema getSchema()
public void validate(com.fasterxml.jackson.databind.JsonNode node)
throws InvalidJsonException
InvalidJsonExceptionpublic com.github.fge.jsonschema.main.JsonSchema create(String schemaString)
Copyright © 2015. All rights reserved.