Uses of Annotation Interface
io.helidon.common.Generated
Packages that use Generated
Package
Description
Java in-process compiler.
General utilities that use
Config.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.
JDBC client for Helidon.
Helidon Fault Tolerance Support.
HTTP Content encoding support, usually used to compress entity, such as
gzip.Helidon Media Support.
Helidon Injection Runtime Integrations to support OCI SDK.
Helidon Integrations of OCI Certificates Service.
Helidon OpenAPI UI support.
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.
Support for OpenAPI in Helidon MP.
Helidon OpenAPI support.
Scheduling for Helidon SE reactive implementation.
Helidon WebClient APIs shared by all types of clients.
Helidon WebClient HTTP/1.1 Support.
Helidon WebClient HTTP/2 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.
Helidon WebServer Context Support.
Helidon WebServer CORS Support.
Helidon WebServer gRPC 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 Tracing Observability Support.
Helidon WebServer Security Support.
WebSocket server support.
-
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.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.interfaceLruCacheConfig<K,V> Configuration of a LRU Cache.interfaceConfiguration of a resource.interfaceInterface generated from definition.interfaceInterface generated from definition. -
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 Generated -
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 TypeClassDescriptionclassActivator forConfigProducer.final classGenerated ModuleComponent. -
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.faulttolerance
Classes in io.helidon.faulttolerance with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceAsyncconfiguration bean.classActivator forAsyncImpl.interfaceBulkheadconfiguration bean.classActivator forBulkheadImpl.interfaceInterface generated from definition.classActivator forCircuitBreakerImpl.interfaceFallbackconfiguration.final classGenerated ModuleComponent.interfaceRetryconfiguration bean.classActivator forRetryImpl.interfaceTimeoutconfiguration bean.classActivator forTimeoutImpl. -
Uses of Generated in io.helidon.http.encoding
Classes in io.helidon.http.encoding with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition. -
Uses of Generated in io.helidon.http.media
Classes in io.helidon.http.media with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition. -
Uses of Generated in io.helidon.integrations.oci.sdk.runtime
Classes in io.helidon.integrations.oci.sdk.runtime with annotations of type GeneratedModifier and TypeClassDescriptionfinal classGenerated ModuleComponent.classActivator forOciAuthenticationDetailsProvider.classActivator forOciAvailabilityDefault.interfaceConfiguration used byOciAuthenticationDetailsProvider.classActivator forOciRegionProvider. -
Uses of Generated in io.helidon.integrations.oci.tls.certificates
Classes in io.helidon.integrations.oci.tls.certificates with annotations of type GeneratedModifier and TypeClassDescriptionclassActivator forDefaultOciCertificatesDownloader.classActivator forDefaultOciPrivateKeyDownloader.final classGenerated ModuleComponent.interfaceBlueprint configuration forOciCertificatesTlsManager. -
Uses of Generated in io.helidon.integrations.openapi.ui
Classes in io.helidon.integrations.openapi.ui with annotations of type Generated -
Uses of Generated in io.helidon.metrics.api
Classes in io.helidon.metrics.api with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfig bean for KPI metrics configuration.interfaceConfiguration settings for metrics.interfaceConfiguration settings for a scope within the "metrics" config section.interfaceInterface generated from definition. -
Uses of Generated in io.helidon.microprofile.openapi
Classes in io.helidon.microprofile.openapi with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceMpOpenApiManagerprototype. -
Uses of Generated in io.helidon.openapi
Classes in io.helidon.openapi with annotations of type Generated -
Uses of Generated in io.helidon.scheduling
Classes in io.helidon.scheduling with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceInterface generated from definition.interfaceInterface generated from definition. -
Uses of Generated in io.helidon.webclient.api
Classes in io.helidon.webclient.api with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceThis can be used by any HTTP client version, and does not act as a factory, for easy extensibility.interfaceCommon configuration for HTTP protocols.final classGenerated ModuleComponent.classActivator forLoomClient.interfaceWebClient configuration.interfaceInterface generated from definition.interfaceResponse which is created upon receiving of server response. -
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.interfaceInterface generated from definition. -
Uses of Generated in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceWebSocket full webclient configuration.interfaceConfiguration of an HTTP/1.1 client. -
Uses of Generated in io.helidon.webserver
Classes in io.helidon.webserver with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of a server connection (for each connection created by clients).interfaceConfiguration of a server listener (server socket).interfaceWebServer configuration bean. -
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.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 Generated -
Uses of Generated in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc with annotations of type Generated -
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.observe
Classes in io.helidon.webserver.observe with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration for observability feature itself.interfaceBase configuration for any observer that exposes an endpoint. -
Uses of Generated in io.helidon.webserver.observe.config
Classes in io.helidon.webserver.observe.config with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition. -
Uses of Generated in io.helidon.webserver.observe.health
Classes in io.helidon.webserver.observe.health with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of Health observer. -
Uses of Generated in io.helidon.webserver.observe.info
Classes in io.helidon.webserver.observe.info with annotations of type Generated -
Uses of Generated in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceLog 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 TypeInterfaceDescriptioninterfaceMetrics Observer configuration. -
Uses of Generated in io.helidon.webserver.observe.tracing
Classes in io.helidon.webserver.observe.tracing with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceConfiguration of Tracing observer. -
Uses of Generated in io.helidon.webserver.security
Classes in io.helidon.webserver.security with annotations of type GeneratedModifier and TypeInterfaceDescriptioninterfaceInterface generated from definition.interfaceConfiguration of security feature fow webserver.interfaceConfiguration of aSecurityHandler. -
Uses of Generated in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with annotations of type Generated