|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Creator | |
---|---|
com.sun.hk2.component | |
org.jvnet.hk2.component | |
org.jvnet.hk2.config | |
org.jvnet.hk2.deprecated.internal |
Uses of Creator in com.sun.hk2.component |
---|
Classes in com.sun.hk2.component that implement Creator | |
---|---|
class |
AbstractCreatorImpl<T>
Deprecated. |
class |
ConstructorCreator<T>
Deprecated. |
Fields in com.sun.hk2.component declared as Creator | |
---|---|
protected Creator<T> |
AbstractCreatorInhabitantImpl.creator
Deprecated. |
Methods in com.sun.hk2.component that return Creator | |
---|---|
protected Creator<T> |
LazyInhabitant.createCreator(Class<T> c)
Deprecated. Creates Creator for instantiating objects. |
Creator<T> |
AbstractCreatorInhabitantImpl.getCreator()
Deprecated. |
Methods in com.sun.hk2.component with parameters of type Creator | ||
---|---|---|
static
|
Inhabitants.wrapByScope(Class<T> c,
Creator<T> creator,
ServiceLocator habitat)
Deprecated. Creates a Inhabitant by wrapping Creator to handle scoping right. |
|
static
|
Inhabitants.wrapByScope(Creator<T> creator,
ServiceLocator habitat,
Class<? extends Scope> scopeClass)
Deprecated. |
Constructors in com.sun.hk2.component with parameters of type Creator | |
---|---|
AbstractCreatorInhabitantImpl(Creator<T> creator)
Deprecated. |
|
AbstractCreatorInhabitantImpl(Descriptor descriptor,
Creator<T> creator)
Deprecated. |
|
ScopedInhabitant(Creator<T> creator,
Scope scope)
Deprecated. |
Uses of Creator in org.jvnet.hk2.component |
---|
Methods in org.jvnet.hk2.component that return Creator | ||
---|---|---|
static
|
Creators.create(Class<T> c,
ServiceLocator habitat,
Map<String,List<String>> metadata)
Deprecated. This will be implemented as a find or create |
Uses of Creator in org.jvnet.hk2.config |
---|
Methods in org.jvnet.hk2.config that return Creator | |
---|---|
protected Creator |
Dom.createCreator(Class c)
This is how we inject the configuration into the created object. |
Uses of Creator in org.jvnet.hk2.deprecated.internal |
---|
Classes in org.jvnet.hk2.deprecated.internal that implement Creator | |
---|---|
class |
CreatorImpl<T>
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |