| Package | Description |
|---|---|
| com.networknt.schema | |
| com.networknt.schema.uri |
| Modifier and Type | Method and Description |
|---|---|
URITranslator |
JsonSchemaFactory.getUriTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaValidatorsConfig.addUriTranslator(URITranslator uriTranslator) |
JsonSchemaFactory.Builder |
JsonSchemaFactory.Builder.addUriTranslator(URITranslator translator) |
| Modifier and Type | Class and Description |
|---|---|
static class |
URITranslator.CompositeURITranslator |
static class |
URITranslator.MappingURITranslator
Provides support for legacy map-based translations
|
| Modifier and Type | Field and Description |
|---|---|
static URITranslator |
URITranslator.NOOP |
| Modifier and Type | Method and Description |
|---|---|
static URITranslator |
URITranslator.map(Map<String,String> uriMappings)
Creates a map-based mapping from one URI to another.
|
static URITranslator |
URITranslator.map(String source,
String target)
Creates a simple mapping from one URI to another.
|
static URITranslator |
URITranslator.map(URI source,
URI target)
Creates a simple mapping from one URI to another.
|
| Modifier and Type | Method and Description |
|---|---|
static URITranslator.CompositeURITranslator |
URITranslator.combine(URITranslator... uriTranslators)
Creates a CompositeURITranslator.
|
URITranslator.CompositeURITranslator |
URITranslator.CompositeURITranslator.with(URITranslator translator) |
| Modifier and Type | Method and Description |
|---|---|
static URITranslator.CompositeURITranslator |
URITranslator.combine(Collection<? extends URITranslator> uriTranslators)
Creates a CompositeURITranslator.
|
| Constructor and Description |
|---|
CompositeURITranslator(URITranslator... translators) |
| Constructor and Description |
|---|
CompositeURITranslator(Collection<? extends URITranslator> c) |
Copyright © 2023. All rights reserved.