Uses of Class
com.networknt.schema.AbsoluteIri
Packages that use AbsoluteIri
-
Uses of AbsoluteIri in com.networknt.schema
Methods in com.networknt.schema that return AbsoluteIriModifier and TypeMethodDescriptionSchemaLocation.getAbsoluteIri()Gets the canonical absolute IRI of the schema object.static AbsoluteIriConstructs a new IRI given the value.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 AbsoluteIriModifier and TypeMethodDescriptionprotected SchemaLocation.BuilderSchemaLocation.Builder.absoluteIri(AbsoluteIri absoluteIri) Sets the canonical absolute IRI of the schema object.Schema.validate(AbsoluteIri input, InputFormat inputFormat) Validate the given input string using the input format, starting at the root of the data path.Schema.validate(AbsoluteIri input, InputFormat inputFormat, ExecutionContextCustomizer executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.<T> TSchema.validate(AbsoluteIri input, InputFormat inputFormat, OutputFormat<T> format) Validates the given input string using the input format, starting at the root of the data path.<T> TSchema.validate(AbsoluteIri input, InputFormat inputFormat, OutputFormat<T> format, ExecutionContextCustomizer executionCustomizer) Validates the given input string using the input format, starting at the root of the data path.<T> TSchema.validate(AbsoluteIri input, InputFormat inputFormat, OutputFormat<T> format, Consumer<ExecutionContext> executionCustomizer) Validates the given input string using the input format, starting at the root of the data path.Schema.validate(AbsoluteIri input, InputFormat inputFormat, Consumer<ExecutionContext> executionCustomizer) Validate the given input string using the input format, starting at the root of the data path.Schema.walk(AbsoluteIri input, InputFormat inputFormat, boolean validate) Walk the input.Schema.walk(AbsoluteIri input, InputFormat inputFormat, boolean validate, ExecutionContextCustomizer executionCustomizer) Walk the input.Schema.walk(AbsoluteIri input, InputFormat inputFormat, boolean validate, Consumer<ExecutionContext> executionCustomizer) Walk the input.Constructors in com.networknt.schema with parameters of type AbsoluteIriModifierConstructorDescriptionSchemaLocation(AbsoluteIri absoluteIri) Constructs a newSchemaLocation.SchemaLocation(AbsoluteIri absoluteIri, NodePath fragment) Constructs a newSchemaLocation. -
Uses of AbsoluteIri in com.networknt.schema.resource
Fields in com.networknt.schema.resource with type parameters of type AbsoluteIriModifier and TypeFieldDescriptionprotected final Predicate<AbsoluteIri> SchemaLoader.allowprotected final Predicate<AbsoluteIri> SchemaLoader.blockMethods in com.networknt.schema.resource that return AbsoluteIriModifier and TypeMethodDescriptionMapSchemaIdResolver.resolve(AbsoluteIri absoluteIRI) MetaSchemaIdResolver.resolve(AbsoluteIri absoluteIRI) PrefixSchemaIdResolver.resolve(AbsoluteIri absoluteIRI) SchemaIdResolver.resolve(AbsoluteIri schemaId) Resolves a schema $id indicated by an absolute IRI to a retrieval IRI.protected AbsoluteIriSchemaLoader.resolveMetaSchemaId(AbsoluteIri absoluteIri) Methods in com.networknt.schema.resource with parameters of type AbsoluteIriModifier and TypeMethodDescriptionprotected InputStreamSourceSchemaLoader.getClasspathResource(AbsoluteIri absoluteIri) ClasspathResourceLoader.getResource(AbsoluteIri absoluteIri) IriResourceLoader.getResource(AbsoluteIri absoluteIri) MapResourceLoader.getResource(AbsoluteIri absoluteIri) ResourceLoader.getResource(AbsoluteIri location) Loads data given the retrieval IRI.SchemaLoader.getSchemaResource(AbsoluteIri absoluteIri) MapSchemaIdResolver.resolve(AbsoluteIri absoluteIRI) MetaSchemaIdResolver.resolve(AbsoluteIri absoluteIRI) PrefixSchemaIdResolver.resolve(AbsoluteIri absoluteIRI) SchemaIdResolver.resolve(AbsoluteIri schemaId) Resolves a schema $id indicated by an absolute IRI to a retrieval IRI.protected AbsoluteIriSchemaLoader.resolveMetaSchemaId(AbsoluteIri absoluteIri) protected URIIriResourceLoader.toURI(AbsoluteIri absoluteIri) Converts an AbsoluteIRI to a URI.Method parameters in com.networknt.schema.resource with type arguments of type AbsoluteIriModifier and TypeMethodDescriptionSchemaLoader.Builder.allow(Predicate<AbsoluteIri> allow) SchemaLoader.Builder.block(Predicate<AbsoluteIri> block) Constructor parameters in com.networknt.schema.resource with type arguments of type AbsoluteIriModifierConstructorDescriptionSchemaLoader(List<SchemaIdResolver> schemaIdResolvers, List<ResourceLoader> resourceLoaders, Predicate<AbsoluteIri> allow, Predicate<AbsoluteIri> block) -
Uses of AbsoluteIri in com.networknt.schema.utils
Methods in com.networknt.schema.utils with parameters of type AbsoluteIriModifier and TypeMethodDescriptionstatic StringAbsoluteIris.toUri(AbsoluteIri iri) Converts an IRI to a URI.