Interface Configured<T extends Config>


public interface Configured<T extends Config>
Interface for objects configured via a configuration object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the object configuration.
  • Method Details

    • config

      T config()
      Returns the object configuration.
      Returns:
      the object configuration