| Package | Description |
|---|---|
| com.github.fge.jsonschema.keyword.syntax |
Keyword syntax checkers
|
| com.github.fge.jsonschema.keyword.syntax.helpers |
Keyword syntax checker helper classes
|
| com.github.fge.jsonschema.util |
Various utility classes
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<NodeType> |
SyntaxChecker.getValidTypes() |
EnumSet<NodeType> |
AbstractSyntaxChecker.getValidTypes() |
| Constructor and Description |
|---|
AbstractSyntaxChecker(String keyword,
NodeType first,
NodeType... other)
Main constructor
|
AbstractSyntaxChecker(String keyword,
NodeType first,
NodeType... other)
Main constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<NodeType> |
DependenciesSyntaxChecker.dependencyTypes
Valid types for one dependency value
|
| Constructor and Description |
|---|
DependenciesSyntaxChecker(NodeType... depTypes)
Protected constructor
|
TypeOnlySyntaxChecker(String keyword,
NodeType first,
NodeType... other) |
TypeOnlySyntaxChecker(String keyword,
NodeType first,
NodeType... other) |
| 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.