Package | Description |
---|---|
com.github.fge.jsonschema.core.load |
Schema loading and JSON Reference resolving
|
com.github.fge.jsonschema.core.load.configuration |
Schema 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.
|
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
|
Copyright © 2016. All rights reserved.