类 FineelyConfigServicePlusImpl
- java.lang.Object
-
- com.fineelyframework.config.core.service.FineelyConfigServicePlusImpl
-
- 所有已实现的接口:
FineelyConfigService
public class FineelyConfigServicePlusImpl extends java.lang.Object implements FineelyConfigService
-
-
构造器概要
构造器 构造器 说明 FineelyConfigServicePlusImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <T extends ConfigSupport>
Tget(java.lang.Class<T> tClass)<T extends ConfigSupport>
Tget(T configSupport)<T extends ConfigSupport>
voidupdate(T configSupport)
-
-
-
方法详细资料
-
update
public <T extends ConfigSupport> void update(T configSupport)
- 指定者:
update在接口中FineelyConfigService
-
get
public <T extends ConfigSupport> T get(T configSupport)
- 指定者:
get在接口中FineelyConfigService
-
get
public <T extends ConfigSupport> T get(java.lang.Class<T> tClass) throws java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.InstantiationException, java.lang.IllegalAccessException
- 指定者:
get在接口中FineelyConfigService- 抛出:
java.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodExceptionjava.lang.InstantiationExceptionjava.lang.IllegalAccessException
-
-