Uses of Interface
org.elasticsearch.common.inject.PrivateBinder
-
Packages that use PrivateBinder Package Description org.elasticsearch.common.inject -
-
Uses of PrivateBinder in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject that return PrivateBinder Modifier and Type Method Description protected PrivateBinderPrivateModule. binder()Returns the current binder.PrivateBinderBinder. newPrivateBinder()Creates a new private child environment for bindings and other configuration.PrivateBinderPrivateBinder. skipSources(Class... classesToSkip)PrivateBinderPrivateBinder. withSource(Object source)
-