Interface IKeyValCfg

All Superinterfaces:
ICfg<String>, ISimpleMapCfg<String>
All Known Implementing Classes:
BaseKeyValCfg

public interface IKeyValCfg extends ISimpleMapCfg<String>
key value 类型的配置类. val 会根据需要注入的类型自动注入的.
Author:
qiunet 2020-09-18 17:06
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    key()
    key
    val()
    val

    Methods inherited from interface org.qiunet.cfg.base.ICfg

    getId
  • Method Details

    • key

      default String key()
      key
      Returns:
    • val

      String val()
      val
      Returns: