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 AbsoluteIri
SchemaLocation. absoluteIri
private AbsoluteIri
SchemaLocation.Builder. absoluteIri
Methods in com.networknt.schema that return AbsoluteIri Modifier and Type Method Description AbsoluteIri
SchemaLocation. getAbsoluteIri()
Gets the canonical absolute IRI of the schema object.static AbsoluteIri
AbsoluteIri. of(java.lang.String iri)
Constructs a new IRI given the value.AbsoluteIri
AbsoluteIri. 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.Builder
SchemaLocation.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. allowed
Methods in com.networknt.schema.resource that return AbsoluteIri Modifier and Type Method Description AbsoluteIri
MapSchemaMapper. map(AbsoluteIri absoluteIRI)
AbsoluteIri
MetaSchemaMapper. map(AbsoluteIri absoluteIRI)
AbsoluteIri
PrefixSchemaMapper. map(AbsoluteIri absoluteIRI)
AbsoluteIri
SchemaMapper. 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 InputStreamSource
AllowSchemaLoader. getSchema(AbsoluteIri absoluteIri)
InputStreamSource
ClasspathSchemaLoader. getSchema(AbsoluteIri absoluteIri)
InputStreamSource
DefaultSchemaLoader. getSchema(AbsoluteIri absoluteIri)
InputStreamSource
DisallowSchemaLoader. getSchema(AbsoluteIri absoluteIri)
InputStreamSource
MapSchemaLoader. getSchema(AbsoluteIri absoluteIri)
InputStreamSource
SchemaLoader. getSchema(AbsoluteIri absoluteIri)
Loads a schema given the retrieval IRI.InputStreamSource
UriSchemaLoader. getSchema(AbsoluteIri absoluteIri)
AbsoluteIri
MapSchemaMapper. map(AbsoluteIri absoluteIRI)
AbsoluteIri
MetaSchemaMapper. map(AbsoluteIri absoluteIRI)
AbsoluteIri
PrefixSchemaMapper. map(AbsoluteIri absoluteIRI)
AbsoluteIri
SchemaMapper. map(AbsoluteIri absoluteIRI)
Maps an ID indicated by an absolute IRI to a retrieval IRI.protected java.net.URI
UriSchemaLoader. 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.String
AbsoluteIris. toUri(AbsoluteIri iri)
Converts an IRI to a URI.
-