Container.resolve

Resolve a types and returns an instance of that type.

Resolves a bean that has an instantiator (a method annotated with @bean).

  1. Type resolve()
  2. Type resolve()
    class Container(T)
    Type
    resolve
    (
    Type
    )
    ()
    if (
    !is(Type == T) &&
    hasBeanInstantiator!Type
    )
  3. Type resolve()
  4. template resolve(Type)

Meta