Interface ConfigFactory

  • All Known Implementing Classes:
    DefaultConfigFactory
    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 ConfigFactory
    A factory to build the configuration.
    Since:
    1.8.0
    Author:
    Jerome Leleu
    • Method Detail

      • build

        Config build​(java.lang.Object... parameters)
        Build a configuration.
        Parameters:
        parameters - the parameters to build the configuration
        Returns:
        the built configuration