Class ExposureBuilder<T>

java.lang.Object
org.elasticsearch.common.inject.internal.ExposureBuilder<T>
All Implemented Interfaces:
AnnotatedElementBuilder

public class ExposureBuilder<T>
extends java.lang.Object
implements AnnotatedElementBuilder
For private binder's expose() method.
  • Constructor Summary

    Constructors 
    Constructor Description
    ExposureBuilder​(Binder binder, java.lang.Object source, Key<T> key)  
  • Method Summary

    Modifier and Type Method Description
    void annotatedWith​(java.lang.annotation.Annotation annotation)
    See the EDSL examples at Binder.
    void annotatedWith​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
    See the EDSL examples at Binder.
    protected void checkNotAnnotated()  
    Key<?> getKey()  
    java.lang.Object getSource()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait