Uses of Interface
org.jvnet.hk2.component.Creator

Packages that use Creator
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of Creator in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement Creator
 class AbstractCreatorImpl<T>
           
 class ConstructorCreator<T>
          Creates an object from its constructor.
 class ConstructorWomb<T>
          Deprecated. Use ConstructorCreator instead
 class FactoryCreator<T>
          Creates an object from Factory.
 class InjectableParametizedConstructorCreator<T>
          Component for which constructors takes @Inject annotated parameters
 

Methods in com.sun.hk2.component that return Creator
protected  Creator<T> LazyInhabitant.createCreator(Class<T> c)
          Creates Creator for instantiating objects.
 

Methods in com.sun.hk2.component with parameters of type Creator
static
<T> Inhabitant<T>
Inhabitants.wrapByScope(Class<T> c, Creator<T> creator, Habitat habitat)
          Creates a Inhabitant by wrapping Creator to handle scoping right.
static
<T> Inhabitant<T>
Inhabitants.wrapByScope(Creator<T> creator, Habitat habitat, Class<? extends Scope> scopeClass)
           
 

Constructors in com.sun.hk2.component with parameters of type Creator
ScopedInhabitant(Creator<T> creator, Scope scope)
           
SingletonInhabitant(Creator<T> creator)
           
 

Uses of Creator in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return Creator
static
<T> Creator<T>
Creators.create(Class<T> c, Habitat habitat, MultiMap<String,String> metadata)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.