ConfigBeanImpl

Internal implementation detail, not ABI stable, do not touch. For use only by the [[org.ekrich.config]] package.

Internal implementation detail, not ABI stable, do not touch. For use only by the [[org.ekrich.config]] package.

class Object
trait Matchable
class Any

Value members

Concrete methods

def createInternal[T](config: Config, clazz: Class[T]): T

This is public ONLY for use by the "config" package, DO NOT USE this ABI may change.

This is public ONLY for use by the "config" package, DO NOT USE this ABI may change.

Value Params
<T>

type of the bean

clazz

class of the bean

config

config to use

Returns

the bean instance