Uses of Annotation Interface
io.helidon.common.Generated
Packages that use Generated
Package
Description
Java in-process compiler.
Concurrency limits API and default implementations.
General utilities that use
Config.Common types for Context propagation over HTTP.
Metadata for Helidon Features.
Support for mapping of types.
Utilities for PKI configuration and loading of certificates and keys.
Socket abstraction and data writing.
TLS Configuration for client and server.
URI utilities.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Helidon Data Repository.
Common code processing and generation.
Data query abstract model.
Helidon Data Repository with Jakarta Persistence Runtime.
Runs imperative applications and declarative Helidon Data repositories with
JDBC.
SQL specific support, use by all modules that interact with SQL databases.
DataSource support API.Hikari
DataSource support.JDBC
DataSource support.UCP
DataSource support.JDBC client for Helidon.
HTTP Rest model.
Helidon Fault Tolerance Support.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
HTTP Content encoding support, usually used to compress entity, such as
gzip.Helidon Media Support.
Jackson media type support.
Helidon JSON Media Support.
Helidon JSON Binding Media Support.
JSON Smile media support.
JSON-Binding Entity Media handling support.
JSON-Processing Entity Media handling support.
Helidon JSON Binding.
Helidon JSON Binding Converters.
Helidon JSON Binding Factories.
JSON Schema annotations and lookup.
Helidon implementation of the
Jackson Smile binary JSON specification.
Helidon Messaging API and runtime.
Service provider interfaces implemented or extended by messaging transport connectors.
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
Micrometer wrapper for Helidon metrics API.
Helidon OpenAPI support.
OpenAPI 3.0 support.
OpenAPI 3.1 support.
OpenAPI 3.2 support.
Scheduling for Helidon SE reactive implementation.
Open ID Connect (OIDC) classes usable from all OIDC related components.
Code generation for Helidon Service Registry.
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).Support for configuring OpenTelemetry via Helidon config.
Distributed tracing support for Helidon.
Open Telemetry tracing support that plugs into the
TracerBuilder SPI and provides
a Tracer implementation.Validation API.
Built-in validators of Helidon Validation.
Helidon WebClient APIs shared by all types of clients.
Provides classes and interfaces that integrate discovery features into
webclients.
Helidon WebClient gRPC Support.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 Support.
Helidon WebClient JSON-RPC 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.
CORS support for Helidon WebServer.
Helidon WebServer gRPC Support.
Helidon WebServer gRPC security support.
Helidon Webserver gRPC tracing support.
A gRPC server service that maps
ValidationException to
Status.INVALID_ARGUMENT.HTTP Strict Transport Security support for Helidon WebServer.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer JSON-RPC 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 Tracing Observability Support.
Helidon WebServer Security Support.
Helidon WebServer Static Content Support.
WebSocket server support.
WebSocket APIs.
-
Uses of Generated in io.helidon.codegen.compiler
Classes in io.helidon.codegen.compiler with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceProvides configuration to the javac compiler. -
Uses of Generated in io.helidon.common.concurrency.limits
Classes in io.helidon.common.concurrency.limits with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration ofAimdLimit.interfaceConfiguration ofFixedLimit.interfaceConfiguration ofThroughputLimit. -
Uses of Generated in io.helidon.common.configurable
Classes in io.helidon.common.configurable with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceAllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.interfaceConfiguration of a resource.interfaceInterface generated from blueprintio.helidon.common.configurable.ScheduledThreadPoolConfigBlueprint.interfaceInterface generated from blueprintio.helidon.common.configurable.ThreadPoolConfigBlueprint. -
Uses of Generated in io.helidon.common.context.http
Classes in io.helidon.common.context.http with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of a single propagation record, a mapping of a header name to its context classifier, with optional default value(s), and definition whether it is a single value, or an array. -
Uses of Generated in io.helidon.common.features.metadata
Classes in io.helidon.common.features.metadata with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceAOT (Ahead of time compilation) support.interfaceDeprecation information.interfaceMetadata of a feature, as stored in one of the Helidon specific filesFeatureRegistry.FEATURE_REGISTRY_LOCATION_V1orFeatureRegistry.FEATURE_REGISTRY_LOCATION_V2. -
Uses of Generated in io.helidon.common.mapper
Classes in io.helidon.common.mapper with annotations of type GeneratedModifier and TypeClassDescriptionclassDefaultMapperProvider__ServiceDescriptor<T extends io.helidon.common.mapper.DefaultMapperProvider>Service descriptor forDefaultMapperProvider.classDefaultResolverService__ServiceDescriptor<T extends io.helidon.common.mapper.DefaultResolverService>Service descriptor forDefaultResolverService.interfaceMappers configuration.classMappersFactory__ServiceDescriptor<T extends io.helidon.common.mapper.MappersFactory>Service descriptor forMappersFactory. -
Uses of Generated in io.helidon.common.pki
Classes in io.helidon.common.pki with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of keys.interfaceResources from a java keystore (PKCS12, JKS etc.).interfacePEM files based keys - accepts private key and certificate chain. -
Uses of Generated in io.helidon.common.socket
Classes in io.helidon.common.socket with annotations of type Generated -
Uses of Generated in io.helidon.common.tls
Classes in io.helidon.common.tls with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceCertificate revocation configuration.interfaceTLS configuration, used by web server listeners, web client and other components that need TLS.interfaceTLS key and trust material used to set up or reload manager state. -
Uses of Generated in io.helidon.common.uri
Classes in io.helidon.common.uri with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInformation about URI, that can be used to invoke a specific request over the network. -
Uses of Generated in io.helidon.config
Classes in io.helidon.config with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration item policy.classConfigProvider__ServiceDescriptor<T extends io.helidon.config.ConfigProvider>Service descriptor forConfigProvider.classConfigurationValueFactory__ServiceDescriptor<T extends io.helidon.config.ConfigurationValueFactory>Service descriptor forConfigurationValueFactory.classMetaConfigFactory__ServiceDescriptor<T extends io.helidon.config.MetaConfigFactory>Service descriptor forMetaConfigFactory. -
Uses of Generated in io.helidon.data
Classes in io.helidon.data with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceSingle rule of the dynamic ordering of the query result.interfaceRequest pageable query result as page with page number and size.interfaceDynamic ordering of the query result. -
Uses of Generated in io.helidon.data.codegen.common
Classes in io.helidon.data.codegen.common with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.data.codegen.common.MethodParamsBlueprint. -
Uses of Generated in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceCriteria condition.interfaceData query definition.interfaceData query ordering.interfaceOrdering expression.interfaceData query projection.interfaceEntity property. -
Uses of Generated in io.helidon.data.jakarta.persistence
Classes in io.helidon.data.jakarta.persistence with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of Helidon Data for Jakarta Persistence.classJpaRepositoryExecutorImpl__ServiceDescriptor<T extends io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl>Service descriptor forJpaRepositoryExecutorImpl.classLocalTransactionStorage_LocalTransactionManager__ServiceDescriptor<T extends io.helidon.data.jakarta.persistence.LocalTransactionStorage.LocalTransactionManager>Service descriptor forLocalTransactionStorage.LocalTransactionManager.classLocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor<T extends io.helidon.data.jakarta.persistence.LocalTransactionStorage.LocalTransactionProvider>Service descriptor forLocalTransactionStorage.LocalTransactionProvider.classLocalTxSupport__ServiceDescriptor<T extends io.helidon.data.jakarta.persistence.LocalTxSupport>Service descriptor forLocalTxSupport.classPersistenceUnitFactory__ServiceDescriptor<T extends io.helidon.data.jakarta.persistence.PersistenceUnitFactory>Service descriptor forPersistenceUnitFactory.classTransactionContext_JtaLifeCycle__ServiceDescriptor<T extends io.helidon.data.jakarta.persistence.TransactionContext.JtaLifeCycle>Service descriptor forTransactionContext.JtaLifeCycle. -
Uses of Generated in io.helidon.data.jdbc
Classes in io.helidon.data.jdbc with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration for a JDBC client.classJdbcClientConfigFactory__ServiceDescriptor<T extends io.helidon.data.jdbc.JdbcClientConfigFactory>Service descriptor forJdbcClientConfigFactory.classJdbcClientFactory__ServiceDescriptor<T extends io.helidon.data.jdbc.JdbcClientFactory>Service descriptor forJdbcClientFactory.classJdbcTransactionConnectionManager__ServiceDescriptor<T extends io.helidon.data.jdbc.JdbcTransactionConnectionManager>Service descriptor forJdbcTransactionConnectionManager.classJdbcTxSupport__ServiceDescriptor<T extends io.helidon.data.jdbc.JdbcTxSupport>Service descriptor forJdbcTxSupport. -
Uses of Generated in io.helidon.data.sql.common
Classes in io.helidon.data.sql.common with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of a JDBC connection to a database.interfaceSQL specific connection configuration. -
Uses of Generated in io.helidon.data.sql.datasource
Classes in io.helidon.data.sql.datasource with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceDataSourceconfiguration.classDataSourceConfigFactory__ServiceDescriptor<T extends io.helidon.data.sql.datasource.DataSourceConfigFactory>Service descriptor forDataSourceConfigFactory. -
Uses of Generated in io.helidon.data.sql.datasource.hikari
Classes in io.helidon.data.sql.datasource.hikari with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceHikari connection pool specific configuration forDataSource.classHikariDataSourceProviderService__ServiceDescriptor<T extends io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService>Service descriptor forHikariDataSourceProviderService. -
Uses of Generated in io.helidon.data.sql.datasource.jdbc
Classes in io.helidon.data.sql.datasource.jdbc with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceJDBC Data source configuration.classJdbcDataSourceService__ServiceDescriptor<T extends io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService>Service descriptor forJdbcDataSourceService. -
Uses of Generated in io.helidon.data.sql.datasource.ucp
Classes in io.helidon.data.sql.datasource.ucp with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceUCP specific configuration forDataSource.classUcpDataSourceProviderService__ServiceDescriptor<T extends io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService>Service descriptor forUcpDataSourceProviderService. -
Uses of Generated in io.helidon.dbclient.jdbc
Classes in io.helidon.dbclient.jdbc with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceJDBC parameters setter configuration. -
Uses of Generated in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceRest endpoint for Typed HTTP client.interfaceAn element that is annotation within the HTTP REST handling.interfaceA model for HTTP endpoints.interfaceA REST endpoint may be a client endpoint or a server endpoint.interfaceDefinition of a rest method.interfaceA single REST method parameter.interfaceREST endpoint for server side endpoint definition. -
Uses of Generated in io.helidon.faulttolerance
Classes in io.helidon.faulttolerance with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceAsyncconfiguration bean.classAsyncImpl__ServiceDescriptor<T extends io.helidon.faulttolerance.AsyncImpl>Service descriptor forAsyncImpl.interfaceBulkheadconfiguration bean.classBulkheadImpl__ServiceDescriptor<T extends io.helidon.faulttolerance.BulkheadImpl>Service descriptor forBulkheadImpl.interfaceConfiguration of a circuit breaker.classCircuitBreakerImpl__ServiceDescriptor<T extends io.helidon.faulttolerance.CircuitBreakerImpl>Service descriptor forCircuitBreakerImpl.interfaceFallbackconfiguration.interfaceRetryconfiguration bean.classRetryImpl__ServiceDescriptor<T extends io.helidon.faulttolerance.RetryImpl>Service descriptor forRetryImpl.interfaceTimeoutconfiguration bean.classTimeoutImpl__ServiceDescriptor<T extends io.helidon.faulttolerance.TimeoutImpl>Service descriptor forTimeoutImpl. -
Uses of Generated in io.helidon.http
Classes in io.helidon.http with annotations of type GeneratedModifier and TypeClassDescriptionclassHeaders__ServiceDescriptor<T extends Headers>Service descriptor forHeaders.interfaceCommon configuration of HTTP protocol, regardless of its version.interfaceConfiguration of logging of the HTTP layer.classHttpPrologue__ServiceDescriptor<T extends HttpPrologue>Service descriptor forHttpPrologue.classService descriptor forServerRequestHeaders. -
Uses of Generated in io.helidon.http.encoding
Classes in io.helidon.http.encoding with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.http.encoding.ContentEncodingContextConfigBlueprint. -
Uses of Generated in io.helidon.http.media
Classes in io.helidon.http.media with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.http.media.MediaContextConfigBlueprint.interfaceA set of configurable options expected to be used by each media support. -
Uses of Generated in io.helidon.http.media.jackson
Classes in io.helidon.http.media.jackson with annotations of type Generated -
Uses of Generated in io.helidon.http.media.json
Classes in io.helidon.http.media.json with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of Helidon JSON media support. -
Uses of Generated in io.helidon.http.media.json.binding
Classes in io.helidon.http.media.json.binding with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration for Helidon JSON Binding media support. -
Uses of Generated in io.helidon.http.media.json.smile
Classes in io.helidon.http.media.json.smile with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of Smile media support. -
Uses of Generated in io.helidon.http.media.jsonb
Classes in io.helidon.http.media.jsonb with annotations of type Generated -
Uses of Generated in io.helidon.http.media.jsonp
Classes in io.helidon.http.media.jsonp with annotations of type Generated -
Uses of Generated in io.helidon.json.binding
Classes in io.helidon.json.binding with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration for JSON binding.classJsonBindingConfigProvider__ServiceDescriptor<T extends io.helidon.json.binding.JsonBindingConfigProvider>Service descriptor forJsonBindingConfigProvider.classJsonBindingProvider__ServiceDescriptor<T extends io.helidon.json.binding.JsonBindingProvider>Service descriptor forJsonBindingProvider. -
Uses of Generated in io.helidon.json.binding.converters
Classes in io.helidon.json.binding.converters with annotations of type GeneratedModifier and TypeClassDescriptionclassBigDecimalConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.BigDecimalConverter>Service descriptor forBigDecimalConverter.classBigIntegerConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.BigIntegerConverter>Service descriptor forBigIntegerConverter.classBinaryDataConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.BinaryDataConverter>Service descriptor forBinaryDataConverter.classBooleanArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.BooleanArrayConverter>Service descriptor forBooleanArrayConverter.classBooleanConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.BooleanConverter>Service descriptor forBooleanConverter.classByteArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.ByteArrayConverter>Service descriptor forByteArrayConverter.classByteConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.ByteConverter>Service descriptor forByteConverter.classCalendarConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.CalendarConverter>Service descriptor forCalendarConverter.classCharacterConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.CharacterConverter>Service descriptor forCharacterConverter.classCharArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.CharArrayConverter>Service descriptor forCharArrayConverter.classDateConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.DateConverter>Service descriptor forDateConverter.classDoubleArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.DoubleArrayConverter>Service descriptor forDoubleArrayConverter.classDoubleConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.DoubleConverter>Service descriptor forDoubleConverter.classDurationConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.DurationConverter>Service descriptor forDurationConverter.classFloatArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.FloatArrayConverter>Service descriptor forFloatArrayConverter.classFloatConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.FloatConverter>Service descriptor forFloatConverter.classGregorianCalendarConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.GregorianCalendarConverter>Service descriptor forGregorianCalendarConverter.classInstantConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.InstantConverter>Service descriptor forInstantConverter.classIntArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.IntArrayConverter>Service descriptor forIntArrayConverter.classIntegerConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.IntegerConverter>Service descriptor forIntegerConverter.classJsonArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.JsonArrayConverter>Service descriptor forJsonArrayConverter.classJsonBooleanConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.JsonBooleanConverter>Service descriptor forJsonBooleanConverter.classJsonNullConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.JsonNullConverter>Service descriptor forJsonNullConverter.classJsonNumberConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.JsonNumberConverter>Service descriptor forJsonNumberConverter.classJsonObjectConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.JsonObjectConverter>Service descriptor forJsonObjectConverter.classJsonStringConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.JsonStringConverter>Service descriptor forJsonStringConverter.classJsonValueConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.JsonValueConverter>Service descriptor forJsonValueConverter.classLocalDateConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.LocalDateConverter>Service descriptor forLocalDateConverter.classLocalDateTimeConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.LocalDateTimeConverter>Service descriptor forLocalDateTimeConverter.classLocalTimeConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.LocalTimeConverter>Service descriptor forLocalTimeConverter.classLongArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.LongArrayConverter>Service descriptor forLongArrayConverter.classLongConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.LongConverter>Service descriptor forLongConverter.classObjectConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.ObjectConverter>Service descriptor forObjectConverter.classOffsetDateTimeConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.OffsetDateTimeConverter>Service descriptor forOffsetDateTimeConverter.classOptionalDoubleConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.OptionalDoubleConverter>Service descriptor forOptionalDoubleConverter.classOptionalIntConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.OptionalIntConverter>Service descriptor forOptionalIntConverter.classOptionalLongConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.OptionalLongConverter>Service descriptor forOptionalLongConverter.classPeriodConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PeriodConverter>Service descriptor forPeriodConverter.classPrimitiveBooleanConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveBooleanConverter>Service descriptor forPrimitiveBooleanConverter.classPrimitiveByteConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveByteConverter>Service descriptor forPrimitiveByteConverter.classPrimitiveCharConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveCharConverter>Service descriptor forPrimitiveCharConverter.classPrimitiveDoubleConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveDoubleConverter>Service descriptor forPrimitiveDoubleConverter.classPrimitiveFloatConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveFloatConverter>Service descriptor forPrimitiveFloatConverter.classPrimitiveIntegerConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveIntegerConverter>Service descriptor forPrimitiveIntegerConverter.classPrimitiveLongConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveLongConverter>Service descriptor forPrimitiveLongConverter.classPrimitiveShortConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.PrimitiveShortConverter>Service descriptor forPrimitiveShortConverter.classShortArrayConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.ShortArrayConverter>Service descriptor forShortArrayConverter.classShortConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.ShortConverter>Service descriptor forShortConverter.classStringConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.StringConverter>Service descriptor forStringConverter.classUuidConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.UuidConverter>Service descriptor forUuidConverter.classZonedDateTimeConverter__ServiceDescriptor<T extends io.helidon.json.binding.converters.ZonedDateTimeConverter>Service descriptor forZonedDateTimeConverter. -
Uses of Generated in io.helidon.json.binding.factories
Classes in io.helidon.json.binding.factories with annotations of type GeneratedModifier and TypeClassDescriptionclassArrayBindingFactory__ServiceDescriptor<T extends io.helidon.json.binding.factories.ArrayBindingFactory>Service descriptor forArrayBindingFactory.classEnumBindingFactory__ServiceDescriptor<T extends io.helidon.json.binding.factories.EnumBindingFactory>Service descriptor forEnumBindingFactory.classLinkedListBindingFactory__ServiceDescriptor<T extends io.helidon.json.binding.factories.LinkedListBindingFactory>Service descriptor forLinkedListBindingFactory.classListBindingFactory__ServiceDescriptor<T extends io.helidon.json.binding.factories.ListBindingFactory>Service descriptor forListBindingFactory.classMapBindingFactory__ServiceDescriptor<T extends io.helidon.json.binding.factories.MapBindingFactory>Service descriptor forMapBindingFactory.classOptionalBindingFactory__ServiceDescriptor<T extends io.helidon.json.binding.factories.OptionalBindingFactory>Service descriptor forOptionalBindingFactory.classSetBindingFactory__ServiceDescriptor<T extends io.helidon.json.binding.factories.SetBindingFactory>Service descriptor forSetBindingFactory. -
Uses of Generated in io.helidon.json.schema
Classes in io.helidon.json.schema with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceJson schema object.interfaceJson schema related to the array.interfaceJson schema related to the boolean value.interfaceJson schema related to the integer numbers.interfaceCommon interface for all Json Schema items.interfaceJson schema related to the null types.interfaceJson schema related to the numbers.interfaceJson schema related to the objects.interfaceJson schema related to the strings. -
Uses of Generated in io.helidon.json.smile
Classes in io.helidon.json.smile with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of Smile encoding and decoding. -
Uses of Generated in io.helidon.messaging
Classes in io.helidon.messaging with annotations of type GeneratedModifier and TypeClassDescriptionclassChannelRegistry__ServiceDescriptor<T extends io.helidon.messaging.ChannelRegistry>Service descriptor forChannelRegistry.interfaceDead-letter delivery configuration.interfacePortable incoming delivery failure policy.interfaceMessage batch construction options.interfaceMessage construction options.interfaceImmutable typed handle identifying a channel in aMessagingGraph.interfaceMessaging configuration.classMessagingConfigSupport_ConfigurationProvider__ServiceDescriptor<T extends io.helidon.messaging.MessagingConfigSupport.ConfigurationProvider>Service descriptor forMessagingConfigSupport.ConfigurationProvider.classMessagingEntryPointsImpl__ServiceDescriptor<T extends io.helidon.messaging.MessagingEntryPointsImpl>Service descriptor forMessagingEntryPointsImpl.interfaceOptional messaging execution overrides.interfaceIncoming failure-policy overrides applied to the declared policy or messaging defaults.classMessagingLifecycleGuard__ServiceDescriptor<T extends io.helidon.messaging.MessagingLifecycleGuard>Service descriptor forMessagingLifecycleGuard. -
Uses of Generated in io.helidon.messaging.spi
Classes in io.helidon.messaging.spi with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceCommon configuration of an incoming or outgoing messaging channel connection.interfaceCommon configuration of a messaging connector provider.interfaceCommon configuration of an incoming messaging channel connection.interfaceCommon configuration of an outgoing messaging channel connection. -
Uses of Generated in io.helidon.metrics.api
Classes in io.helidon.metrics.api with annotations of type GeneratedModifier and TypeClassDescriptionclassExemplarServiceManager__ServiceDescriptor<T extends io.helidon.metrics.api.ExemplarServiceManager>Service descriptor forExemplarServiceManager.interfaceConfig bean for KPI metrics configuration.classMeterRegistryFactory__ServiceDescriptor<T extends io.helidon.metrics.api.MeterRegistryFactory>Service descriptor forMeterRegistryFactory.interfaceConfiguration settings for metrics.classMetricsFactoryFactory__ServiceDescriptor<T extends io.helidon.metrics.api.MetricsFactoryFactory>Service descriptor forMetricsFactoryFactory.interfaceDeprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this type will be removed.interfaceDeprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this type will be removed.classService descriptor forSeMetricsProgrammaticConfig.classSystemTagsManagerImpl__ServiceDescriptor<T extends io.helidon.metrics.api.SystemTagsManagerImpl>Service descriptor forSystemTagsManagerImpl. -
Uses of Generated in io.helidon.metrics.providers.micrometer
Classes in io.helidon.metrics.providers.micrometer with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceSettings for an OTLP publisher.interfaceSettings controlling Prometheus naming conventions.interfaceSettings for a Micrometer Prometheus meter registry. -
Uses of Generated in io.helidon.openapi
Classes in io.helidon.openapi with annotations of type GeneratedModifier and TypeClassDescriptionclassOpenApiFeature__ServiceDescriptor<T extends OpenApiFeature>Service descriptor forOpenApiFeature.interfaceOpenAPI feature configuration. -
Uses of Generated in io.helidon.openapi.v30
Classes in io.helidon.openapi.v30 with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceOpenAPI 3.0 version configuration.classService descriptor forOpenApi30VersionProvider.interfaceOpenAPI 3.x version-specific mapper rules. -
Uses of Generated in io.helidon.openapi.v31
Classes in io.helidon.openapi.v31 with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceOpenAPI 3.1 version configuration.classService descriptor forOpenApi31VersionProvider. -
Uses of Generated in io.helidon.openapi.v32
Classes in io.helidon.openapi.v32 with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceOpenAPI 3.2 version configuration.classService descriptor forOpenApi32VersionProvider. -
Uses of Generated in io.helidon.scheduling
Classes in io.helidon.scheduling with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.scheduling.CronConfigBlueprint.interfaceInterface generated from blueprintio.helidon.scheduling.FixedRateConfigBlueprint.interfaceInterface generated from blueprintio.helidon.scheduling.TaskConfigBlueprint.classTaskManagerImpl__ServiceDescriptor<T extends io.helidon.scheduling.TaskManagerImpl>Service descriptor forTaskManagerImpl. -
Uses of Generated in io.helidon.security.providers.oidc.common
Classes in io.helidon.security.providers.oidc.common with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of the OIDC client credentials flow. -
Uses of Generated in io.helidon.service.codegen
Classes in io.helidon.service.codegen with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceParameters to code generate default values. -
Uses of Generated in io.helidon.service.registry
Classes in io.helidon.service.registry with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceRequest to activate a service.interfaceRepresents the result of a service activation or deactivation.interfaceDependency metadata.classEventManagerImpl__ServiceDescriptor<T extends io.helidon.service.registry.EventManagerImpl>Service descriptor forEventManagerImpl.interfaceInvocation context provides metadata about the invoked element to an interceptor.classService descriptor forInterceptionMetadata.interfaceLookup criteria to discover services, mostly used when interacting with a service registry.classPerRequestScopeHandler__ServiceDescriptor<T extends io.helidon.service.registry.PerRequestScopeHandler>Service descriptor forPerRequestScopeHandler.interfaceRepresents a qualifier annotation (a specific case of annotations, annotated withService.Qualifier).classScopes__ServiceDescriptor<T extends Scopes>Service descriptor forScopes.classService descriptor forServiceRegistry.interfaceHelidon service registry configuration. -
Uses of Generated in io.helidon.telemetry.otelconfig
Classes in io.helidon.telemetry.otelconfig with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceSettings for aggregating metrics data prior to transmission.interfaceSettings for the base 2 exponential histogram aggregation.interfaceConfiguration for a batch processor.interfaceSettings for explicit bucket histogram default aggregation.interfaceSettings for OpenTelemetry instrument selectors.interfaceSettings for log limits.interfaceSettings for a log record exporter.interfaceDefault histogram aggregation settings.interfaceOpenTelemetry metric exporter settings.interfaceSettings for a metric reader.interfaceOpenTelemetry settings.classOpenTelemetryConfigOwnershipStrategy__ServiceDescriptor<T extends io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy>Service descriptor forOpenTelemetryConfigOwnershipStrategy.interfaceConfiguration settings for OpenTelemetry logging.interfaceOpenTelemetry metrics settings.interfaceOpenTelemetry resource settings shared by all configured signals.interfaceOpenTelemetry tracer settings.interfaceSettings for OpenTelemetry OTLP exporters.interfaceSettings common to HTTP-based OTLP exporters.interfaceSettings for OpenTelemetry periodic metric reader.interfaceGeneric configuration for a processor such as aSpanProcessor, linked to an exporter such as aSpanExporterby its name in the configuration.interfaceRetry policy settings.interfaceTracing sampler settings.interfaceInterface generated from blueprintio.helidon.telemetry.otelconfig.SpanExporterConfigBlueprint.interfaceTracing span limits settings.interfaceAbstraction of typed attributes settable on OpenTelemetry elements.interfaceSettings for an OpenTelemetry metrics view registration. -
Uses of Generated in io.helidon.tracing
Classes in io.helidon.tracing with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceCommon settings for tracers including settings for span processors and secure client connections.classTracerFactory__ServiceDescriptor<T extends io.helidon.tracing.TracerFactory>Service descriptor forTracerFactory. -
Uses of Generated in io.helidon.tracing.providers.opentelemetry
Classes in io.helidon.tracing.providers.opentelemetry with annotations of type GeneratedModifier and TypeClassDescriptionclassHelidonTracingBasedTracerServiceFactory__ServiceDescriptor<T extends io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory>Service descriptor forHelidonTracingBasedTracerServiceFactory.interfaceSettings for OpenTelemetry tracer configuration under the "tracing" config key.classTracingOpenTelemetryOwnershipStrategy__ServiceDescriptor<T extends io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy>Service descriptor forTracingOpenTelemetryOwnershipStrategy. -
Uses of Generated in io.helidon.validation
Classes in io.helidon.validation with annotations of type GeneratedModifier and TypeClassDescriptionclassDefaultClockService__ServiceDescriptor<T extends io.helidon.validation.DefaultClockService>Service descriptor forDefaultClockService.classTypeValidationService__ServiceDescriptor<T extends io.helidon.validation.TypeValidationService>Service descriptor forTypeValidationService.interfaceConfiguration of Validation process, used to create aValidationContext.classValidatorsService__ServiceDescriptor<T extends io.helidon.validation.ValidatorsService>Service descriptor forValidatorsService. -
Uses of Generated in io.helidon.validation.validators
Classes in io.helidon.validation.validators with annotations of type GeneratedModifier and TypeClassDescriptionclassBooleanFalseValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.BooleanFalseValidatorProvider>Service descriptor forBooleanFalseValidatorProvider.classBooleanTrueValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.BooleanTrueValidatorProvider>Service descriptor forBooleanTrueValidatorProvider.classCalendarFutureOrPresentValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider>Service descriptor forCalendarFutureOrPresentValidatorProvider.classCalendarFutureValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.CalendarFutureValidatorProvider>Service descriptor forCalendarFutureValidatorProvider.classCalendarPastOrPresentValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider>Service descriptor forCalendarPastOrPresentValidatorProvider.classCalendarPastValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.CalendarPastValidatorProvider>Service descriptor forCalendarPastValidatorProvider.classCollectionSizeValidationProvider__ServiceDescriptor<T extends io.helidon.validation.validators.CollectionSizeValidationProvider>Service descriptor forCollectionSizeValidationProvider.classIntegerMaxValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.IntegerMaxValidatorProvider>Service descriptor forIntegerMaxValidatorProvider.classIntegerMinValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.IntegerMinValidatorProvider>Service descriptor forIntegerMinValidatorProvider.classIntegerMultipleOfValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.IntegerMultipleOfValidatorProvider>Service descriptor forIntegerMultipleOfValidatorProvider.classLongMaxValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.LongMaxValidatorProvider>Service descriptor forLongMaxValidatorProvider.classLongMinValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.LongMinValidatorProvider>Service descriptor forLongMinValidatorProvider.classLongMultipleOfValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.LongMultipleOfValidatorProvider>Service descriptor forLongMultipleOfValidatorProvider.classNotNullValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NotNullValidatorProvider>Service descriptor forNotNullValidatorProvider.classNullValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NullValidatorProvider>Service descriptor forNullValidatorProvider.classNumberDigitsValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberDigitsValidatorProvider>Service descriptor forNumberDigitsValidatorProvider.classNumberMaxValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberMaxValidatorProvider>Service descriptor forNumberMaxValidatorProvider.classNumberMinValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberMinValidatorProvider>Service descriptor forNumberMinValidatorProvider.classNumberMultipleOfValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberMultipleOfValidatorProvider>Service descriptor forNumberMultipleOfValidatorProvider.classNumberNegativeOrZeroValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider>Service descriptor forNumberNegativeOrZeroValidatorProvider.classNumberNegativeValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberNegativeValidatorProvider>Service descriptor forNumberNegativeValidatorProvider.classNumberPositiveOrZeroValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider>Service descriptor forNumberPositiveOrZeroValidatorProvider.classNumberPositiveValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.NumberPositiveValidatorProvider>Service descriptor forNumberPositiveValidatorProvider.classStringEmailValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.StringEmailValidatorProvider>Service descriptor forStringEmailValidatorProvider.classStringLengthValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.StringLengthValidatorProvider>Service descriptor forStringLengthValidatorProvider.classStringNotBlankValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.StringNotBlankValidatorProvider>Service descriptor forStringNotBlankValidatorProvider.classStringNotEmptyValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.StringNotEmptyValidatorProvider>Service descriptor forStringNotEmptyValidatorProvider.classStringPatternValidatorProvider__ServiceDescriptor<T extends io.helidon.validation.validators.StringPatternValidatorProvider>Service descriptor forStringPatternValidatorProvider. -
Uses of Generated in io.helidon.webclient.api
Classes in io.helidon.webclient.api with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfacePreview client policy for accepting and using HTTPAlt-Svcresponse advertisements.classDefaultErrorHandling__ServiceDescriptor<T extends io.helidon.webclient.api.DefaultErrorHandling>Service descriptor forDefaultErrorHandling.interfaceThis can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interfaceCommon configuration for HTTP protocols.classLoomClient__ServiceDescriptor<T extends io.helidon.webclient.api.LoomClient>Service descriptor forLoomClient.interfaceClient-side TLS SNI configuration.interfaceWebClient configuration.classWebClientConfigFactory__ServiceDescriptor<T extends io.helidon.webclient.api.WebClientConfigFactory>Service descriptor forWebClientConfigFactory.interfaceInterface generated from blueprintio.helidon.webclient.api.WebClientCookieManagerConfigBlueprint.interfaceResponse which is created upon receiving of server response. -
Uses of Generated in io.helidon.webclient.context
Classes in io.helidon.webclient.context with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of WebClient transport level propagation of context values. -
Uses of Generated in io.helidon.webclient.discovery
Classes in io.helidon.webclient.discovery with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterface -
Uses of Generated in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of a grpc client.interfaceConfiguration of a gRPC client.interfaceInterface generated from blueprintio.helidon.webclient.grpc.GrpcServiceDescriptorBlueprint. -
Uses of Generated in io.helidon.webclient.http1
Classes in io.helidon.webclient.http1 with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceHTTP/1.1.interfaceConfiguration of an HTTP/1.1 client. -
Uses of Generated in io.helidon.webclient.http2
Classes in io.helidon.webclient.http2 with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceHTTP/2 full webclient configuration.interfaceConfiguration of an HTTP/2 client. -
Uses of Generated in io.helidon.webclient.jsonrpc
Classes in io.helidon.webclient.jsonrpc with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of a JSON-RPC client.interfaceConfiguration of a JSON-RPC client. -
Uses of Generated in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceWebSocket full webclient configuration.interfaceWebSocket client protocol configuration. -
Uses of Generated in io.helidon.webserver
Classes in io.helidon.webserver with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceError handling configuration.interfaceConfiguration of a server listener (server socket).classLoomServer__ServiceDescriptor<T extends io.helidon.webserver.LoomServer>Service descriptor forLoomServer.interfaceConfiguration of PROXY protocol support.classService descriptor forRequestScopeFeatureProvider.interfaceListener-scoped server TLS SNI policy configuration.interfaceConfiguration of the stuck thread detection feature.interfaceConfiguration of the built-in TCP listener transport binding.interfaceConfiguration of the built-in Unix domain socket listener transport binding.interfaceTLS material for one listener virtual host selected by SNI.interfaceWebServer configuration bean.classWebServerService__ServiceDescriptor<T extends io.helidon.webserver.WebServerService>Service descriptor forWebServerService.classWebServerStarterService__ServiceDescriptor<T extends io.helidon.webserver.WebServerStarterService>Service descriptor forWebServerStarterService. -
Uses of Generated in io.helidon.webserver.accesslog
Classes in io.helidon.webserver.accesslog with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of access log feature. -
Uses of Generated in io.helidon.webserver.concurrency.limits
Classes in io.helidon.webserver.concurrency.limits with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from blueprintio.helidon.webserver.concurrency.limits.LimitsFeatureConfigBlueprint. -
Uses of Generated in io.helidon.webserver.context
Classes in io.helidon.webserver.context with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of context feature. -
Uses of Generated in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of CORS feature.classCorsFeature__ServiceDescriptor<T extends CorsFeature>Service descriptor forCorsFeature.interfaceConfiguration of CORS for a specific path. -
Uses of Generated in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfacegRPC protocol configuration.classGrpcEntryPointsImpl__ServiceDescriptor<T extends io.helidon.webserver.grpc.GrpcEntryPointsImpl>Service descriptor forGrpcEntryPointsImpl.interfaceConfiguration of gRPC Reflection feature.classGrpcServerFeature__ServiceDescriptor<T extends io.helidon.webserver.grpc.GrpcServerFeature>Service descriptor forGrpcServerFeature. -
Uses of Generated in io.helidon.webserver.grpc.security
Classes in io.helidon.webserver.grpc.security with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceHelidon gRPC security configuration.interfaceConfiguration of aGrpcSecurityHandler.interfaceConfiguration of gRPC method security.interfaceConfiguration of gRPC service security. -
Uses of Generated in io.helidon.webserver.grpc.tracing
Classes in io.helidon.webserver.grpc.tracing with annotations of type Generated -
Uses of Generated in io.helidon.webserver.grpc.validation
Classes in io.helidon.webserver.grpc.validation with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceHelidon gRPC validation configuration. -
Uses of Generated in io.helidon.webserver.hsts
Classes in io.helidon.webserver.hsts with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of the HSTS feature. -
Uses of Generated in io.helidon.webserver.http
Classes in io.helidon.webserver.http with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of a single advertised alternative service.classHttpEntryPointsImpl__ServiceDescriptor<T extends io.helidon.webserver.http.HttpEntryPointsImpl>Service descriptor forHttpEntryPointsImpl.classServerRequest__ServiceDescriptor<T extends ServerRequest>Service descriptor forServerRequest.classServerResponse__ServiceDescriptor<T extends ServerResponse>Service descriptor forServerResponse. -
Uses of Generated in io.helidon.webserver.http1
Classes in io.helidon.webserver.http1 with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceHTTP/1.1 server configuration.interfaceConfiguration of anHttp1ConnectionSelector. -
Uses of Generated in io.helidon.webserver.http2
Classes in io.helidon.webserver.http2 with annotations of type Generated -
Uses of Generated in io.helidon.webserver.jsonrpc
Classes in io.helidon.webserver.jsonrpc with annotations of type Generated -
Uses of Generated in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration for observability feature itself.classService descriptor forObserveFeatureProvider.classObserveFeatureServicesFactory__ServiceDescriptor<T extends io.helidon.webserver.observe.ObserveFeatureServicesFactory>Service descriptor forObserveFeatureServicesFactory.interfaceBase configuration for any observer that exposes an endpoint.classObserverServicesFactory__ServiceDescriptor<T extends io.helidon.webserver.observe.ObserverServicesFactory>Service descriptor forObserverServicesFactory.classObserveServices__ServiceDescriptor<T extends io.helidon.webserver.observe.ObserveServices>Service descriptor forObserveServices. -
Uses of Generated in io.helidon.webserver.observe.config
Classes in io.helidon.webserver.observe.config with annotations of type GeneratedModifier and TypeClassDescriptionclassService descriptor forConfigObserveProvider.interfaceConfiguration of Config Observer. -
Uses of Generated in io.helidon.webserver.observe.health
Classes in io.helidon.webserver.observe.health with annotations of type GeneratedModifier and TypeClassDescriptionclassService descriptor forHealthObserveProvider.interfaceConfiguration of Health observer. -
Uses of Generated in io.helidon.webserver.observe.info
Classes in io.helidon.webserver.observe.info with annotations of type GeneratedModifier and TypeClassDescriptionclassService descriptor forInfoObserveProvider.interfaceInfo Observer configuration. -
Uses of Generated in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log with annotations of type GeneratedModifier and TypeClassDescriptionclassService descriptor forLogObserveProvider.interfaceLog Observer configuration.interfaceLog stream configuration for Log Observer. -
Uses of Generated in io.helidon.webserver.observe.metrics
Classes in io.helidon.webserver.observe.metrics with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceAutomatic metrics collection settings.interfaceSettings for path-based automatic metrics configuration.classService descriptor forMetricsObserveProvider.interfaceMetrics Observer configuration. -
Uses of Generated in io.helidon.webserver.observe.tracing
Classes in io.helidon.webserver.observe.tracing with annotations of type GeneratedModifier and TypeClassDescriptionclassHelidonTracingSemanticConventionsProvider__ServiceDescriptor<T extends io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider>Service descriptor forHelidonTracingSemanticConventionsProvider.classService descriptor forTracingObserveProvider.interfaceConfiguration of Tracing observer. -
Uses of Generated in io.helidon.webserver.security
Classes in io.helidon.webserver.security with annotations of type GeneratedModifier and TypeClassDescriptionclassHttpSecurityInterceptor__ServiceDescriptor<T extends io.helidon.webserver.security.HttpSecurityInterceptor>Service descriptor forHttpSecurityInterceptor.interfaceConfiguration of a single path security setup.interfaceConfiguration of security feature fow webserver.interfaceConfiguration of aSecurityHandler. -
Uses of Generated in io.helidon.webserver.staticcontent
Classes in io.helidon.webserver.staticcontent with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of static content handlers that is common for classpath and file system based handlers.interfaceClasspath based static content handler configuration.interfaceFile system based static content handler configuration.interfaceConfiguration of memory cache for static content.interfaceConfiguration of Static content feature.interfaceConfiguration of temporary storage for classpath based handlers. -
Uses of Generated in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceWebSocket protocol configuration.classWsServerFeature__ServiceDescriptor<T extends io.helidon.webserver.websocket.WsServerFeature>Service descriptor forWsServerFeature. -
Uses of Generated in io.helidon.websocket
Classes in io.helidon.websocket with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceWebSocket protocol configuration available from aWsSession.