| Package | Description |
|---|---|
| com.github.fge.jsonschema.format |
Format attribute base classes
|
| com.github.fge.jsonschema.keyword |
Schema validation core elements: keyword validators
|
| com.github.fge.jsonschema.keyword.draftv3 |
Keywords specific to draft v3
|
| com.github.fge.jsonschema.syntax |
Schema syntax validation package
|
| com.github.fge.jsonschema.util |
Various utility classes
|
| Constructor and Description |
|---|
FormatAttribute(NodeType first,
NodeType... other)
Protected constructor
|
FormatAttribute(NodeType first,
NodeType... other)
Protected constructor
|
| Constructor and Description |
|---|
KeywordValidator(String keyword,
NodeType... types)
Constructor
|
PositiveIntegerKeywordValidator(String keyword,
JsonNode schema,
NodeType... types)
Protected constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<NodeType> |
AbstractTypeKeywordValidator.typeSet
Simple types found in the keyword definition
|
| Constructor and Description |
|---|
AbstractSyntaxChecker(String keyword,
NodeType type,
NodeType... types) |
AbstractSyntaxChecker(String keyword,
NodeType type,
NodeType... types) |
TypeOnlySyntaxChecker(String keyword,
NodeType type,
NodeType... types) |
TypeOnlySyntaxChecker(String keyword,
NodeType type,
NodeType... types) |
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
NodeType.fromName(String name)
Given a type name, return the corresponding node type
|
static NodeType |
NodeType.getNodeType(JsonNode node)
Given a
JsonNode as an argument, return its type. |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.