Package | Description |
---|---|
com.github.fge.jsonschema.cfg |
Validation processor configuration classes
|
com.github.fge.jsonschema.load |
Schema loading and preloading classes
|
Modifier and Type | Method and Description |
---|---|
Dereferencing |
LoadingConfiguration.getDereferencing()
Return the dereferencing mode used for this configuration
|
Modifier and Type | Method and Description |
---|---|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.dereferencing(Dereferencing dereferencing)
Set the dereferencing mode for this loading configuration
|
Modifier and Type | Method and Description |
---|---|
static Dereferencing |
Dereferencing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dereferencing[] |
Dereferencing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.