|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Inhabitants.wrapByScope(Class<T> c,
Creator<T> creator,
Habitat habitat)
Creates a Inhabitant by wrapping Creator to handle scoping right. |
|
static
|
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
|
Creators.create(Class<T> c,
Habitat habitat,
MultiMap<String,String> metadata)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||