Interface IUriResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IUriResolver
Provides URI resolution capabilities for Metaschema resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(URI uri)
    Resolve the provided URI, producing a resolved URI, which may point to a different resource than the provided URI.
  • Method Details

    • resolve

      @NonNull URI resolve(@NonNull URI uri)
      Resolve the provided URI, producing a resolved URI, which may point to a different resource than the provided URI.
      Parameters:
      uri - the URI to resolve
      Returns:
      the resulting URI