ConfigBeanImpl

org.ekrich.config.impl.ConfigBeanImpl

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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 parameters

[T]

type of the bean

clazz

class of the bean

config

config to use

Attributes

Returns

the bean instance