Container.resolve

Resolve a types and returns an instance of that type.

Resolves a bean that does not have an instantiator, but is annotated with @component.

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

Meta