Uses of Interface
org.elasticsearch.common.inject.spi.PrivateElements
-
Packages that use PrivateElements Package Description org.elasticsearch.common.inject.internal org.elasticsearch.common.inject.spi -
-
Uses of PrivateElements in org.elasticsearch.common.inject.internal
Classes in org.elasticsearch.common.inject.internal that implement PrivateElements Modifier and Type Class Description classPrivateElementsImplMethods in org.elasticsearch.common.inject.internal that return PrivateElements Modifier and Type Method Description PrivateElementsExposedBindingImpl. getPrivateElements()Constructors in org.elasticsearch.common.inject.internal with parameters of type PrivateElements Constructor Description ExposedBindingImpl(Object source, Key<T> key, Scoping scoping, PrivateElements privateElements)ExposedBindingImpl(Injector injector, Object source, Key<T> key, InternalFactory<T> factory, PrivateElements privateElements) -
Uses of PrivateElements in org.elasticsearch.common.inject.spi
Methods in org.elasticsearch.common.inject.spi that return PrivateElements Modifier and Type Method Description PrivateElementsExposedBinding. getPrivateElements()Returns the enclosed environment that holds the original binding.Methods in org.elasticsearch.common.inject.spi with parameters of type PrivateElements Modifier and Type Method Description VDefaultElementVisitor. visit(PrivateElements privateElements)VElementVisitor. visit(PrivateElements elements)Visit a collection of configuration elements for a private binder.
-