Uses of Interface
io.helidon.common.Weighted
Package
Description
Common utilities for Helidon projects.
Gzip encoding support.
Jackson media type support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Injection runtime services.
Helidon Injection Runtime Integrations to support OCI SDK.
Helidon OpenAPI support.
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 Access Log Support.
An implementation of a feature to protect all server requests with a limit.
Helidon WebServer Context Support.
Helidon WebServer CORS Support.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
-
Uses of Weighted in io.helidon.common
-
Uses of Weighted in io.helidon.http.encoding.gzip
-
Uses of Weighted in io.helidon.http.media.jackson
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for Jackson media support. -
Uses of Weighted in io.helidon.http.media.jsonb
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for JSON Binding media support. -
Uses of Weighted in io.helidon.http.media.jsonp
Modifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for JSON Processing media support. -
Uses of Weighted in io.helidon.inject.runtime
Modifier and TypeClassDescriptionclass
io.helidon.inject.runtime.AbstractServiceProvider<T>
Deprecated, for removal: This API element is subject to removal in a future version.Helidon inject is deprecated and will be replaced in a future version -
Uses of Weighted in io.helidon.integrations.oci.sdk.runtime
Modifier and TypeClassDescriptionclass
Activator forOciAuthenticationDetailsProvider
.class
Activator forOciAvailabilityDefault
.class
Activator forOciRegionProvider
. -
Uses of Weighted in io.helidon.openapi
-
Uses of Weighted in io.helidon.service.registry
Modifier and TypeInterfaceDescriptionstatic interface
A descriptor of a service.interface
Service metadata. -
Uses of Weighted in io.helidon.webserver.accesslog
Modifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server.final class
Service that adds support for Access logging to Server. -
Uses of Weighted in io.helidon.webserver.concurrency.limits
-
Uses of Weighted in io.helidon.webserver.context
-
Uses of Weighted in io.helidon.webserver.cors
-
Uses of Weighted in io.helidon.webserver.observe
Modifier and TypeClassDescriptionclass
Support for all observe providers that are available (or configured). -
Uses of Weighted in io.helidon.webserver.security
Modifier and TypeClassDescriptionclass
Server feature for security, to be registered withWebServerConfig.BuilderBase.addFeature(io.helidon.webserver.spi.ServerFeature)
.final class
Integration of security into WebServer.