public class TypedConfigRef<T> extends Object implements com.google.inject.Provider<T>
| Constructor and Description |
|---|
TypedConfigRef(ConfigRef config,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
convert(Class<?> clazz,
String val)
Deprecated.
use
StringToTypeConverter directly instead |
T |
get() |
@Deprecated public static Object convert(Class<?> clazz, String val)
StringToTypeConverter directly insteadclazz - val - Copyright © 2016. All rights reserved.