Uses of Interface
io.helidon.common.config.ConfiguredProvider
Packages that use ConfiguredProvider
Package
Description
Concurrency limits API and default implementations.
Extension points to create custom concurrency rate limits.
Provides the minimal set of types for immutable, tree-structured configuration access.
TLS Configuration SPI for client and server.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Hikari
DataSource support.JDBC
DataSource support.Service provider interfaces for
DataSource support.UCP
DataSource support.Hikari JDBC connection pool.
Service provider interface for Helidon Database Client JDBC.
Deflate encoding support.
Gzip encoding support.
SPI to create custom content encoding.
Gson media type support.
Jackson media type support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Multipart Entity Media handling support.
Helidon Media Support SPI.
Provides classes and interfaces related to automatic and unobtrusive service instance registration in Netflix Eureka servers of version 2.0.3 or later.
Helidon Integrations of OCI Certificates Service.
Helidon OpenAPI UI support.
Helidon OpenAPI support.
OpenAPI SPI.
Helidon gRPC client SPI.
Helidon WebClient gRPC tracing support.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient Metrics Support.
Helidon WebClient Security Support.
Helidon WebClient SPI.
Helidon WebClient Tracing Support.
Helidon WebClient WebSocket Support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
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 gRPC Support.
Helidon gRPC server SPI.
Helidon Webserver gRPC tracing support.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
Helidon WebServer Observability SPI.
Helidon WebServer Tracing Observability Support.
Helidon WebServer Security Support.
Helidon WebServer SPI.
Helidon WebServer Static Content Support.
WebSocket server support.
-
Uses of ConfiguredProvider in io.helidon.common.concurrency.limits
Classes in io.helidon.common.concurrency.limits that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderservice provider forAimdLimitlimit implementation.classServiceLoaderservice provider forFixedLimitlimit implementation. -
Uses of ConfiguredProvider in io.helidon.common.concurrency.limits.spi
Subinterfaces of ConfiguredProvider in io.helidon.common.concurrency.limits.spiModifier and TypeInterfaceDescriptioninterfaceAServiceLoader(and service registry) service provider to discover rate limits. -
Uses of ConfiguredProvider in io.helidon.common.config
Methods in io.helidon.common.config with type parameters of type ConfiguredProviderModifier and TypeMethodDescriptionstatic <S extends NamedService,T extends ConfiguredProvider<S>>
Optional<S> ConfigBuilderSupport.discoverService(Config config, String configKey, HelidonServiceLoader<T> serviceLoader, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, Optional<S> existingValue) Deprecated, for removal: This API element is subject to removal in a future version.static <S extends NamedService,T extends ConfiguredProvider<S>>
Optional<S> ConfigBuilderSupport.discoverService(Config config, String configKey, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, Optional<S> existingValue) Deprecated, for removal: This API element is subject to removal in a future version.Discover service from configuration.static <S extends NamedService,T extends ConfiguredProvider<S>>
List<S> ConfigBuilderSupport.discoverServices(Config config, String configKey, HelidonServiceLoader<T> serviceLoader, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, List<S> existingInstances) Deprecated, for removal: This API element is subject to removal in a future version.static <S extends NamedService,T extends ConfiguredProvider<S>>
List<S> ConfigBuilderSupport.discoverServices(Config config, String configKey, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, List<S> existingInstances) Deprecated, for removal: This API element is subject to removal in a future version.Discover services from configuration.Method parameters in io.helidon.common.config with type arguments of type ConfiguredProviderModifier and TypeMethodDescriptionstatic <T extends NamedService>
Optional<T> ConfigBuilderSupport.discoverService(Config config, String configKey, Optional<ServiceRegistry> serviceRegistry, Class<? extends ConfiguredProvider<T>> providerType, Class<T> configType, boolean discoverServices, Optional<T> existingValue) Deprecated, for removal: This API element is subject to removal in a future version.Used to discover service fromServiceRegistryfor builder options annotated withOption.Provider, if the blueprint is annotated withPrototype.RegistrySupport.static <T extends NamedService>
List<T> ConfigBuilderSupport.discoverServices(Config config, String configKey, Optional<ServiceRegistry> serviceRegistry, Class<? extends ConfiguredProvider<T>> providerType, Class<T> configType, boolean allFromRegistry, List<T> existingValues) Deprecated, for removal: This API element is subject to removal in a future version.Used to discover services fromServiceRegistryfor builder options annotated withOption.Provider, if the blueprint is annotated withPrototype.RegistrySupport. -
Uses of ConfiguredProvider in io.helidon.common.tls.spi
Subinterfaces of ConfiguredProvider in io.helidon.common.tls.spi -
Uses of ConfiguredProvider in io.helidon.config
Methods in io.helidon.config with type parameters of type ConfiguredProviderModifier and TypeMethodDescriptionstatic <S extends NamedService,T extends ConfiguredProvider<S>>
Optional<S> ConfigBuilderSupport.discoverService(Config config, String configKey, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, Optional<S> existingValue) Discover service from configuration.static <S extends NamedService,T extends ConfiguredProvider<S>>
List<S> ConfigBuilderSupport.discoverServices(Config config, String configKey, Class<T> providerType, Class<S> configType, boolean allFromServiceLoader, List<S> existingInstances) Discover services from configuration.static <S extends NamedService,T extends ConfiguredProvider<S>>
List<S> ConfigBuilderSupport.discoverServices(Config config, String configKey, Optional<ServiceRegistry> serviceRegistry, Class<T> providerType, Class<S> configType, boolean allFromRegistry, List<S> existingValues) Used to discover services fromServiceRegistryfor builder options annotated withOption.Provider, if the blueprint is annotated withPrototype.RegistrySupport.Method parameters in io.helidon.config with type arguments of type ConfiguredProviderModifier and TypeMethodDescriptionstatic <T extends NamedService>
Optional<T> ConfigBuilderSupport.discoverService(Config config, String configKey, Optional<ServiceRegistry> serviceRegistry, Class<? extends ConfiguredProvider<T>> providerType, Class<T> configType, boolean discoverServices, Optional<T> existingValue) Used to discover service fromServiceRegistryfor builder options annotated withOption.Provider, if the blueprint is annotated withPrototype.RegistrySupport. -
Uses of ConfiguredProvider in io.helidon.data.sql.datasource.hikari
Classes in io.helidon.data.sql.datasource.hikari that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.data.sql.datasource.jdbc
Classes in io.helidon.data.sql.datasource.jdbc that implement ConfiguredProviderModifier and TypeClassDescriptionclassAServiceLoaderprovider implementation ofDataSourceConfigProviderfor a data source based on direct JDBC connections. -
Uses of ConfiguredProvider in io.helidon.data.sql.datasource.spi
Subinterfaces of ConfiguredProvider in io.helidon.data.sql.datasource.spiModifier and TypeInterfaceDescriptioninterfaceProvider (as inServiceLoader) of provider (as in ucp) configuration. -
Uses of ConfiguredProvider in io.helidon.data.sql.datasource.ucp
Classes in io.helidon.data.sql.datasource.ucp that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.dbclient.hikari
Classes in io.helidon.dbclient.hikari that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.dbclient.jdbc.spi
Subinterfaces of ConfiguredProvider in io.helidon.dbclient.jdbc.spiModifier and TypeInterfaceDescriptioninterfaceServiceLoaderprovider interface for JDBC connection pool. -
Uses of ConfiguredProvider in io.helidon.http.encoding.deflate
Classes in io.helidon.http.encoding.deflate that implement ConfiguredProviderModifier and TypeClassDescriptionclassSupport fordeflatecontent encoding. -
Uses of ConfiguredProvider in io.helidon.http.encoding.gzip
Classes in io.helidon.http.encoding.gzip that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.http.encoding.spi
Subinterfaces of ConfiguredProvider in io.helidon.http.encoding.spiModifier and TypeInterfaceDescriptioninterfaceContent encodingServiceLoaderservice provider interface. -
Uses of ConfiguredProvider in io.helidon.http.media.gson
Classes in io.helidon.http.media.gson that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for Gson media support. -
Uses of ConfiguredProvider in io.helidon.http.media.jackson
Classes in io.helidon.http.media.jackson that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for Jackson media support. -
Uses of ConfiguredProvider in io.helidon.http.media.jsonb
Classes in io.helidon.http.media.jsonb that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for JSON Binding media support. -
Uses of ConfiguredProvider in io.helidon.http.media.jsonp
Classes in io.helidon.http.media.jsonp that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for JSON Processing media support. -
Uses of ConfiguredProvider in io.helidon.http.media.multipart
Classes in io.helidon.http.media.multipart that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for support of multipart. -
Uses of ConfiguredProvider in io.helidon.http.media.spi
Subinterfaces of ConfiguredProvider in io.helidon.http.media.spiModifier and TypeInterfaceDescriptioninterfaceServiceLoaderservice provider for media supports. -
Uses of ConfiguredProvider in io.helidon.integrations.eureka
Classes in io.helidon.integrations.eureka that implement ConfiguredProviderModifier and TypeClassDescriptionfinal classAServerFeatureProviderthat creates and installs aEurekaRegistrationServerFeature. -
Uses of ConfiguredProvider in io.helidon.integrations.oci.tls.certificates
Classes in io.helidon.integrations.oci.tls.certificates that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.integrations.openapi.ui
Classes in io.helidon.integrations.openapi.ui that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.openapi
Classes in io.helidon.openapi that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for OpenAPI feature forWebServer. -
Uses of ConfiguredProvider in io.helidon.openapi.spi
Subinterfaces of ConfiguredProvider in io.helidon.openapi.spiModifier and TypeInterfaceDescriptioninterfaceOpenApiManagerprovider.interfaceOpenApiServiceprovider. -
Uses of ConfiguredProvider in io.helidon.webclient.context
Classes in io.helidon.webclient.context that implement ConfiguredProviderModifier and TypeClassDescriptionclassClient Context Propagation service provider implementation. -
Uses of ConfiguredProvider in io.helidon.webclient.grpc.spi
Subinterfaces of ConfiguredProvider in io.helidon.webclient.grpc.spiModifier and TypeInterfaceDescriptioninterfaceJava service loader interface for gRPC client services. -
Uses of ConfiguredProvider in io.helidon.webclient.grpc.tracing
Classes in io.helidon.webclient.grpc.tracing that implement ConfiguredProviderModifier and TypeClassDescriptionclassDeprecated.This class should only be used viaServiceLoader. -
Uses of ConfiguredProvider in io.helidon.webclient.http1
Classes in io.helidon.webclient.http1 that implement ConfiguredProviderModifier and TypeClassDescriptionclassImplementation of protocol config provider. -
Uses of ConfiguredProvider in io.helidon.webclient.http2
Classes in io.helidon.webclient.http2 that implement ConfiguredProviderModifier and TypeClassDescriptionclassImplementation of protocol config provider. -
Uses of ConfiguredProvider in io.helidon.webclient.metrics
Classes in io.helidon.webclient.metrics that implement ConfiguredProviderModifier and TypeClassDescriptionclassDeprecated.This class should only be used viaServiceLoader. -
Uses of ConfiguredProvider in io.helidon.webclient.security
Classes in io.helidon.webclient.security that implement ConfiguredProviderModifier and TypeClassDescriptionclassDeprecated.This class should only be used viaServiceLoader. -
Uses of ConfiguredProvider in io.helidon.webclient.spi
Subinterfaces of ConfiguredProvider in io.helidon.webclient.spiModifier and TypeInterfaceDescriptioninterfaceProtocolConfigProvider<T extends ProtocolConfig>Client protocol configuration.interfaceJava service loader interface for web client services. -
Uses of ConfiguredProvider in io.helidon.webclient.tracing
Classes in io.helidon.webclient.tracing that implement ConfiguredProviderModifier and TypeClassDescriptionclassDeprecated.This class should only be used viaServiceLoader. -
Uses of ConfiguredProvider in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket that implement ConfiguredProviderModifier and TypeClassDescriptionclassImplementation of protocol config provider. -
Uses of ConfiguredProvider in io.helidon.webserver
Classes in io.helidon.webserver that implement ConfiguredProviderModifier and TypeClassDescriptionclassA JavaServiceLoaderprovider for adding declarative request scope to Helidon WebServer. -
Uses of ConfiguredProvider in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for access log feature forWebServer. -
Uses of ConfiguredProvider in io.helidon.webserver.concurrency.limits
Classes in io.helidon.webserver.concurrency.limits that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation to automatically register this service. -
Uses of ConfiguredProvider in io.helidon.webserver.context
Classes in io.helidon.webserver.context that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for context feature forWebServer. -
Uses of ConfiguredProvider in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for CORS feature forWebServer. -
Uses of ConfiguredProvider in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc that implement ConfiguredProviderModifier and TypeClassDescriptionclassImplementation of a service provider interface to create grpc protocol configuration.classServiceLoaderprovider implementation for gRPC reflection feature forWebServer. -
Uses of ConfiguredProvider in io.helidon.webserver.grpc.spi
Subinterfaces of ConfiguredProvider in io.helidon.webserver.grpc.spiModifier and TypeInterfaceDescriptioninterfaceJava service loader interface for gRPC services. -
Uses of ConfiguredProvider in io.helidon.webserver.grpc.tracing
Classes in io.helidon.webserver.grpc.tracing that implement ConfiguredProviderModifier and TypeClassDescriptionclassProvider forGrpcTracingService. -
Uses of ConfiguredProvider in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 that implement ConfiguredProviderModifier and TypeClassDescriptionclassImplementation of a service provider interface to create HTTP/1.1 protocol configuration. -
Uses of ConfiguredProvider in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 that implement ConfiguredProviderModifier and TypeClassDescriptionclassImplementation of a service provider interface to create HTTP/2 protocol configuration. -
Uses of ConfiguredProvider in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for observe feature forWebServer. -
Uses of ConfiguredProvider in io.helidon.webserver.observe.config
Classes in io.helidon.webserver.observe.config that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.webserver.observe.health
Classes in io.helidon.webserver.observe.health that implement ConfiguredProviderModifier and TypeClassDescriptionclassDeprecated.this type is only to be used fromServiceLoader -
Uses of ConfiguredProvider in io.helidon.webserver.observe.info
Classes in io.helidon.webserver.observe.info that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.webserver.observe.metrics
Classes in io.helidon.webserver.observe.metrics that implement ConfiguredProvider -
Uses of ConfiguredProvider in io.helidon.webserver.observe.spi
Subinterfaces of ConfiguredProvider in io.helidon.webserver.observe.spiModifier and TypeInterfaceDescriptioninterfaceServiceLoaderprovider interface for observability services. -
Uses of ConfiguredProvider in io.helidon.webserver.observe.tracing
Classes in io.helidon.webserver.observe.tracing that implement ConfiguredProviderModifier and TypeClassDescriptionclassDeprecated.this type is only to be used fromServiceLoader -
Uses of ConfiguredProvider in io.helidon.webserver.security
Classes in io.helidon.webserver.security that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation ofServerFeatureProviderfor security. -
Uses of ConfiguredProvider in io.helidon.webserver.spi
Subinterfaces of ConfiguredProvider in io.helidon.webserver.spiModifier and TypeInterfaceDescriptioninterfaceProtocolConfigProvider<T extends ProtocolConfig>Provider of protocol configuration.interfaceServerFeatureProvider<T extends ServerFeature>Server features provider is aServiceLoaderprovider API to discover server wide features. -
Uses of ConfiguredProvider in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent that implement ConfiguredProviderModifier and TypeClassDescriptionclassServiceLoaderprovider implementation for static-content feature forWebServer. -
Uses of ConfiguredProvider in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket that implement ConfiguredProviderModifier and TypeClassDescriptionclassService provider implementation for WebSocket protocol configuration.
ConfigBuilderSupport.discoverService(Config, String, Class, Class, boolean, java.util.Optional)