Package com.typesafe.config.impl
Class ConfigBeanImpl
- java.lang.Object
-
- com.typesafe.config.impl.ConfigBeanImpl
-
public class ConfigBeanImpl extends java.lang.Object
Internal implementation detail, not ABI stable, do not touch. For use only by thecom.typesafe.config
package.
-
-
Constructor Summary
Constructors Constructor Description ConfigBeanImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
createInternal
public 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.- Type Parameters:
T
- type of the bean- Parameters:
config
- config to useclazz
- class of the bean- Returns:
- the bean instance
-
-