public class ConfigurationHelper extends Object
| Constructor and Description |
|---|
ConfigurationHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> InjectableConfig<T> |
toInjectable(Class<T> type)
解析一个类并转化为可注入的Configuration对象。
如果你里面一个对应的注解都没
那反正也没变化
|
public static <T> InjectableConfig<T> toInjectable(Class<T> type)
type - 类型Copyright © 2020. All rights reserved.