Uses of Interface
io.helidon.common.Weighted
Packages that use 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.
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Config-driven Services API.
Injection runtime services.
Injection testing support.
Injection Tools.
Helidon WebServer Access Log Support.
Helidon WebServer Observability Support.
Helidon WebServer Security Support.
-
Uses of Weighted in io.helidon.common
Methods in io.helidon.common with parameters of type Weighted -
Uses of Weighted in io.helidon.http.encoding.gzip
Classes in io.helidon.http.encoding.gzip that implement Weighted -
Uses of Weighted in io.helidon.http.media.jackson
Classes in io.helidon.http.media.jackson that implement WeightedModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for Jackson media support. -
Uses of Weighted in io.helidon.http.media.jsonb
Classes in io.helidon.http.media.jsonb that implement WeightedModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for JSON Binding media support. -
Uses of Weighted in io.helidon.http.media.jsonp
Classes in io.helidon.http.media.jsonp that implement WeightedModifier and TypeClassDescriptionclass
ServiceLoader
provider implementation for JSON Processing media support. -
Uses of Weighted in io.helidon.inject.api
Subinterfaces of Weighted in io.helidon.inject.apiModifier and TypeInterfaceDescriptioninterface
Provides management lifecycle around services.interface
An extension toServiceProvider
that allows for startup binding from aInjection$$Application
, and thereby works in conjunction with theServiceBinder
during injection service registry initialization. -
Uses of Weighted in io.helidon.inject.configdriven.runtime
Subinterfaces of Weighted in io.helidon.inject.configdriven.runtimeModifier and TypeInterfaceDescriptioninterface
An extension toServiceProvider
that represents a config-driven service.Classes in io.helidon.inject.configdriven.runtime that implement WeightedModifier and TypeClassDescriptionclass
Abstract base for any config-driven-service. -
Uses of Weighted in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement WeightedModifier and TypeClassDescriptionclass
Abstract base implementation forServiceProviderBindable
, which represents the basics for regular Singleton, ApplicationScoped, Provider, and ServiceProvider based managed services. -
Uses of Weighted in io.helidon.inject.testing
Classes in io.helidon.inject.testing that implement WeightedModifier and TypeClassDescriptionclass
Creates a simple reflection based service provider - for testing purposes only! -
Uses of Weighted in io.helidon.inject.tools
Classes in io.helidon.inject.tools that implement WeightedModifier and TypeClassDescriptionclass
Responsible for building all di related collateral for a module, including: TheServiceProvider
for each service type implementation passed in. -
Uses of Weighted in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement WeightedModifier and TypeClassDescriptionfinal class
Service that adds support for Access logging to Server. -
Uses of Weighted in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement WeightedModifier and TypeClassDescriptionclass
Support for all observe providers that are available (or configured). -
Uses of Weighted in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement WeightedModifier and TypeClassDescriptionfinal class
Integration of security into WebServer.