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 TypeClassDescriptionclassServiceLoaderprovider 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 TypeClassDescriptionclassServiceLoaderprovider 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 TypeClassDescriptionclassServiceLoaderprovider implementation for JSON Processing media support. -
Uses of Weighted in io.helidon.inject.api
Subinterfaces of Weighted in io.helidon.inject.apiModifier and TypeInterfaceDescriptioninterfaceProvides management lifecycle around services.interfaceAn extension toServiceProviderthat allows for startup binding from aInjection$$Application, and thereby works in conjunction with theServiceBinderduring injection service registry initialization. -
Uses of Weighted in io.helidon.inject.configdriven.runtime
Subinterfaces of Weighted in io.helidon.inject.configdriven.runtimeModifier and TypeInterfaceDescriptioninterfaceAn extension toServiceProviderthat represents a config-driven service.Classes in io.helidon.inject.configdriven.runtime that implement WeightedModifier and TypeClassDescriptionclassAbstract base for any config-driven-service. -
Uses of Weighted in io.helidon.inject.runtime
Classes in io.helidon.inject.runtime that implement WeightedModifier and TypeClassDescriptionclassAbstract 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 TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassResponsible for building all di related collateral for a module, including: TheServiceProviderfor 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 classService 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 TypeClassDescriptionclassSupport 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 classIntegration of security into WebServer.