Uses of Interface
org.elasticsearch.common.inject.binder.AnnotatedConstantBindingBuilder
-
Packages that use AnnotatedConstantBindingBuilder Package Description org.elasticsearch.common.inject org.elasticsearch.common.inject.internal -
-
Uses of AnnotatedConstantBindingBuilder in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject that return AnnotatedConstantBindingBuilder Modifier and Type Method Description protected AnnotatedConstantBindingBuilderAbstractModule. bindConstant()AnnotatedConstantBindingBuilderBinder. bindConstant()See the EDSL examples atBinder. -
Uses of AnnotatedConstantBindingBuilder in org.elasticsearch.common.inject.internal
Classes in org.elasticsearch.common.inject.internal that implement AnnotatedConstantBindingBuilder Modifier and Type Class Description classConstantBindingBuilderImpl<T>Bind a constant.
-