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.
Observability features and endpoint support.
Access log support for Helidon Server.
Níma WebServer tracing support.
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico's config-driven-service API.
Pico runtime services.
Pico testing support.
Pico Tools.
Integration library for RxServer.
-
Uses of Weighted in io.helidon.common
Methods in io.helidon.common with parameters of type Weighted -
Uses of Weighted in io.helidon.nima.http.encoding.gzip
Classes in io.helidon.nima.http.encoding.gzip that implement Weighted -
Uses of Weighted in io.helidon.nima.http.media.jackson
Classes in io.helidon.nima.http.media.jackson that implement WeightedModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for Jackson media support. -
Uses of Weighted in io.helidon.nima.http.media.jsonb
Classes in io.helidon.nima.http.media.jsonb that implement WeightedModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for JSON Binding media support. -
Uses of Weighted in io.helidon.nima.http.media.jsonp
Classes in io.helidon.nima.http.media.jsonp that implement WeightedModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for JSON Processing media support. -
Uses of Weighted in io.helidon.nima.observe
Classes in io.helidon.nima.observe that implement WeightedModifier and TypeClassDescriptionclassSupport for all observe providers that are available (or configured). -
Uses of Weighted in io.helidon.nima.webserver.accesslog
Classes in io.helidon.nima.webserver.accesslog that implement WeightedModifier and TypeClassDescriptionfinal classService that adds support for Access logging to Server. -
Uses of Weighted in io.helidon.nima.webserver.context
Classes in io.helidon.nima.webserver.context that implement Weighted -
Uses of Weighted in io.helidon.nima.webserver.tracing
Classes in io.helidon.nima.webserver.tracing that implement Weighted -
Uses of Weighted in io.helidon.pico.api
Subinterfaces of Weighted in io.helidon.pico.apiModifier and TypeInterfaceDescriptioninterfaceProvides management lifecycle around services.interfaceAn extension toServiceProviderthat allows for startup binding from aPico$$Application, and thereby works in conjunction with theServiceBinderduring pico service registry initialization. -
Uses of Weighted in io.helidon.pico.configdriven.runtime
Subinterfaces of Weighted in io.helidon.pico.configdriven.runtimeModifier and TypeInterfaceDescriptioninterfaceAn extension toServiceProviderthat represents a config-driven service.Classes in io.helidon.pico.configdriven.runtime that implement WeightedModifier and TypeClassDescriptionclassAbstract base for any config-driven-service. -
Uses of Weighted in io.helidon.pico.runtime
Classes in io.helidon.pico.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.pico.testing
Classes in io.helidon.pico.testing that implement WeightedModifier and TypeClassDescriptionclassCreates a simple reflection based service provider - for testing purposes only! -
Uses of Weighted in io.helidon.pico.tools
Classes in io.helidon.pico.tools that implement WeightedModifier and TypeClassDescriptionclassResponsible for building all pico-di related collateral for a module, including: TheServiceProviderfor each service type implementation passed in. -
Uses of Weighted in io.helidon.security.integration.nima
Classes in io.helidon.security.integration.nima that implement WeightedModifier and TypeClassDescriptionfinal classIntegration of security into Web Server.