Interface NessieClientConfigSource

  • 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 NessieClientConfigSource
    Helper functional interface adding a fallback-mechanism to chain multiple config-sources.
    • Method Detail

      • getValue

        @Nullable
        @Nullable
        java.lang.String getValue​(@Nonnull @Nonnull
                                  java.lang.String key)
      • asFunction

        @Nonnull
        @Nonnull
        default java.util.function.Function<java.lang.String,​java.lang.String> asFunction()