Uses of Interface
io.helidon.service.registry.Scopes
Packages that use Scopes
Package
Description
API required to define services, and to compile the code generated sources for Helidon Service Registry,
with a core service registry implementation (replacement for
ServiceLoader).Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of Scopes in io.helidon.service.registry
Classes in io.helidon.service.registry with type parameters of type ScopesModifier and TypeClassDescriptionclassScopes__ServiceDescriptor<T extends Scopes>Service descriptor forScopes.Fields in io.helidon.service.registry with type parameters of type ScopesModifier and TypeFieldDescriptionstatic final Scopes__ServiceDescriptor<Scopes> Scopes__ServiceDescriptor.INSTANCEGlobal singleton instance for this descriptor. -
Uses of Scopes in io.helidon.webserver
Method parameters in io.helidon.webserver with type arguments of type ScopesModifier and TypeMethodDescriptionstatic RequestScopeFeatureCreate a request scope feature for Helidon declarative.