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 TypeInterfaceDescriptioninterfaceView of HTTP Headers.classA prologue of an HTTP protocol.interfaceHTTP 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 TypeInterfaceDescriptioninterfaceProvides a service descriptor, or an intercepted instance with information whether to, and how to intercept elements.interfaceService that provides support for creatingScopeinstances.interfaceEntry 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 TypeInterfaceDescriptioninterfaceHTTP server request.interfaceHttp server response.