Package | Description |
---|---|
com.github.fge.jsonschema.main |
Main schema validation API
|
com.github.fge.jsonschema.metaschema |
Metaschema data
|
com.github.fge.jsonschema.ref |
JSON Reference related classes
|
com.github.fge.jsonschema.schema |
Internal JSON Schema objects
|
Modifier and Type | Method and Description |
---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.addKeywordRegistry(JsonRef schemaURI,
KeywordRegistry keywordRegistry,
boolean byDefault)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JsonRef |
SchemaURIs.draftV3Core()
Return the defined URI for draft v3
|
static JsonRef |
SchemaURIs.draftV3HyperSchema()
Return the defined URI for draft v3 hyper schema
|
static JsonRef |
SchemaURIs.draftV4Core()
Return the defined URI for draft v4
|
JsonRef |
MetaSchema.getDollarSchema()
Return the URI of that metaschema
|
Modifier and Type | Method and Description |
---|---|
static JsonRef |
JsonRef.emptyRef()
Return an empty reference
|
static JsonRef |
JsonRef.fromString(String s)
Build a JSON Reference from a string input
|
static JsonRef |
JsonRef.fromURI(URI uri)
Build a JSON Reference from a URI
|
abstract JsonRef |
JsonRef.resolve(JsonRef other)
Resolve this reference against another reference
|
Modifier and Type | Method and Description |
---|---|
boolean |
JsonRef.contains(JsonRef other)
Tell whether the current JSON Reference "contains" another
|
abstract JsonRef |
JsonRef.resolve(JsonRef other)
Resolve this reference against another reference
|
Modifier and Type | Field and Description |
---|---|
protected JsonRef |
SchemaContainer.locator |
Modifier and Type | Method and Description |
---|---|
JsonRef |
SchemaContainer.getLocator()
Get this container's locator
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SchemaContainer.contains(JsonRef other) |
boolean |
InlineSchemaContainer.contains(JsonRef other) |
boolean |
CanonicalSchemaContainer.contains(JsonRef other) |
abstract JsonNode |
SchemaContainer.resolve(JsonRef ref) |
JsonNode |
InlineSchemaContainer.resolve(JsonRef ref) |
JsonNode |
CanonicalSchemaContainer.resolve(JsonRef ref) |
Copyright © 2013. All Rights Reserved.