Class ExposureBuilder<T>
java.lang.Object
org.elasticsearch.common.inject.internal.ExposureBuilder<T>
- All Implemented Interfaces:
AnnotatedElementBuilder
For private binder's expose() method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
annotatedWith(Annotation annotation)
See the EDSL examples atBinder
.void
annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples atBinder
.protected void
Key<?>
getKey()
toString()
-
Constructor Details
-
ExposureBuilder
-
-
Method Details
-
checkNotAnnotated
protected void checkNotAnnotated() -
annotatedWith
Description copied from interface:AnnotatedElementBuilder
See the EDSL examples atBinder
.- Specified by:
annotatedWith
in interfaceAnnotatedElementBuilder
-
annotatedWith
Description copied from interface:AnnotatedElementBuilder
See the EDSL examples atBinder
.- Specified by:
annotatedWith
in interfaceAnnotatedElementBuilder
-
getKey
-
getSource
-
toString
-