Uses of Interface
oracle.dbtools.plugin.api.di.ScopeConfiguration
Packages that use ScopeConfiguration
-
Uses of ScopeConfiguration in oracle.dbtools.plugin.api.di
Methods in oracle.dbtools.plugin.api.di that return ScopeConfigurationModifier and TypeMethodDescriptionAdd the specified type as a service provider in this scopedefault ScopeConfigurationAdd an instance of the specified servicedefault ScopeConfigurationAdd the specified types as service providers in this scopeScopeConfiguration.add(TypeQualifier<?> provides, Object impl) Add an instance of the specified serviceEnsure that all providers of the specified service type are ignored in this scope.default ScopeConfigurationAdd the specified object instances, each of which will be constrained with aNamedconstraint.Configure a task to be run when this scope is closed.default ScopeConfigurationSet the sole implementation of the specified service to be the specified instance.ScopeConfiguration.set(TypeQualifier<?> provides, Object impl) Set the sole implementation of the specified service to be the specified instance.Methods in oracle.dbtools.plugin.api.di with parameters of type ScopeConfigurationModifier and TypeMethodDescriptiondefault voidDependencyInjectionModule.configureApplicationScope(ScopeConfiguration scope) Enables the module to intercept and enhance the configuration of theApplicationScopedscopedefault voidDependencyInjectionModule.configureRequestScope(javax.servlet.http.HttpServletRequest request, ScopeConfiguration scope) Enables the module to intercept and enhance the configuration of theRequestScopedscope