Uses of Interface
org.elasticsearch.common.inject.binder.ConstantBindingBuilder

Packages that use ConstantBindingBuilder
org.elasticsearch.common.inject.binder Interfaces which make up Binder's expression language. 
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
 

Uses of ConstantBindingBuilder in org.elasticsearch.common.inject.binder
 

Methods in org.elasticsearch.common.inject.binder that return ConstantBindingBuilder
 ConstantBindingBuilder AnnotatedConstantBindingBuilder.annotatedWith(Annotation annotation)
          See the EDSL examples at Binder.
 ConstantBindingBuilder AnnotatedConstantBindingBuilder.annotatedWith(Class<? extends Annotation> annotationType)
          See the EDSL examples at Binder.
 

Uses of ConstantBindingBuilder in org.elasticsearch.common.inject.internal
 

Classes in org.elasticsearch.common.inject.internal that implement ConstantBindingBuilder
 class ConstantBindingBuilderImpl<T>
          Bind a constant.
 

Methods in org.elasticsearch.common.inject.internal that return ConstantBindingBuilder
 ConstantBindingBuilder ConstantBindingBuilderImpl.annotatedWith(Annotation annotation)
           
 ConstantBindingBuilder ConstantBindingBuilderImpl.annotatedWith(Class<? extends Annotation> annotationType)
           
 



Copyright © 2009-2012. All Rights Reserved.