Uses of Interface
org.elasticsearch.common.inject.binder.AnnotatedElementBuilder
-
Packages that use AnnotatedElementBuilder Package Description org.elasticsearch.common.inject org.elasticsearch.common.inject.internal -
-
Uses of AnnotatedElementBuilder in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject that return AnnotatedElementBuilder Modifier and Type Method Description AnnotatedElementBuilderPrivateBinder. expose(Class<?> type)Makes a binding fortypeavailable to the enclosing environment.AnnotatedElementBuilderPrivateBinder. expose(TypeLiteral<?> type)Makes a binding fortypeavailable to the enclosing environment.protected AnnotatedElementBuilderPrivateModule. expose(Class<?> type)Makes a binding fortypeavailable to other modules and the injector.protected AnnotatedElementBuilderPrivateModule. expose(TypeLiteral<?> type)Makes a binding fortypeavailable to other modules and the injector. -
Uses of AnnotatedElementBuilder in org.elasticsearch.common.inject.internal
Classes in org.elasticsearch.common.inject.internal that implement AnnotatedElementBuilder Modifier and Type Class Description classExposureBuilder<T>For private binder's expose() method.
-