类 FineelyConfigServiceImpl
- java.lang.Object
-
- com.fineelyframework.config.core.service.FineelyConfigServiceImpl
-
- 所有已实现的接口:
FineelyConfigService
@Transactional public class FineelyConfigServiceImpl extends java.lang.Object implements FineelyConfigService
-
-
构造器概要
构造器 构造器 说明 FineelyConfigServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <T extends ConfigSupport>
Tget(java.lang.Class<T> tClass)<T extends ConfigSupport>
Tget(T configObj)<T extends ConfigSupport>
voidupdate(T configObj)
-
-
-
方法详细资料
-
update
public <T extends ConfigSupport> void update(T configObj)
- 指定者:
update在接口中FineelyConfigService
-
get
public <T extends ConfigSupport> T get(T configObj)
- 指定者:
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
-
-