Uses of Class
com.networknt.schema.AbsoluteIri
-
Packages that use AbsoluteIri Package Description com.networknt.schema -
-
Uses of AbsoluteIri in com.networknt.schema
Methods 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(String iri)Constructs a new IRI given the value.AbsoluteIriAbsoluteIri. resolve(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.
-