Interface ConfigWithSections

  • All Known Implementing Classes:
    Cache2kConfig

    public interface ConfigWithSections
    If the configuration bean has additional sub configuration beans, then it implements this interface. Sections are essentially Java beans. The mechanism is intended to allow extension modules to come with an additional configuration, but, at the same time, do not let the core API depends on it.
    Author:
    Jens Wilke
    See Also:
    Cache2kBuilder.with(java.lang.Class<CFG>, java.util.function.Consumer<B>)