Interface ConfigService


public interface ConfigService
Configuration service.
  • Method Summary

    Modifier and Type Method Description
    <C extends PrimitiveConfig<C>>
    C
    getConfig​(String primitiveName, PrimitiveType primitiveType)
    Returns the registered configuration for the given primitive.
  • Method Details

    • getConfig

      <C extends PrimitiveConfig<C>> C getConfig​(String primitiveName, PrimitiveType primitiveType)
      Returns the registered configuration for the given primitive.
      Type Parameters:
      C - the configuration type
      Parameters:
      primitiveName - the primitive name
      primitiveType - the primitive type
      Returns:
      the primitive configuration