Uses of Class
org.apache.cayenne.di.Key
Packages that use Key
-
Uses of Key in org.apache.cayenne.di
Methods in org.apache.cayenne.di that return KeyModifier 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.Methods in org.apache.cayenne.di with parameters of type KeyModifier 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
Fields in org.apache.cayenne.di.spi declared as KeyMethods in org.apache.cayenne.di.spi with parameters of type KeyModifier and TypeMethodDescription<T> T
DefaultInjector.getInstance
(Key<T> key) <T> Provider<T>
DefaultInjector.getProvider
(Key<T> key) Constructors in org.apache.cayenne.di.spi with parameters of type Key