Package org.elasticsearch.common.inject.spi
package org.elasticsearch.common.inject.spi
Guice service provider interface
-
InterfaceDescriptionVisits each of the strategies used to scope an injection.BindingTargetVisitor<T,V>Visits each of the strategies used to find an instance to satisfy an injection.A binding to the constructor of a concrete clss.A binding created from converting a bound instance to a new type.A core component of a module or injector.Visit elements.A binding to a key exposed from an enclosed private environment.Listens for injections into instances of type
I
.A binding to a single instance.A binding to a linked key.A private collection of elements that are hidden from the enclosing injector or module by default.ProviderBinding<T extends Provider<?>>A binding to aProvider
that delegates to the binding for the provided type.A binding to a provider instance.A binding to a provider key.A provider with dependencies on other injected types.Converts constant string values to a different type.Context of an injectable type encounter.Listens for Guice to encounter injectable types.An untargetted binding. -
ClassDescriptionNo-op visitor for subclassing.No-op visitor for subclassing.No-op visitor for subclassing.Dependency<T>A variable that can be resolved by an injector.Exposes elements of a module so they can be inspected, validated or
rewritten
.A constructor, field or method that can receive injections.A request to inject the instance fields and methods of an instance.A lookup of the members injector for a type.An error message and the context in which it occurred.A lookup of the provider for a type.Registration of a scope annotation with the scope that implements it.A request to inject the static fields and methods of a type.Registration of type converters for matching target types.Binds types (picked using a Matcher) to an type listener.