Package | Description |
---|---|
com.forte.config |
提供配置注入功能
|
com.forte.config.resolve |
Modifier and Type | Class and Description |
---|---|
class |
InjectableConfiguration<T>
可注入的Configuration类,注入的时候使用此类即可。
|
Modifier and Type | Method and Description |
---|---|
static <T> InjectableConfig<T> |
ConfigurationHelper.toInjectable(Class<T> type)
解析一个类并转化为可注入的Configuration对象。
如果你里面一个对应的注解都没
那反正也没变化
|
Modifier and Type | Method and Description |
---|---|
static <T> InjectableConfig<T> |
ConfigResolvor.toInjectable(Class<T> type)
转化为可注入的
|
Copyright © 2020. All rights reserved.