Package org.qiunet.cfg.base
Interface ICfg<ID>
- All Known Subinterfaces:
IKeyValCfg,INestListCfg<ID>,INestMapCfg<ID,,SubId> ISimpleMapCfg<ID>
- All Known Implementing Classes:
BaseKeyValCfg
public interface ICfg<ID>
所有配置文件类的基类接口
- Author:
- qiunet 2020-02-04 12:43
-
Method Summary
-
Method Details
-
getId
ID getId()得到该对象的id 可能是一个唯一key 也可能是几个字段拼的唯一key 用于标识在map中的key.- Returns:
-