Uses of Interface
com.networknt.schema.uri.URITranslator
-
Packages that use URITranslator Package Description com.networknt.schema com.networknt.schema.uri -
-
Uses of URITranslator in com.networknt.schema
Methods in com.networknt.schema that return URITranslator Modifier and Type Method Description URITranslatorJsonSchemaFactory. getUriTranslator()Methods in com.networknt.schema with parameters of type URITranslator Modifier and Type Method Description JsonSchemaFactory.BuilderJsonSchemaFactory.Builder. addUriTranslator(URITranslator translator)voidSchemaValidatorsConfig. addUriTranslator(URITranslator uriTranslator) -
Uses of URITranslator in com.networknt.schema.uri
Classes in com.networknt.schema.uri that implement URITranslator Modifier and Type Class Description static classURITranslator.CompositeURITranslatorstatic classURITranslator.MappingURITranslatorProvides support for legacy map-based translationsstatic classURITranslator.PrefixReplacerReplaces the beginning of a URIFields in com.networknt.schema.uri declared as URITranslator Modifier and Type Field Description static URITranslatorURITranslator. NOOPMethods in com.networknt.schema.uri that return URITranslator Modifier and Type Method Description static URITranslatorURITranslator. map(String source, String target)Creates a simple mapping from one URI to another.static URITranslatorURITranslator. map(URI source, URI target)Creates a simple mapping from one URI to another.static URITranslatorURITranslator. map(Map<String,String> uriMappings)Creates a map-based mapping from one URI to another.static URITranslatorURITranslator. prefix(String source, String target)Creates a mapping from one URI to another by replacing the beginning of the URI.Methods in com.networknt.schema.uri with parameters of type URITranslator Modifier and Type Method Description static URITranslator.CompositeURITranslatorURITranslator. combine(URITranslator... uriTranslators)Creates a CompositeURITranslator.URITranslator.CompositeURITranslatorURITranslator.CompositeURITranslator. with(URITranslator translator)Method parameters in com.networknt.schema.uri with type arguments of type URITranslator Modifier and Type Method Description static URITranslator.CompositeURITranslatorURITranslator. combine(Collection<? extends URITranslator> uriTranslators)Creates a CompositeURITranslator.Constructors in com.networknt.schema.uri with parameters of type URITranslator Constructor Description CompositeURITranslator(URITranslator... translators)Constructor parameters in com.networknt.schema.uri with type arguments of type URITranslator Constructor Description CompositeURITranslator(Collection<? extends URITranslator> c)
-