Interface ConfigProvider

All Known Subinterfaces:
GeneratedConfigBean, GeneratedConfigBeanBuilder, GeneratedConfigBeanCommon
All Known Implementing Classes:
GeneratedConfigBeanBase, GeneratedConfigBeanBuilderBase
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 ConfigProvider
Generated ConfigBean-annotated types and the associated builder types implement this contract.
  • Method Summary

    Modifier and Type
    Method
    Description
    Optionally provides a configuration instance.
  • Method Details

    • __config

      Optional<Config> __config()
      Optionally provides a configuration instance.
      Returns:
      the optional configuration