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 Summary

    Modifier and Type
    Method
    Description
    build(Object... parameters)
    Build a configuration.
  • Method Details

    • build

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