Uses of Class
org.apache.cayenne.di.Key
-
Uses of Key in org.apache.cayenne.di
Modifier and TypeMethodDescriptionstatic <T> Key
<T> Creates a key for a nameless binding of a given type.static <T> Key
<T> Creates a key for a named binding of a given type.Modifier and TypeMethodDescription<T> BindingBuilder
<T> Starts a binding of a specific interface based on a provided binding key.<T> DecoratorBuilder
<T> <T> T
Injector.getInstance
(Key<T> key) Returns a service instance bound in the container for a specific binding key.<T> Provider
<T> Injector.getProvider
(Key<T> key) -
Uses of Key in org.apache.cayenne.di.spi
Modifier and TypeMethodDescription<T> T
DefaultInjector.getInstance
(Key<T> key) <T> Provider
<T> DefaultInjector.getProvider
(Key<T> key)