Package com.typesafe.config.impl
Class ConfigBeanImpl
java.lang.Object
com.typesafe.config.impl.ConfigBeanImpl
Internal implementation detail, not ABI stable, do not touch.
For use only by the
com.typesafe.config
package.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
createInternal
(Config config, Class<T> clazz) This is public ONLY for use by the "config" package, DO NOT USE this ABI may change.
-
Constructor Details
-
ConfigBeanImpl
public ConfigBeanImpl()
-
-
Method Details
-
createInternal
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
-