Class BaseKeyValCfg

java.lang.Object
org.qiunet.cfg.base.BaseKeyValCfg
All Implemented Interfaces:
ICfg<String>, IKeyValCfg, ISimpleMapCfg<String>

public abstract class BaseKeyValCfg extends Object implements IKeyValCfg
key val 类型配置的基类
Author:
qiunet 2020-09-18 17:10
  • Constructor Details

    • BaseKeyValCfg

      public BaseKeyValCfg()
  • Method Details

    • val

      public String val()
      Description copied from interface: IKeyValCfg
      val
      Specified by:
      val in interface IKeyValCfg
      Returns:
    • getId

      public String getId()
      Description copied from interface: ICfg
      得到该对象的id 可能是一个唯一key 也可能是几个字段拼的唯一key 用于标识在map中的key.
      Specified by:
      getId in interface ICfg<String>
      Returns: