JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.elasticsearch.common.inject.binder
package
org.elasticsearch.common.inject.binder
Interfaces which make up
Binder
's expression language.
Related Packages
Package
Description
org.elasticsearch.common.inject
Google Guice
(pronounced "juice") is an ultra-lightweight dependency injection framework.
Interfaces
Class
Description
AnnotatedBindingBuilder
<T>
See the EDSL examples at
Binder
.
AnnotatedConstantBindingBuilder
See the EDSL examples at
Binder
.
AnnotatedElementBuilder
See the EDSL examples at
Binder
.
ConstantBindingBuilder
Binds to a constant value.
LinkedBindingBuilder
<T>
See the EDSL examples at
Binder
.
ScopedBindingBuilder
See the EDSL examples at
Binder
.