Package | Description |
---|---|
com.github.fge.jsonschema.core.load.configuration |
Schema loading configuration
|
Modifier and Type | Method and Description |
---|---|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.addParserFeature(com.fasterxml.jackson.core.JsonParser.Feature feature)
Add a JsonParser feature
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.addScheme(String scheme,
URIDownloader downloader)
Add a new URI downloader
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.dereferencing(Dereferencing dereferencing)
Set the dereferencing mode for this loading configuration
|
static LoadingConfigurationBuilder |
LoadingConfiguration.newBuilder()
Create a new, default, mutable configuration instance
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.preloadSchema(com.fasterxml.jackson.databind.JsonNode schema)
Preload a schema
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.preloadSchema(String uri,
com.fasterxml.jackson.databind.JsonNode schema)
Preload a schema at a given URI
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.removeParserFeature(com.fasterxml.jackson.core.JsonParser.Feature feature)
Remove a JSON parser feature
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.removeScheme(String scheme)
Remove a downloader for a given scheme
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.setEnableCache(boolean enableCache)
Should we enable caching of downloaded schemas
|
LoadingConfigurationBuilder |
LoadingConfigurationBuilder.setURITranslatorConfiguration(URITranslatorConfiguration translatorCfg) |
LoadingConfigurationBuilder |
LoadingConfiguration.thaw()
Return a thawed version of this loading configuration
|
Copyright © 2016. All rights reserved.