|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
org.apache.cayenne.di | |
org.apache.cayenne.di.spi |
Uses of Key in org.apache.cayenne.di |
---|
Methods in org.apache.cayenne.di that return Key | ||
---|---|---|
static
|
Key.get(java.lang.Class<T> type)
Creates a key for a nameless binding of a given type. |
|
static
|
Key.get(java.lang.Class<T> type,
java.lang.String bindingName)
Creates a key for a named binding of a given type. |
Methods in org.apache.cayenne.di with parameters of type Key | ||
---|---|---|
|
Binder.bind(Key<T> key)
Starts a binding of a specific interface based on a provided binding key. |
|
|
Injector.getInstance(Key<T> key)
Returns a service instance bound in the container for a specific binding key. |
|
|
Injector.getProvider(Key<T> key)
|
Uses of Key in org.apache.cayenne.di.spi |
---|
Methods in org.apache.cayenne.di.spi with parameters of type Key | ||
---|---|---|
|
DefaultInjector.getInstance(Key<T> key)
|
|
|
DefaultInjector.getProvider(Key<T> key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |