Uses of Annotation Interface
io.helidon.service.registry.Service.Describe
Packages that use Service.Describe
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
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 HTTP specific APIs.
-
Uses of Service.Describe in io.helidon.http
Classes in io.helidon.http with annotations of type Service.DescribeModifier and TypeInterfaceDescriptioninterface
View of HTTP Headers.class
A prologue of an HTTP protocol.interface
HTTP headers of a server request. -
Uses of Service.Describe in io.helidon.service.registry
Classes in io.helidon.service.registry with annotations of type Service.DescribeModifier and TypeInterfaceDescriptioninterface
Provides a service descriptor, or an intercepted instance with information whether to, and how to intercept elements.interface
Service that provides support for creatingScope
instances.interface
Entry point to services in Helidon. -
Uses of Service.Describe in io.helidon.webserver.http
Classes in io.helidon.webserver.http with annotations of type Service.DescribeModifier and TypeInterfaceDescriptioninterface
HTTP server request.interface
Http server response.