public class ConfigBeanImpl extends java.lang.Object
com.typesafe.config
package.Constructor and Description |
---|
ConfigBeanImpl() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
createInternal(Config config,
java.lang.Class<T> clazz)
This is public ONLY for use by the "config" package, DO NOT USE this ABI
may change.
|
public ConfigBeanImpl()
public static <T> T createInternal(Config config, java.lang.Class<T> clazz)
T
- type of the beanconfig
- config to useclazz
- class of the bean