Class ConfigBeanImpl

java.lang.Object
com.typesafe.config.impl.ConfigBeanImpl

public class ConfigBeanImpl extends Object
Internal implementation detail, not ABI stable, do not touch. For use only by the com.typesafe.config package.
  • Constructor Details

    • ConfigBeanImpl

      public ConfigBeanImpl()
  • Method Details

    • createInternal

      public static <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.
      Type Parameters:
      T - type of the bean
      Parameters:
      config - config to use
      clazz - class of the bean
      Returns:
      the bean instance