Interface KeyValuesLoader

All Known Implementing Classes:
KeyValuesLoader.Builder

public interface KeyValuesLoader
Represents a loader responsible for loading KeyValues from configured sources. This interface defines the contract for loading key-value pairs, potentially involving interpolation or resource chaining.

Implementations of this interface may load key-values from various sources such as files, classpath resources, or system properties.

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder class for constructing instances of KeyValuesLoader.
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads key-values from configured sources.