类 ConfigServicePlusImpl
- java.lang.Object
-
- com.fineelyframework.config.core.service.ConfigServicePlusImpl
-
- 所有已实现的接口:
ConfigService
public class ConfigServicePlusImpl extends java.lang.Object implements ConfigService
-
-
构造器概要
构造器 构造器 说明 ConfigServicePlusImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <T extends ConfigSupport>
Tget(T configSupport)获得Config<T extends ConfigSupport>
voidupdate(T configSupport)更新Config
-
-
-
方法详细资料
-
update
public <T extends ConfigSupport> void update(T configSupport)
更新Config- 指定者:
update在接口中ConfigService
-
get
public <T extends ConfigSupport> T get(T configSupport)
获得Config- 指定者:
get在接口中ConfigService
-
-