Package | Description |
---|---|
com.github.fge.jsonschema.main |
Main schema validation API
|
com.github.fge.jsonschema.schema |
Internal JSON Schema objects
|
Modifier and Type | Method and Description |
---|---|
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.addressingMode(AddressingMode addressingMode)
Sets the addressing mode for this factory
|
Modifier and Type | Method and Description |
---|---|
static AddressingMode |
AddressingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressingMode[] |
AddressingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SchemaRegistry(URIManager manager,
URI namespace,
AddressingMode addressingMode)
Constructor
|
Copyright © 2013. All Rights Reserved.