Uses of Class
com.networknt.schema.AbsoluteIri
-
Packages that use AbsoluteIri Package Description com.networknt.schema com.networknt.schema.resource com.networknt.schema.utils -
-
Uses of AbsoluteIri in com.networknt.schema
Fields in com.networknt.schema declared as AbsoluteIri Modifier and Type Field Description private AbsoluteIriSchemaLocation. absoluteIriprivate AbsoluteIriSchemaLocation.Builder. absoluteIriMethods in com.networknt.schema that return AbsoluteIri Modifier and Type Method Description AbsoluteIriSchemaLocation. getAbsoluteIri()Gets the canonical absolute IRI of the schema object.static AbsoluteIriAbsoluteIri. of(java.lang.String iri)Constructs a new IRI given the value.AbsoluteIriAbsoluteIri. resolve(java.lang.String iri)Constructs a new IRI by parsing the given string and then resolving it against this IRI.Methods in com.networknt.schema with parameters of type AbsoluteIri Modifier and Type Method Description protected SchemaLocation.BuilderSchemaLocation.Builder. absoluteIri(AbsoluteIri absoluteIri)Sets the canonical absolute IRI of the schema object.Constructors in com.networknt.schema with parameters of type AbsoluteIri Constructor Description SchemaLocation(AbsoluteIri absoluteIri)Constructs a newSchemaLocation.SchemaLocation(AbsoluteIri absoluteIri, JsonNodePath fragment)Constructs a newSchemaLocation. -
Uses of AbsoluteIri in com.networknt.schema.resource
Fields in com.networknt.schema.resource with type parameters of type AbsoluteIri Modifier and Type Field Description private java.util.function.Predicate<AbsoluteIri>AllowSchemaLoader. allowedMethods in com.networknt.schema.resource that return AbsoluteIri Modifier and Type Method Description AbsoluteIriMapSchemaMapper. map(AbsoluteIri absoluteIRI)AbsoluteIriMetaSchemaMapper. map(AbsoluteIri absoluteIRI)AbsoluteIriPrefixSchemaMapper. map(AbsoluteIri absoluteIRI)AbsoluteIriSchemaMapper. map(AbsoluteIri absoluteIRI)Maps an ID indicated by an absolute IRI to a retrieval IRI.Methods in com.networknt.schema.resource with parameters of type AbsoluteIri Modifier and Type Method Description InputStreamSourceAllowSchemaLoader. getSchema(AbsoluteIri absoluteIri)InputStreamSourceClasspathSchemaLoader. getSchema(AbsoluteIri absoluteIri)InputStreamSourceDefaultSchemaLoader. getSchema(AbsoluteIri absoluteIri)InputStreamSourceDisallowSchemaLoader. getSchema(AbsoluteIri absoluteIri)InputStreamSourceMapSchemaLoader. getSchema(AbsoluteIri absoluteIri)InputStreamSourceSchemaLoader. getSchema(AbsoluteIri absoluteIri)Loads a schema given the retrieval IRI.InputStreamSourceUriSchemaLoader. getSchema(AbsoluteIri absoluteIri)AbsoluteIriMapSchemaMapper. map(AbsoluteIri absoluteIRI)AbsoluteIriMetaSchemaMapper. map(AbsoluteIri absoluteIRI)AbsoluteIriPrefixSchemaMapper. map(AbsoluteIri absoluteIRI)AbsoluteIriSchemaMapper. map(AbsoluteIri absoluteIRI)Maps an ID indicated by an absolute IRI to a retrieval IRI.protected java.net.URIUriSchemaLoader. toURI(AbsoluteIri absoluteIri)Converts an AbsoluteIRI to a URI.Constructor parameters in com.networknt.schema.resource with type arguments of type AbsoluteIri Constructor Description AllowSchemaLoader(java.util.function.Predicate<AbsoluteIri> allowed)Constructor. -
Uses of AbsoluteIri in com.networknt.schema.utils
Methods in com.networknt.schema.utils with parameters of type AbsoluteIri Modifier and Type Method Description static java.lang.StringAbsoluteIris. toUri(AbsoluteIri iri)Converts an IRI to a URI.
-