Uses of Interface
org.elasticsearch.common.inject.Scope
-
Packages that use Scope Package Description org.elasticsearch.common.inject org.elasticsearch.common.inject.binder org.elasticsearch.common.inject.internal org.elasticsearch.common.inject.spi -
-
Uses of Scope in org.elasticsearch.common.inject
Fields in org.elasticsearch.common.inject declared as Scope Modifier and Type Field Description static ScopeScopes. NO_SCOPENo scope; the same as not applying any scope at all.static ScopeScopes. SINGLETONOne instance perInjector.Methods in org.elasticsearch.common.inject with parameters of type Scope Modifier and Type Method Description protected voidAbstractModule. bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope)voidBinder. bindScope(Class<? extends Annotation> annotationType, Scope scope)Binds a scope to an annotation. -
Uses of Scope in org.elasticsearch.common.inject.binder
Methods in org.elasticsearch.common.inject.binder with parameters of type Scope Modifier and Type Method Description voidScopedBindingBuilder. in(Scope scope)See the EDSL examples atBinder. -
Uses of Scope in org.elasticsearch.common.inject.internal
Methods in org.elasticsearch.common.inject.internal that return Scope Modifier and Type Method Description ScopeScoping. getScopeInstance()Returns the scope instance, ornullif that isn't known for this instance.Methods in org.elasticsearch.common.inject.internal with parameters of type Scope Modifier and Type Method Description ErrorsErrors. duplicateScopes(Scope existing, Class<? extends Annotation> annotationType, Scope scope)static ScopingScoping. forInstance(Scope scope)voidAbstractBindingBuilder. in(Scope scope) -
Uses of Scope in org.elasticsearch.common.inject.spi
Methods in org.elasticsearch.common.inject.spi that return Scope Modifier and Type Method Description ScopeScopeBinding. getScope()Methods in org.elasticsearch.common.inject.spi with parameters of type Scope Modifier and Type Method Description VBindingScopingVisitor. visitScope(Scope scope)Visit a scope instance.VDefaultBindingScopingVisitor. visitScope(Scope scope)
-