| Package | Description |
|---|---|
| com.github.fge.jsonschema.format |
Format attribute base classes
|
| com.github.fge.jsonschema.keyword.digest | |
| com.github.fge.jsonschema.keyword.digest.helpers | |
| com.github.fge.jsonschema.keyword.syntax | |
| com.github.fge.jsonschema.keyword.syntax.helpers | |
| com.github.fge.jsonschema.keyword.validator.helpers | |
| com.github.fge.jsonschema.util |
Various utility classes
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<NodeType> |
FormatAttribute.supportedTypes()
Return the set of JSON Schema types this format attribute applies to
|
EnumSet<NodeType> |
AbstractFormatAttribute.supportedTypes() |
| Constructor and Description |
|---|
AbstractFormatAttribute(String fmt,
NodeType first,
NodeType... other)
Protected constructor
|
AbstractFormatAttribute(String fmt,
NodeType first,
NodeType... other)
Protected constructor
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<NodeType> |
AbstractDigester.supportedTypes() |
| Constructor and Description |
|---|
AbstractDigester(String keyword,
NodeType first,
NodeType... other) |
AbstractDigester(String keyword,
NodeType first,
NodeType... other) |
| Constructor and Description |
|---|
IdentityDigester(String keyword,
NodeType first,
NodeType... other) |
IdentityDigester(String keyword,
NodeType first,
NodeType... other) |
NullDigester(String keyword,
NodeType first,
NodeType... other) |
NullDigester(String keyword,
NodeType first,
NodeType... other) |
SimpleDigester(String keyword,
NodeType first,
NodeType... other) |
SimpleDigester(String keyword,
NodeType first,
NodeType... other) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<NodeType> |
AbstractSyntaxChecker.getValidTypes() |
EnumSet<NodeType> |
SyntaxChecker.getValidTypes() |
| Constructor and Description |
|---|
AbstractSyntaxChecker(String keyword,
NodeType first,
NodeType... other) |
AbstractSyntaxChecker(String keyword,
NodeType first,
NodeType... other) |
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<NodeType> |
DependenciesSyntaxChecker.dependencyTypes |
| Constructor and Description |
|---|
DependenciesSyntaxChecker(NodeType... depTypes) |
TypeOnlySyntaxChecker(String keyword,
NodeType first,
NodeType... other) |
TypeOnlySyntaxChecker(String keyword,
NodeType first,
NodeType... other) |
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<NodeType> |
DraftV3TypeKeywordValidator.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.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<NodeType> |
Digester.supportedTypes()
Return the instance types handled by this digested form
|
Copyright © 2013. All Rights Reserved.