Interface ConfigSource

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

@NullMarked @FunctionalInterface public interface ConfigSource
A provider for the external configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(URI uri, ClassLoader classloader)
    Returns a Config that provides the cache configurations.
  • Method Details

    • get

      Config get(URI uri, ClassLoader classloader)
      Returns a Config that provides the cache configurations.
      Parameters:
      uri - a uri that may assist in resolving the resource
      classloader - the classloader to load with
      Returns:
      a configuration