Class ExposureBuilder<T>

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

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

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

    Modifier and Type
    Method
    Description
    void
     annotation)
    See the EDSL examples at Binder.
    void
    <? extends > annotationType)
    See the EDSL examples at Binder.
    protected void
     
    Key<?>
     
     
     

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • ExposureBuilder

      public ExposureBuilder(Binder binder,  source, Key<T> key)
  • Method Details