Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A128CBC_HS256 - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Cipher AES/CBC/PKCS5Padding will be used for content encryption and 128 bit key will be generated.
- A128GCM - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Cipher AES/GCM/NoPadding will be used for content encryption and 128 bit key will be generated.
- A192CBC_HS384 - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Cipher AES/CBC/PKCS5Padding will be used for content encryption and 192 bit key will be generated.
- A192GCM - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Cipher AES/GCM/NoPadding will be used for content encryption and 192 bit key will be generated.
- A256CBC_HS512 - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Cipher AES/CBC/PKCS5Padding will be used for content encryption and 256 bit key will be generated.
- A256GCM - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Cipher AES/GCM/NoPadding will be used for content encryption and 256 bit key will be generated.
- ABAC_ATTRIBUTE_HEADERS - Static variable in class io.helidon.webserver.grpc.security.GrpcSecurity
-
The value used for the key of the security context environment's ABAC request headers attribute.
- ABAC_ATTRIBUTE_METHOD - Static variable in class io.helidon.webserver.grpc.security.GrpcSecurity
-
The value used for the key of the security context environment's ABAC request method descriptor attribute.
- ABAC_ATTRIBUTE_REMOTE_ADDRESS - Static variable in class io.helidon.webserver.grpc.security.GrpcSecurity
-
The value used for the key of the security context environment's ABAC request remote address attribute.
- ABAC_ATTRIBUTE_REMOTE_PORT - Static variable in class io.helidon.webserver.grpc.security.GrpcSecurity
-
The value used for the key of the security context environment's ABAC request remote port attribute.
- AbacAnnotation - Annotation Interface in io.helidon.security.providers.abac
-
Meta annotation for ABAC attribute annotations.
- abacAttribute(String) - Method in interface io.helidon.security.util.AbacSupport
-
Get the property (optional) value.
- abacAttributeNames() - Method in class io.helidon.security.EndpointConfig
- abacAttributeNames() - Method in class io.helidon.security.Grant
- abacAttributeNames() - Method in class io.helidon.security.SecurityEnvironment
- abacAttributeNames() - Method in class io.helidon.security.Subject
- abacAttributeNames() - Method in interface io.helidon.security.util.AbacSupport
-
A collection of all property names in this container.
- abacAttributeNames() - Method in class io.helidon.security.util.AbacSupport.BasicAttributes
- abacAttributeRaw(String) - Method in class io.helidon.security.EndpointConfig
- abacAttributeRaw(String) - Method in class io.helidon.security.Grant
- abacAttributeRaw(String) - Method in class io.helidon.security.SecurityEnvironment
- abacAttributeRaw(String) - Method in class io.helidon.security.Subject
- abacAttributeRaw(String) - Method in interface io.helidon.security.util.AbacSupport
-
Return the actual property value or null if not present.
- abacAttributeRaw(String) - Method in class io.helidon.security.util.AbacSupport.BasicAttributes
- AbacProvider - Class in io.helidon.security.providers.abac
-
Attribute based access control (ABAC) provider.
- AbacProvider.Builder - Class in io.helidon.security.providers.abac
-
A fluent API builder for
AbacProvider. - AbacProviderService - Class in io.helidon.security.providers.abac
-
A java service to register this provider with
Security. - AbacProviderService() - Constructor for class io.helidon.security.providers.abac.AbacProviderService
-
Create an ABAC provider service.
- AbacSupport - Interface in io.helidon.security.util
-
A simple registry of keys to values for reading.
- AbacSupport.BasicAttributes - Class in io.helidon.security.util
-
Implements
AbacSupportinterface and supports adding attributes. - AbacValidator<T> - Interface in io.helidon.security.providers.abac.spi
-
Service interface for attribute based access control (ABAC) validator.
- AbacValidatorConfig - Interface in io.helidon.security.providers.abac
-
Marker interface for classes that define custom objects for attribute based access control (ABAC).
- AbacValidatorService - Interface in io.helidon.security.providers.abac.spi
-
Service to use with ServiceLoader to map configuration to
AbacValidator. - abandonedConnectionTimeout() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the abandoned connection timeout.
- abandonedConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the abandoned connection timeout.
- abandonedConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- abandonedConnectionTimeout(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the abandoned connection timeout.
- aborted(ServerResponse, SecurityResponse, String) - Method in interface io.helidon.webserver.security.SecurityResponseMapper
-
Called when a security response is aborted due to a security problem (e.g.
- ABORTED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
The operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
- abortPollTimeExpired() - Method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Whether to continue retrying after a poll wait timeout expired or not.
- abortPollTimeExpired() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Whether to continue retrying after a poll wait timeout expired or not.
- abortPollTimeExpired() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- abortPollTimeExpired(boolean) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Whether to continue retrying after a poll wait timeout expired or not.
- absolute() - Method in interface io.helidon.common.uri.UriPath
-
If this instance represents a path relative to some context root then returns absolute requested path otherwise returns this instance.
- absolute() - Method in interface io.helidon.http.RoutedPath
-
If this instance represents a path relative to some context root then returns absolute requested path otherwise returns this instance.
- absoluteLocation() - Method in interface io.helidon.metadata.MetadataFile
-
Absolute location of this resource, such as absolute path on the file system, or on the classpath.
- absoluteName() - Element in annotation interface io.helidon.metrics.api.Metrics.Counted
-
Whether the defined name in
Metrics.Counted.value()is an absolute name, or relative to the class containing the annotated element. - absoluteName() - Element in annotation interface io.helidon.metrics.api.Metrics.Gauge
-
Whether the defined name in
Metrics.Gauge.value()is an absolute name, or relative to the class containing the annotated element. - absoluteName() - Element in annotation interface io.helidon.metrics.api.Metrics.Timed
-
Whether the defined name in
Metrics.Timed.value()is an absolute name, or relative to the class containing the annotated element. - abstain() - Static method in class io.helidon.security.AuthenticationResponse
-
Provider returning this response is not capable to make a decision (e.g.
- abstain() - Static method in class io.helidon.security.AuthorizationResponse
-
This provider is not capable of making a decision about the resource (e.g.
- abstain() - Static method in class io.helidon.security.OutboundSecurityResponse
-
Abstain from processing this request.
- abstain() - Static method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Create an abstain response (e.g.
- abstain(AnnotationAnalyzer.AnalyzerResponse) - Static method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Create an abstain response (e.g.
- ABSTAIN - Enum constant in enum class io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
-
This analyzer is not capable of asserting the need to do security - carry on as if it did not exist.
- ABSTAIN - Enum constant in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Cannot process, not an error.
- ABSTRACT - Enum constant in enum class io.helidon.common.types.Modifier
-
The
abstractmodifier. - AbstractConfigSource - Class in io.helidon.config
-
A base implementation for config sources, that combines configuration from any type of a config source.
- AbstractConfigSource(AbstractConfigSourceBuilder) - Constructor for class io.helidon.config.AbstractConfigSource
-
Use common data from the builder to setup media type, parser, media type mapping, and parser mapping on this instance.
- AbstractConfigSourceBuilder<B,
U> - Class in io.helidon.config -
Common ancestor for config source builders, taking care of configurable options understood by the config module.
- AbstractConfigSourceBuilder() - Constructor for class io.helidon.config.AbstractConfigSourceBuilder
-
There is no side effect.
- AbstractLogEntry - Class in io.helidon.webserver.accesslog
-
Common log entry features.
- AbstractLogEntry(AbstractLogEntry.Builder) - Constructor for class io.helidon.webserver.accesslog.AbstractLogEntry
-
Create a new instance using a builder.
- AbstractLogEntry.Builder<R,
T> - Class in io.helidon.webserver.accesslog -
A fluent API builder for
AbstractLogEntry. - AbstractNodeBuilderImpl<ID,
B> - Class in io.helidon.config -
Common implementation of
ConfigNode.ListNode.BuilderandConfigNode.ObjectNode.Builder. - AbstractNodeBuilderImpl.MergingKey - Class in io.helidon.config
-
Internal config node key useful during internal structure building.
- AbstractParametersProvider - Class in io.helidon.declarative.codegen.http.webserver
-
A provider of parameters when code generating call of methods with annotated parameter, such as HTTP headers, path parameters etc.
- AbstractParametersProvider() - Constructor for class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider
-
Constructor with no side effects.
- AbstractParametersProvider.ParametersSource - Record Class in io.helidon.declarative.codegen.http.webserver
-
Information about the parameter source the generated code should read from.
- AbstractSource - Class in io.helidon.config
-
Source options as a super set of all possible combinations of source implementation.
- AbstractSource(AbstractSourceBuilder) - Constructor for class io.helidon.config.AbstractSource
-
A new instance configured from the provided builder.
- AbstractSourceBuilder<B,
U> - Class in io.helidon.config -
Base class for common builder methods of a
Sourceimplementation. - AbstractSourceBuilder() - Constructor for class io.helidon.config.AbstractSourceBuilder
-
No side effects.
- accept(MediaType...) - Method in interface io.helidon.http.ClientRequestHeaders
-
Accepted media types.
- accept(MediaType...) - Method in interface io.helidon.webclient.api.ClientRequest
-
Accepted media types.
- accept(HttpMediaType...) - Method in interface io.helidon.webclient.api.ClientRequest
-
Accepted media types.
- accept(T) - Method in interface io.helidon.common.Functions.CheckedConsumer
-
Accept an item.
- accept(T, U) - Method in interface io.helidon.common.Functions.CheckedBiConsumer
-
Accept an item.
- ACCEPT - Static variable in class io.helidon.http.HeaderNames
-
The "Accept" header name.
- ACCEPT_CHARSET - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Charset" header name.
- ACCEPT_CHARSET_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Charset" header name.
- ACCEPT_DATETIME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Datetime" header name.
- ACCEPT_DATETIME_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Datetime" header name.
- ACCEPT_ENCODING - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Encoding" header name.
- ACCEPT_ENCODING_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Encoding" header name.
- ACCEPT_EVENT_STREAM - Static variable in class io.helidon.http.HeaderValues
-
Accept text/event-stream.
- ACCEPT_JSON - Static variable in class io.helidon.http.HeaderValues
-
Accept application/json.
- ACCEPT_LANGUAGE - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Language" header name.
- ACCEPT_LANGUAGE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Language" header name.
- ACCEPT_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept" header name.
- ACCEPT_PATCH - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Patch" header name.
- ACCEPT_PATCH_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Patch" header name.
- ACCEPT_QUERY - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Query" header name.
- ACCEPT_QUERY_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Query" header name.
- ACCEPT_RANGES - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Ranges" header name.
- ACCEPT_RANGES_BYTES - Static variable in class io.helidon.http.HeaderValues
-
Accept byte ranges for file download.
- ACCEPT_RANGES_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Accept-Ranges" header name.
- ACCEPT_RANGES_NONE - Static variable in class io.helidon.http.HeaderValues
-
Not accepting byte ranges for file download.
- ACCEPT_TEXT - Static variable in class io.helidon.http.HeaderValues
-
Accept text/plain with UTF-8.
- acceptDatetime() - Method in interface io.helidon.http.ServerRequestHeaders
-
Optionally returns acceptedTypes version in time (
HeaderNames.ACCEPT_DATETIMEheader). - accepted() - Method in record class io.helidon.http.PathMatchers.MatchResult
-
Returns the value of the
acceptedrecord component. - accepted() - Method in record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Returns the value of the
acceptedrecord component. - ACCEPTED - Enum constant in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Disposition
-
Algorithm accepts the work.
- ACCEPTED_202 - Static variable in class io.helidon.http.Status
-
202 Accepted, see HTTP/1.1 documentation.
- ACCEPTED_202_CODE - Static variable in class io.helidon.http.Status
-
202 Accepted, see HTTP/1.1 documentation.
- acceptedCodings(boolean) - Method in class io.helidon.http.encoding.AcceptEncoding
-
Accepted non-identity coding qualities from this header.
- acceptedMediaTypes() - Method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in interface io.helidon.http.media.json.JsonSupportConfig
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in interface io.helidon.http.media.MediaSupportConfig
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Types accepted by this media support.
- acceptedMediaTypes() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase.MediaSupportConfigImpl
- acceptedMediaTypes(Set) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Types accepted by this media support.
- acceptedMethods() - Method in interface io.helidon.http.MethodPredicate
-
Methods accepted by this predicate, may be empty.
- acceptedTypes() - Method in interface io.helidon.http.Headers
-
Returns a list of acceptedTypes (
HeaderNames.ACCEPTheader) content discoveryTypes in quality factor order. - acceptEither(CompletionStage, Consumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- acceptEither(CompletionStage, Consumer) - Method in interface io.helidon.common.reactive.Single
- acceptEitherAsync(CompletionStage, Consumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- acceptEitherAsync(CompletionStage, Consumer) - Method in interface io.helidon.common.reactive.Single
- acceptEitherAsync(CompletionStage, Consumer, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- acceptEitherAsync(CompletionStage, Consumer, Executor) - Method in interface io.helidon.common.reactive.Single
- AcceptEncoding - Class in io.helidon.http.encoding
-
Parsed
Accept-Encodingheader values and quality matching. - AcceptEncoding.CodingQuality - Interface in io.helidon.http.encoding
-
Content coding with its effective quality.
- acceptPatches() - Method in interface io.helidon.http.ClientResponseHeaders
-
Accepted patches.
- acceptQueries() - Method in interface io.helidon.http.ClientResponseHeaders
-
Media types supported by the resource for
Method.QUERYrequest content. - accepts(HttpPrologue) - Method in interface io.helidon.webserver.http.HttpRoute
-
Whether this route accept the provided request.
- accepts(HttpPrologue) - Method in class io.helidon.webserver.http1.Http1Route
- accepts(HttpPrologue) - Method in class io.helidon.webserver.http2.Http2Route
- accepts(HttpPrologue, ServerRequestHeaders) - Method in interface io.helidon.webserver.http.HttpRoute
-
Whether this route accept the provided request.
- access() - Method in interface io.helidon.service.registry.Dependency
-
The access modifier on the injection point/receiver.
- access() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The access modifier on the injection point/receiver.
- access() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- access(AccessModifier) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The access modifier on the injection point/receiver.
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Credentials" header name.
- ACCESS_CONTROL_ALLOW_CREDENTIALS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Credentials" header name.
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Headers" header name.
- ACCESS_CONTROL_ALLOW_HEADERS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Headers" header name.
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Methods" header name.
- ACCESS_CONTROL_ALLOW_METHODS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Methods" header name.
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Origin" header name.
- ACCESS_CONTROL_ALLOW_ORIGIN_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Allow-Origin" header name.
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Expose-Headers" header name.
- ACCESS_CONTROL_EXPOSE_HEADERS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Expose-Headers" header name.
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Max-Age" header name.
- ACCESS_CONTROL_MAX_AGE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Max-Age" header name.
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Request-Headers" header name.
- ACCESS_CONTROL_REQUEST_HEADERS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Request-Headers" header name.
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Request-Method" header name.
- ACCESS_CONTROL_REQUEST_METHOD_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Access-Control-Request-Method" header name.
- ACCESS_MODIFIER - Static variable in class io.helidon.common.types.TypeNames
-
Helidon access modifier (enum).
- ACCESS_TOKEN_KEY - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Json key for token to be retrieved from IDCS response when requesting application token.
- AccessLogConfig - Interface in io.helidon.webserver.accesslog
-
Configuration of access log feature.
- AccessLogConfig.Builder - Class in io.helidon.webserver.accesslog
-
Fluent API builder for
AccessLogFeature. - AccessLogConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.accesslog
-
Fluent API builder base for
AccessLogConfig. - AccessLogConfig.BuilderBase.AccessLogConfigImpl - Class in io.helidon.webserver.accesslog
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AccessLogConfigImpl(AccessLogConfig.BuilderBase) - Constructor for class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
-
Create an instance providing a builder.
- AccessLogContext - Interface in io.helidon.webserver.accesslog
-
Context of the access log processing.
- AccessLogEntry - Interface in io.helidon.webserver.accesslog
-
An entry generating data for access log.
- AccessLogFeature - Class in io.helidon.webserver.accesslog
-
Service that adds support for Access logging to Server.
- AccessLogFeatureProvider - Class in io.helidon.webserver.accesslog
-
ServiceLoaderprovider implementation for access log feature forWebServer. - AccessLogFeatureProvider() - Constructor for class io.helidon.webserver.accesslog.AccessLogFeatureProvider
-
Required public constructor for
ServiceLoader. - AccessLogHandler - Class in io.helidon.webserver.accesslog
-
Log handler to support separation of access log to its own file.
- AccessLogHandler() - Constructor for class io.helidon.webserver.accesslog.AccessLogHandler
-
Construct a default
AccessLogHandler. - AccessLogRoutingFeature - Class in io.helidon.webserver.accesslog
-
Service that adds support for Access logging to Server.
- AccessLogRoutingFeature.Builder - Class in io.helidon.webserver.accesslog
-
A fluent API Builder for
AccessLogRoutingFeature. - accessModifier() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Access modifier of generated setter methods on builder.
- accessModifier() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Access modifier of generated setter methods on builder.
- accessModifier() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- accessModifier() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Access modifier for the generated prototype.
- accessModifier() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Access modifier for the generated prototype.
- accessModifier() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- accessModifier() - Method in class io.helidon.codegen.classmodel.Annotation
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.AnnotationParameter
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.ClassModel
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.Constructor
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.EnumConstant
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.Executable
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.Field
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.InnerClass
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.Method
-
Access modifier of this component.
- accessModifier() - Method in class io.helidon.codegen.classmodel.Parameter
-
Access modifier of this component.
- accessModifier() - Method in interface io.helidon.common.types.TypedElementInfo
-
Access modifier of the element.
- accessModifier() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Access modifier of the element.
- accessModifier() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- accessModifier() - Method in interface io.helidon.common.types.TypeInfo
-
Access modifier.
- accessModifier() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Access modifier.
- accessModifier() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- accessModifier(AccessModifier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Access modifier of generated setter methods on builder.
- accessModifier(AccessModifier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Access modifier for the generated prototype.
- accessModifier(AccessModifier) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- accessModifier(AccessModifier) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
- accessModifier(AccessModifier) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- accessModifier(AccessModifier) - Method in class io.helidon.codegen.classmodel.Field.Builder
- accessModifier(AccessModifier) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Access modifier of the element.
- accessModifier(AccessModifier) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Access modifier.
- AccessModifier - Enum Class in io.helidon.common.types
-
Access modifier of the class model components.
- accessor() - Method in record class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider.ParametersSource
-
Returns the value of the
accessorrecord component. - accessorStyle() - Element in annotation interface io.helidon.json.binding.Json.Entity
-
Defines the accessor method style.
- AccessorStyle - Enum Class in io.helidon.common
-
Accessor styles supported by Helidon modules.
- accessTokenIpCheck() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether to check IP address access token was issued for.
- accessTokenIpCheck(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to check if current IP address matches the one access token was issued for.
- ack() - Method in class io.helidon.http.http2.Http2Flag.PingFlags
-
Whether the ack flag is set.
- ack() - Method in class io.helidon.http.http2.Http2Flag.SettingsFlags
-
Whether the ack flag is set.
- ACK - Static variable in class io.helidon.http.http2.Http2Flag
-
ACK flag, used for acknowledgements.
- Acquisition - Section in interface io.helidon.discovery.Discovery
- action() - Method in interface io.helidon.data.codegen.query.Projection
-
Projection action, e.g.
- action() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection action, e.g.
- action() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- action(ProjectionAction) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection action, e.g.
- activate() - Method in interface io.helidon.service.registry.ScopedRegistry
-
Activate this registry instance.
- activate() - Method in interface io.helidon.tracing.Span
-
Make this span the current active span.
- activate(ActivationRequest) - Method in interface io.helidon.service.registry.Activator
-
Activate a managed service/factory.
- activate(Scope) - Method in interface io.helidon.service.registry.Service.ScopeHandler
-
Activate the given scope.
- activated(Span, Scope) - Method in interface io.helidon.tracing.SpanListener
-
Invoked just after a span has been activated.
- ACTIVATION_FINISHING - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Finishing post construct method.
- ACTIVATION_STARTING - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Starting to be activated.
- ActivationPhase - Enum Class in io.helidon.service.registry
-
Progression of activation of a managed service instance.
- ActivationRequest - Interface in io.helidon.service.registry
-
Request to activate a service.
- ActivationRequest.Builder - Class in io.helidon.service.registry
-
Fluent API builder for
ActivationRequest. - ActivationRequest.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.registry
-
Fluent API builder base for
ActivationRequest. - ActivationRequest.BuilderBase.ActivationRequestImpl - Class in io.helidon.service.registry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ActivationRequestImpl(ActivationRequest.BuilderBase) - Constructor for class io.helidon.service.registry.ActivationRequest.BuilderBase.ActivationRequestImpl
-
Create an instance providing a builder.
- ActivationResult - Interface in io.helidon.service.registry
-
Represents the result of a service activation or deactivation.
- ActivationResult.Builder - Class in io.helidon.service.registry
-
Fluent API builder for
ActivationResult. - ActivationResult.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.registry
-
Fluent API builder base for
ActivationResult. - ActivationResult.BuilderBase.ActivationResultImpl - Class in io.helidon.service.registry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ActivationResultImpl(ActivationResult.BuilderBase) - Constructor for class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
-
Create an instance providing a builder.
- activator(ServiceInfo, Supplier) - Method in interface io.helidon.service.registry.ScopedRegistry
-
Provides either an existing activator, if one is already available in this scope, or adds a new activator instance.
- Activator<T> - Interface in io.helidon.service.registry
-
Activator is responsible for lifecycle management of a service instance within a scope.
- active(Config) - Method in interface io.helidon.telemetry.opentelemetry.spi.OpenTelemetryOwnershipStrategy
-
Whether this strategy should own the application-wide OpenTelemetry runtime for the current configuration.
- ACTIVE - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Service is active.
- activeSpan() - Static method in class io.helidon.grpc.core.GrpcTracingContext
-
Get the current active span associated with the context.
- activeSpan() - Static method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
-
Returns a
Spanrepresenting the currently-active OpenTelemetry span with any current baggage set on the returned span. - adaptiveBuilder(Duration) - Static method in interface io.helidon.config.ScheduledPollingStrategy.RecurringPolicy
-
Creates a builder of
ScheduledPollingStrategy.RecurringPolicywith an ability to change the behaviour, with a boundaries and the possibility to react to feedback given byScheduledPollingStrategy.RecurringPolicy.shorten()orScheduledPollingStrategy.RecurringPolicy.lengthen(). - add(BufferData) - Method in interface io.helidon.common.buffers.CompositeBufferData
-
Add this buffer to the list of buffers already in this composite buffer.
- add(FtHandler) - Method in class io.helidon.faulttolerance.FaultTolerance.Builder
- add(FtHandler) - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
- add(Header) - Method in interface io.helidon.http.WritableHeaders
-
Add a header or add a header value if the header is already present.
- add(HeaderName, int) - Method in interface io.helidon.http.WritableHeaders
-
Add a header or add a header value if the header is already present.
- add(HeaderName, long) - Method in interface io.helidon.http.WritableHeaders
-
Add a header or add a header value if the header is already present.
- add(HeaderName, String...) - Method in interface io.helidon.http.WritableHeaders
-
Add a header or add a header value if the header is already present.
- add(Http2Setting, T) - Method in class io.helidon.http.http2.Http2Settings.Builder
-
Add a setting to these settings.
- add(Message) - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Ordered messages.
- add(MessageHeader) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Append an entry.
- add(DescriptorMetadata) - Method in class io.helidon.service.codegen.HelidonMetaInfServices
-
Add a single descriptors to the file.
- add(ServiceDescriptor) - Static method in class io.helidon.service.registry.Services
-
Add a custom service descriptor.
- add(AccessLogEntry) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Add a
AccessLogEntryto the list of log entries creating the format of this access log. - add(Class, double, T) - Static method in class io.helidon.service.registry.Services
-
Add an explicit instance for the specified service contract.
- add(String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add text line to the content.
- add(String) - Method in class io.helidon.codegen.ManifestResource
-
Add a new resource location to the manifest.
- add(String, MessageHeaderValue) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Append a value, retaining any entries with the same exact name.
- add(String, String) - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Add a new query parameter or add a value to existing.
- add(String, String) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Append a text value, retaining any entries with the same exact name.
- add(String, String...) - Method in class io.helidon.common.parameters.Parameters.Builder
-
Add new value(s) to the parameters.
- add(Supplier) - Method in interface io.helidon.common.LazyList
-
Add another lazy item to the list.
- add(T) - Method in class io.helidon.grpc.core.WeightedBag
-
Add an element to the bag.
- add(T, double) - Method in class io.helidon.grpc.core.WeightedBag
-
Add an element to the bag with a specific weight.
- addAcceptedMediaType(MediaType) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Types accepted by this media support.
- addAcceptedMediaTypes(Set) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Types accepted by this media support.
- addAcceptHeader(HttpSignHeader) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Add a header that is validated on inbound requests.
- addAcceptPatches(MediaType...) - Method in interface io.helidon.http.ServerResponseHeaders
-
Adds one or more acceptedTypes path document formats (header
HeaderNames.ACCEPT_PATCH). - addAcceptQueries(MediaType...) - Method in interface io.helidon.http.ServerResponseHeaders
-
Adds one or more media types supported by this resource for
Method.QUERYrequest content (headerHeaderNames.ACCEPT_QUERY). - addAdditionalGrants(Subject, List) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
-
Extension point to add additional grants that are not retrieved from IDCS.
- addAdditionalGrants(String, String, Subject, List) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Extension point to add additional grants to the subject being created.
- addAll(MessageHeaders) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Append all entries in their existing order.
- addAll(MessageMetadata) - Method in class io.helidon.messaging.MessageMetadata.Builder
-
Add all values, replacing values with matching exact names.
- addAll(Iterable) - Method in class io.helidon.grpc.core.WeightedBag
-
Add elements to the bag.
- addAll(Iterable, double) - Method in class io.helidon.grpc.core.WeightedBag
-
Add elements to the bag with a given weight.
- addAll(Collection) - Method in class io.helidon.service.codegen.HelidonMetaInfServices
-
Add all descriptors to the file.
- addAllowed(String) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to allow.
- addAllowed(Predicate) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Allowed predicates.
- addAllowed(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to allow.
- addAllowedPattern(Pattern) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to allow. - addAllowedPatterns(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to allow. - addAllowedPredicates(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Allowed predicates.
- addAllowedPrefix(String) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to allow.
- addAllowedPrefixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to allow.
- addAllowedSuffix(String) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to allow.
- addAllowedSuffixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to allow.
- addAllowedValue(OptionAllowedValue) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of allowed values for this option.
- addAllowedValue(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of allowed values for this option.
- addAllowedValues(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of allowed values for this option.
- addAllowHeader(HeaderName) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Add an allowed header name.
- addAllowHeader(String) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed headers, defaults to all.
- addAllowHeaders(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed headers, defaults to all.
- addAllowMethod(Method) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Add an allowed method.
- addAllowMethod(String) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed case-sensitive HTTP method names, defaults to all.
- addAllowMethods(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed case-sensitive HTTP method names, defaults to all.
- addAllowOrigin(String) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed origins, defaults to all.
- addAllowOrigins(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed origins, defaults to all.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation.Builder) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Annotations option.
- addAnnotation(Annotation) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Annotations option.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
-
Add new annotation to the component.
- addAnnotation(Annotation) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Annotation) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Annotation) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Annotation) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Annotation) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
All annotations on this element, and inherited from supertype/interface and annotations.
- addAnnotation(Annotation) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The annotations on this element, excluding
Dependency.qualifiers(). - addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Annotations option.
- addAnnotation(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Annotations option.
- addAnnotation(Consumer) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Consumer) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Consumer) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Consumer) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
All annotations on this element, and inherited from supertype/interface and annotations.
- addAnnotation(Consumer) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The annotations on this element, excluding
Dependency.qualifiers(). - addAnnotations(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Annotations option.
- addAnnotations(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Annotations option.
- addAnnotations(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotations(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotations(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotations(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotations(Set) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
All annotations on this element, and inherited from supertype/interface and annotations.
- addAnnotations(Set) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The annotations on this element, excluding
Dependency.qualifiers(). - addApplicationProtocol(String) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure list of supported application protocols (such as
h2) for application layer protocol negotiation (ALPN). - addApplicationProtocols(List) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure list of supported application protocols (such as
h2) for application layer protocol negotiation (ALPN). - addApplyOn(Class) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will be considered failures.
- addApplyOn(Class) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will be considered retriable.
- addApplyOn(Class) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will be considered retriable.
- addApplyOn(Set) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will be considered failures.
- addApplyOn(Set) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will be considered retriable.
- addApplyOn(Set) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will be considered retriable.
- addArrayProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all array properties.
- addArrayProperty(String, SchemaArray) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all array properties.
- addArrayProperty(String, Consumer) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all array properties.
- addAtribute(String, Object) - Method in class io.helidon.security.EndpointConfig.Builder
-
Add an attribute to this endpoint configuration builder.
- addAttribute(String, Object) - Method in class io.helidon.security.Grant.Builder
-
Add and attribute to this grant.
- addAttribute(String, Object) - Method in class io.helidon.security.Principal.Builder
-
Add a custom attribute to this principal.
- addAttribute(String, Object) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Add an attribute to this environment.
- addAttribute(String, Object) - Method in class io.helidon.security.Subject.Builder
-
Add an attribute to this subject.
- addAudience(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Audience identifies the expected recipients of this JWT (optional).
- addAudienceValidator(String) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
AudienceValidatorwith the expected audience. - addAudienceValidator(Consumer) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
AudienceValidatorinstance based on the builder configuration. - addAudienceValidator(Set) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
AudienceValidatorwith the expected audience. - addAuditProvider(AuditProvider) - Method in class io.helidon.security.Security.Builder
-
Add an audit provider to this security runtime.
- addAuditProvider(Supplier) - Method in class io.helidon.security.Security.Builder
-
Add an audit provider to this security runtime.
- addAuthenticationProvider(AuthenticationProvider) - Method in class io.helidon.security.Security.Builder
-
Add an authentication provider.
- addAuthenticationProvider(AuthenticationProvider, String) - Method in class io.helidon.security.Security.Builder
-
Add a named authentication provider.
- addAuthenticationProvider(String) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Add a required provider to this composite provider.
- addAuthenticationProvider(String, CompositeProviderFlag) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Add a provider to this composite policy.
- addAuthenticationProvider(Supplier) - Method in class io.helidon.security.Security.Builder
-
Add an authentication provider.
- addAuthenticationProvider(Supplier, String) - Method in class io.helidon.security.Security.Builder
-
Add a named authentication provider.
- addAuthorizationProvider(AuthorizationProvider) - Method in class io.helidon.security.Security.Builder
-
Add authorization provider.
- addAuthorizationProvider(AuthorizationProvider, String) - Method in class io.helidon.security.Security.Builder
-
Add a named authorization provider.
- addAuthorizationProvider(String) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Add a required provider to this composite provider.
- addAuthorizationProvider(String, CompositeProviderFlag) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Add a provider to this composite policy.
- addAuthorizationProvider(Supplier) - Method in class io.helidon.security.Security.Builder
-
Add authorization provider.
- addAuthorizationProvider(Supplier, String) - Method in class io.helidon.security.Security.Builder
-
Add a named authorization provider.
- addBetween(LocalTime, LocalTime) - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
-
Add a new "between time" configuration.
- addBinding(TransportBindingFactory) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Transport bindings that serve this listener are configured as one object keyed by binding type; list form and nested
nameortypeare invalid, and built-in TCP remains enabled unlessbindings.tcp.enabled=false. - addBinding(TcpTransportConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Add a TCP transport binding from configuration.
- addBinding(UdsTransportConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Add a Unix domain socket transport binding from configuration.
- addBindingFactorie(JsonBindingFactory) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered generic type binding factories.
- addBindingFactories(List) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered generic type binding factories.
- addBindings(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Transport bindings that serve this listener are configured as one object keyed by binding type; list form and nested
nameortypeare invalid, and built-in TCP remains enabled unlessbindings.tcp.enabled=false. - addBlacklistedException(String) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Add an exception to the blacklist.
- addBooleanAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Boolean attributes.
- addBooleanProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all boolean properties.
- addBooleanProperty(String, SchemaBoolean) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all boolean properties.
- addBooleanProperty(String, Consumer) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all boolean properties.
- addBooleanTracerTags(Map) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with boolean values added to all reported spans.
- addBound(TypeName) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Type this argument is bound to (may have more than one for intersection types).
- addBreaker(CircuitBreaker) - Method in class io.helidon.faulttolerance.FaultTolerance.Builder
-
Add a circuit breaker to the list.
- addBreaker(CircuitBreaker) - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
-
Add a circuit breaker to the list.
- addBucketBoundaries(List) - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Explicit bucket boundaries.
- addBuilderMethod(GeneratedMethod) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype builder base.
- addBuilderMethod(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype builder base.
- addBuilderMethods(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype builder base.
- addBulkhead(Bulkhead) - Method in class io.helidon.faulttolerance.FaultTolerance.Builder
-
Add a bulkhead to the list.
- addBulkhead(Bulkhead) - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
-
Add a bulkhead to the list.
- addCachedFile(String) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
A set of files that are cached in memory at startup.
- addCachedFiles(Set) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
A set of files that are cached in memory at startup.
- addCert(X509Certificate) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificates.
- addCertAlias(String) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
List of aliases used to generate a trusted set of certificates.
- addCertAliases(List) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
List of aliases used to generate a trusted set of certificates.
- addCertChain(X509Certificate) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificate Chain.
- addCertChain(List) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificate Chain.
- addCertificateChain(X509Certificate) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Add a certificate to certificate chain of the JWK to be built.
- addCertificateChain(X509Certificate) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Add a certificate to certificate chain of the JWK to be built.
- addCerts(List) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificates.
- addCheck(HealthCheck) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health checks with implicit types.
- addCheck(HealthCheck, HealthCheckType) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Add the provided health check using an explicit type (may differ from the
HealthCheck.type(). - addCheck(Supplier, HealthCheckType, String) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Add a health check using the provided response supplier, type, and name.
- addChecks(HealthCheck[]) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Add the provided health checks.
- addClaimValidator(ClaimValidator) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add
ClaimValidatorinstance. - addClassAnnotation(Annotation) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Add a class annotation to the list of annotations already configured.
- addClassAnnotation(Annotation) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Add a class annotation to the list of annotations already configured.
- addClasspath(ClasspathHandlerConfig) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- addClasspath(Path) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The classpath to pass to the compiler.
- addClasspath(Consumer) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- addClasspath(List) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- addClasspath(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The classpath to pass to the compiler.
- addColumn(String) - Method in interface io.helidon.data.jdbc.JdbcClient.GeneratedKeys
-
Adds one generated column requested from JDBC.
- addCommandLineArgument(String) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The command line arguments to pass to the compiler.
- addCommandLineArguments(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The command line arguments to pass to the compiler.
- addComponent(ComponentTracingConfig) - Method in class io.helidon.tracing.config.TracingConfig.Builder
-
Add a traced component configuration.
- addComponentsField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Components fields.
- addComponentsFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Components fields.
- addComponentTypes(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Returns the component type names describing the element.
- addComputedHeader(ComputedHeader) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of computed header values.
- addComputedHeaders(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of computed header values.
- addConfigFactories(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to be used when mapping config to types.
- addConfigFactory(FactoryMethod) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to be used when mapping config to types.
- addConfigFactory(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to be used when mapping config to types.
- addConnectionFactoryProperties(Map) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection factory properties on the connection factory.
- addConnectionProperties(Map) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection properties on the connection factory.
- addConnectionSelector(ServerConnectionSelector) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Explicitly defined connection selectors to be used with this socket.
- addConnectionSelectorProvider(ServerConnectionSelectorProvider) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Providers of connection selectors discovered for this listener.
- addConnectionSelectorProviders(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Providers of connection selectors discovered for this listener.
- addConnectionSelectors(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Explicitly defined connection selectors to be used with this socket.
- addConnector(MessagingConnector) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Configured messaging connectors.
- addConnector(List) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Configured messaging connectors.
- addConstant(PrototypeConstant) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Constants to be defined on the prototype.
- addConstant(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Constants to be defined on the prototype.
- addConstants(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Constants to be defined on the prototype.
- addConstructor(Constructor.Builder) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new constructor to this class.
- addConstructor(Consumer) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new constructor to this class.
- addConsume(String) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of consumed media types (from server endpoint point of view).
- addConsumerRegistration(ConsumerRegistration) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Consumer and processor registrations contributing channel outputs.
- addConsumerRegistrations(List) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Consumer and processor registrations contributing channel outputs.
- addConsumes(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of consumed media types (from server endpoint point of view).
- addContactField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Contact fields.
- addContactFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Contact fields.
- addContainerImageRepoDigest(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Repository digests of the container image as reported by the container runtime.
- addContainerImageRepoDigests(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Repository digests of the container image as reported by the container runtime.
- addContainerImageTag(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Tags of the container image on which the container was built.
- addContainerImageTags(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Tags of the container image on which the container was built.
- addContent(TypeName) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add type name to content, correctly handling imports.
- addContent(TypeName) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- addContent(TypeName) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- addContent(TypeName) - Method in class io.helidon.codegen.classmodel.Field.Builder
- addContent(Class) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Obtained type is enclosed between
ClassModel.TYPE_TOKENtokens. - addContent(String) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add text line to the content.
- addContent(String) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- addContent(String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- addContent(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
- addContentCreate(Annotation) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add content that creates a new
Annotationin the generated code that is the same as the annotation provided. - addContentCreate(ResolvedType) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add content that creates a new
ResolvedTypein the generated code that is the same as the type name provided. - addContentCreate(TypedElementInfo) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add content that creates a new
TypedElementInfoin the generated code that is the same as the element provided. - addContentCreate(TypeName) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add content that creates a new
TypeNamein the generated code that is the same as the type name provided. - addContentEncoding(ContentEncoding) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
List of content encodings that should be used.
- addContentEncodings(List) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
List of content encodings that should be used.
- addContentLine() - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add a new line (empty).
- addContentLine(String) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Add text line to the content.
- addContentLiteral(String) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Adds the provided literal as content, enclosed in double quotes.
- addContentTypes(Map) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Maps a filename extension to the response content type.
- addContentTypes(Map) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Maps a filename extension to the response content type.
- addContextHandler(InvocationHandler.ContextHandler) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Add a context handler to update the
ExecutionContextbefore GraphQL execution. - addContextValue(Context.Key, T) - Method in interface io.helidon.webserver.grpc.GrpcMethodDescriptor.Rules
-
Add a
Context.Keyand value to be added to the callContextwhen this method is invoked. - addContextValue(Context.Key, V) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- addContextValue(Context.Key, V) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Add value to the
Contextfor the service. - addContract(ResolvedType) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed services advertised types (i.e., typically its interfaces, can be through
Service.ExternalContracts). - addContract(TypeName) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed services advertised types (i.e., typically its interfaces).
- addContract(Class) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed services advertised types (i.e., typically its interfaces).
- addContracts(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed services advertised types (i.e., typically its interfaces, can be through
Service.ExternalContracts). - addContracts(Set, HashSet, TypeInfo) - Method in class io.helidon.service.codegen.ServiceContracts
-
Add contracts from the type (from its implemented interfaces and super types).
- addConverter(JsonConverter) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Add type converter.
- addCookie(SetCookie) - Method in interface io.helidon.http.ServerResponseHeaders
-
Adds
Set-Cookieheader specified in RFC6265. - addCookie(String, String) - Method in interface io.helidon.http.ServerResponseHeaders
-
Adds
Set-Cookieheader based on RFC2616. - addCookie(String, String, Duration) - Method in interface io.helidon.http.ServerResponseHeaders
- addCriticalValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new "crit" claim validator.
- addDaysOfWeek(DayOfWeek...) - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
-
Add a new "day of week" configuration.
- addDaysOfWeek(List) - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
-
Add a new "day of week" configuration.
- addDefaultCookies(Map) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Map of default cookies to include in all requests if cookies enabled.
- addDefaultHeadersMap(Map) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request from configuration.
- addDefaults() - Method in interface io.helidon.webserver.cors.CorsConfig
-
Whether to add a default path configuration, that matches all paths,
GET, HEAD, POSTmethods, and allows all origins, methods, and headers. - addDefaults() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Whether to add a default path configuration, that matches all paths,
GET, HEAD, POSTmethods, and allows all origins, methods, and headers. - addDefaults() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- addDefaults(boolean) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Whether to add a default path configuration, that matches all paths,
GET, HEAD, POSTmethods, and allows all origins, methods, and headers. - addDefaultTimeValidators() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add default time validators.
- addDefaultTimeValidators(Instant, Duration, boolean) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add default time validators with specific time settings.
- addDefaultValue(String) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Default values to send if not configured in context.
- addDefaultValues(List) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Default values to send if not configured in context.
- addDenied(String) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to deny.
- addDenied(Predicate) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Deny predicates.
- addDenied(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to deny.
- addDeniedPattern(Pattern) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to deny.
- addDeniedPatterns(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to deny.
- addDeniedPredicates(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Deny predicates.
- addDeniedPrefix(String) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to deny.
- addDeniedPrefixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to deny.
- addDeniedSuffix(String) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to deny.
- addDeniedSuffixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to deny.
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.Method.Builder
- addDescriptionLine(String) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- addDescriptor(TypeName, TypeName, ClassModel.Builder, double, Set, Set, Object...) - Method in interface io.helidon.service.codegen.RegistryRoundContext
-
Add a new service descriptor.
- addDeserializer(JsonDeserializer) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type deserializers.
- addDeserializers(List) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type deserializers.
- addDigest(String, DigestProvider, T) - Method in class io.helidon.security.Security.Builder
-
Add a signature/HMAC to security configuration.
- addDigestProvider(DigestProvider, String) - Method in class io.helidon.security.Security.Builder
-
Add a named digest provider (providing signatures and possibly HMAC).
- addDiscoveryType(RequestedUriDiscoveryContext.RequestedUriDiscoveryType) - Method in class io.helidon.http.RequestedUriDiscoveryContext.Builder
-
Adds a discovery type for requested URI discovery for requests arriving on the socket.
- addDocumentField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Document fields.
- addDocumentFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Document fields.
- addDoubleAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Double attributes.
- addDynamicDml(Method.Builder, RepositoryInfo, TypedElementInfo, MethodParams, DataQuery, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute dynamic DML statement.
- addDynamicPageQueries(Method.Builder, RepositoryInfo, TypedElementInfo, MethodParams, DataQuery, String, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to create dynamic queries for
Page. - addDynamicSliceQuery(Method.Builder, RepositoryInfo, TypedElementInfo, MethodParams, DataQuery, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to create dynamic query for
Slice. - addElementInfo(TypedElementInfo) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up the type that are relevant for processing.
- addElementInfo(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up the type that are relevant for processing.
- addElementInfo(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up the type that are relevant for processing.
- addElementModifier(Modifier) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Element modifiers.
- addElementModifier(Modifier) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Type modifiers.
- addElementModifiers(Set) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Element modifiers.
- addElementModifiers(Set) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Type modifiers.
- addElementTypeAnnotations(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The list of known annotations on the type name referenced by
TypedElementInfo.typeName(). - addEmitterRegistration(EmitterRegistration) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Emitter registrations contributing typed producer metadata.
- addEmitterRegistrations(List) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Emitter registrations contributing typed producer metadata.
- addEnabledCipherSuite(String) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled cipher suites for TLS communication.
- addEnabledCipherSuites(List) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled cipher suites for TLS communication.
- addEnabledProtocol(String) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled protocols for TLS communication.
- addEnabledProtocols(List) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled protocols for TLS communication.
- addEnclosingName(String) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Simple names of enclosing classes (if any exist).
- addEnclosingNames(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Simple names of enclosing classes (if any exist).
- addEncodingField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Encoding fields.
- addEncodingFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Encoding fields.
- addEncryption(String, EncryptionProvider, T) - Method in class io.helidon.security.Security.Builder
-
Add an encryption to security configuration.
- addEncryptionProvider(EncryptionProvider, String) - Method in class io.helidon.security.Security.Builder
-
Add a named encryption provider.
- addEntries(List) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configured log entries.
- addEntry(AccessLogEntry) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configured log entries.
- addEnumConstant(Consumer) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add an enum constant (only valid if the class type is set to ENUM.
- addEvent(String) - Method in interface io.helidon.tracing.Span
-
Add a new event to this span.
- addEvent(String, Map) - Method in interface io.helidon.tracing.Span
-
Add an event to this span.
- addExampleField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Example fields.
- addExampleFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Example fields.
- addExceptionMap(Map) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of throwable to exception handlers.
- addExclude(List) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health check names to exclude in computing the overall health of the server.
- addExcluded(String) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health check names to exclude in computing the overall health of the server.
- addExcludedClass(Class) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
Add an excluded implementation class - if such a service implementation is configured (either through Java Service loader or through
HelidonServiceLoader.Builder.addService(Object)), it would be ignored. - addExcludedClassName(String) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
Add an excluded implementation class - if such a service implementation is configured (either through Java Service loader or through
HelidonServiceLoader.Builder.addService(Object)), it would be ignored. - addExcludedServiceName(String) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Add a configured gRPC server service name to exclude.
- addExecuteDml(Method.Builder, PersistenceGenerator.Query) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute DML statement.
- addExecuteDynamicQueryItem(Method.Builder, RepositoryInfo, TypedElementInfo, MethodParams, DataQuery, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query and return single
returnTypeinstance. - addExecuteDynamicQueryItemOrNull(Method.Builder, RepositoryInfo, TypedElementInfo, MethodParams, DataQuery, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query and return single
returnTypeinstance ornull. - addExecuteDynamicQueryList(Method.Builder, RepositoryInfo, TypedElementInfo, MethodParams, DataQuery, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute dynamic query and return
ListofreturnTypeinstances. - addExecuteDynamicQueryStream(Method.Builder, RepositoryInfo, TypedElementInfo, MethodParams, DataQuery, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute dynamic query and return
StreamofreturnTypeinstances. - addExecuteQueryItem(Method.Builder, PersistenceGenerator.Query, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query and return single
returnTypeinstance. - addExecuteQueryItemOrNull(Method.Builder, PersistenceGenerator.Query, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query and return single
returnTypeinstance ornull. - addExecuteQueryList(Method.Builder, PersistenceGenerator.Query, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query and return
ListofreturnTypeinstances. - addExecuteQueryStream(Method.Builder, PersistenceGenerator.Query, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query and return
StreamofreturnTypeinstances. - addExecuteSimpleDml(Method.Builder, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute DML statement with no parameters.
- addExecuteSimpleQueryItem(Method.Builder, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query on entity and return single
returnTypeinstance. - addExecuteSimpleQueryList(Method.Builder, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query on entity and return
Listof entity instances. - addExecuteSimpleQueryStream(Method.Builder, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to execute query on entity and return
Streamof entity instances. - addExecutor(PolicyExecutor) - Method in class io.helidon.security.abac.policy.PolicyValidator.Builder
-
Add an executor (that is not available as a java service).
- addExpectedAudience(String) - Method in class io.helidon.security.jwt.AudienceValidator.Builder
-
Add expected audience value.
- addExpirationValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
ExpirationValidatorinstance. - addExpirationValidator(Consumer) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
ExpirationValidatorinstance based on the builder configuration. - addExport(ModuleInfoExports) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of exports directives.
- addExport(String, String) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Exports of the module.
- addExport(Consumer) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of exports directives.
- addExporters(List) - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Name(s) of the exporter(s) this processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s)).
- addExporters(Map) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Metric exporter configurations, configurable using
MetricExporterConfig. - addExports(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of exports directives.
- addExports(Map) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Exports of the module.
- addExposeHeader(HeaderName) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Add an exposed header name.
- addExposeHeader(String) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of exposed headers, defaults to none.
- addExposeHeaders(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of exposed headers, defaults to none.
- addExpression(OrderExpression) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- addExpression(Consumer) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- addExpressions(List) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- addExternalDocsField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
External docs fields.
- addExternalDocsFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
External docs fields.
- addFactoryType(FactoryType) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
If configured, the lookup will return service factories of the chosen types.
- addFactoryTypes(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
If configured, the lookup will return service factories of the chosen types.
- addFallback(Fallback) - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
-
Add a fallback to the list of handlers.
- addFallback(Fallback) - Method in class io.helidon.faulttolerance.FaultTolerance.Builder
-
Add a fallback to the list of handlers.
- addFeature(HttpFeature) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Add a new feature.
- addFeature(ServerFeature) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Server features allow customization of the server, listeners, or routings.
- addFeature(Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Add a new feature.
- addFeatures(List) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Server features allow customization of the server, listeners, or routings.
- addField(Field) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new field to the type.
- addField(Field.Builder) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new field to the type.
- addField(Consumer) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new field to the type.
- addFieldValidator(Consumer) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
FieldValidatorbased on the builder configuration. - addFilter(ConfigFilter) - Method in interface io.helidon.config.Config.Builder
-
Registers a
ConfigFilterinstance that will be used byConfigto filter elementary value before it is returned to a user. - addFilter(Filter) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Add a new filter.
- addFilter(Function) - Method in interface io.helidon.config.Config.Builder
- addFilter(Supplier) - Method in interface io.helidon.config.Config.Builder
- addFind(Method.Builder, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to find entity by primary key.
- addFixedPathOperationField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Fixed path operation fields.
- addFixedPathOperationFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Fixed path operation fields.
- addFlavor(Flavor) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Which flavor(s) should print this feature.
- addFlavors(List) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Which flavor(s) should print this feature.
- addGeneratedDocumentSource(String) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Named generated document metadata sources to use, in the order configured.
- addGeneratedDocumentSources(List) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Named generated document metadata sources to use, in the order configured.
- addGeneratedOperationIds(Map) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Operation ids to use for generated Java methods.
- addGeneratedType(TypeName, ClassModel.Builder, TypeName, Object...) - Method in interface io.helidon.codegen.RoundContext
-
Add a new class to be code generated.
- addGenericArgument(TypeArgument) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add generic argument type.
- addGenericArgument(TypeArgument) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Add generic argument to be declared by this method.
- addGenericArgument(String, String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add generic argument tag name and description.
- addGenericArgument(String, List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add generic argument tag name and description.
- addGenericArgument(Consumer) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add generic argument type.
- addGenericParameter(GenericType) - Method in class io.helidon.common.GenericType.Builder
-
Adds a generic parameter using the provided GenericType.
- addGenericParameter(Type) - Method in class io.helidon.common.GenericType.Builder
-
Adds a generic parameter using the provided Type.
- addGenericParameter(Consumer) - Method in class io.helidon.common.GenericType.Builder
-
Adds a generic parameter by building a nested GenericType using the provided consumer.
- addGrant(Grant) - Method in class io.helidon.security.Subject.Builder
-
Add a grant to this subject.
- addGrpcService(GrpcClientService) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC client services.
- addGrpcService(GrpcServerService) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
gRPC server services.
- addGrpcServices(List) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC client services.
- addGrpcServices(List) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
gRPC server services.
- addHandler(DirectHandler.EventType, DirectHandler) - Method in class io.helidon.webserver.http.DirectHandlers.Builder
-
Add a handler.
- addHandlersMap(Map) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of method names to handlers.
- addHeader(HeaderValue) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of configured header values.
- addHeader(Header) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request.
- addHeader(HeaderName, int) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add a default header value.
- addHeader(HeaderName, int) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Add a default header value.
- addHeader(HeaderName, long) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add a default header value.
- addHeader(HeaderName, long) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Add a default header value.
- addHeader(HeaderName, String) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add a default header value.
- addHeader(HeaderName, String) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Add a default header value.
- addHeader(MessageHeader) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Ordered portable headers.
- addHeader(String, int) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, int) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, long) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, long) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, MessageHeaderValue) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Append a portable typed header, retaining values with the same exact name.
- addHeader(String, String) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Append a portable text header, retaining values with the same exact name.
- addHeader(String, String) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, String) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Add default header value.
- addHeader(Map, String) - Method in class io.helidon.security.util.TokenHandler
-
Add the token as a new header value.
- addHeaderAudience(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
Audience identifies the expected recipients of this JWT (optional).
- addHeaderClaim(String, Object) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Add a generic header claim.
- addHeaderClaim(String, Object) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
Add a header claim.
- addHeaderCritical(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
The critical claim is used to indicate that certain claims are critical and must be understood (optional).
- addHeaderField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Header fields.
- addHeaderFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Header fields.
- addHeaderFieldValidator(String, String, String) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
FieldValidatorof the header field. - addHeaderParameter(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Header parameters (if defined).
- addHeaderParameter(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Header parameters (if defined).
- addHeaderParameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Header parameters (if defined).
- addHeaders(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of configured header values.
- addHeaders(List) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Ordered portable headers.
- addHeaders(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Headers to add to each transmission message.
- addHeaders(Map) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Headers added to each export message.
- addHeaders(Set) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request.
- addHealthCheckProperties(Map) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the connection pool health check.
- addHealthChecks(List) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health checks with implicit types.
- addHost(String) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Add supported host for this target.
- addImplementation(TypeName) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
List of implementations of the service.
- addImplementation(Consumer) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
List of implementations of the service.
- addImplementations(List) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
List of implementations of the service.
- addImport(TypeName) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add specific fully qualified type name to be imported.
- addImport(Class) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add specific class to be imported.
- addImport(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add specific fully qualified type name to be imported.
- addInbound(InboundClientDefinition) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Add inbound configuration.
- addIncoming(Map) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel.
- addInfoField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Info fields.
- addInfoFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Info fields.
- addInheritedAnnotation(Annotation) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
InheritedAnnotations option.
- addInheritedAnnotation(Annotation) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
InheritedAnnotations option.
- addInheritedAnnotation(Annotation) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Annotation) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Annotation) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Annotation) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
InheritedAnnotations option.
- addInheritedAnnotation(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
InheritedAnnotations option.
- addInheritedAnnotation(Consumer) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Consumer) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Consumer) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotations(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
InheritedAnnotations option.
- addInheritedAnnotations(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
InheritedAnnotations option.
- addInheritedAnnotations(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotations(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotations(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotations(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of all inherited annotations for this element.
- addInnerClass(InnerClass) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new inner type to this type.
- addInnerClass(Consumer) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new inner type to this type.
- addInnerClass(Supplier) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new inner type to this type.
- addIntegerProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all integer properties.
- addIntegerProperty(String, SchemaInteger) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all integer properties.
- addIntegerProperty(String, Consumer) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all integer properties.
- addInterceptor(ClientInterceptor) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Ordered list of method interceptors.
- addInterceptors(List) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Ordered list of method interceptors.
- addInterface(TypeName) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add interface this type should implement.
- addInterface(TypeName, RepositoryInterfaceInfo) - Method in class io.helidon.data.codegen.common.RepositoryInfo.Builder
-
Add implemented interface.
- addInterface(Class) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add interface this type should implement.
- addInterface(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add interface this type should implement.
- addInterfaceTypeInfo(TypeInfo) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The interface classes for this type info.
- addInterfaceTypeInfo(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The interface classes for this type info.
- addInterfaceTypeInfo(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The interface classes for this type info.
- addIntTracerTags(Map) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer level tags with integer values added to all reported spans.
- addInvalidFlavor(Flavor) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
In which flavor we should warn that this feature is present on classpath.
- addInvalidFlavors(List) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
In which flavor we should warn that this feature is present on classpath.
- addIssuerValidator(String) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new JWT issuer validator.
- addIssuerValidator(String, boolean) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new JWT issuer validator.
- addIssueTimeValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
IssueTimeValidatorinstance. - addIssueTimeValidator(Consumer) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
IssueTimeValidatorinstance based on the builder configuration. - additionalAuthenticatedData(byte[]) - Method in class io.helidon.common.crypto.SymmetricCipher.Builder
-
Set additional authenticated data for authenticated encryption algorithms.
- additionalHeaders() - Method in class io.helidon.webclient.api.ClientRequestBase
-
Append additional headers before sending the request.
- additionalOperation(String, OpenApiDocument.Operation) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add an OpenAPI 3.2 additional operation.
- additionalOperation(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add an OpenAPI 3.2 additional operation.
- additionalOperations() - Method in class io.helidon.openapi.OpenApiDocument.PathItem
-
Additional operations keyed by method name.
- additionalProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Whether any additional properties are allowed.
- additionalProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Whether any additional properties are allowed.
- additionalProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- additionalProperties(boolean) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Whether any additional properties are allowed.
- addJavadocTag(String, String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- addJavadocTag(String, String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- addKekValidator(Collection, String, boolean) - Static method in class io.helidon.security.jwt.EncryptedJwt
-
Add validator of kek algorithm to the collection of validators.
- addKey(Jwk) - Method in class io.helidon.security.jwt.jwk.JwkKeys.Builder
-
Add a new JWK to this keys.
- addKnownMethod(String) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Exact, case-sensitive HTTP methods to be used in the HTTP method tag for automatic metrics, defaulted to the standard HTTP methods; assigning this value fully replaces the set of method names.
- addKnownMethods(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Exact, case-sensitive HTTP methods to be used in the HTTP method tag for automatic metrics, defaulted to the standard HTTP methods; assigning this value fully replaces the set of method names.
- addLicenseField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
License fields.
- addLicenseFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
License fields.
- addLine(String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add text line to the content.
- addLinkField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Link fields.
- addLinkFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Link fields.
- addList(ConfigNode.ListNode) - Method in class io.helidon.config.ListNodeBuilderImpl
- addList(ConfigNode.ListNode) - Method in interface io.helidon.config.spi.ConfigNode.ListNode.Builder
-
Adds List node to the list.
- addList(String, ConfigNode.ListNode) - Method in class io.helidon.config.ObjectNodeBuilderImpl
- addList(String, ConfigNode.ListNode) - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode.Builder
-
Sets List node associated with specified
key. - addListenerSocketOptions(Map) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Server listener socket options.
- addLocalMetadata(Map) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Metadata local to this message envelope.
- addLongAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Long attributes.
- addLowerBound(TypeName) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
extendswill have a lower bound defined. - addLowerBound(Consumer) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
extendswill have a lower bound defined. - addLowerBounds(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
extendswill have a lower bound defined. - addManagedClass(Class) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Managed persistence entities.
- addManagedClasses(Set) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Managed persistence entities.
- addMapper(GenericType, Function) - Method in interface io.helidon.config.Config.Builder
-
Register a mapping function for specified
GenericType. - addMapper(Mapper) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mappers discovered through
ServiceRegistry, or explicitly created that implement bothMapper.sourceType()andMapper.targetType()methods. - addMapper(Mapper, GenericType, GenericType, double, String...) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Add a mapper to the list of mapper with custom priority.
- addMapper(Mapper, GenericType, GenericType, String...) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Add a mapper to the list of mapper.
- addMapper(Mapper, Class, Class, double, String...) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Add a mapper to the list of mapper with a custom priority.
- addMapper(Mapper, Class, Class, String...) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Add a mapper to the list of mapper.
- addMapper(ConfigMapperProvider) - Method in interface io.helidon.config.Config.Builder
- addMapper(DbMapper, GenericType) - Method in class io.helidon.dbclient.DbClientBuilderBase
- addMapper(DbMapper, GenericType) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Add a custom mapper with generic types support.
- addMapper(DbMapper, Class) - Method in class io.helidon.dbclient.DbClientBuilderBase
- addMapper(DbMapper, Class) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Add a custom mapper.
- addMapper(Class, Function) - Method in interface io.helidon.config.Config.Builder
-
Registers mapping function for specified
type. - addMapperProvider(MapperProvider) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mapper providers allow for introduction of new mappers into the system.
- addMapperProvider(DbMapperProvider) - Method in class io.helidon.dbclient.DbClientBuilderBase
- addMapperProvider(DbMapperProvider) - Method in class io.helidon.dbclient.DbMapperManager.Builder
-
Add a mapper provider.
- addMapperProvider(DbMapperProvider) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Database schema mappers provider.
- addMapperProvider(DbMapperProvider, int) - Method in class io.helidon.dbclient.DbMapperManager.Builder
-
Add a mapper provider with custom priority.
- addMapperProviders(List) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mapper providers allow for introduction of new mappers into the system.
- addMappers(List) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mappers discovered through
ServiceRegistry, or explicitly created that implement bothMapper.sourceType()andMapper.targetType()methods. - addMaxBucketsPerMeter(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Maximum number of buckets to use for specific meters.
- addMaxTokenAgeValidator(Duration) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
MaxTokenAgeValidatorwith the expected max token age. - addMaxTokenAgeValidator(Consumer) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
MaxTokenAgeValidatorinstance based on the builder configuration. - addMediaSupport(MediaSupport) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Media supports to use.
- addMediaSupport(MediaSupport) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Media supports (manually added).
- addMediaSupports(List) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Media supports to use.
- addMediaSupports(List) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Media supports (manually added).
- addMediaTypeField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Media type fields.
- addMediaTypeFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Media type fields.
- addMerge(Method.Builder, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to merge single entity.
- addMergeCollection(Method.Builder, String, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to merge entities
Collection. - addMessages(List) - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Ordered messages.
- addMetaAnnotation(Annotation) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- addMetaAnnotation(Consumer) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- addMetaAnnotations(List) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- addMethod(Method) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new method to the type.
- addMethod(Method.Builder) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new method to the type.
- addMethod(RestMethod) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Methods that have a rest annotation (HTTP method).
- addMethod(Method) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
HTTP methods to match exactly when applying this configured path; non-uppercase known methods also match their uppercase names and log a warning that this compatibility will be removed in a future major version.
- addMethod(GrpcSecurityMethodConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Method-specific security configuration.
- addMethod(String) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Add an exactly matched supported method for this target.
- addMethod(String) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Exact, case-sensitive HTTP methods for which this path config applies; default is to match all HTTP methods.
- addMethod(String) - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
-
Add a new exact, case-sensitive HTTP method to restrict this configuration for.
- addMethod(Consumer) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new method to the type.
- addMethod(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Methods that have a rest annotation (HTTP method).
- addMethod(Consumer) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Method-specific security configuration.
- addMethodAnnotation(Annotation) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Add a method annotation to the list of annotations already configured.
- addMethodAnnotation(Annotation) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Add a method annotation to the list of annotations already configured.
- addMethods(List) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Methods that have a rest annotation (HTTP method).
- addMethods(List) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
HTTP methods to match exactly when applying this configured path; non-uppercase known methods also match their uppercase names and log a warning that this compatibility will be removed in a future major version.
- addMethods(List) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Method-specific security configuration.
- addMethods(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Exact, case-sensitive HTTP methods for which this path config applies; default is to match all HTTP methods.
- addMethods(Map) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Map of names to gRPC method descriptors.
- addModulepath(Path) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The modulepath to pass to the compiler.
- addModulepath(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The modulepath to pass to the compiler.
- addNamed(Class, double, T, String) - Static method in class io.helidon.service.registry.Services
-
Add a named instance.
- addNamePart(CharSequence) - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Listof property name elements. - addNameParts(List) - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Listof property name elements. - addNode(ConfigNode) - Method in class io.helidon.config.ListNodeBuilderImpl
-
Adds new element into the list.
- addNode(String, ConfigNode) - Method in class io.helidon.config.ObjectNodeBuilderImpl
-
Sets new member into the map.
- addNode(String, ConfigNode) - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode.Builder
-
Add a config node.
- addNoProxy(String) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Configure a host or IP pattern that is not going through a proxy; IP patterns resolve host-name targets locally and bind direct routes to the matching address.
- addNotBeforeValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
NotBeforeValidatorinstance. - addNotBeforeValidator(Consumer) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
NotBeforeValidatorinstance based on the builder configuration. - addNullProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all null properties.
- addNullProperty(String, SchemaNull) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all null properties.
- addNullProperty(String, Consumer) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all null properties.
- addNumberProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all number properties.
- addNumberProperty(String, SchemaNumber) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all number properties.
- addNumberProperty(String, Consumer) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all number properties.
- addOauthFlowField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flow fields.
- addOauthFlowFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flow fields.
- addOauthFlowsField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flows fields.
- addOauthFlowsFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flows fields.
- addObject(ConfigNode.ObjectNode) - Method in class io.helidon.config.ListNodeBuilderImpl
- addObject(ConfigNode.ObjectNode) - Method in interface io.helidon.config.spi.ConfigNode.ListNode.Builder
-
Adds Object node to the list.
- addObject(Class, Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Register a custom object for security request(s).
- addObject(Class, Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Register a custom object for security request(s).
- addObject(Class, Object) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Register a custom object for security request(s).
- addObject(Object) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Additional information, such as source elements.
- addObject(Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Register a custom object for security request(s).
- addObject(Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Register a custom object for security request(s).
- addObject(Object) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Register a custom object for security request(s).
- addObject(String, ConfigNode.ObjectNode) - Method in class io.helidon.config.ObjectNodeBuilderImpl
- addObject(String, ConfigNode.ObjectNode) - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode.Builder
-
Sets Object node associated with specified
key. - addObjectProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all object properties.
- addObjectProperty(String, SchemaObject) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all object properties.
- addObjectProperty(String, Consumer) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all object properties.
- addObjects(List) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Additional information, such as source elements.
- addObserver(Observer) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Observers to use with this observe features.
- addObservers(List) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Observers to use with this observe features.
- addOpen(ModuleInfoOpens) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of opens directives.
- addOpen(String, String) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method adds a new value to the map value, or creates a new value.
- addOpen(Consumer) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of opens directives.
- addOpens(String, List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method adds a new value to the map value, or creates a new value.
- addOpens(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of opens directives.
- addOpens(Map) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method keeps existing values, then puts all new values into the map.
- addOperation(String) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Add intended operation of this JWK.
- addOperation(String) - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Add intended operation of this JWK.
- addOperation(String) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Add intended operation of this JWK.
- addOperationField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Operation fields.
- addOperationFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Operation fields.
- addOptIn(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Elective attribute for which to opt in.
- addOrderBy(Order) - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - addOrderBy(Consumer) - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - addOrderBy(List) - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - addOrigin(String) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
WebSocket origins.
- addOrigins(Set) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
WebSocket origins.
- addOtherElementInfo(TypedElementInfo) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.
- addOtherElementInfo(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.
- addOtherElementInfo(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.
- addOutboundProvider(String) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Add a provider to this composite policy.
- addOutboundSecurityProvider(OutboundSecurityProvider) - Method in class io.helidon.security.Security.Builder
-
All configured identity propagation providers are used.
- addOutboundSecurityProvider(OutboundSecurityProvider, String) - Method in class io.helidon.security.Security.Builder
-
Add a named outbound security provider.
- addOutboundSecurityProvider(Supplier) - Method in class io.helidon.security.Security.Builder
-
All configured identity propagation providers are used.
- addOutboundSecurityProvider(Supplier, String) - Method in class io.helidon.security.Security.Builder
-
Add a named outbound security provider.
- addOutboundTarget(OutboundTarget) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Configure outbound target for identity propagation.
- addOutboundTarget(OutboundTarget) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
-
Add a new outbound target to configure identity propagation or explicit username/password.
- addOutgoing(Map) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration.
- addParam(boolean) - Method in interface io.helidon.dbclient.DbStatement
-
Add next boolean parameter to the list of ordered parameters (e.g.
- addParam(boolean) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(byte) - Method in interface io.helidon.dbclient.DbStatement
-
Add next byte parameter to the list of ordered parameters (e.g.
- addParam(byte) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(byte[]) - Method in interface io.helidon.dbclient.DbStatement
-
Add next byte[] parameter to the list of ordered parameters (e.g.
- addParam(byte[]) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(double) - Method in interface io.helidon.dbclient.DbStatement
-
Add next double parameter to the list of ordered parameters (e.g.
- addParam(double) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(float) - Method in interface io.helidon.dbclient.DbStatement
-
Add next float parameter to the list of ordered parameters (e.g.
- addParam(float) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(int) - Method in interface io.helidon.dbclient.DbStatement
-
Add next integer parameter to the list of ordered parameters (e.g.
- addParam(int) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(int) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Add an array param value of type int to this request.
- addParam(long) - Method in interface io.helidon.dbclient.DbStatement
-
Add next long parameter to the list of ordered parameters (e.g.
- addParam(long) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(short) - Method in interface io.helidon.dbclient.DbStatement
-
Add next short parameter to the list of ordered parameters (e.g.
- addParam(short) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(JsonValue) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Add an array param value on this request.
- addParam(AuditEvent.AuditParam) - Method in class io.helidon.security.internal.SecurityAuditEvent
-
Add a parameter to this event.
- addParam(Object) - Method in class io.helidon.dbclient.DbIndexedStatementParameters
- addParam(Object) - Method in interface io.helidon.dbclient.DbStatement
-
Add next parameter to the list of ordered parameters (e.g.
- addParam(Object) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(Object) - Method in class io.helidon.dbclient.DbStatementParameters
-
Add next parameter to the list of ordered parameters (e.g.
- addParam(Object) - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- addParam(String) - Method in interface io.helidon.dbclient.DbStatement
-
Add next
Stringparameter to the list of ordered parameters (e.g. - addParam(String) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Add an array param value of type string to this request.
- addParam(String, boolean) - Method in interface io.helidon.dbclient.DbStatement
-
Add next boolean parameter to the map of named parameters (e.g.
- addParam(String, boolean) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, byte) - Method in interface io.helidon.dbclient.DbStatement
-
Add next byte parameter to the map of named parameters (e.g.
- addParam(String, byte) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, byte[]) - Method in interface io.helidon.dbclient.DbStatement
-
Add next byte[] parameter to the map of named parameters (e.g.
- addParam(String, byte[]) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, double) - Method in interface io.helidon.dbclient.DbStatement
-
Add next double parameter to the map of named parameters (e.g.
- addParam(String, double) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, float) - Method in interface io.helidon.dbclient.DbStatement
-
Add next float parameter to the map of named parameters (e.g.
- addParam(String, float) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, int) - Method in interface io.helidon.dbclient.DbStatement
-
Add next int parameter to the map of named parameters (e.g.
- addParam(String, int) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, long) - Method in interface io.helidon.dbclient.DbStatement
-
Add next long parameter to the map of named parameters (e.g.
- addParam(String, long) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, short) - Method in interface io.helidon.dbclient.DbStatement
-
Add next short parameter to the map of named parameters (e.g.
- addParam(String, short) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, Object) - Method in class io.helidon.dbclient.DbNamedStatementParameters
- addParam(String, Object) - Method in interface io.helidon.dbclient.DbStatement
-
Add next parameter to the map of named parameters (e.g.
- addParam(String, Object) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, Object) - Method in class io.helidon.dbclient.DbStatementParameters
-
Add next parameter to the map of named parameters (e.g.
- addParam(String, Object) - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- addParam(String, String) - Method in interface io.helidon.dbclient.DbStatement
-
Add next
Stringparameter to the map of named parameters (e.g. - addParam(String, String) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, BigDecimal) - Method in interface io.helidon.dbclient.DbStatement
-
Add next
BigDecimalparameter to the map of named parameters (e.g. - addParam(String, BigDecimal) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(String, BigInteger) - Method in interface io.helidon.dbclient.DbStatement
-
Add next
BigIntegerparameter to the map of named parameters (e.g. - addParam(String, BigInteger) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(BigDecimal) - Method in interface io.helidon.dbclient.DbStatement
-
Add next
BigDecimalparameter to the list of ordered parameters (e.g. - addParam(BigDecimal) - Method in class io.helidon.dbclient.DbStatementBase
- addParam(BigInteger) - Method in interface io.helidon.dbclient.DbStatement
-
Add next
BigIntegerparameter to the list of ordered parameters (e.g. - addParam(BigInteger) - Method in class io.helidon.dbclient.DbStatementBase
- addParameter(AnnotationParameter) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
-
Adds annotation parameter.
- addParameter(AnnotationParameter.Builder) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
-
Adds annotation parameter.
- addParameter(Parameter) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new method parameter.
- addParameter(TypedElementInfo) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
List of common method parameters to be added to method prototype.
- addParameter(TypeName, String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a new method parameter.
- addParameter(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
All parameters of this method.
- addParameter(String, AnnotationProperty) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
-
Adds annotation parameter.
- addParameter(String, Object) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
-
Adds annotation parameter.
- addParameter(String, String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add parameter tag name and description.
- addParameter(String, String) - Method in class io.helidon.http.HttpMediaType.Builder
-
Add a new parameter to the parameter map.
- addParameter(String, List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add parameter tag name and description.
- addParameter(Consumer) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
-
Adds annotation parameter.
- addParameter(Consumer) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new method parameter.
- addParameter(Consumer) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
List of common method parameters to be added to method prototype.
- addParameter(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
All parameters of this method.
- addParameter(Supplier) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new method parameter.
- addParameterArgument(TypedElementInfo) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - addParameterArgument(Consumer) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - addParameterArguments(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - addParameterField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter fields.
- addParameterFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter fields.
- addParameterLocation(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter locations.
- addParameterLocations(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter locations.
- addParameters(List) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
List of common method parameters to be added to method prototype.
- addParameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
All parameters of this method.
- addParser(ConfigParser) - Method in interface io.helidon.config.Config.Builder
-
Registers a
ConfigParserinstance that can be used by config system to parseConfigParser.ContentofParsableSource. - addPart(WriteablePart) - Method in class io.helidon.http.media.multipart.WriteableMultiPart.Builder
-
Add a new part.
- addPart(Supplier) - Method in class io.helidon.http.media.multipart.WriteableMultiPart.Builder
-
Add a new part.
- addPath(CorsPathConfig) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Per path configuration.
- addPath(AutoHttpMetricsPathConfig) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Automatic metrics collection settings.
- addPath(PathsConfig) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Configuration for webserver paths.
- addPath(FileSystemHandlerConfig) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of file system based static content handlers.
- addPath(String) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Add supported paths for this target.
- addPath(Consumer) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Per path configuration.
- addPath(Consumer) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Automatic metrics collection settings.
- addPath(Consumer) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Configuration for webserver paths.
- addPath(Consumer) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of file system based static content handlers.
- addPath(List) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of file system based static content handlers.
- addPath(List) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature path.
- addPathConfig(PathTracingConfig) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Path specific configuration of tracing.
- addPathConfig(Consumer) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Path specific configuration of tracing.
- addPathConfigs(List) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Path specific configuration of tracing.
- addPathItemField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Path item fields.
- addPathItemFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Path item fields.
- addPathParameter(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- addPathParameter(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- addPathParameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- addPaths(List) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Per path configuration.
- addPaths(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Automatic metrics collection settings.
- addPaths(List) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Configuration for webserver paths.
- addPayloadClaim(String, Object) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Add a generic payload claim.
- addPayloadFieldValidator(String, String, String) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
FieldValidatorof the payload field. - addPermittedSubclass(TypeName) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add a permitted direct subclass of this sealed type.
- addPermittedSubclass(Class) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add a permitted direct subclass of this sealed type.
- addPermittedSubclass(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add a permitted direct subclass of this sealed type.
- addPersist(Method.Builder, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to persist single entity.
- addPersistCollection(Method.Builder, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to persist entities
Collection. - addPreCompressedEncodings(Map) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; handler mappings replace inherited feature-level mappings rather than merging with them, an explicit empty map disables sidecar lookups for this handler, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - addPreCompressedEncodings(Map) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; defaults include br to br and gzip to gz, handler-level mappings replace these mappings rather than merging with them, an explicit empty map disables sidecar lookups by default, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - addPrefixUris(Map) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
- addPrincipal(Principal) - Method in class io.helidon.security.Subject.Builder
-
Add a principal to the list of principals of this subject.
- addPrivateCredential(Class, Object) - Method in class io.helidon.security.Subject.Builder
-
Add a private credential to this subject.
- addPrivateCredential(Object) - Method in class io.helidon.security.Subject.Builder
-
Add a private credential to this subject to be bound under its class.
- addPrivateKeyCertChain(X509Certificate) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate chain of the private key.
- addPrivateKeyCertChain(List) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate chain of the private key.
- addProcessor(LogRecordProcessor) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Pre-constructed (non-configured) logging processors.
- addProcessor(SpanProcessor) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Constructed span processors.
- addProcessors(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Pre-constructed (non-configured) logging processors.
- addProcessors(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Constructed span processors.
- addProduce(String) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of produced media types (from server endpoint point of view).
- addProduces(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of produced media types (from server endpoint point of view).
- addPropagator(TextMapPropagator) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry
TextMapPropagatorinstances added explicitly by the app. - addPropagator(TextMapPropagator) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Context propagators.
- addPropagators(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry
TextMapPropagatorinstances added explicitly by the app. - addPropagators(List) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Context propagators.
- addProperties(Map) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Jsonb configuration properties.
- addProperties(Map) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Properties defined on this annotation.
- addProperties(Map) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Jackson configuration properties.
- addProperties(Map) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Additional persistence unit or connection properties.
- addProperties(Map) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- addProperties(Map) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- addProperties(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Property values to be returned by the OTLP meter registry configuration.
- addProperties(Map) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Properties configured for this client.
- addProtocol(ProtocolConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration of protocols.
- addProtocol(String) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Allowed alternative service protocol identifiers.
- addProtocolConfig(ProtocolConfig) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Configuration of client protocols.
- addProtocolConfigs(List) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Configuration of client protocols.
- addProtocolPreference(String) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
List of HTTP protocol IDs by order of preference.
- addProtocolPreference(List) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
List of HTTP protocol IDs by order of preference.
- addProtocols(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration of protocols.
- addProtocols(Set) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Allowed alternative service protocol identifiers.
- addPrototypeFactories(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Static factory methods to be added to the prototype.
- addPrototypeFactory(GeneratedMethod) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Static factory methods to be added to the prototype.
- addPrototypeFactory(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Static factory methods to be added to the prototype.
- addPrototypeMethod(GeneratedMethod) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype as default methods.
- addPrototypeMethod(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype as default methods.
- addPrototypeMethods(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype as default methods.
- addProvide(ModuleInfoProvides) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of provides directives.
- addProvide(TypeName, TypeName) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method adds a new value to the map value, or creates a new value.
- addProvide(Consumer) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of provides directives.
- addProvider(SecurityProvider) - Method in class io.helidon.security.Security.Builder
-
Add a provider, works as
Security.Builder.addProvider(io.helidon.security.spi.SecurityProvider, String), where the name is set toClass.getSimpleName(). - addProvider(SecurityProvider, String) - Method in class io.helidon.security.Security.Builder
-
Adds a named provider that may implement multiple interfaces.
- addProvider(Supplier) - Method in class io.helidon.security.Security.Builder
-
Add a provider, works as
Security.Builder.addProvider(io.helidon.security.spi.SecurityProvider, String), where the name is set toClass.getSimpleName(). - addProvider(Supplier, String) - Method in class io.helidon.security.Security.Builder
-
Adds a named provider that may implement multiple interfaces.
- addProviderProvide(TypeName) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Types the generated prototype should provide, if this prototype is/configures a service provider.
- addProviderProvide(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Types the generated prototype should provide, if this prototype is/configures a service provider.
- addProviderProvides(Set) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Types the generated prototype should provide, if this prototype is/configures a service provider.
- addProvides(TypeName, List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method adds a new value to the map value, or creates a new value.
- addProvides(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of provides directives.
- addProvides(Map) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method keeps existing values, then puts all new values into the map.
- addPublicCredential(Class, Object) - Method in class io.helidon.security.Subject.Builder
-
Add a public credential to this subject.
- addPublicCredential(Object) - Method in class io.helidon.security.Subject.Builder
-
Add a public credential to this subject to be bound under its class.
- addPublisher(MetricsPublisher) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Metrics publishers which make the metrics data available to external systems.
- addPublishers(List) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Metrics publishers which make the metrics data available to external systems.
- addQualified(Class, double, T, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Add a qualified instance.
- addQualifier(Annotation) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of qualifiers for this option.
- addQualifier(Qualifier) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The qualifier type annotations on this element.
- addQualifier(Qualifier) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Qualifier's.
- addQualifier(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of qualifiers for this option.
- addQualifier(Consumer) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The qualifier type annotations on this element.
- addQualifier(Consumer) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Qualifier's.
- addQualifiers(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of qualifiers for this option.
- addQualifiers(Set) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The qualifier type annotations on this element.
- addQualifiers(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Qualifier's.
- addQueryCount(Method.Builder, PersistenceGenerator.Query) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add
COUNTquery from provided query. - addQueryCount(Method.Builder, Consumer, List, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add
COUNTquery from provided query. - addQueryItem(Method.Builder, PersistenceGenerator.Query, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add query from provided query.
- addQueryPage(Method.Builder, PersistenceGenerator.Query, TypeName, String, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to create query and return
ListofreturnTypeinstances with pagination applied. - addQueryPage(Method.Builder, Consumer, List, TypeName, String, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to create query and return
ListofreturnTypeinstances with pagination applied. - addQueryParam(SecurityHandler.QueryParamHandler) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Query parameter handler(s).
- addQueryParameter(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- addQueryParameter(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- addQueryParameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- addQueryParams(List) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Query parameter handler(s).
- addQueueListener(Bulkhead.QueueListener) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Queue listeners of this bulkhead.
- addQueueListeners(List) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Queue listeners of this bulkhead.
- addReader(MetricReader) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Constructed metric readers.
- addReaders(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Constructed metric readers.
- addReceiveListener(Http1ConnectionListener) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection receive event listeners for HTTP/1.1.
- addReceiveListeners(List) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection receive event listeners for HTTP/1.1.
- addRecord(ContextRecordConfig) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
List of propagation records.
- addRecord(ContextRecordConfig) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of propagation records.
- addRecord(Consumer) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
List of propagation records.
- addRecord(Consumer) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of propagation records.
- addRecords(List) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
List of propagation records.
- addRecords(List) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of propagation records.
- addRedirectSensitiveHeader(HeaderName) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Request header names to strip on cross-origin redirects.
- addRedirectSensitiveHeader(String) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add a header name to strip on cross-origin redirects.
- addRedirectSensitiveHeader(String) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Add a header name to strip on cross-origin redirects.
- addRedirectSensitiveHeaders(Set) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Request header names to strip on cross-origin redirects.
- addReferencedModuleNames(Map) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Populated if the (external) module name containing the type is known.
- addReferencedTypeNamesToAnnotation(TypeName, Annotation) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Any Map, List, Set, or method that has
TypeName.typeArguments()will be analyzed and any type arguments will have its annotations added here. - addReferencedTypeNamesToAnnotations(TypeName, List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Any Map, List, Set, or method that has
TypeName.typeArguments()will be analyzed and any type arguments will have its annotations added here. - addReferencedTypeNamesToAnnotations(Map) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Any Map, List, Set, or method that has
TypeName.typeArguments()will be analyzed and any type arguments will have its annotations added here. - addRemove(Method.Builder, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to remove single entity.
- addRemoveCollection(Method.Builder, String) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to remove entities
Collection. - addRequest(AtomicLong, long) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Atomically add the given request amount to the field while capping it at
Long.MAX_VALUE. - addRequestBodyField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Request body fields.
- addRequestBodyFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Request body fields.
- addRequire(ModuleInfoRequires) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Declared dependencies of the module.
- addRequire(ModuleInfoRequires) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of requires directives.
- addRequire(Consumer) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of requires directives.
- addRequires(List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Declared dependencies of the module.
- addRequires(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of requires directives.
- addResourceAttributes(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Attribute name/value pairs to be associated with all metrics transmissions.
- addResponseField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Response fields.
- addResponseFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Response fields.
- address() - Method in interface io.helidon.common.socket.PeerInfo
-
Socket address of the peer.
- address() - Method in class io.helidon.security.jwt.Jwt
-
Address claim.
- address() - Method in class io.helidon.webclient.api.ClientRequestBase
- address() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Address of the connection, if configured.
- address() - Method in interface io.helidon.webserver.ListenerConfig
-
Address to use.
- address() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Address to use.
- address() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- address() - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Returns the value of the
addressrecord component. - address(JwtUtil.Address) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Address of the subject.
- address(InetAddress) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Address to use.
- address(SocketAddress) - Method in interface io.helidon.webclient.api.ClientRequest
-
Socket address to use.
- address(SocketAddress) - Method in class io.helidon.webclient.api.ClientRequestBase
- Address(JsonObject) - Constructor for class io.helidon.security.jwt.JwtUtil.Address
-
Create an address object from json representation.
- addressBound() - Method in class io.helidon.webclient.api.ProxyRoute
-
Whether this direct route is bound to the address that matched an IP-based
no-proxyrule. - addRetry(Retry) - Method in class io.helidon.faulttolerance.FaultTolerance.Builder
-
Add a retry to the list.
- addRetry(Retry) - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
-
Add a retry to the list.
- addRole(String) - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Add a role to the list of roles for a user subject.
- addRoleAllowed(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- addRoleAllowed(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- addRoleAllowed(String) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this path - must have a security provider supporting roles (either authentication or authorization provider).
- addRoles(Collection) - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Add a collection of roles for user subject to this builder.
- addRoles(List) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Role names allowed to access the metrics endpoint when this config is used by a metrics observer and
MetricsConfig.BuilderBase.permitAll()isfalse. - addRoles(List) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Hints for role names the user is expected to be in.
- addRolesAllowed(Set) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- addRolesAllowed(Set) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- addRolesAllowed(Set) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this path - must have a security provider supporting roles (either authentication or authorization provider).
- addRouting(Builder) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
List of all routings (possibly for multiple protocols).
- addRouting(Builder) - Method in interface io.helidon.webserver.Router.RouterBuilder
-
Add a new routing to this router.
- addRoutings(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
List of all routings (possibly for multiple protocols).
- addRunLevel(Double) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Run levels that should be initialized at startup.
- addRunLevels(List) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Run levels that should be initialized at startup.
- addRuntimeMethodTypeMethod(ClassModel.Builder) - Static method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors
-
Add the generated runtime method cardinality formatter.
- addRuntimeTypeFactories(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to create runtime types from a builder.
- addRuntimeTypeFactory(RuntimeTypeInfo) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to create runtime types from a builder.
- addRuntimeTypeFactory(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to create runtime types from a builder.
- addRuntimeValidationMethod(ClassModel.Builder, TypeName, TypeName) - Static method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors
-
Add the generated runtime proto method validation.
- addSafeHeader(HeaderName) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Header names whose values can be logged at debug level, except sensitive names that are always redacted.
- addSafeHeaders(Set) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Header names whose values can be logged at debug level, except sensitive names that are always redacted.
- addSafeKey(String) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Safe key patterns (regular expressions) to include in output.
- addSafeKeys(Set) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Safe key patterns (regular expressions) to include in output.
- addSchema(String, Schema) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Add JSON schema property based on the provided schema root type.
- addScope(TypeName) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Scope.
- addScope(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
OAuth2 scope claim to add.
- addScope(Consumer) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Scope.
- addScopes(Map) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- addScopes(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Scope.
- addSecret(String) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Secret patterns (regular expressions) to exclude from output.
- addSecret(String, SecretsProvider, T) - Method in class io.helidon.security.Security.Builder
-
Add a secret to security configuration.
- addSecretProvider(SecretsProvider, String) - Method in class io.helidon.security.Security.Builder
-
Add a named secret provider.
- addSecrets(Set) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Secret patterns (regular expressions) to exclude from output.
- addSecurityLevel(SecurityLevel) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Security levels discovered from endpoint annotations.
- addSecurityLevel(Consumer) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Security levels discovered from endpoint annotations.
- addSecurityLevels(List) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Security levels discovered from endpoint annotations.
- addSecuritySchemeField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme fields.
- addSecuritySchemeFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme fields.
- addSecuritySchemeType(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme types.
- addSecuritySchemeTypes(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme types.
- addSendListener(Http1ConnectionListener) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection send event listeners for HTTP/1.1.
- addSendListeners(List) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection send event listeners for HTTP/1.1.
- addSerializer(JsonSerializer) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type serializers.
- addSerializers(List) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type serializers.
- addServerField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server fields.
- addServerFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server fields.
- addServerVariableField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server variable fields.
- addServerVariableFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server variable fields.
- addService(DbClientService) - Method in class io.helidon.dbclient.DbClient.Builder
-
Add a client service.
- addService(DbClientService) - Method in class io.helidon.dbclient.DbClientBuilderBase
- addService(DbClientService) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Add an interceptor.
- addService(OpenApiService) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI services.
- addService(WebClientService) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient services.
- addService(GrpcSecurityServiceConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Service-specific gRPC security configuration.
- addService(Consumer) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Service-specific gRPC security configuration.
- addService(Supplier) - Method in class io.helidon.dbclient.DbClient.Builder
-
Add a client service.
- addService(T) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
Add a custom service implementation to the list of services.
- addService(T, double) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
Add a custom service implementation to the list of services with a custom weight.
- addServiceDescriptor(ServiceDescriptor) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually registered service descriptors to add to the registry.
- addServiceDescriptors(List) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually registered service descriptors to add to the registry.
- addServiceInstances(Map) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually register initial bindings for some of the services in the registry.
- addServiceRoles(Collection) - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Add a collection of roles for service subject to this builder.
- addServices(List) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI services.
- addServices(List) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient services.
- addServices(List) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Service-specific gRPC security configuration.
- addSessionLambda(Method.Builder, Consumer) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code with persistence session lambda expression.
- addSessionLambdaBlock(Method.Builder, Consumer) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code with persistence session lambda block.
- addShutdownHandler(HelidonShutdownHandler) - Static method in class io.helidon.Main
-
Add shutdown handler to the list of handlers to be executed on shutdown.
- addSkipOn(Class) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will not be considered failures, all other will.
- addSkipOn(Class) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- addSkipOn(Class) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- addSkipOn(Set) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will not be considered failures, all other will.
- addSkipOn(Set) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- addSkipOn(Set) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- addSocket(String) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSocket(String) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
List of sockets to register this feature on.
- addSocket(String) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
List of sockets to register this feature on.
- addSocket(String) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Sockets to trace.
- addSocket(String) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Sockets names (listeners) that will host this static content handler, defaults to all configured sockets.
- addSocket(String) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Sockets names (listeners) that will host static content handlers, defaults to all configured sockets.
- addSocketOptions(Map) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Arbitrary socket options.
- addSockets(List) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Sockets the observability endpoint should be exposed on.
- addSockets(List) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Named listeners that should be secured, defaults to the default listener.
- addSockets(List) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
List of sockets this configuration should be applied to.
- addSockets(Map) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Socket configurations.
- addSockets(Set) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Socket names for sockets to be instrumented with automatic metrics.
- addSockets(Set) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Sockets to trace.
- addSockets(Set) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Sockets names (listeners) that will host this static content handler, defaults to all configured sockets.
- addSockets(Set) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Sockets names (listeners) that will host static content handlers, defaults to all configured sockets.
- addSockets(Set) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
List of sockets to register this feature on.
- addSource(ConfigSource) - Method in interface io.helidon.config.Config.Builder
-
Add a config source to the list of sources.
- addSource(Supplier) - Method in interface io.helidon.config.Config.Builder
-
Add a single config source to this builder.
- addSourcepath(Path) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The source path to pass to the compiler.
- addSourcepath(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The source path to pass to the compiler.
- addSpan(SpanTracingConfig) - Method in class io.helidon.tracing.config.ComponentTracingConfig.Builder
-
Add a new traced span configuration.
- addSpanListener(SpanListener) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Span listeners to be notified of span life cycle events.
- addSpanListeners(List) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Span listeners to be notified of span life cycle events.
- addSpanLog(SpanLogTracingConfig) - Method in class io.helidon.tracing.config.SpanTracingConfig.Builder
-
Add configuration of a traced span log.
- addStatement(String, String) - Method in class io.helidon.dbclient.DbStatements.Builder
-
Add named database statement to database configuration..
- addStaticImport(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add specific static import.
- addStream(int, Http2ClientStream) - Method in class io.helidon.webclient.http2.Http2ClientConnection
-
Adds a stream to the connection.
- addStringAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
String attributes.
- addStringMapper(Class, Function) - Method in interface io.helidon.config.Config.Builder
- addStringProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all string properties.
- addStringProperty(String, SchemaString) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all string properties.
- addStringProperty(String, Consumer) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all string properties.
- addSubjectType(SubjectType) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Add a supported subject type.
- addSubProtocol(String) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
WebSocket sub-protocols requested by the client.
- addSubProtocolProvider(Http2SubProtocolProvider) - Method in class io.helidon.webserver.http2.Http2UpgradeProvider.Builder
-
Add a configured sub-protocol provider.
- addSubProtocols(List) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
WebSocket sub-protocols requested by the client.
- addSubProtocolSelector(Http2SubProtocolSelector) - Method in class io.helidon.webserver.http2.Http2ConnectionSelector.Builder
-
Add a configured sub-protocol provider.
- addSuperType(TypeName) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
List of types the prototype should extend.
- addSuperType(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
List of types the prototype should extend.
- addSuperTypes(Set) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
List of types the prototype should extend.
- addTag(Tag) - Method in interface io.helidon.metrics.api.Meter.Builder
-
Adds a single tag to the builder's collection.
- addTag(String, String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add throws tag name and description.
- addTag(String, List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add throws tag name and description.
- addTagField(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Tag fields.
- addTagFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Tag fields.
- addTags(List) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Global tags.
- addTarget(OutboundTarget) - Method in class io.helidon.security.providers.common.OutboundConfig.Builder
-
Add a new target configuration.
- addTarget(String) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Names of target modules, empty if exported without qualification.
- addTarget(String) - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Names of target modules, empty if opened without qualification.
- addTargets(List) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Names of target modules, empty if exported without qualification.
- addTargets(List) - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Names of target modules, empty if opened without qualification.
- addTenantConfig(TenantConfig) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Add specific
TenantConfiginstance. - addTenantConfigFinder(TenantConfigFinder) - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
-
Add specific
TenantConfigFinderimplementation. - addTenantConfigFinder(TenantConfigFinder) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Add specific
TenantConfigFinderimplementation. - addTenantConfigFinder(TenantConfigFinder, int) - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
-
Add specific
TenantConfigFinderimplementation with specific priority. - addTenantConfigFinder(TenantConfigFinder, int) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Add specific
TenantConfigFinderimplementation with specific priority. - addTenantConfigFinder(TenantIdFinder) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Add specific
TenantIdFinderimplementation. - addTenantConfigFinder(TenantIdFinder, int) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Add specific
TenantIdFinderimplementation with specific priority. - addThrows(Throws) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrows(TypeName) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrows(TypeName, String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrows(String, List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add throws tag name and description.
- addThrows(Consumer) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrows(Supplier) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrowsChecked(Set) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
- addTimeout(Timeout) - Method in class io.helidon.faulttolerance.FaultTolerance.Builder
-
Add a timeout to the list.
- addTimeout(Timeout) - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
-
Add a timeout to the list.
- addToBatch() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Add this request to the current batch.
- addToken(Class, U) - Method in class io.helidon.security.providers.common.TokenCredential.Builder
-
Add a token instance (such as JWT instance).
- addToken(Object) - Method in class io.helidon.security.providers.common.TokenCredential.Builder
-
Add a token instance (such as JWT instance).
- addTracedAttribute(ServerRequestAttribute) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Set of attributes to trace.
- addTracedAttributes(Set) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Set of attributes to trace.
- addTracerTag(String, boolean) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Adds a boolean-valued tag.
- addTracerTag(String, boolean) - Method in interface io.helidon.tracing.TracerBuilder
-
Tracer level tags that get added to all reported spans.
- addTracerTag(String, Number) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Adds a numeric-valued tag.
- addTracerTag(String, Number) - Method in interface io.helidon.tracing.TracerBuilder
-
Tracer level tags that get added to all reported spans.
- addTracerTag(String, String) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Adds a string-valued tag.
- addTracerTag(String, String) - Method in interface io.helidon.tracing.TracerBuilder
-
Tracer level tags that get added to all reported spans.
- addTracerTags(Map) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with
Stringvalues added to all reported spans. - addTransport(String) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Add supported transports for this target.
- addTrust(X509Certificate) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
List of certificates that form the trust manager.
- addTrust(List) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
List of certificates that form the trust manager.
- addTypeAnnotations(List) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Annotations on the enclosing type.
- addTypeArgument(TypeName) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Returns the list of generic type arguments, or an empty list if no generics are in use.
- addTypeArgument(Consumer) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Returns the list of generic type arguments, or an empty list if no generics are in use.
- addTypeArguments(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Returns the list of generic type arguments, or an empty list if no generics are in use.
- addTypeParameter(TypeName) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Type parameters of this element.
- addTypeParameter(String) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Type parameters associated with the type arguments.
- addTypeParameter(Consumer) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Type parameters of this element.
- addTypeParameters(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Type parameters of this element.
- addTypeParameters(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Type parameters associated with the type arguments.
- addTypeToContent(String) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Obtained fully qualified type name is enclosed between
ClassModel.TYPE_TOKENtokens. - addTypeToContent(String) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- addTypeToContent(String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- addTypeToContent(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
- addUpdate(Method.Builder, String, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to update entity.
- addUpdateAll(Method.Builder, String, String, String, TypeName) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code to update entity.
- addUpgrader(Http1Upgrader) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Add a new upgrader, replacing an existing one for the same protocol.
- addUpgraders(Map) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Upgraders to support upgrading from HTTP/1.1 to a different protocol (such as
websocket). - addUpperBound(TypeName) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - addUpperBound(Consumer) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - addUpperBounds(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - addUse(ModuleInfoUses) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of uses directives.
- addUse(TypeName) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Used service loader providers.
- addUse(Consumer) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of uses directives.
- addUse(Consumer) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Used service loader providers.
- addUserGroup(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
A user group claim to add.
- addUserPrincipalValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
UserPrincipalValidator. - addUserPrincipalValidator(Consumer) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
UserPrincipalValidatorinstance based on the builder configuration. - addUserStore(SecureUserStore) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
-
Add a user store to the list of stores used by this provider.
- addUses(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of uses directives.
- addUses(List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Used service loader providers.
- addValidator(JwtScope, Validator, String...) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add
Validatorinstance among the claim validators. - addValidator(Validator, String...) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add
Validatorinstance among the claim validators. - addValidator(AbacValidator) - Method in class io.helidon.security.providers.abac.AbacProvider.Builder
-
Add an explicit (e.g.
- addValue(ConfigNode.ValueNode) - Method in class io.helidon.config.ListNodeBuilderImpl
- addValue(ConfigNode.ValueNode) - Method in interface io.helidon.config.spi.ConfigNode.ListNode.Builder
-
Adds String value to the list.
- addValue(String) - Method in interface io.helidon.config.spi.ConfigNode.ListNode.Builder
-
Adds String value to the list.
- addValue(String) - Method in interface io.helidon.http.HeaderWriteable
-
Add a value to this header.
- addValue(String, ConfigNode.ValueNode) - Method in class io.helidon.config.ObjectNodeBuilderImpl
- addValue(String, ConfigNode.ValueNode) - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode.Builder
-
Sets String value associated with specified
key. - addValue(String, String) - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode.Builder
-
Sets String value associated with specified
key. - addValues(Map) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Values to be exposed using this observability endpoint.
- addVirtualHost(VirtualHostConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (
use-nio=true). - addVirtualHost(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (
use-nio=true). - addVirtualHosts(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (
use-nio=true). - addWatchServiceModifier(WatchEvent.Modifier) - Method in class io.helidon.config.FileSystemWatcher.Builder
-
Add a modifier of the watch service.
- addWhitelistedException(String) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Add an exception to the whitelist.
- admissionTimeout() - Method in interface io.helidon.messaging.MessagingConfig
-
Positive maximum capacity-wait time, representable in nanoseconds.
- admissionTimeout() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum capacity-wait time, representable in nanoseconds.
- admissionTimeout() - Method in interface io.helidon.messaging.MessagingExecutionConfig
-
Optional positive maximum time to wait for capacity, representable in nanoseconds.
- admissionTimeout() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Optional positive maximum time to wait for capacity, representable in nanoseconds.
- admissionTimeout(Duration) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum capacity-wait time, representable in nanoseconds.
- admissionTimeout(Duration) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Optional positive maximum time to wait for capacity, representable in nanoseconds.
- After - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Afteroperator. - afterAll(ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- afterAll(ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.Http1DirectJunitExtension
- afterAll(ExtensionContext) - Method in interface io.helidon.webserver.testing.junit5.spi.HelidonJunitExtension
- afterAll(ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.websocket.WsDirectExtension
- afterEach(ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- afterEach(ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.Http1ServerJunitExtension
- afterEach(ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.http2.Http2ServerExtension
- afterEach(ExtensionContext) - Method in interface io.helidon.webserver.testing.junit5.spi.HelidonJunitExtension
- afterExecute(Runnable, Throwable) - Method in class io.helidon.common.configurable.ThreadPool
- afterSend() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Execute after send runnables.
- afterStart(WebServer) - Method in class io.helidon.webserver.http.Filters
- afterStart(WebServer) - Method in class io.helidon.webserver.http1.Http1Route
- afterStart(WebServer) - Method in interface io.helidon.webserver.Router
-
This is called after the server's listeners have successfully started.
- afterStart(WebServer) - Method in interface io.helidon.webserver.ServerLifecycle
-
After server start.
- afterStop() - Method in class io.helidon.webserver.grpc.GrpcRouting
- afterStop() - Method in class io.helidon.webserver.http.Filters
- afterStop() - Method in class io.helidon.webserver.http1.Http1Route
- afterStop() - Method in class io.helidon.webserver.http2.Http2Route
- afterStop() - Method in interface io.helidon.webserver.Router
-
This is called after server closes ports.
- afterStop() - Method in interface io.helidon.webserver.ServerLifecycle
-
After server stop.
- afterStop() - Method in class io.helidon.webserver.websocket.WsRouting
- AfterStop - Annotation Interface in io.helidon.webserver.testing.junit5
-
Mark a static method to be executed after the container is stopped.
- afterTestExecution(ExtensionContext) - Method in class io.helidon.common.testing.junit5.RestoreSystemPropertiesExt
- AGE - Static variable in class io.helidon.http.HeaderNames
-
The "Age" header name.
- AGE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Age" header name.
- aggregation() - Method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Returns an
Aggregationinstance derived from the config settings. - aggregation() - Method in interface io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
-
Returns an
Aggregationconsistent with the config settings. - aggregation() - Method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Aggregation for the metric view, configurable as an
AggregationType:DROP, DEFAULT, SUM, LAST_VALUE, EXPLICIT_BUCKET_HISTOGRAM, BASE2_EXPONENTIAL_BUCKET_HISTOGRAM. - aggregation() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Aggregation for the metric view, configurable as an
AggregationType:DROP, DEFAULT, SUM, LAST_VALUE, EXPLICIT_BUCKET_HISTOGRAM, BASE2_EXPONENTIAL_BUCKET_HISTOGRAM. - aggregation() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- aggregation(Aggregation) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Aggregation for the metric view, configurable as an
AggregationType:DROP, DEFAULT, SUM, LAST_VALUE, EXPLICIT_BUCKET_HISTOGRAM, BASE2_EXPONENTIAL_BUCKET_HISTOGRAM. - AggregationConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for aggregating metrics data prior to transmission.
- AggregationConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
AggregationConfig. - AggregationConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
AggregationConfig. - AggregationConfig.BuilderBase.AggregationConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AggregationConfigImpl(AggregationConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase.AggregationConfigImpl
-
Create an instance providing a builder.
- aggregationTemporality() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Algorithm to use for adjusting values before transmission.
- aggregationTemporality() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Algorithm to use for adjusting values before transmission.
- aggregationTemporality() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- aggregationTemporality(AggregationTemporality) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Algorithm to use for adjusting values before transmission.
- AggregationType - Enum Class in io.helidon.telemetry.otelconfig
-
Type of OpenTelemetry metric aggregations.
- AimdLimit - Class in io.helidon.common.concurrency.limits
-
AIMD based limiter.
- AimdLimitConfig - Interface in io.helidon.common.concurrency.limits
-
Configuration of
AimdLimit. - AimdLimitConfig.Builder - Class in io.helidon.common.concurrency.limits
-
Fluent API builder for
AimdLimit. - AimdLimitConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.concurrency.limits
-
Fluent API builder base for
AimdLimitConfig. - AimdLimitConfig.BuilderBase.AimdLimitConfigImpl - Class in io.helidon.common.concurrency.limits
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AimdLimitConfigImpl(AimdLimitConfig.BuilderBase) - Constructor for class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
-
Create an instance providing a builder.
- AimdLimitProvider - Class in io.helidon.common.concurrency.limits
-
ServiceLoaderservice provider forAimdLimitlimit implementation. - AimdLimitProvider() - Constructor for class io.helidon.common.concurrency.limits.AimdLimitProvider
-
Constructor required by the service loader.
- ALG_ES256 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
ECDSA using P-256 and SHA-256.
- ALG_ES384 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
ECDSA using P-384 and SHA-384.
- ALG_ES512 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
ECDSA using "P-521" and SHA-512.
- ALG_HS256 - Static variable in class io.helidon.security.jwt.jwk.JwkOctet
-
HMAC using SHA-256.
- ALG_HS384 - Static variable in class io.helidon.security.jwt.jwk.JwkOctet
-
HMAC using SHA-384.
- ALG_HS512 - Static variable in class io.helidon.security.jwt.jwk.JwkOctet
-
HMAC using SHA-512.
- ALG_NONE - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Algorithm defining there is no security (e.g.
- ALG_RS256 - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
RSASSA-PKCS1-v1_5 using SHA-256.
- ALG_RS384 - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
RSASSA-PKCS1-v1_5 using SHA-384.
- ALG_RS512 - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
RSASSA-PKCS1-v1_5 using SHA-512.
- algorithm() - Method in class io.helidon.security.jwt.jwk.Jwk
-
The algorithm used when signing/encrypting this key.
- algorithm() - Method in class io.helidon.security.jwt.Jwt
-
Algorithm claim.
- algorithm() - Method in class io.helidon.security.jwt.JwtHeaders
-
Algorithm claim.
- algorithm() - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
Algorithm of signature used by this client.
- algorithm() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Algorithm used by this signature.
- algorithm(EncryptedJwt.SupportedAlgorithm) - Method in class io.helidon.security.jwt.EncryptedJwt.Builder
-
Algorithm which should be used as content key encryption.
- algorithm(String) - Method in class io.helidon.common.crypto.AsymmetricCipher.Builder
-
Set algorithm which should be used.
- algorithm(String) - Method in class io.helidon.common.crypto.HashDigest.Builder
-
Set digest algorithm.
- algorithm(String) - Method in class io.helidon.common.crypto.HmacDigest.Builder
-
Set new HMAC algorithm.
- algorithm(String) - Method in class io.helidon.common.crypto.Signature.Builder
-
Set algorithm which should be used.
- algorithm(String) - Method in class io.helidon.common.crypto.SymmetricCipher.Builder
-
Set algorithm which should be used.
- algorithm(String) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Algorithm of the key being built.
- algorithm(String) - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Algorithm of the key being built.
- algorithm(String) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Algorithm of the key being built.
- algorithm(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
The "alg" claim is used to define the signature algorithm.
- algorithm(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
The "alg" claim is used to define the signature algorithm.
- algorithm(String) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
Algorithm of signature used by this client.
- algorithm(String) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Algorithm used by this signature.
- ALGORITHM_AES_CBC - Static variable in class io.helidon.common.crypto.SymmetricCipher
-
AES algorithm with CBC method and PKCS5 padding.
- ALGORITHM_AES_CTR - Static variable in class io.helidon.common.crypto.SymmetricCipher
-
AES algorithm with CTR method and no padding.
- ALGORITHM_AES_GCM - Static variable in class io.helidon.common.crypto.SymmetricCipher
-
AES algorithm with GCM method and no padding.
- ALGORITHM_CHA_CHA - Static variable in class io.helidon.common.crypto.SymmetricCipher
-
ChaCha20 encryption algorithm.
- ALGORITHM_CHA_CHA_POLY1305 - Static variable in class io.helidon.common.crypto.SymmetricCipher
-
ChaCha20 encryption algorithm with Poly1305 authentication code.
- ALGORITHM_MD2 - Static variable in class io.helidon.common.crypto.HashDigest
-
Deprecated.It is strongly recommended not to use this algorithm as stated here RFC6149 - Section 6.
- ALGORITHM_MD2_RSA - Static variable in class io.helidon.common.crypto.Signature
-
Deprecated.It is strongly recommended not to use this algorithm for signature purposes as stated here RFC6149 - Section 6.
- ALGORITHM_MD5 - Static variable in class io.helidon.common.crypto.HashDigest
-
Deprecated.It is strongly recommended not to use this algorithm as stated here RFC6151 - Section 2.1.
- ALGORITHM_MD5 - Static variable in class io.helidon.common.crypto.HmacDigest
-
Deprecated.HMAC-MD5 should not be used for signature purposes, for more information see RFC6151 - Section 2.3.
- ALGORITHM_MD5_RSA - Static variable in class io.helidon.common.crypto.Signature
-
Deprecated.It is strongly recommended not to use this algorithm for signature purposes as stated here RFC6149 - Section 2.
- ALGORITHM_NONE_ECDSA - Static variable in class io.helidon.common.crypto.Signature
-
Elliptic curve digital signature algorithm with no digest algorithm.
- ALGORITHM_NONE_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with no digest algorithm specified.
- ALGORITHM_RSA_ECB_OAEP_MD5 - Static variable in class io.helidon.common.crypto.AsymmetricCipher
-
Deprecated.It is strongly recommended not to use this algorithm as stated here RFC6151 - 2.
- ALGORITHM_RSA_ECB_OAEP_SHA1 - Static variable in class io.helidon.common.crypto.AsymmetricCipher
-
RSA cipher with ECB method using optimal asymmetric encryption padding with SHA1 and MGF1.
- ALGORITHM_RSA_ECB_OAEP256 - Static variable in class io.helidon.common.crypto.AsymmetricCipher
-
RSA cipher with ECB method using optimal asymmetric encryption padding with SHA-256 and MGF1.
- ALGORITHM_RSA_ECB_OAEP384 - Static variable in class io.helidon.common.crypto.AsymmetricCipher
-
RSA cipher with ECB method using optimal asymmetric encryption padding with SHA-384 and MGF1.
- ALGORITHM_RSA_ECB_OAEP512_224 - Static variable in class io.helidon.common.crypto.AsymmetricCipher
-
RSA cipher with ECB method using optimal asymmetric encryption padding with SHA-512/224 and MGF1.
- ALGORITHM_RSA_ECB_OAEP512_256 - Static variable in class io.helidon.common.crypto.AsymmetricCipher
-
RSA cipher with ECB method using optimal asymmetric encryption padding with SHA-512/256 and MGF1.
- ALGORITHM_RSA_ECB_PKCS1 - Static variable in class io.helidon.common.crypto.AsymmetricCipher
-
RSA cipher with ECB method using PKCS1 padding.
- ALGORITHM_SHA_1 - Static variable in class io.helidon.common.crypto.HashDigest
-
Deprecated.SHA-1 is unsafe to use alone due to its vulnerability to collision attacks
- ALGORITHM_SHA_1 - Static variable in class io.helidon.common.crypto.HmacDigest
-
HMAC using SHA1 as a hash function.
- ALGORITHM_SHA_224 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA-224 algorithm.
- ALGORITHM_SHA_224 - Static variable in class io.helidon.common.crypto.HmacDigest
-
HMAC using SHA224 as a hash function.
- ALGORITHM_SHA_256 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA-256 algorithm.
- ALGORITHM_SHA_256 - Static variable in class io.helidon.common.crypto.HmacDigest
-
HMAC using SHA256 as a hash function.
- ALGORITHM_SHA_384 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA-384 algorithm.
- ALGORITHM_SHA_384 - Static variable in class io.helidon.common.crypto.HmacDigest
-
HMAC using SHA384 as a hash function.
- ALGORITHM_SHA_512 - Static variable in class io.helidon.common.crypto.HmacDigest
-
HMAC using SHA512 as a hash function.
- ALGORITHM_SHA_512_224 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA-512/224 algorithm.
- ALGORITHM_SHA_512_224 - Static variable in class io.helidon.common.crypto.HmacDigest
-
HMAC using SHA512/224 as a hash function.
- ALGORITHM_SHA_512_256 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA-512/256 algorithm.
- ALGORITHM_SHA_512_256 - Static variable in class io.helidon.common.crypto.HmacDigest
-
HMAC using SHA512/256 as a hash function.
- ALGORITHM_SHA1_ECDSA - Static variable in class io.helidon.common.crypto.Signature
-
Elliptic curve digital signature algorithm with SHA1 digest algorithm.
- ALGORITHM_SHA1_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with SHA1 digest algorithm.
- ALGORITHM_SHA224_ECDSA - Static variable in class io.helidon.common.crypto.Signature
-
Elliptic curve digital signature algorithm with SHA224 digest algorithm.
- ALGORITHM_SHA224_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with SHA224 digest algorithm.
- ALGORITHM_SHA256_ECDSA - Static variable in class io.helidon.common.crypto.Signature
-
Elliptic curve digital signature algorithm with SHA256 digest algorithm.
- ALGORITHM_SHA256_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with SHA256 digest algorithm.
- ALGORITHM_SHA3_224 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA3-224 algorithm.
- ALGORITHM_SHA3_256 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA3-256 algorithm.
- ALGORITHM_SHA3_384 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA3-384 algorithm.
- ALGORITHM_SHA3_512 - Static variable in class io.helidon.common.crypto.HashDigest
-
Digest SHA3-512 algorithm.
- ALGORITHM_SHA384_ECDSA - Static variable in class io.helidon.common.crypto.Signature
-
Elliptic curve digital signature algorithm with SHA384 digest algorithm.
- ALGORITHM_SHA384_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with SHA384 digest algorithm.
- ALGORITHM_SHA512_224_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with SHA512/224 digest algorithm.
- ALGORITHM_SHA512_256_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with SHA512/256 digest algorithm.
- ALGORITHM_SHA512_ECDSA - Static variable in class io.helidon.common.crypto.Signature
-
Elliptic curve digital signature algorithm with SHA512 digest algorithm.
- ALGORITHM_SHA512_RSA - Static variable in class io.helidon.common.crypto.Signature
-
RSA signature algorithm with SHA512 digest algorithm.
- algorithmType() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
Name of the limit algorithm which decided whether to allow or prevent processing of the work item.
- alias() - Method in class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder.MethodParameter
-
Parameter alias.
- alias() - Element in annotation interface io.helidon.json.binding.Json.Subtype
-
Type alias which is used instead of a class name.
- all(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all service instances matching the contract with the expectation that there may not be a match available.
- all(TypeName) - Static method in class io.helidon.service.registry.Services
-
Get all instances of the contract.
- all(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all service instances matching the contract with the expectation that there may not be a match available.
- all(TypeName, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Get all service instances matching the contract with the expectation that there may not be a match available.
- all(HeaderName, Supplier) - Method in interface io.helidon.http.Headers
-
Get all values of a header.
- all(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all service instances matching the lookup with the expectation that there may not be a match available.
- all(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all service instances matching the contract with the expectation that there may not be a match available.
- all(Class) - Static method in class io.helidon.service.registry.Services
-
Get all instances of the contract.
- all(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all service instances matching the contract with the expectation that there may not be a match available.
- all(Class, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Get all service instances matching the contract with the expectation that there may not be a match available.
- all(String) - Method in interface io.helidon.common.parameters.Parameters
-
Get all values.
- all(String) - Method in interface io.helidon.messaging.MessageHeaders
-
All values with an exact header name in entry order.
- all(String, Supplier) - Method in interface io.helidon.common.parameters.Parameters
-
Get all values using a default value supplier if the parameter does not exist.
- ALL - Enum constant in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
log all attributes.
- ALL_PREDICATE - Static variable in class io.helidon.codegen.ElementInfoPredicates
-
A predicate that accepts all.
- ALL_RETAINED - Enum constant in enum class io.helidon.service.codegen.InterceptionStrategy
-
All annotations marked as
RetentionPolicy.RUNTIMEandRetentionPolicy.CLASSwill qualify. - ALL_RUNTIME - Enum constant in enum class io.helidon.service.codegen.InterceptionStrategy
-
All annotations marked as
RetentionPolicy.RUNTIMEwill qualify. - allActive(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all active service instances matching the contract.
- allActive(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all active service instances matching the contract and qualifiers.
- allActive(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all active service instances matching the lookup.
- allActive(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all active service instances matching the contract.
- allActive(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all active service instances matching the contract and qualifiers.
- allAnnotations() - Method in interface io.helidon.common.types.Annotated
-
List of all annotations - both
Annotated.annotations()andAnnotated.inheritedAnnotations(). - allMetadata() - Method in interface io.helidon.service.registry.ServiceDiscovery
-
All discovered metadata of this service discovery.
- ALLOW - Enum constant in enum class io.helidon.webserver.SniAuthorityPolicy
-
Allow the request authority.
- ALLOW - Static variable in class io.helidon.http.HeaderNames
-
The "Allow" header name.
- ALLOW_ALL - Static variable in class io.helidon.webserver.cors.Cors
-
String used to allow all origins, headers, and methods.
- ALLOW_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Allow" header name.
- allowAll() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Allows all strings to match (subject to "deny" conditions).
- allowAll() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Allows all strings to match (subject to "deny" conditions).
- allowAll() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- allowAll(boolean) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Allows all strings to match (subject to "deny" conditions).
- allowAnonymous() - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Authenticate if possible and continue as anonymous on authentication failure.
- allowAnonymous() - Static method in class io.helidon.webserver.security.SecurityFeature
-
If called, authentication failure will not abort request and will continue as anonymous (defaults to false).
- allowCredentials() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Whether to allow credentials.
- allowCredentials() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Whether to allow credentials.
- allowCredentials() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- allowCredentials(boolean) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Whether to allow credentials.
- allowed() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Exact strings to allow.
- allowed() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to allow.
- allowed() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- allowed(String, Set) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Check if a field is allowed.
- allowed(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to allow.
- ALLOWED - Enum constant in enum class io.helidon.webserver.SniContext.AuthorityCheck
-
Authority is allowed.
- allowedPatterns() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Patterns specifying strings to allow. - allowedPatterns() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to allow. - allowedPatterns() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- allowedPatterns(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to allow. - allowedPredicates() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Allowed predicates.
- allowedPredicates() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Allowed predicates.
- allowedPredicates() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- allowedPredicates(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Allowed predicates.
- allowedPrefixes() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Prefixes specifying strings to allow.
- allowedPrefixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to allow.
- allowedPrefixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- allowedPrefixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to allow.
- allowedSuffixes() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Suffixes specifying strings to allow.
- allowedSuffixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to allow.
- allowedSuffixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- allowedSuffixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to allow.
- allowedTimeSkew(Duration) - Method in class io.helidon.security.jwt.ExpirationValidator.Builder
-
Allowed time skew for time validation.
- allowedTimeSkew(Duration) - Method in class io.helidon.security.jwt.IssueTimeValidator.Builder
-
Allowed time skew for time validation.
- allowedTimeSkew(Duration) - Method in class io.helidon.security.jwt.MaxTokenAgeValidator.Builder
-
Allowed time skew for time validation.
- allowedTimeSkew(Duration) - Method in class io.helidon.security.jwt.NotBeforeValidator.Builder
-
Allowed time skew for time validation.
- allowedValues() - Method in interface io.helidon.builder.codegen.OptionInfo
-
List of allowed values for this option.
- allowedValues() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of allowed values for this option.
- allowedValues() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- allowedValues() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
For options that have a predefined set of allowed values.
- allowedValues(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of allowed values for this option.
- allowedValues(List) - Method in class io.helidon.openapi.OpenApiDocument.ServerVariableBuilder
-
Set allowed values.
- allowEmptyValue(boolean) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set allow empty value flag.
- allowExpectContinue() - Method in interface io.helidon.webclient.api.ClientConnection
-
Check whether this connection is allowed to send 100-Continue.
- allowExpectContinue() - Method in class io.helidon.webclient.api.TcpClientConnection
- allowExpectContinue() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- allowExpectContinue(boolean) - Method in interface io.helidon.webclient.api.ClientConnection
-
Set whether this connection allows 100-Continue to be sent.
- allowExpectContinue(boolean) - Method in class io.helidon.webclient.api.TcpClientConnection
- allowExpectContinue(boolean) - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- allowHeaders() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Set of allowed headers, defaults to all.
- allowHeaders() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed headers, defaults to all.
- allowHeaders() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- allowHeaders(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed headers, defaults to all.
- allowImpersonation(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Whether to allow impersonation by explicitly overriding username from outbound requests using
EndpointConfig.PROPERTY_OUTBOUND_IDproperty. - allowLateBinding() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Whether to allow binding via methods, such as
Services.set(Class, Object[]). - allowLateBinding() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Whether to allow binding via methods, such as
Services.set(Class, Object[]). - allowLateBinding() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- allowLateBinding(boolean) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Whether to allow binding via methods, such as
Services.set(Class, Object[]). - AllowList - Class in io.helidon.common.configurable
-
AllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions. - AllowListConfig - Interface in io.helidon.common.configurable
-
AllowListdefines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions. - AllowListConfig.Builder - Class in io.helidon.common.configurable
-
Fluent API builder for
AllowList. - AllowListConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.configurable
-
Fluent API builder base for
AllowListConfig. - AllowListConfig.BuilderBase.AllowListConfigImpl - Class in io.helidon.common.configurable
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AllowListConfigImpl(AllowListConfig.BuilderBase) - Constructor for class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
-
Create an instance providing a builder.
- allowMethods() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Set of allowed case-sensitive HTTP method names, defaults to all.
- allowMethods() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed case-sensitive HTTP method names, defaults to all.
- allowMethods() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- allowMethods(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed case-sensitive HTTP method names, defaults to all.
- allowOrigins() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Set of allowed origins, defaults to all.
- allowOrigins() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed origins, defaults to all.
- allowOrigins() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- allowOrigins(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of allowed origins, defaults to all.
- allowPoolSuspension() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set whether pool suspension is allowed.
- allowPoolSuspension() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set whether pool suspension is allowed.
- allowPoolSuspension() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- allowPoolSuspension(boolean) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set whether pool suspension is allowed.
- allowReserved() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Whether reserved characters are allowed unencoded.
- allowReserved(boolean) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Set allow reserved flag.
- allowReserved(boolean) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set allow reserved flag.
- allowReserved(boolean) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set allow reserved flag.
- allowUnsigned(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Configure support for unsigned JWTs without requiring verification JWKs.
- allServices(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all services for a specific contract.
- allServices(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get all services for a specific contract.
- allValues() - Method in class io.helidon.http.ContentDisposition
- allValues() - Method in interface io.helidon.http.Header
-
All values of this header.
- allValues(boolean) - Method in interface io.helidon.http.Header
-
All values of this header.
- allValues(String) - Method in interface io.helidon.common.parameters.Parameters
-
A list of values for the named parameter.
- allValues(String, Supplier) - Method in interface io.helidon.common.parameters.Parameters
-
Get all values using a default value supplier if the parameter does not exist.
- ALPHABETICAL - Enum constant in enum class io.helidon.json.binding.Order
-
Alphabetical ordering.
- Alpn(byte[]) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Alpn
-
Creates an instance of a
Alpnrecord class. - ALREADY_EXISTS - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Some entity that we attempted to create (e.g., file or directory) already exists.
- ALT_SVC - Static variable in class io.helidon.http.HeaderNames
-
The "Alt-Svc" header name.
- ALT_SVC_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Alt-Svc" header name.
- ALT_USED - Static variable in class io.helidon.http.HeaderNames
-
The "Alt-Used" header name.
- ALT_USED_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Alt-Used" header name.
- alternative() - Method in interface io.helidon.builder.codegen.OptionDeprecation
-
Name of the option to use instead of this one.
- alternative() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Name of the option to use instead of this one.
- alternative() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- alternative(String) - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Name of the option to use instead of this one.
- ALTERNATIVE_QUOTE - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
An Oracle alternative-quoted string.
- alternativeAuthority() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Alternative authority used for this request, if any.
- alternatives() - Method in class io.helidon.webclient.api.AltSvcHeader
-
Alternatives in received field order.
- altSvc() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Client policy for accepting and using HTTP
Alt-Svcresponse advertisements. - altSvc() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client policy for accepting and using HTTP
Alt-Svcresponse advertisements. - altSvc() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- altSvc() - Method in interface io.helidon.webserver.http1.Http1Config
-
Explicit
Alt-Svcadvertisement. - altSvc() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Explicit
Alt-Svcadvertisement. - altSvc() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- altSvc() - Method in interface io.helidon.webserver.http2.Http2Config
-
Explicit
Alt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC. - altSvc() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Explicit
Alt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC. - altSvc() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- altSvc(ClientAltSvcConfig) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client policy for accepting and using HTTP
Alt-Svcresponse advertisements. - altSvc(AltSvc) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Explicit
Alt-Svcadvertisement. - altSvc(AltSvc) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Explicit
Alt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC. - altSvc(AltSvcConfig) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Explicit
Alt-Svcadvertisement. - altSvc(AltSvcConfig) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Explicit
Alt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC. - altSvc(Consumer) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client policy for accepting and using HTTP
Alt-Svcresponse advertisements. - altSvc(Consumer) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Explicit
Alt-Svcadvertisement. - altSvc(Consumer) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Explicit
Alt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC. - altSvc(Supplier) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client policy for accepting and using HTTP
Alt-Svcresponse advertisements. - altSvc(Supplier) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Explicit
Alt-Svcadvertisement for responses handled by HTTP routing, excluding HTTP/2 subprotocol responses such as gRPC. - AltSvc - Class in io.helidon.webserver.http
-
Runtime support for a single advertised alternative service.
- AltSvcConfig - Interface in io.helidon.webserver.http
-
Configuration of a single advertised alternative service.
- AltSvcConfig.Builder - Class in io.helidon.webserver.http
-
Fluent API builder for
AltSvc. - AltSvcConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.http
-
Fluent API builder base for
AltSvcConfig. - AltSvcConfig.BuilderBase.AltSvcConfigImpl - Class in io.helidon.webserver.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AltSvcConfigImpl(AltSvcConfig.BuilderBase) - Constructor for class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
-
Create an instance providing a builder.
- AltSvcHeader - Class in io.helidon.webclient.api
-
Parsed, protocol-neutral
Alt-Svcresponse header. - AltSvcHeader.Alternative - Class in io.helidon.webclient.api
-
One parsed alternative service.
- altSvcOriginKey() - Method in class io.helidon.webclient.api.ClientConnectionTarget.LookupKey
-
Create the canonical origin identity used for Alt-Svc discovery.
- ALWAYS_OFF - Enum constant in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Always off sampler.
- ALWAYS_ON - Enum constant in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Always on sampler.
- alwaysInMemory() - Method in class io.helidon.http.media.ByteArrayInstanceWriter
- alwaysInMemory() - Method in interface io.helidon.http.media.InstanceWriter
-
Whether the byte array is always available.
- amount() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Number of operations to allow during the relevant time window.
- amount() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Number of operations to allow during the relevant time window.
- amount() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- amount(int) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Number of operations to allow during the relevant time window.
- AMPERSAND_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
&byte. - analyseFactory(TypeName) - Method in class io.helidon.service.codegen.ServiceContracts
-
Analyse the service info if it is in fact a factory of the expected type.
- analyze(TypeName, TypedElementInfo, AnnotationAnalyzer.AnalyzerResponse) - Method in class io.helidon.security.abac.role.RoleAnnotationAnalyzer
- analyze(TypeName, TypedElementInfo, AnnotationAnalyzer.AnalyzerResponse) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Analyze a resource method.
- analyze(TypeName, List) - Method in class io.helidon.security.abac.role.RoleAnnotationAnalyzer
- analyze(TypeName, List) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Analyze application annotations.
- analyze(TypeName, List, AnnotationAnalyzer.AnalyzerResponse) - Method in class io.helidon.security.abac.role.RoleAnnotationAnalyzer
- analyze(TypeName, List, AnnotationAnalyzer.AnalyzerResponse) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Analyze an endpoint class.
- analyze(Class) - Method in class io.helidon.security.abac.role.RoleAnnotationAnalyzer
- analyze(Class) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Deprecated.this method will be made default in a future version, and marked for removal; it will be removed in two major versions from now (most likely version 6). Use
AnnotationAnalyzer.analyze(io.helidon.common.types.TypeName, java.util.List)instead. - and() - Method in class io.helidon.data.codegen.query.Criteria.Builder
-
Add logical operator
ANDto join next condition. - AND - Enum constant in enum class io.helidon.data.codegen.query.LogicalOperator
-
Logical operator AND.
- andAuthenticate() - Method in class io.helidon.webserver.http.SecureHandler
-
Add authentication requirement and create a new handler with combined setup.
- andAuthorize(String...) - Method in class io.helidon.webserver.http.SecureHandler
-
Add authorization requirement and create a new handler with combined setup.
- Annotated - Interface in io.helidon.common.types
-
Annotated elements provide annotations and their values.
- annotatedAnnotations(TypeName) - Method in interface io.helidon.codegen.RoundContext
-
Annotation types present on wanted types, annotated with the specific "meta" annotation.
- annotatedElements(TypeName) - Method in interface io.helidon.codegen.RoundContext
-
All elements annotated with a specific annotation.
- annotatedTypes(TypeName) - Method in interface io.helidon.codegen.RoundContext
-
All types annotated with a specific annotation (including types that inherit such annotation from super types or through interfaces).
- annotation() - Method in interface io.helidon.service.codegen.DefaultsCodegen.DefaultCode
-
The default annotation.
- annotation() - Method in interface io.helidon.validation.ConstraintViolation
-
Annotation that triggered the constraint validation.
- annotation() - Method in interface io.helidon.validation.ValidatorResponse
-
Annotation that triggered the check.
- annotation(TypeName) - Method in interface io.helidon.common.types.Annotated
-
Get an annotation on this annotated type.
- Annotation - Class in io.helidon.codegen.classmodel
-
Model of the annotation.
- Annotation - Interface in io.helidon.common.types
-
An annotation with defined values.
- ANNOTATION - Static variable in class io.helidon.common.types.TypeNames
-
Helidon annotation type.
- ANNOTATION_ON_CLOSE - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WebSocket.OnClose. - ANNOTATION_ON_ERROR - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WebSocket.OnError. - ANNOTATION_ON_MESSAGE - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WebSocket.OnMessage. - ANNOTATION_ON_OPEN - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WebSocket.OnOpen. - ANNOTATION_ON_UPGRADE - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WebSocket.OnHttpUpgrade. - ANNOTATION_TYPE - Enum constant in enum class io.helidon.common.types.ElementKind
-
Annotation element type kind.
- Annotation.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Annotation. - Annotation.Builder - Class in io.helidon.common.types
-
Fluent API builder for
Annotation. - Annotation.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
Annotation. - Annotation.BuilderBase.AnnotationImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AnnotationAnalyzer - Interface in io.helidon.security.providers.common.spi
-
Provides capability to extensions to enforce authentication and authorization even when the resource is not annotated with io.helidon.security.annotations.Authenticated or io.helidon.security.annotations.Authorized.
- AnnotationAnalyzer.AnalyzerResponse - Class in io.helidon.security.providers.common.spi
-
Response of an analysis run.
- AnnotationAnalyzer.AnalyzerResponse.Builder - Class in io.helidon.security.providers.common.spi
-
Fluent API builder for
AnnotationAnalyzer.AnalyzerResponse. - AnnotationAnalyzer.Flag - Enum Class in io.helidon.security.providers.common.spi
-
Flag for security type.
- AnnotationFactory - Class in io.helidon.metadata.reflection
-
Reflection based handler of
AnnotationandAnnotation. - annotationFilter(Annotation) - Static method in class io.helidon.codegen.TypeInfoFactoryBase
-
A filter for annotations to exclude ones we are not interested in (
SuppressWarnings,Override,Target,Retention,Repeatable. - AnnotationImpl(Annotation.BuilderBase) - Constructor for class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Create an instance providing a builder.
- AnnotationMapper - Interface in io.helidon.codegen.spi
-
Maps annotation from a single annotation instance to zero or more annotation instances.
- AnnotationMapperProvider - Interface in io.helidon.codegen.spi
-
ServiceLoaderprovider interface for annotation mapping. - annotationMappers() - Method in interface io.helidon.codegen.CodegenContext
-
List of available annotation mappers in this environment.
- annotationMappers() - Method in class io.helidon.codegen.CodegenContextBase
- annotationMappers() - Method in class io.helidon.codegen.CodegenContextDelegate
- AnnotationParameter - Class in io.helidon.codegen.classmodel
-
Annotation parameter model.
- AnnotationParameter.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
AnnotationParameter. - AnnotationProperty - Interface in io.helidon.common.types
-
A property of an annotation.
- AnnotationProperty.ConstantValue - Interface in io.helidon.common.types
-
A reference to a constant, that can be used in generated annotation code.
- annotations() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Annotations option.
- annotations() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- annotations() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Annotations option.
- annotations() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- annotations() - Method in class io.helidon.codegen.classmodel.ClassBase
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.ClassModel
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.Constructor
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.EnumConstant
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.Executable
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.Field
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.InnerClass
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.Method
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.Parameter
-
List of annotations on this component.
- annotations() - Method in class io.helidon.codegen.classmodel.TypeArgument
- annotations() - Method in interface io.helidon.common.types.Annotated
-
List of declared and known annotations for this element.
- annotations() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- annotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- annotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- annotations() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of declared and known annotations for this element.
- annotations() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- annotations() - Method in interface io.helidon.data.codegen.common.spi.RepositoryGenerator
-
Supported data repository annotations for repository code processing and generation.
- annotations() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Parameter annotations.
- annotations() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Parameter annotations.
- annotations() - Method in interface io.helidon.declarative.codegen.model.http.ModelElement
-
All annotations on this element, and inherited from supertype/interface and annotations.
- annotations() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
All annotations on this element, and inherited from supertype/interface and annotations.
- annotations() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
- annotations() - Method in class io.helidon.security.SecurityLevel
-
Returns all class level and method level annotations.
- annotations() - Method in interface io.helidon.service.registry.Dependency
-
The annotations on this element, excluding
Dependency.qualifiers(). - annotations() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The annotations on this element, excluding
Dependency.qualifiers(). - annotations() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- annotations(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Annotations option.
- annotations(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Annotations option.
- annotations(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of declared and known annotations for this element.
- annotations(Set) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
All annotations on this element, and inherited from supertype/interface and annotations.
- annotations(Set) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The annotations on this element, excluding
Dependency.qualifiers(). - Annotations - Class in io.helidon.common.types
-
Annotation utilities.
- annotationValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - annotationValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- annotationValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - annotationValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- ANONYMOUS - Static variable in interface io.helidon.security.SecurityContext
-
Anonymous subject.
- ANONYMOUS_PRINCIPAL - Static variable in interface io.helidon.security.SecurityContext
-
Anonymous user principal.
- any() - Static method in class io.helidon.http.PathMatchers
-
Path matcher matching any path.
- any(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- any(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route that executes on any HTTP method and any path.
- any(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- any(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route that executes on any HTTP method and any path.
- ANY_GENERIC_TYPE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A
GenericType<?>. - anyOrigin() - Method in class io.helidon.webserver.websocket.WsUpgrader
-
Whether no explicit origin allowlist is configured.
- aot() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Ahead of time compilation information (native-image).
- aot() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Ahead of time compilation information (native-image).
- aot() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- aot(Aot) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Ahead of time compilation information (native-image).
- aot(Consumer) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Ahead of time compilation information (native-image).
- aot(Supplier) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Ahead of time compilation information (native-image).
- Aot - Interface in io.helidon.common.features.metadata
-
AOT (Ahead of time compilation) support.
- Aot.Builder - Class in io.helidon.common.features.metadata
-
Fluent API builder for
Aot. - Aot.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.features.metadata
-
Fluent API builder base for
Aot. - Aot.BuilderBase.AotImpl - Class in io.helidon.common.features.metadata
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AotImpl(Aot.BuilderBase) - Constructor for class io.helidon.common.features.metadata.Aot.BuilderBase.AotImpl
-
Create an instance providing a builder.
- Api - Class in io.helidon.common
-
Annotations used to describe and enforce Helidon API stability contracts.
- Api.Incubating - Annotation Interface in io.helidon.common
-
An incubating API (type, method, or constructor).
- Api.Internal - Annotation Interface in io.helidon.common
-
An internal API (type, method, or constructor).
- Api.Preview - Annotation Interface in io.helidon.common
-
A preview API (type, method, or constructor).
- Api.Since - Annotation Interface in io.helidon.common
-
API may add this annotation to mark the first Helidon version that contains the current contract.
- Api.Stable - Annotation Interface in io.helidon.common
-
Stable API.
- apiKeyName() - Element in annotation interface io.helidon.openapi.OpenApi.ApiKeySecurityScheme
-
API key parameter name.
- apiKeyName() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
API key parameter name.
- ApiStabilityEnforcerProcessor - Class in io.helidon.codegen.api.stability.enforcer
-
Annotation processor enforcing stability annotation on public types in Helidon production modules.
- ApiStabilityEnforcerProcessor() - Constructor for class io.helidon.codegen.api.stability.enforcer.ApiStabilityEnforcerProcessor
-
Required by
ServiceLoader. - ApiStabilityProcessor - Class in io.helidon.codegen.api.stability
-
Annotation processor checking usage of Helidon APIs.
- ApiStabilityProcessor() - Constructor for class io.helidon.codegen.api.stability.ApiStabilityProcessor
-
Constructor required for
ServiceLoader. - appId() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtContext
-
IDCS Application ID.
- APPLICATION - Enum constant in enum class io.helidon.security.EndpointConfig.AnnotationScope
-
Annotations on an application class or application layer.
- APPLICATION - Static variable in class io.helidon.metrics.api.Meter.Scope
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope values, and this constant will be removed.
- APPLICATION_ATOM_XML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/atom+xmlmedia type. - APPLICATION_ATOM_XML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/atom+xml".
- APPLICATION_FORM_URLENCODED - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/x-www-form-urlencodedmedia type. - APPLICATION_FORM_URLENCODED_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/x-www-form-urlencoded".
- APPLICATION_HOCON - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/hoconmedia type. - APPLICATION_HOCON_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/hocon".
- APPLICATION_JAVASCRIPT - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/javascriptmedia type. - APPLICATION_JAVASCRIPT_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/javascript".
- APPLICATION_JSON - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/jsonmedia type. - APPLICATION_JSON_PATCH_JSON - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/json-patch+jsonmedia type. - APPLICATION_JSON_PATCH_JSON_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/json-patch+json".
- APPLICATION_JSON_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/json".
- APPLICATION_MAX - Static variable in class io.helidon.websocket.WsCloseCodes
-
Application max value.
- APPLICATION_MIN - Static variable in class io.helidon.websocket.WsCloseCodes
-
Application min value.
- APPLICATION_OCTET_STREAM - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/octet-streammedia type. - APPLICATION_OCTET_STREAM_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/octet-stream".
- APPLICATION_OPENAPI_JSON - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/vnd.oai.openapi+jsonmedia type. - APPLICATION_OPENAPI_JSON_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/vnd.oai.openapi+json".
- APPLICATION_OPENAPI_YAML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/vnd.oai.openapimedia type. - APPLICATION_OPENAPI_YAML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/vnd.oai.openapi".
- APPLICATION_OPENMETRICS_TEXT - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/openmetrics-textmedia type. - APPLICATION_OPENMETRICS_TEXT_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/openmetrics-text".
- APPLICATION_STREAM_JSON - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/stream+jsonmedia type. - APPLICATION_STREAM_JSON_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/stream+json".
- APPLICATION_SVG_XML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/svg+xmlmedia type. - APPLICATION_SVG_XML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/svg+xml".
- APPLICATION_TOML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/tomlmedia type. - APPLICATION_TOML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/toml".
- APPLICATION_X_JACKSON_SMILE - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/x-jackson-smilemedia type. - APPLICATION_X_JACKSON_SMILE_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/x-jackson-smile".
- APPLICATION_X_NDJSON - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/x-ndjsonmedia type. - APPLICATION_X_NDJSON_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/x-ndjson".
- APPLICATION_X_YAML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/x-yamlmedia type. - APPLICATION_X_YAML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/x-yaml".
- APPLICATION_XHTML_XML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/xhtml+xmlmedia type. - APPLICATION_XHTML_XML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/xhtml+xml".
- APPLICATION_XML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/xmlmedia type. - APPLICATION_XML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/xml".
- APPLICATION_YAML - Static variable in class io.helidon.common.media.type.MediaTypes
-
application/yamlmedia type. - APPLICATION_YAML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "application/yaml".
- applicationOpenTelemetry(Config, List) - Static method in class io.helidon.telemetry.opentelemetry.ApplicationOpenTelemetry
-
Selects the OpenTelemetry instance for the current application using the configured ownership strategies.
- applicationOpenTelemetry(ServiceRegistry, Config, List, Supplier) - Static method in class io.helidon.telemetry.opentelemetry.ApplicationOpenTelemetry
-
Selects the OpenTelemetry instance for the current application and caches the selection for the service registry.
- ApplicationOpenTelemetry - Class in io.helidon.telemetry.opentelemetry
-
Shared OpenTelemetry selection used by Helidon telemetry integrations.
- applicationProtocols() - Method in interface io.helidon.common.tls.TlsConfig
-
Configure list of supported application protocols (such as
h2) for application layer protocol negotiation (ALPN). - applicationProtocols() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure list of supported application protocols (such as
h2) for application layer protocol negotiation (ALPN). - applicationProtocols() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- applicationProtocols(List) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure list of supported application protocols (such as
h2) for application layer protocol negotiation (ALPN). - applicationTelemetryCached(ServiceRegistry) - Static method in class io.helidon.telemetry.opentelemetry.ApplicationOpenTelemetry
-
Reports whether an OpenTelemetry selection is cached for the service registry.
- apply(byte[], Boolean) - Method in interface io.helidon.security.spi.DigestProvider.DigestFunction
-
Create digest.
- apply(byte[], Boolean, String) - Method in interface io.helidon.security.spi.DigestProvider.VerifyFunction
-
Verify digest.
- apply(Config.Key, ConfigItem) - Method in class io.helidon.config.encryption.EncryptionFilter
- apply(Config.Key, ConfigItem) - Method in class io.helidon.config.encryption.EncryptionFilterService
- apply(Config.Key, ConfigItem) - Method in interface io.helidon.config.spi.ConfigFilter
-
Filters an elementary config value before it is made available to the application via the
ConfigAPI. - apply(Config.Key, String) - Method in class io.helidon.config.encryption.EncryptionFilter
- apply(Config.Key, String) - Method in class io.helidon.config.encryption.EncryptionFilterService
- apply(Config.Key, String) - Method in class io.helidon.config.OverrideConfigFilter
- apply(Config.Key, String) - Method in interface io.helidon.config.spi.ConfigFilter
-
Filters an elementary config value before it is made available to the application via the
ConfigAPI. - apply(Config.Key, String) - Method in class io.helidon.config.ValueResolvingFilter
- apply(DbClientServiceContext) - Method in class io.helidon.dbclient.DbClientServiceBase
-
This method is only invoked if the predicate for this service was passed.
- apply(DbClientServiceContext) - Method in class io.helidon.dbclient.tracing.DbClientTracing
- apply(HeaderName) - Method in interface io.helidon.http.Http.HeaderFunction
-
Produce an instance of a named header.
- apply(MetricsConfig) - Method in interface io.helidon.metrics.spi.MetricsProgrammaticConfig
-
Creates a new
MetricsConfiginstance by applying overrides from this programmatic config instance. - apply(MetricsConfig.Builder) - Method in interface io.helidon.metrics.spi.MetricsProgrammaticConfig
-
Augments an existing
MetricsConfig.Builder, presumably from actual config, with overrides provided by this programmatic config instance. - apply(Span) - Method in class io.helidon.tracing.Tag
-
Configure this tag on the span provided.
- apply(Span.Builder) - Method in class io.helidon.tracing.Tag
-
Configure this tag on the span builder.
- apply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry
-
Apply the log entry, adds padding to the log entry and then calls
AbstractLogEntry.doApply(AccessLogContext). - apply(AccessLogContext) - Method in interface io.helidon.webserver.accesslog.AccessLogEntry
-
This method is called once the response is fully processed.
- apply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.UserIdLogEntry
- apply(InputStream) - Method in interface io.helidon.http.encoding.ContentDecoder
-
Decode a network input stream.
- apply(OutputStream) - Method in interface io.helidon.http.encoding.ContentEncoder
-
Encode an output stream.
- apply(SOURCE) - Method in interface io.helidon.common.mapper.Mapper
- apply(T) - Method in interface io.helidon.common.Functions.CheckedFunction
-
Accept an item.
- applyOn() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
These throwables will be considered failures.
- applyOn() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will be considered failures.
- applyOn() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- applyOn() - Method in interface io.helidon.faulttolerance.FallbackConfig
-
These throwables will be considered retriable.
- applyOn() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will be considered retriable.
- applyOn() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase.FallbackConfigImpl
- applyOn() - Element in annotation interface io.helidon.faulttolerance.Ft.CircuitBreaker
-
These throwables will be considered failures.
- applyOn() - Element in annotation interface io.helidon.faulttolerance.Ft.Fallback
-
List of exception types that this fallback should be executed on.
- applyOn() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
These throwables will be considered retriable.
- applyOn() - Method in interface io.helidon.faulttolerance.RetryConfig
-
These throwables will be considered retriable.
- applyOn() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will be considered retriable.
- applyOn() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- applyOn(Set) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will be considered failures.
- applyOn(Set) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will be considered retriable.
- applyOn(Set) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will be considered retriable.
- applyServerNames(SSLParameters) - Method in class io.helidon.webclient.api.ConnectionKey
-
Apply effective server names to SSL parameters when first-class SNI configuration overrides the TLS defaults.
- applyStreamFilters(OutputStream) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Apply configured output stream filters.
- applyToEither(CompletionStage, Function) - Method in class io.helidon.common.reactive.CompletionAwaitable
- applyToEither(CompletionStage, Function) - Method in interface io.helidon.common.reactive.Single
- applyToEitherAsync(CompletionStage, Function) - Method in class io.helidon.common.reactive.CompletionAwaitable
- applyToEitherAsync(CompletionStage, Function) - Method in interface io.helidon.common.reactive.Single
- applyToEitherAsync(CompletionStage, Function, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- applyToEitherAsync(CompletionStage, Function, Executor) - Method in interface io.helidon.common.reactive.Single
- appName() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Value for the application tag to be added to each meter ID.
- appName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Value for the application tag to be added to each meter ID.
- appName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- appName(String) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Value for the application tag to be added to each meter ID.
- appTagName() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Name for the application tag to be added to each meter ID.
- appTagName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Name for the application tag to be added to each meter ID.
- appTagName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- appTagName() - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig
- appTagName() - Method in interface io.helidon.metrics.spi.MetricsProgrammaticConfig
-
Name to use for a tag, added to each meter's identity, conveying the application it belongs to.
- appTagName(String) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Name for the application tag to be added to each meter ID.
- AppToken(WebClient, URI, Duration) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.AppToken
-
Create an application token cache.
- AppToken(WebClient, URI, Duration, String, String) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.AppToken
-
Create an application token cache with client credentials.
- appWebClient() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Client with configured proxy and security.
- appWebClient() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
Client with configured proxy and security.
- AptProcessor - Class in io.helidon.codegen.apt
-
Annotation processor that maps APT types to Helidon types, and invokes
Codegen. - AptProcessor() - Constructor for class io.helidon.codegen.apt.AptProcessor
-
Only for
ServiceLoader, to be loaded by compiler. - array() - Method in class io.helidon.codegen.classmodel.TypeArgument
- array() - Method in interface io.helidon.common.context.http.ContextRecordConfig
-
Whether to treat the option as an array of strings.
- array() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Whether to treat the option as an array of strings.
- array() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- array() - Method in interface io.helidon.common.types.TypeName
-
Functions similar to
Class.isArray(). - array() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.isArray(). - array() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- array(boolean) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Whether to treat the option as an array of strings.
- array(boolean) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.isArray(). - ARRAY - Enum constant in enum class io.helidon.json.JsonValueType
-
Array value type.
- ARRAY - Enum constant in enum class io.helidon.json.schema.SchemaType
-
Json schema array type.
- ARRAY - Enum constant in enum class io.helidon.metadata.hson.Hson.Type
-
Array value.
- ArrayBindingFactory__ServiceDescriptor<T> - Class in io.helidon.json.binding.factories
-
Service descriptor for
ArrayBindingFactory. - ArrayBindingFactory__ServiceDescriptor() - Constructor for class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
-
Constructor with no side effects
- arrayProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all array properties.
- arrayProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all array properties.
- arrayProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- arrayProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all array properties.
- arraySchema(JsonObject) - Static method in class io.helidon.openapi.OpenApiSourceBase
-
Create an array schema object.
- arrayValue(String) - Method in class io.helidon.json.JsonObject
-
Return the JsonArray value associated with the specified key as an Optional.
- arrayValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get array value.
- arrayValue(String, JsonArray) - Method in class io.helidon.json.JsonObject
-
Return the JsonArray value associated with the specified key, or the default value if the key is not present.
- as(GenericType) - Method in interface io.helidon.common.mapper.OptionalValue
- as(GenericType) - Method in interface io.helidon.common.mapper.Value
-
Convert this value to a different type using a mapper.
- as(GenericType) - Method in class io.helidon.dbclient.DbColumnBase
- as(GenericType) - Method in class io.helidon.http.ContentDisposition
- as(GenericType) - Method in interface io.helidon.config.Config
-
Typed value as a
ConfigValuefor a generic type. - as(GenericType) - Method in class io.helidon.config.MergedConfig
- as(GenericType) - Method in interface io.helidon.dbclient.DbRow
-
Map this row to an object using a
DbMapper. - as(GenericType) - Method in class io.helidon.dbclient.DbRowBase
- as(GenericType) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific type.
- as(GenericType) - Method in class io.helidon.http.media.ReadableEntityBase
- as(Class) - Method in interface io.helidon.common.mapper.OptionalValue
- as(Class) - Method in interface io.helidon.common.mapper.Value
-
Convert this value to a different type using a mapper.
- as(Class) - Method in class io.helidon.dbclient.DbColumnBase
- as(Class) - Method in class io.helidon.http.ContentDisposition
- as(Class) - Method in interface io.helidon.config.Config
-
Typed value as a
ConfigValue. - as(Class) - Method in class io.helidon.config.MergedConfig
- as(Class) - Method in interface io.helidon.dbclient.DbRow
-
Get specific class instance representation of this row.
- as(Class) - Method in class io.helidon.dbclient.DbRowBase
- as(Class) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific class.
- as(Class) - Method in class io.helidon.http.media.ReadableEntityBase
- as(Class) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Map all request params to a Java type using Helidon JSON binding.
- as(Class) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Access a response result as a Java object.
- as(Class) - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Read the entity as a specific type.
- as(Function) - Method in class io.helidon.dbclient.DbColumnBase
- as(Function) - Method in class io.helidon.http.ContentDisposition
- as(Function) - Method in interface io.helidon.common.mapper.OptionalValue
- as(Function) - Method in interface io.helidon.common.mapper.Value
-
Convert this
Valueto a different type using a mapper function. - as(Function) - Method in interface io.helidon.config.ConfigValue
-
Convert this
ConfigValueto a different type using a mapper function. - as(Function) - Method in interface io.helidon.config.Config
-
Typed value as a
ConfigValuecreated from factory method. - as(Function) - Method in class io.helidon.config.MergedConfig
- as(Function) - Method in interface io.helidon.dbclient.DbRow
-
Get specific class instance representation of this row.
- as(Function) - Method in class io.helidon.dbclient.DbRowBase
- asArray() - Method in class io.helidon.json.JsonValue
-
Cast this value to a JsonArray if it is of array type.
- asArray() - Method in interface io.helidon.metadata.hson.Hson.Value
-
Get this parsed value as an array.
- asBigInteger(JsonObject, String, String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Extract a key value from json object that is base64-url encoded and convert it to big integer.
- asBoolean() - Method in interface io.helidon.common.mapper.OptionalValue
- asBoolean() - Method in interface io.helidon.common.mapper.Value
-
Boolean typed value.
- asBoolean() - Method in interface io.helidon.config.Config
-
Boolean typed value.
- asBoolean() - Method in class io.helidon.dbclient.DbColumnBase
- asBoolean() - Method in class io.helidon.http.ContentDisposition
- asBoolean() - Method in class io.helidon.json.JsonValue
-
Cast this value to a JsonBoolean if it is of boolean type.
- asByteArray(JsonObject, String, String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Extract a key value from json object that is a base64-url encoded byte array.
- ASC - Enum constant in enum class io.helidon.data.codegen.query.OrderOperator
-
Ascending order.
- ASC - Enum constant in enum class io.helidon.data.OrderDirection
-
Ordering in ascending direction.
- Ascii - Class in io.helidon.common.buffers
-
Extracted from Guava.
- ASCTIME_DATE_TIME - Static variable in class io.helidon.http.DateTime
-
The ANSI C's
asctime()format, such as'Sun Nov 6 08:49:37 1994'. - asDouble() - Method in interface io.helidon.common.mapper.OptionalValue
- asDouble() - Method in interface io.helidon.common.mapper.Value
-
Double typed value.
- asDouble() - Method in interface io.helidon.config.Config
-
Double typed value.
- asDouble() - Method in class io.helidon.dbclient.DbColumnBase
- asDouble() - Method in class io.helidon.http.ContentDisposition
- asInputStream() - Method in interface io.helidon.common.buffers.BufferData
-
Deprecated, for removal: This API element is subject to removal in a future version.this method will be removed without replacement
- asInt() - Method in interface io.helidon.common.mapper.OptionalValue
- asInt() - Method in interface io.helidon.common.mapper.Value
-
Integer typed value.
- asInt() - Method in interface io.helidon.config.Config
-
Integer typed value.
- asInt() - Method in class io.helidon.dbclient.DbColumnBase
- asInt() - Method in class io.helidon.http.ContentDisposition
- asJsonArray() - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Access all request params as a single JSON array.
- asJsonArray() - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Access a response result as a JSON array.
- asJsonArray() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchRequest
-
Get the complete batch request as a JSON array.
- asJsonObject() - Method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Access the error as a JSON object.
- asJsonObject() - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Access all request params as a single JSON object.
- asJsonObject() - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Access a response result as a JSON object.
- asJsonObject() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Get a complete representation of this request as a JSON object.
- asJsonObject() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Get a complete response representation as a JSON object.
- asJsonObject() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcRequest
-
Get a complete request as a JSON object.
- asJsonObject() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Get a complete response as a JSON object.
- asJsonValue() - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Access all request params as a single JSON value.
- asJsonValue() - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Access a response result as a JSON value.
- asList() - Method in class io.helidon.common.HelidonServiceLoader
-
Provides a list of service implementations in weighted order.
- asList(Class) - Method in interface io.helidon.config.Config
-
Returns list of specified type.
- asList(Class) - Method in class io.helidon.config.MergedConfig
- asList(String) - Method in interface io.helidon.codegen.CodegenOptions
-
List of string options.
- asList(Function) - Method in interface io.helidon.config.Config
-
Returns this node as a list converting each list value using the provided mapper.
- asList(Function) - Method in class io.helidon.config.MergedConfig
- asLong() - Method in interface io.helidon.common.mapper.OptionalValue
- asLong() - Method in interface io.helidon.common.mapper.Value
-
Long typed value.
- asLong() - Method in interface io.helidon.config.Config
-
Long typed value.
- asLong() - Method in class io.helidon.dbclient.DbColumnBase
- asLong() - Method in class io.helidon.http.ContentDisposition
- asMap() - Method in interface io.helidon.config.Config
-
Transform all leaf nodes (values) into Map instance.
- asMap() - Method in class io.helidon.config.MergedConfig
- asNode() - Method in interface io.helidon.config.Config
-
Returns existing current config node as
ConfigValue. - asNodeList() - Method in interface io.helidon.config.Config
-
Returns a list of child
Confignodes if the node isType#OBJECT. - asNodeList() - Method in class io.helidon.config.MergedConfig
- asNumber() - Method in class io.helidon.json.JsonValue
-
Cast this value to a JsonNumber if it is of number type.
- asObject() - Method in class io.helidon.json.JsonValue
-
Cast this value to a JsonObject if it is of object type.
- asOptional() - Method in interface io.helidon.common.mapper.Value
-
Typed value as
Optional. - asOptional() - Method in class io.helidon.dbclient.DbColumnBase
- asOptional() - Method in class io.helidon.http.ContentDisposition
- asOptional(GenericType) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific type (optional).
- asOptional(GenericType) - Method in class io.helidon.http.media.ReadableEntityBase
- asOptional(Class) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific class (optional).
- asOptional(Class) - Method in class io.helidon.http.media.ReadableEntityBase
- asParent(Span.Builder) - Method in interface io.helidon.tracing.SpanContext
-
Configure this context as a parent of the provided builder.
- assertConnectionIsClosed() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Assert that the socket is closed.
- assertConnectionIsOpen() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Assert that the socket is working and open.
- assertEndpoint(String) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints
- assertEndpoint(String) - Method in interface io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MultitenancyEndpoints
-
Asserter endpoint URI for a specific tenant.
- assertGoAway(Http2ErrorCode, String, Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Wait for the next frame and assert its frame type to be GO_AWAY.
- assertHeaders(int, Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Wait for the next frame and assert its frame type to be HEADERS.
- assertHeaders(Http2FrameData, int) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Assert the supplied frame is a HEADERS frame for the expected stream.
- assertNextFrame(Http2FrameType, Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Wait for the next frame and assert its frame type.
- assertRstStream(int, Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Wait for the next frame and assert its frame type to be RST_STREAM.
- assertSettings(Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Wait for the next frame, assert its frame type to be SETTINGS, and ACK it when needed.
- assertThatWithRetry(String, Supplier, Matcher) - Static method in class io.helidon.common.testing.junit5.MatcherWithRetry
-
Checks the matcher, possibly multiple times after configured delays, invoking the supplier of the matched value each time, until either the matcher passes or the maximum retry expires.
- assertThatWithRetry(String, Supplier, Matcher, int, int) - Static method in class io.helidon.common.testing.junit5.MatcherWithRetry
-
Checks the matcher, possibly multiple times after configured delays, invoking the supplier of the matched value each time, until either the matcher passes or the maximum retry expires.
- assertThatWithRetry(Supplier, Matcher) - Static method in class io.helidon.common.testing.junit5.MatcherWithRetry
-
Checks the matcher, possibly multiple times after configured delays, invoking the supplier of the matched value each time, until either the matcher passes or the maximum retry expires.
- assertWindowsUpdate(int, Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Wait for the next frame and assert its frame type to be WINDOWS_UPDATE.
- asSet(String) - Method in interface io.helidon.codegen.CodegenOptions
-
Set of string options.
- assignment(TypeName, String) - Method in interface io.helidon.service.codegen.spi.InjectAssignment
-
Map the type to the correct one.
- assignResolveExpression(ContentBuilder, String, String, String) - Static method in class io.helidon.declarative.codegen.DelcarativeConfigSupport
-
Create an assignment for an expression that can use configuration references.
- assignScope(String, Function) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.No-op, will be removed.
- asString() - Method in interface io.helidon.common.mapper.OptionalValue
- asString() - Method in interface io.helidon.common.mapper.Value
-
String typed value.
- asString() - Method in interface io.helidon.config.Config
-
String typed value.
- asString() - Method in class io.helidon.dbclient.DbColumnBase
- asString() - Method in class io.helidon.http.ContentDisposition
- asString() - Method in class io.helidon.json.JsonValue
-
Cast this value to a JsonString if it is of string type.
- asString(JsonObject, String, String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Extract a key value from json object that is string.
- asStruct() - Method in interface io.helidon.metadata.hson.Hson.Value
-
Get this parsed value as a struct.
- asThreadPool(ExecutorService) - Static method in class io.helidon.common.configurable.ThreadPool
-
Returns the given executor as a
ThreadPoolif possible. - AsymmetricCipher - Class in io.helidon.common.crypto
-
This class provides simple and stateless way to encrypt and decrypt messages using selected asymmetric cipher.
- AsymmetricCipher.Builder - Class in io.helidon.common.crypto
-
Builder of the
AsymmetricCipher. - async() - Method in class io.helidon.faulttolerance.FtSupport.AsyncMethod
-
Provide an async instance that should be used with this method.
- Async - Interface in io.helidon.faulttolerance
-
Runs synchronous suppliers asynchronously using virtual threads.
- AsyncConfig - Interface in io.helidon.faulttolerance
-
Asyncconfiguration bean. - AsyncConfig.Builder - Class in io.helidon.faulttolerance
-
Fluent API builder for
Async. - AsyncConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.faulttolerance
-
Fluent API builder base for
AsyncConfig. - AsyncConfig.BuilderBase.AsyncConfigImpl - Class in io.helidon.faulttolerance
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AsyncConfigImpl(AsyncConfig.BuilderBase) - Constructor for class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
-
Create an instance providing a builder.
- AsyncImpl__ServiceDescriptor<T> - Class in io.helidon.faulttolerance
-
Service descriptor for
AsyncImpl. - AsyncImpl__ServiceDescriptor() - Constructor for class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
-
Constructor with no side effects
- AsyncMethod() - Constructor for class io.helidon.faulttolerance.FtSupport.AsyncMethod
-
Constructor with no side effects.
- atHash() - Method in class io.helidon.security.jwt.Jwt
-
AtHash claim.
- atHash(byte[]) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Access Token hash value.
- atnClientBuilder() - Method in interface io.helidon.security.SecurityContext
-
Authenticator client builder to use for programmatic authentication.
- atnTokenHandler(TokenHandler) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Token handler to extract username from request.
- atnTokenHandler(TokenHandler) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Token handler to extract username from request.
- atnTracing() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Create a tracing span for authentication.
- AtnTracing - Class in io.helidon.security.integration.common
-
Authentication tracing support.
- attempt() - Method in interface io.helidon.faulttolerance.RetryContext
-
Number of the current invocation attempt.
- attempts() - Method in interface io.helidon.faulttolerance.RetryOutcome
-
Number of completed invocation attempts.
- attempts() - Method in interface io.helidon.messaging.DeadLetterMessage
-
Total delivery attempts, including the initial delivery.
- ATTEMPTS_HEADER - Static variable in interface io.helidon.messaging.DeadLetterMessage
-
Reserved common header containing the total delivery attempts.
- attributeFilter() - Method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Attribute name filter, configurable as a string compiled as a regular expression using
Pattern. - attributeFilter() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Attribute name filter, configurable as a string compiled as a regular expression using
Pattern. - attributeFilter() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- attributeFilter(Predicate) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Attribute name filter, configurable as a string compiled as a regular expression using
Pattern. - attributes() - Method in interface io.helidon.codegen.JavadocTree.EltStart
-
Attributes of the element.
- attributes() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Name/value pairs passed to OpenTelemetry.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Name/value pairs passed to OpenTelemetry.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- attributes() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Name/value pairs passed to OpenTelemetry.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Name/value pairs passed to OpenTelemetry.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- attributes() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Additional resource attributes shared by all configured signals.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Additional resource attributes shared by all configured signals.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- attributes() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Name/value pairs passed to OpenTelemetry.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Name/value pairs passed to OpenTelemetry.
- attributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- attributes() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogResource
-
Returns the attributes stored in the
LogResource. - attributes() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogScope
-
Returns the attributes from the
LogScope. - attributes() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns attributes assigned to the span.
- attributes(AbacSupport) - Method in class io.helidon.security.Grant.Builder
-
Attributes of this grant.
- attributes(AbacSupport) - Method in class io.helidon.security.Subject.Builder
-
Add all attributes to this subject.
- attributes(AttributesBuilder) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Name/value pairs passed to OpenTelemetry.
- attributes(AttributesBuilder) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Name/value pairs passed to OpenTelemetry.
- attributes(AttributesBuilder) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Additional resource attributes shared by all configured signals.
- attributes(AttributesBuilder) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Name/value pairs passed to OpenTelemetry.
- AttrValue(String, JavadocTree.AttrValue.Kind) - Constructor for record class io.helidon.codegen.JavadocTree.AttrValue
-
Creates an instance of a
AttrValuerecord class. - atzChecked() - Method in interface io.helidon.security.SecurityContext
-
Deprecated.use
SecurityContext.isAuthorized()instead - atzClientBuilder() - Method in interface io.helidon.security.SecurityContext
-
Authorization client builder to use for programmatic authorization.
- atzTracing() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Create a tracing span for authorization.
- AtzTracing - Class in io.helidon.security.integration.common
-
Authorization tracing support.
- audience() - Method in class io.helidon.security.jwt.Jwt
-
Audience claim.
- audience() - Method in class io.helidon.security.jwt.JwtHeaders
-
Audience claim.
- audience() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Expected token audience.
- audience() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- audience(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Audience of issued tokens.
- audience(List) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Audience identifies the expected recipients of this JWT (optional).
- AudienceValidator - Class in io.helidon.security.jwt
-
Audience claim validator.
- AudienceValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
AudienceValidator. - audit() - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Audit a request.
- audit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Audit a request.
- audit() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Whether to audit this request.
- audit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to audit this request.
- audit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- audit() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Whether to audit this request.
- audit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether to audit this request.
- audit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- audit() - Static method in class io.helidon.webserver.security.SecurityFeature
-
Whether to audit this request - defaults to false for GET and HEAD methods, true otherwise.
- audit() - Method in class io.helidon.webserver.security.SecurityHandler
-
Audit this request for any method.
- audit() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Whether to audit this request - defaults to false, if enabled, request is audited with event type "request".
- audit() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Whether to audit this request - defaults to false, if enabled, request is audited with event type "request".
- audit() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- audit(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to audit this request.
- audit(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether to audit this request.
- audit(boolean) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Whether to audit this request - defaults to false, if enabled, request is audited with event type "request".
- audit(AuditEvent) - Method in interface io.helidon.security.SecurityContext
-
Audit a security event.
- audit(AuditEvent.AuditSeverity, String, String) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Create a new audit event.
- audit(String, AuditEvent) - Method in interface io.helidon.security.Security
-
Audit an event.
- AUDIT_FAILURE - Enum constant in enum class io.helidon.security.AuditEvent.AuditSeverity
-
Audit framework failure - we cannot correctly audit.
- AUDIT_TYPE_PREFIX - Static variable in interface io.helidon.security.AuditEvent
-
Reserved event type prefix for audit events.
- auditConsumer() - Method in interface io.helidon.security.spi.AuditProvider
-
Return your subscriber for audit events.
- Audited - Annotation Interface in io.helidon.security.annotations
-
An annotation to specify server resources to be audited.
- auditErrorSeverity() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Severity to use for failed requests.
- auditErrorSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Severity to use for failed requests.
- auditErrorSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- auditErrorSeverity() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Severity to use for failed requests.
- auditErrorSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Severity to use for failed requests.
- auditErrorSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- auditErrorSeverity(AuditEvent.AuditSeverity) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Override the audit severity used for failed requests.
- auditErrorSeverity(AuditEvent.AuditSeverity) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Severity to use for failed requests.
- auditErrorSeverity(AuditEvent.AuditSeverity) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Severity to use for failed requests.
- AuditEvent - Interface in io.helidon.security
-
An audit event to store using an Audit provider.
- AuditEvent.AuditParam - Class in io.helidon.security
-
Named parameters of audit event.
- AuditEvent.AuditSeverity - Enum Class in io.helidon.security
-
Severity of
AuditEvent. - auditEventType() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Override for audit event type.
- auditEventType() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Override for audit event type.
- auditEventType() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- auditEventType() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Override for audit event type.
- auditEventType() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Override for audit event type.
- auditEventType() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- auditEventType() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Override for event-type, defaults to "request".
- auditEventType() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Override for event-type, defaults to "request".
- auditEventType() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- auditEventType(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Override audit event type.
- auditEventType(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Override for audit event type.
- auditEventType(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Override for audit event type.
- auditEventType(String) - Method in class io.helidon.webserver.security.SecurityHandler
-
Override for event-type, defaults to "request".
- auditEventType(String) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Override for event-type, defaults to "request".
- auditFailure(String, String) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- auditFailure(String, String, Throwable) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- auditMessageFormat() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Override for audit message format.
- auditMessageFormat() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Override for audit message format.
- auditMessageFormat() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- auditMessageFormat() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Override for audit message format.
- auditMessageFormat() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Override for audit message format.
- auditMessageFormat() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- auditMessageFormat() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Override for audit message format, defaults to "%3$s %1$s \"%2$s\" %5$s %6$s requested by %4$s".
- auditMessageFormat() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Override for audit message format, defaults to "%3$s %1$s \"%2$s\" %5$s %6$s requested by %4$s".
- auditMessageFormat() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- auditMessageFormat(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Override audit message format.
- auditMessageFormat(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Override for audit message format.
- auditMessageFormat(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Override for audit message format.
- auditMessageFormat(String) - Method in class io.helidon.webserver.security.SecurityHandler
-
Override for audit message format, defaults to "%3$s %1$s \"%2$s\" %5$s %6$s requested by %4$s".
- auditMessageFormat(String) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Override for audit message format, defaults to "%3$s %1$s \"%2$s\" %5$s %6$s requested by %4$s".
- auditOkSeverity() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Severity to use for successful requests.
- auditOkSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Severity to use for successful requests.
- auditOkSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- auditOkSeverity() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Severity to use for successful requests.
- auditOkSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Severity to use for successful requests.
- auditOkSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- auditOkSeverity(AuditEvent.AuditSeverity) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Override the audit severity used for successful requests.
- auditOkSeverity(AuditEvent.AuditSeverity) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Severity to use for successful requests.
- auditOkSeverity(AuditEvent.AuditSeverity) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Severity to use for successful requests.
- AuditProvider - Interface in io.helidon.security.spi
-
Audit provider, storing audit events.
- AuditProvider.AuditSource - Interface in io.helidon.security.spi
-
Source of an audit source (as in "where this audit event originated").
- AuditProvider.TracedAuditEvent - Interface in io.helidon.security.spi
-
Audit event sent to Audit provider.
- auditSource() - Method in interface io.helidon.security.spi.AuditProvider.TracedAuditEvent
-
Source of this audit event (class, method, line number etc.).
- authenticate() - Method in interface io.helidon.security.SecurityContext
-
Authenticate current request (based on current
SecurityEnvironmentandEndpointConfig. - authenticate() - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Authenticate a request.
- authenticate() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Authenticate a request.
- authenticate() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Whether to authenticate this request.
- authenticate() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to authenticate this request.
- authenticate() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- authenticate() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Whether to authenticate this request.
- authenticate() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether to authenticate this request.
- authenticate() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- authenticate() - Static method in class io.helidon.webserver.http.SecureHandler
-
Create a security handler that enforces authentication.
- authenticate() - Static method in class io.helidon.webserver.security.SecurityFeature
-
If called, request will go through authentication process - defaults to false (even if authorize is true).
- authenticate() - Method in class io.helidon.webserver.security.SecurityHandler
-
If called, request will go through authentication process - (authentication is disabled by default - it may be enabled as a side effect of other methods, such as
SecurityHandler.rolesAllowed(String...). - authenticate() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
If called, request will go through authentication process - defaults to false (even if authorize is true).
- authenticate() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
If called, request will go through authentication process - defaults to false (even if authorize is true).
- authenticate() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- authenticate(boolean) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Whether to authenticate requests.
- authenticate(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Whether to authenticate requests.
- authenticate(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to authenticate this request.
- authenticate(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether to authenticate this request.
- authenticate(boolean) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
If called, request will go through authentication process - defaults to false (even if authorize is true).
- authenticate(ProviderRequest) - Method in class io.helidon.security.providers.header.HeaderAtnProvider
- authenticate(ProviderRequest) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider
- authenticate(ProviderRequest) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider
- authenticate(ProviderRequest) - Method in class io.helidon.security.providers.jwt.JwtProvider
- authenticate(ProviderRequest) - Method in class io.helidon.security.providers.oidc.OidcProvider
- authenticate(ProviderRequest) - Method in interface io.helidon.security.spi.AuthenticationProvider
-
Authenticate a request.
- authenticate(ServerRequest, ServerResponse, boolean) - Method in interface io.helidon.webserver.http.HttpSecurity
-
Authenticates the current request according to security configuration.
- authenticate(ServerRequest, ServerResponse, boolean) - Method in class io.helidon.webserver.security.SecurityHttpFeature
- Authenticated - Annotation Interface in io.helidon.security.annotations
-
An annotation used to specify server resources with enforced authentication and resources accessible without authentication.
- AUTHENTICATION - Static variable in class io.helidon.grpc.core.InterceptorWeights
-
Security authentication weight.
- authenticationOptional() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Allow anonymous access when authentication fails.
- authenticationOptional() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Whether authentication failure should continue as anonymous.
- authenticationOptional() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether authentication failure should continue as anonymous.
- authenticationOptional() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- authenticationOptional() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Whether authentication failure should continue as anonymous.
- authenticationOptional() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether authentication failure should continue as anonymous.
- authenticationOptional() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- authenticationOptional() - Method in class io.helidon.webserver.security.SecurityHandler
-
If called, authentication failure will not abort request and will continue as anonymous (authentication is not optional by default).
- authenticationOptional() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
If called, authentication failure will not abort request and will continue as anonymous (defaults to false).
- authenticationOptional() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
If called, authentication failure will not abort request and will continue as anonymous (defaults to false).
- authenticationOptional() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- authenticationOptional(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Configure whether authentication failures may continue as anonymous.
- authenticationOptional(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether authentication failure should continue as anonymous.
- authenticationOptional(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether authentication failure should continue as anonymous.
- authenticationOptional(boolean) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
If called, authentication failure will not abort request and will continue as anonymous (defaults to false).
- authenticationProvider(AuthenticationProvider) - Method in class io.helidon.security.Security.Builder
-
Set the default authentication provider.
- authenticationProvider(Supplier) - Method in class io.helidon.security.Security.Builder
-
Set the default authentication provider.
- AuthenticationProvider - Interface in io.helidon.security.spi
-
Authentication security provider.
- authenticationResponse() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Authentication response of this analysis.
- authenticationResponse(AnnotationAnalyzer.Flag) - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
-
Authentication response.
- AuthenticationResponse - Class in io.helidon.security
-
Response as returned from an authentication provider.
- AuthenticationResponse.Builder - Class in io.helidon.security
-
Authentication response builder.
- authenticator() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Explicit authentication provider name.
- authenticator() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Use a named authenticator.
- authenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Use a named authenticator.
- authenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- authenticator() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Use a named authenticator.
- authenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Use a named authenticator.
- authenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- authenticator() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Use a named authenticator (as supported by security - if not defined, default authenticator is used).
- authenticator() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Use a named authenticator (as supported by security - if not defined, default authenticator is used).
- authenticator() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- authenticator(String) - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
-
Explicit authentication provider to use.
- authenticator(String) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Use a named authenticator.
- authenticator(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Use a named authenticator.
- authenticator(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Use a named authenticator.
- authenticator(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Use a named authenticator.
- authenticator(String) - Static method in class io.helidon.webserver.security.SecurityFeature
-
Use a named authenticator (as supported by security - if not defined, default authenticator is used).
- authenticator(String) - Method in class io.helidon.webserver.security.SecurityHandler
-
Use a named authenticator (as supported by security - if not defined, default authenticator is used).
- authenticator(String) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Use a named authenticator (as supported by security - if not defined, default authenticator is used).
- AUTHN_TYPE_PREFIX - Static variable in interface io.helidon.security.AuditEvent
-
Reserved event type prefix for authentication events.
- authority() - Method in interface io.helidon.common.uri.UriInfo
-
Authority (host:port) of this URI.
- authority() - Method in class io.helidon.http.http2.Http2Headers
-
Authority pseudo header.
- authority() - Method in class io.helidon.webclient.api.ClientUri
- authority() - Method in class io.helidon.webclient.grpc.GrpcChannel
- authority() - Method in interface io.helidon.webserver.http.HttpRequest
-
The content of the
HeaderNames.HOSTheader orauthoritypseudo header (HTTP/2). - authority(String) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Authority of the request, to be converted to host and port.
- authority(String) - Method in class io.helidon.http.http2.Http2Headers
-
Authority of the request.
- Authority(String) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Authority
-
Creates an instance of a
Authorityrecord class. - AUTHORITY - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI authority component type.
- AUTHORITY_MISMATCH - Enum constant in enum class io.helidon.webserver.SniContext.AuthorityCheck
-
Authority differs from the matched SNI virtual-host host.
- AUTHORITY_NAME - Static variable in class io.helidon.http.http2.Http2Headers
-
Header name of the authority pseudo header.
- authorityMismatch() - Method in interface io.helidon.webserver.SniConfig
-
Policy for HTTP requests whose authority differs from the client-presented SNI host.
- authorityMismatch() - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for HTTP requests whose authority differs from the client-presented SNI host.
- authorityMismatch() - Method in class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
- authorityMismatch(SniAuthorityPolicy) - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for HTTP requests whose authority differs from the client-presented SNI host.
- AUTHORIZATION - Enum constant in enum class io.helidon.security.providers.httpsign.HttpSignHeader
-
Creates (or validates) an "Authorization" header, that contains "Signature" as the beginning of its content (the rest of the header is the same as for
HttpSignHeader.SIGNATURE. - AUTHORIZATION - Static variable in class io.helidon.grpc.core.ContextKeys
-
The
Metadata.Keyto use to obtain the authorization data. - AUTHORIZATION - Static variable in class io.helidon.grpc.core.InterceptorWeights
-
Security authorization weight.
- AUTHORIZATION - Static variable in class io.helidon.http.HeaderNames
-
The "Authorization" header name.
- AUTHORIZATION_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Authorization" header name.
- authorizationCode() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlows
-
OAuth authorization code flow.
- authorizationEndpoint() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Authorization endpoint.
- authorizationEndpoint() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- authorizationEndpointUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Authorization endpoint.
- authorizationEndpointUri() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
Authorization endpoint.
- authorizationEndpointUri(URI) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
URI of an authorization endpoint used to redirect users to for logging-in.
- authorizationHandler(ServiceDescriptor, Set, List, TypedElementInfo, Handler) - Method in interface io.helidon.webserver.http.HttpEntryPoint.EntryPoints
-
Handler that triggers authorization-only interceptors for an operation discovered inside an active HTTP entry point.
- authorizationProvider(AuthorizationProvider) - Method in class io.helidon.security.Security.Builder
-
Set the default authorization provider.
- authorizationProvider(Supplier) - Method in class io.helidon.security.Security.Builder
-
Set the default authorization provider.
- AuthorizationProvider - Interface in io.helidon.security.spi
-
Authorization security provider.
- authorizationResponse() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Authorization response of this analysis.
- AuthorizationResponse - Class in io.helidon.security
-
Response from an authorization decision.
- AuthorizationResponse.Builder - Class in io.helidon.security
-
Builder for custom Authorization responses.
- authorizationUrl() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlow
-
Authorization URL.
- authorize() - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Authorize a request.
- authorize() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Authorize a request.
- authorize() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Whether to authorize this request.
- authorize() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to authorize this request.
- authorize() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- authorize() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Whether to authorize this request.
- authorize() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether to authorize this request.
- authorize() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- authorize() - Static method in class io.helidon.webserver.security.SecurityFeature
-
Enable authorization for this route.
- authorize() - Method in class io.helidon.webserver.security.SecurityHandler
-
If called, request will go through authorization process - (authorization is disabled by default - it may be enabled as a side effect of other methods, such as
SecurityHandler.rolesAllowed(String...). - authorize() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Enable authorization for this route.
- authorize() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Enable authorization for this route.
- authorize() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- authorize(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to authorize this request.
- authorize(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Whether to authorize this request.
- authorize(boolean) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Enable authorization for this route.
- authorize(ProviderRequest) - Method in class io.helidon.security.providers.abac.AbacProvider
- authorize(ProviderRequest) - Method in interface io.helidon.security.spi.AuthorizationProvider
-
Authorize a request based on configuration.
- authorize(InterceptionContext, HttpEntryPoint.Interceptor.Chain, ServerRequest, ServerResponse) - Method in interface io.helidon.webserver.http.HttpEntryPoint.AuthorizationInterceptor
-
Authorize the operation.
- authorize(ServerRequest, ServerResponse, String...) - Method in interface io.helidon.webserver.http.HttpSecurity
-
Authorize the current request according to security configuration.
- authorize(ServerRequest, ServerResponse, String...) - Method in class io.helidon.webserver.security.SecurityHttpFeature
- authorize(Object...) - Method in interface io.helidon.security.SecurityContext
-
Authorize access to a resource (or more resources) based on current environment and endpoint configuration.
- authorize(String...) - Static method in class io.helidon.webserver.http.SecureHandler
-
Create a security handler that enforces authorization.
- Authorized - Annotation Interface in io.helidon.security.annotations
-
An annotation used to specify server resources with enforced authorization.
- authorizer() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Explicit authorization provider name.
- authorizer() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Use a named authorizer.
- authorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Use a named authorizer.
- authorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- authorizer() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Use a named authorizer.
- authorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Use a named authorizer.
- authorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- authorizer() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Use a named authorizer (as supported by security - if not defined, default authorizer is used, if none defined, all is permitted).
- authorizer() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Use a named authorizer (as supported by security - if not defined, default authorizer is used, if none defined, all is permitted).
- authorizer() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- authorizer(String) - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
-
Explicit authorization provider to use.
- authorizer(String) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Use a named authorizer.
- authorizer(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Use a named authorizer.
- authorizer(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Use a named authorizer.
- authorizer(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Use a named authorizer.
- authorizer(String) - Static method in class io.helidon.webserver.security.SecurityFeature
-
Use a named authorizer (as supported by security - if not defined, default authorizer is used, if none defined, all is permitted).
- authorizer(String) - Method in class io.helidon.webserver.security.SecurityHandler
-
Use a named authorizer (as supported by security - if not defined, default authorizer is used, if none defined, all is permitted).
- authorizer(String) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Use a named authorizer (as supported by security - if not defined, default authorizer is used, if none defined, all is permitted).
- authorizeResponse(AnnotationAnalyzer.Flag) - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
-
Authorization response.
- authTag() - Method in class io.helidon.security.jwt.EncryptedJwt
-
Authentication tag of the encrypted content.
- AUTHZ_TYPE_PREFIX - Static variable in interface io.helidon.security.AuditEvent
-
Reserved event type prefix for authorization events.
- AUTO - Enum constant in enum class io.helidon.builder.api.Option.Provider.ConfigForm
-
Select the outer configuration form from
identity. - AUTO - Enum constant in enum class io.helidon.common.AccessorStyle
-
The style of accessors is automatically detected.
- AUTO - Enum constant in enum class io.helidon.data.jdbc.Jdbc.ExecutionType
-
Allows code generation to infer query or update behavior from the method signature and its JDBC annotations.
- AUTO - Enum constant in enum class io.helidon.metadata.MetadataDiscovery.Mode
-
Automatic mode works as follows.
- AUTO_ADD_NON_CONTRACT_INTERFACES - Static variable in class io.helidon.service.codegen.ServiceOptions
-
Treat all super types as a contract for a given service type being added.
- autoClose(Stream) - Static method in class io.helidon.dbclient.DbStatementBase
-
Decorate the given stream to invoke
BaseStream.close()on terminal operations. - autoCommit() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the default auto-commit behavior of connections in the pool.
- autoCommit() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default auto-commit behavior of connections in the pool.
- autoCommit() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- autoCommit() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Set the default auto-commit behavior of create connections.
- autoCommit() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default auto-commit behavior of create connections.
- autoCommit() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- autoCommit(boolean) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default auto-commit behavior of connections in the pool.
- autoCommit(boolean) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default auto-commit behavior of create connections.
- autoHttpMetrics() - Method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
Automatic metrics collection settings.
- autoHttpMetrics() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Automatic metrics collection settings.
- autoHttpMetrics() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- autoHttpMetrics(AutoHttpMetricsConfig) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Automatic metrics collection settings.
- autoHttpMetrics(Consumer) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Automatic metrics collection settings.
- autoHttpMetrics(Supplier) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Automatic metrics collection settings.
- AutoHttpMetricsConfig - Interface in io.helidon.webserver.observe.metrics
-
Automatic metrics collection settings.
- AutoHttpMetricsConfig.Builder - Class in io.helidon.webserver.observe.metrics
-
Fluent API builder for
AutoHttpMetricsConfig. - AutoHttpMetricsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.metrics
-
Fluent API builder base for
AutoHttpMetricsConfig. - AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl - Class in io.helidon.webserver.observe.metrics
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AutoHttpMetricsConfigImpl(AutoHttpMetricsConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
-
Create an instance providing a builder.
- AutoHttpMetricsPathConfig - Interface in io.helidon.webserver.observe.metrics
-
Settings for path-based automatic metrics configuration.
- AutoHttpMetricsPathConfig.Builder - Class in io.helidon.webserver.observe.metrics
-
Fluent API builder for
AutoHttpMetricsPathConfig. - AutoHttpMetricsPathConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.metrics
-
Fluent API builder base for
AutoHttpMetricsPathConfig. - AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl - Class in io.helidon.webserver.observe.metrics
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- AutoHttpMetricsPathConfigImpl(AutoHttpMetricsPathConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
-
Create an instance providing a builder.
- AutoHttpMetricsProvider - Interface in io.helidon.webserver.observe.metrics.spi
-
A type which, given
MetricsObserverConfig, can provide aFilterwhich registers and updates meters for measuring HTTP requests (for example, implementing metrics semantic conventions). - automaticContentEncoding(boolean) - Method in interface io.helidon.webserver.http.RoutingResponse
-
Configure whether the WebServer response layer may automatically encode the response entity using the listener content encoding context.
- automaticContentEncoding(boolean) - Method in interface io.helidon.webserver.http.ServerResponse
-
Configure whether the WebServer response layer may automatically encode the response entity using the listener content encoding context.
- automaticContentEncoding(boolean) - Method in class io.helidon.webserver.http.ServerResponseBase
- automaticStoreEnabled() - Method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Whether automatic cookie store is enabled or not.
- automaticStoreEnabled() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Whether automatic cookie store is enabled or not.
- automaticStoreEnabled() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- automaticStoreEnabled(boolean) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Whether automatic cookie store is enabled or not.
- available() - Method in interface io.helidon.common.buffers.BufferData
-
Number of bytes available for reading.
- available() - Method in class io.helidon.common.buffers.DataReader
-
Number of bytes available in the currently pulled data.
- available() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
- available() - Method in interface io.helidon.tracing.spi.TracerProvider
-
Whether there is a tracer available by this provider.
- availableAnnotations() - Method in interface io.helidon.codegen.RoundContext
-
Annotations available in this round, the collection contains only annotations valid for the extension being invoked.
- Avg - Enum constant in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Avgoperator. - await() - Method in interface io.helidon.common.reactive.Awaitable
-
Block until future is completed, throws only unchecked exceptions.
- await() - Method in interface io.helidon.messaging.ConnectorDelivery
-
Await delivery termination and propagate its processing failure.
- await(long, TimeUnit) - Method in interface io.helidon.common.reactive.Awaitable
-
Deprecated.use
Awaitable.await(Duration)instead - await(Duration) - Method in interface io.helidon.common.reactive.Awaitable
-
Block until future is completed, throws only unchecked exceptions.
- await(Duration) - Method in interface io.helidon.faulttolerance.Retry.WaitStrategy
-
Wait before the next attempt.
- await(Duration) - Method in interface io.helidon.messaging.ConnectorDelivery
-
Await delivery termination for at most the supplied duration and propagate its processing failure.
- Awaitable<T> - Interface in io.helidon.common.reactive
-
Makes intentional blocking when waiting for
CompletableFuturemore convenient withAwaitable.await()andAwaitable.await(long, java.util.concurrent.TimeUnit)methods. - awaitNextFrame(Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Await next frame, blocks until next frame arrive.
- awaitResponse(String, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Wait for text coming from socket.
- awaitRunning() - Method in interface io.helidon.messaging.IncomingConnectorContext
-
Report that transport resources are ready and wait until the owning graph is running.
B
- B3 - Enum constant in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
Zipkin B3 trace context propagation using a single header.
- B3 - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
Zipkin B3 trace context propagation using a single header.
- B3MULTI - Enum constant in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
Zipkin B3 trace context propagation using multiple headers.
- B3MULTI - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
Zipkin B3 trace context propagation using multiple headers.
- backlog() - Method in interface io.helidon.webserver.ListenerConfig
-
Accept backlog.
- backlog() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Accept backlog.
- backlog() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- backlog(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Accept backlog.
- backoffRatio() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Backoff ratio to use for the algorithm.
- backoffRatio() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- backoffRatio() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Backoff ratio to use for the algorithm.
- backoffRatio(double) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Backoff ratio to use for the algorithm.
- BACKSLASH_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
\byte. - BACKTICK_IDENTIFIER - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
A backtick-quoted identifier.
- backwardCompatibleEol() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Whether to use old approach to EOL processing in signed data.
- backwardCompatibleEol(Boolean) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Enable support for Helidon versions before 3.0.0 (exclusive).
- backwardCompatibleEol(Boolean) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Enable support for Helidon versions before 3.0.0 (exclusive).
- BAD_GATEWAY - Static variable in class io.helidon.websocket.WsCloseCodes
-
Server acting as gateway received an invalid response.
- BAD_GATEWAY_502 - Static variable in class io.helidon.http.Status
-
502 Bad Gateway, see HTTP/1.1 documentation.
- BAD_GATEWAY_502_CODE - Static variable in class io.helidon.http.Status
-
502 Bad Gateway, see HTTP/1.1 documentation.
- BAD_REQUEST - Enum constant in enum class io.helidon.common.reactive.SubscriptionHelper
-
The singleton instance indicating a subscription requested with non-positive.
- BAD_REQUEST - Enum constant in enum class io.helidon.http.DirectHandler.EventType
-
Bad request, such as invalid path, header.
- BAD_REQUEST_400 - Static variable in class io.helidon.http.Status
-
400 Bad Request, see HTTP/1.1 documentation.
- BAD_REQUEST_400_CODE - Static variable in class io.helidon.http.Status
-
400 Bad Request, see HTTP/1.1 documentation.
- BAD_REQUEST_EXCEPTION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Bad request exception.
- badRequest(AtomicReference) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Atomically swap in the
SubscriptionHelper.BAD_REQUESTinstance, if and only if previous value is null. - BadRequestException - Exception Class in io.helidon.http
-
A runtime exception indicating a
bad request. - BadRequestException(String) - Constructor for exception class io.helidon.http.BadRequestException
-
Creates
BadRequestException. - BadRequestException(String, Throwable) - Constructor for exception class io.helidon.http.BadRequestException
-
Creates
BadRequestException. - baggage() - Method in interface io.helidon.tracing.Span
-
Returns writable baggage associated with this span.
- baggage() - Method in interface io.helidon.tracing.SpanContext
-
Returns the baggage extractable from the span context.
- Baggage - Interface in io.helidon.tracing
-
Behavior common to all baggage implementations.
- BAGGAGE - Enum constant in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
W3C baggage propagation.
- BAGGAGE - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
W3C baggage propagation.
- BASE - Static variable in class io.helidon.metrics.api.Meter.Scope
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope values, and this constant will be removed.
- BASE2_EXPONENTIAL_BUCKET_HISTOGRAM - Enum constant in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Aggregates measurements into a base-2 exponential histogram using default or explicit maximum number of buckets and maximum scale.
- BASE2_EXPONENTIAL_BUCKET_HISTOGRAM - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationType
-
Base 2 exponential bucket.
- Base2ExponentialHistogramAggregationConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for the base 2 exponential histogram aggregation.
- Base2ExponentialHistogramAggregationConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
Base2ExponentialHistogramAggregationConfig. - Base2ExponentialHistogramAggregationConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
Base2ExponentialHistogramAggregationConfig. - Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Base2ExponentialHistogramAggregationConfigImpl(Base2ExponentialHistogramAggregationConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
-
Create an instance providing a builder.
- Base64Value - Class in io.helidon.common
-
Base64 wrapper.
- baseAddress() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Base address used by the client in all requests.
- baseAddress() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base address used by the client in all requests.
- baseAddress() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- baseAddress(SocketAddress) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base address used by the client in all requests.
- BaseBuilder<B,
T> - Class in io.helidon.security.providers.oidc.common -
Base builder of the OIDC config components.
- baseFragment() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Base fragment used by the client in all requests (unless overwritten on per-request basis).
- baseFragment() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base fragment used by the client in all requests (unless overwritten on per-request basis).
- baseFragment() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- baseFragment(UriFragment) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base fragment used by the client in all requests (unless overwritten on per-request basis).
- BaseGenerator - Class in io.helidon.data.codegen.common
-
Base code generator.
- BaseGenerator() - Constructor for class io.helidon.data.codegen.common.BaseGenerator
-
Create an instance of generator base class.
- BaseHandlerConfig - Interface in io.helidon.webserver.staticcontent
-
Configuration of static content handlers that is common for classpath and file system based handlers.
- BaseHandlerConfig.Builder - Class in io.helidon.webserver.staticcontent
-
Fluent API builder for
BaseHandlerConfig. - BaseHandlerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.staticcontent
-
Fluent API builder base for
BaseHandlerConfig. - BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl - Class in io.helidon.webserver.staticcontent
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- BaseHandlerConfigImpl(BaseHandlerConfig.BuilderBase) - Constructor for class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
-
Create an instance providing a builder.
- BasePersistenceGenerator - Class in io.helidon.data.codegen.common
-
Specific persistence provider (e.g.
- BasePersistenceGenerator() - Constructor for class io.helidon.data.codegen.common.BasePersistenceGenerator
-
Creates an instance of specific persistence provider generator base class.
- baseQuery() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Base query used by the client in all requests.
- baseQuery() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base query used by the client in all requests.
- baseQuery() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- baseQuery(UriQuery) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base query used by the client in all requests.
- BaseRepositoryGenerator - Class in io.helidon.data.codegen.common
-
Base implementation for Data repository generators such as Jakarta Data.
- BaseRepositoryGenerator() - Constructor for class io.helidon.data.codegen.common.BaseRepositoryGenerator
-
Creates an instance of specific data repository generator base class.
- BaseRepositoryGenerator.GeneratorFactory - Interface in io.helidon.data.codegen.common
-
Repository interface generator factory.
- BaseRepositoryInterfaceGenerator - Class in io.helidon.data.codegen.common
-
Data repository interface code generator base class.
- BaseRepositoryInterfaceGenerator(RepositoryInfo, ClassModel.Builder, CodegenContext, PersistenceGenerator) - Constructor for class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Creates an instance of data repository interface code generator base class.
- BaseRepositoryMethodsGenerator - Class in io.helidon.data.codegen.common
-
Data repository interface code generator base class for methods generators.
- BaseRepositoryMethodsGenerator(RepositoryInfo, ClassModel.Builder, CodegenContext, PersistenceGenerator) - Constructor for class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
-
Creates an instance of data repository interface code generator base class for methods generators.
- baseScopes() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Base scopes to require from OIDC server.
- baseScopes() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- baseScopes(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Configure base scopes.
- baseTimeUnit() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Base time unit for timers.
- baseTimeUnit() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Base time unit for timers.
- baseTimeUnit() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- baseTimeUnit(TimeUnit) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Base time unit for timers.
- baseType(Class) - Method in class io.helidon.common.GenericType.Builder
-
Sets the base type for this generic type.
- baseUnit() - Method in interface io.helidon.metrics.api.Meter
-
Returns the meter's base unit.
- baseUnit() - Method in interface io.helidon.metrics.api.Meter.Builder
-
Returns the base unit the builder will use.
- baseUnit(String) - Method in interface io.helidon.metrics.api.Meter.Builder
-
Sets the units.
- baseUnit(String) - Method in interface io.helidon.metrics.api.Timer.Builder
-
Units for the timer; developers are encouraged to use
Timer.Builder.baseUnit(java.util.concurrent.TimeUnit)instead. - baseUnit(TimeUnit) - Method in interface io.helidon.metrics.api.Timer.Builder
-
Units for the timer.
- baseUri() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Base uri used by the client in all requests.
- baseUri() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base uri used by the client in all requests.
- baseUri() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- baseUri() - Method in class io.helidon.webclient.grpc.GrpcChannel
-
Gets base URI for this gRPC client.
- baseUri(ClientUri) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base uri used by the client in all requests.
- baseUri(String) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base URI of the client.
- baseUri(String) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Base URI of the client.
- baseUri(URI) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base URI of the client.
- baseUri(URI) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Base URI of the client.
- BASIC - Enum constant in enum class io.helidon.common.SerializationConfig.TraceOption
-
Basic tracing will only trace attempts to deserialize a class, and only once for each class.
- batch() - Method in exception class io.helidon.messaging.BatchDeliveryException
-
Original batch.
- batch() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Create a JSON-RPC batch request.
- batch(String) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Create a JSON-RPC batch request and set the path related to the base URI.
- BATCH - Enum constant in enum class io.helidon.telemetry.otelconfig.ProcessorType
-
Batch Processor.
- BATCH - Enum constant in enum class io.helidon.tracing.SpanProcessorType
-
Batch Span Processor.
- BatchDeliveryException - Exception Class in io.helidon.messaging
-
Structured partial or indeterminate batch delivery failure.
- BatchDeliveryException(String, Throwable, MessageBatch, List) - Constructor for exception class io.helidon.messaging.BatchDeliveryException
-
Create a structured batch failure.
- batchHandler(ServiceDescriptor, List, TypedElementInfo, MessagingEntryPoint.BatchHandler) - Method in interface io.helidon.messaging.MessagingEntryPoint.EntryPoints
-
Create an intercepted batch handler for an original service method.
- BatchItemOutcome - Class in io.helidon.messaging
-
Indexed outcome of one message in a failed batch delivery.
- BatchItemStatus - Enum Class in io.helidon.messaging
-
Outcome of one message in a failed batch delivery.
- BatchProcessorConfig - Interface in io.helidon.telemetry.otelconfig
-
Configuration for a batch processor.
- BatchProcessorConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
BatchProcessorConfig. - BatchProcessorConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
BatchProcessorConfig. - BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- BatchProcessorConfigImpl(BatchProcessorConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
-
Create an instance providing a builder.
- batchSink(MessagingChannel, Consumer) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add a message batch sink.
- batchSize() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Number of measurements to send in a single request to the backend.
- batchSize() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Number of measurements to send in a single request to the backend.
- batchSize() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- batchSize(int) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Number of measurements to send in a single request to the backend.
- BEAN - Enum constant in enum class io.helidon.common.AccessorStyle
-
Accessor are identified with the get/set prefix as in Java beans.
- beanStyle() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
Whether to use bean style setters and getters, or not (default is not).
- bearerFormat() - Element in annotation interface io.helidon.openapi.OpenApi.HttpSecurityScheme
-
Bearer format.
- bearerFormat() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
Bearer format.
- bearerFormat(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set bearer format.
- Before - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Beforeoperator. - beforeAll(ExtensionContext) - Method in class io.helidon.testing.junit5.suite.SuiteExtension
- beforeAll(ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- beforeAll(ExtensionContext) - Method in interface io.helidon.webserver.testing.junit5.spi.HelidonJunitExtension
- beforeEach(ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- beforeEach(ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.Http1DirectJunitExtension
- beforeEach(ExtensionContext) - Method in interface io.helidon.webserver.testing.junit5.spi.HelidonJunitExtension
- beforeEnd(Span) - Method in interface io.helidon.webserver.observe.tracing.TracingSemanticConventions
-
Applies semantic conventions to the
Spanafter Helidon has successfully processed the request and prepared the response and just before it ends the span; that is, Helidon has set the response status and entity (if any) and no exception escaped from the request processing. - beforeEnd(Span, Exception) - Method in interface io.helidon.webserver.observe.tracing.TracingSemanticConventions
-
Applies semantic conventions the
Spanafter Helidon has attempted to process the request just before Helidon ends the span unsuccessfully (with an exception). - beforeExecute(Thread, Runnable) - Method in class io.helidon.common.configurable.ThreadPool
- beforeSend() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Execute before send runnables.
- beforeSend(Runnable) - Method in interface io.helidon.webserver.http.ServerResponse
-
Executed right before the first byte is written to the socket (including response status and headers).
- beforeSend(Runnable) - Method in class io.helidon.webserver.http.ServerResponseBase
- beforeStart() - Method in class io.helidon.webserver.grpc.GrpcRouting
- beforeStart() - Method in class io.helidon.webserver.http.Filters
- beforeStart() - Method in class io.helidon.webserver.http1.Http1Route
- beforeStart() - Method in class io.helidon.webserver.http2.Http2Route
- beforeStart() - Method in interface io.helidon.webserver.Router
-
This is called before server opens ports.
- beforeStart() - Method in interface io.helidon.webserver.ServerLifecycle
-
Before server start.
- beforeStart() - Method in class io.helidon.webserver.websocket.WsRouting
- beforeStart(Span.Builder) - Method in interface io.helidon.webserver.observe.tracing.TracingSemanticConventions
-
Applies semantic conventions to the
Span.Builderjust prior to Helidon using the span builder to create the span for the request. - beforeTestExecution(ExtensionContext) - Method in class io.helidon.common.testing.junit5.RestoreSystemPropertiesExt
- beforeTrailers() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Gets consumer for server response trailers if registered on this response.
- beforeTrailers(Consumer) - Method in interface io.helidon.webserver.http.ServerResponse
-
Callback to update any last minute trailers before they are written to the output stream.
- beforeTrailers(Consumer) - Method in class io.helidon.webserver.http.ServerResponseBase
- begin(String) - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
New transaction was created.
- belongsToService(TypeInfo, TypedElementInfo) - Static method in class io.helidon.declarative.codegen.common.DeclarativeElementInfo
-
Whether an effective element belongs to the service type being processed.
- best(List) - Method in class io.helidon.http.encoding.AcceptEncoding
-
Select the best runtime encoding from the available codings.
- bestAccepted(MediaType...) - Method in interface io.helidon.http.ServerRequestHeaders
-
Optionally returns a single media type from the given media types that is the best one accepted by the client.
- between(LocalTime, LocalTime) - Static method in class io.helidon.security.abac.time.TimeValidator.TimeConfig
-
Create a time config for a check between times within a day.
- Between - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Betweenoperator. - bidi(Descriptors.FileDescriptor, String, String, ServerCalls.BidiStreamingMethod) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Bidirectional route.
- bidi(String, ServerCalls.BidiStreamingMethod) - Method in interface io.helidon.webserver.grpc.GrpcService.Routing
-
Bidirectional route.
- bidi(String, StreamObserver) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
gRPC bidirectional call using
StreamObserver. - bidi(String, Iterator) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
gRPC bidirectional call using
Iterator. - BIDI_STREAMING - Enum constant in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Bidirectional-streaming call.
- bidirectional(Object[], MethodHandler.BidirectionalClient) - Method in interface io.helidon.grpc.core.MethodHandler
-
Handle a bi-directional client call.
- bidirectional(String, ServerCalls.BidiStreamingMethod) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- bidirectional(String, ServerCalls.BidiStreamingMethod) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register bi-directional streaming method for the service.
- bidirectional(String, ServerCalls.BidiStreamingMethod, GrpcMethodDescriptor.Configurer) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- bidirectional(String, ServerCalls.BidiStreamingMethod, GrpcMethodDescriptor.Configurer) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register bi-directional streaming method for the service.
- bidirectional(String, String) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new bidirectional
GrpcClientMethodDescriptor.Builderwith the specified name. - bidirectional(String, Stream) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
gRPC bidirectional call using resource-owning
Streams. - bidirectional(Function, StreamObserver) - Static method in class io.helidon.webserver.grpc.GrpcStreams
-
Create a bidirectional request observer backed by a non-collecting request stream.
- BIDIRECTIONAL - Enum constant in enum class io.helidon.http.HttpTransportObserver.Direction
-
Bidirectional stream.
- bidiStreaming(String, StreamObserver) - Method in interface io.helidon.grpc.core.MethodHandler.BidirectionalClient
-
Perform a bidirectional client call.
- BIG_DECIMAL - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
BigDecimaltype. - BIG_INTEGER - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
BigIntegertype. - BigDecimalConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
BigDecimalConverter. - BigDecimalConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
-
Constructor with no side effects
- bigDecimalValue() - Method in class io.helidon.json.JsonNumber
-
Return the BigDecimal value of this JsonNumber.
- BigIntegerConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
BigIntegerConverter. - BigIntegerConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
-
Constructor with no side effects
- bigIntegerValue() - Method in class io.helidon.json.JsonNumber
-
Return the BigInteger value of this JsonNumber.
- bigIntegerValue(String) - Method in class io.helidon.json.JsonObject
-
Return the BigInteger value associated with the specified key as an Optional.
- bigIntegerValue(String, BigInteger) - Method in class io.helidon.json.JsonObject
-
Return the BigInteger value associated with the specified key, or the default value if the key is not present.
- BINARY - Enum constant in enum class io.helidon.websocket.WsOpCode
-
Payload frame with binary payload.
- BINARY_BI - Enum constant in enum class io.helidon.common.Size.UnitKind
-
The multiplier always contains
i, the second is upper case B, such aseB, KiB, MiB. - BINARY_CONTENT - Enum constant in enum class io.helidon.common.configurable.Resource.Source
-
Resource was created with binary content.
- BINARY_UPPER_CASE - Enum constant in enum class io.helidon.common.Size.UnitKind
-
All letters are upper case, such as
B, KB, MB. - binaryBufferData(WsSession, BufferData, boolean, Functions.CheckedConsumer) - Method in class io.helidon.websocket.WsListenerBase
-
Process a binary message chunk as buffer data.
- binaryByteArray(WsSession, BufferData, boolean, Functions.CheckedConsumer) - Method in class io.helidon.websocket.WsListenerBase
-
Process a binary message chunk as a byte array.
- binaryByteBuffer(WsSession, BufferData, boolean, Functions.CheckedConsumer) - Method in class io.helidon.websocket.WsListenerBase
-
Process a binary message chunk as a byte buffer.
- BinaryDataConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
BinaryDataConverter. - BinaryDataConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
-
Constructor with no side effects
- binaryInputStream(WsSession, BufferData, boolean, Functions.CheckedConsumer) - Method in class io.helidon.websocket.WsListenerBase
-
Process a binary message chunk as an input stream.
- bind(int, Object) - Method in interface io.helidon.data.jdbc.JdbcClient.Statement
-
Binds a supported scalar value that is not
null. - bind(Dependency, ServiceInfo...) - Method in interface io.helidon.service.registry.DependencyPlanBinder.Binder
-
Binds a single service to the injection point identified by the id.
- bindAddress() - Method in interface io.helidon.webserver.ListenerConfig
-
The TCP address to bind to (
<host>:<port>); Unix domain addresses are rejected and must instead usebindings.uds.socket. - bindAddress() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
The TCP address to bind to (
<host>:<port>); Unix domain addresses are rejected and must instead usebindings.uds.socket. - bindAddress() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- bindAddress(SocketAddress) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
The TCP address to bind to (
<host>:<port>); Unix domain addresses are rejected and must instead usebindings.uds.socket. - binding(DependencyPlanBinder) - Method in interface io.helidon.service.registry.Binding
-
For each service in this application, bind services that satisfy its injection points.
- binding(DependencyPlanBinder) - Method in class io.helidon.service.registry.EmptyBinding
- Binding - Interface in io.helidon.service.registry
-
A binding instance, if available at runtime, will be expected to provide a plan for all service provider's injection points.
- BINDING_CLASS_NAME - Static variable in class io.helidon.service.codegen.ServiceBindingCodegenProvider
-
Default binding class name.
- bindingClassName() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
- bindingFactories() - Method in interface io.helidon.json.binding.JsonBindingConfig
-
Registered generic type binding factories.
- bindingFactories() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered generic type binding factories.
- bindingFactories() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- bindingFactories(List) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered generic type binding factories.
- bindingFactoriesDiscoverServices() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service discovery flag for
JsonBindingConfig.BuilderBase.bindingFactories(). - bindingFactoriesDiscoverServices(boolean) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service discovery flag for
JsonBindingConfig.BuilderBase.bindingFactories(). - BindingPlanContext - Interface in io.helidon.webserver
-
Listener configuration view used while planning transport bindings.
- bindings() - Method in interface io.helidon.webserver.ListenerConfig
-
Transport bindings that serve this listener are configured as one object keyed by binding type; list form and nested
nameortypeare invalid, and built-in TCP remains enabled unlessbindings.tcp.enabled=false. - bindings() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Transport bindings that serve this listener are configured as one object keyed by binding type; list form and nested
nameortypeare invalid, and built-in TCP remains enabled unlessbindings.tcp.enabled=false. - bindings() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- bindings(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Transport bindings that serve this listener are configured as one object keyed by binding type; list form and nested
nameortypeare invalid, and built-in TCP remains enabled unlessbindings.tcp.enabled=false. - bindingsDiscoverServices() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.bindings(). - bindingsDiscoverServices(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.bindings(). - bindNull(JdbcClient.Statement, int, JDBCType) - Static method in class io.helidon.data.jdbc.GeneratedJdbcData
-
Binds SQL
NULLfor a generated declarative repository. - birthday() - Method in class io.helidon.security.jwt.Jwt
-
Birthday claim.
- birthday(LocalDate) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Birthday of the subject.
- BITS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
Represents bits.
- blacklistedExceptions() - Method in interface io.helidon.graphql.server.InvocationHandler
-
Configured set of exceptions that are blacklisted.
- BLOCK_COMMENT - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
A block comment.
- blockTags() - Method in interface io.helidon.codegen.JavadocTree.Document
-
Get the block tags of a documentation comment.
- blockTillUpdate() - Method in interface io.helidon.http.http2.FlowControl.Outbound
-
Block until a window size update happens.
- blockTillUpdate() - Method in interface io.helidon.http.http2.WindowSize.Outbound
-
Block until window size update.
- blockTimeout(Duration) - Method in class io.helidon.http.http2.ConnectionFlowControl.ConnectionFlowControlBuilder
-
Timeout for blocking between windows size check iterations.
- blueprint() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Blueprint type info.
- blueprint() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Blueprint type info.
- blueprint() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- blueprint(TypeInfo) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Blueprint type info.
- blueprint(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Blueprint type info.
- blueprint(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Blueprint type info.
- body() - Method in interface io.helidon.codegen.JavadocTree.BlockTag
-
Block tag body.
- body() - Method in interface io.helidon.codegen.JavadocTree.Document
-
Get the body of a documentation comment, appearing after the first sentence, and before any block tags.
- body() - Method in interface io.helidon.codegen.JavadocTree.InlineTag
-
Inline tag body.
- BOOLEAN - Enum constant in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryReturnType
-
Boolean value for
Exists. - BOOLEAN - Enum constant in enum class io.helidon.json.JsonValueType
-
Boolean value type.
- BOOLEAN - Enum constant in enum class io.helidon.json.schema.SchemaType
-
Json schema boolean type.
- BOOLEAN - Enum constant in enum class io.helidon.metadata.hson.Hson.Type
-
Boolean value.
- booleanArray(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get boolean array value.
- BooleanArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
BooleanArrayConverter. - BooleanArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- booleanAttributes() - Method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
Boolean attributes.
- booleanAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Boolean attributes.
- booleanAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
- booleanAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Boolean attributes.
- BooleanConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
BooleanConverter. - BooleanConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
-
Constructor with no side effects
- BooleanFalseValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
BooleanFalseValidatorProvider. - BooleanFalseValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- booleanProperties() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Jsonb
booleanconfiguration properties. - booleanProperties() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- booleanProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all boolean properties.
- booleanProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all boolean properties.
- booleanProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- booleanProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all boolean properties.
- booleanTracerTags() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Tracer-level tags with boolean values added to all reported spans.
- booleanTracerTags() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with boolean values added to all reported spans.
- booleanTracerTags() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- booleanTracerTags(Map) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with boolean values added to all reported spans.
- BooleanTrueValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
BooleanTrueValidatorProvider. - BooleanTrueValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- booleanValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - booleanValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- booleanValue(String) - Method in class io.helidon.json.JsonObject
-
Return the boolean value associated with the specified key as an Optional.
- booleanValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get a boolean value.
- booleanValue(String, boolean) - Method in class io.helidon.json.JsonObject
-
Return the boolean value associated with the specified key, or the default value if the key is not present.
- booleanValue(String, boolean) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get a boolean value with default if not defined.
- booleanValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - booleanValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- Bootstrapping - Section in package io.helidon.security
- bound(TypeName) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Type this argument is bound to.
- bound(Class) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Type this argument is bound to.
- bound(String) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Type this argument is bound to.
- boundary() - Method in interface io.helidon.metrics.api.Bucket
-
Returns the bucket boundary.
- boundary(TimeUnit) - Method in interface io.helidon.metrics.api.Bucket
-
Returns the bucket boundary interpreted as a time in nanoseconds and expressed in the specified
TimeUnit. - boundPort() - Method in interface io.helidon.webserver.TransportBindingContext
-
First bound listener port, if any.
- boxed() - Method in class io.helidon.codegen.classmodel.TypeArgument
- boxed() - Method in interface io.helidon.common.types.TypeName
-
Return the boxed equivalent of this type.
- BOXED_BOOLEAN - Static variable in class io.helidon.common.types.TypeNames
-
Boxed boolean type.
- BOXED_BYTE - Static variable in class io.helidon.common.types.TypeNames
-
Boxed byte type.
- BOXED_CHAR - Static variable in class io.helidon.common.types.TypeNames
-
Boxed char type.
- BOXED_DOUBLE - Static variable in class io.helidon.common.types.TypeNames
-
Boxed double type.
- BOXED_FLOAT - Static variable in class io.helidon.common.types.TypeNames
-
Boxed float type.
- BOXED_INT - Static variable in class io.helidon.common.types.TypeNames
-
Boxed int type.
- BOXED_LONG - Static variable in class io.helidon.common.types.TypeNames
-
Boxed long type.
- BOXED_SHORT - Static variable in class io.helidon.common.types.TypeNames
-
Boxed short type.
- BOXED_VOID - Static variable in class io.helidon.common.types.TypeNames
-
Boxed void type.
- BRACE_CLOSE_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
} byte.
- BRACE_OPEN_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
{ byte.
- BRACKET_IDENTIFIER - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
A bracket-quoted identifier.
- Bucket - Interface in io.helidon.metrics.api
-
Representation of a histogram bucket, including the boundary value and the count of observations in that bucket.
- bucketBoundaries() - Method in interface io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
-
Explicit bucket boundaries.
- bucketBoundaries() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Explicit bucket boundaries.
- bucketBoundaries() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImpl
- bucketBoundaries(List) - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Explicit bucket boundaries.
- buckets() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig
-
Returns the configured boundary boundaries.
- buckets() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Returns the buckets.
- buckets() - Method in interface io.helidon.metrics.api.Timer.Builder
-
Returns the bucket boundary values set in the builder, if any.
- buckets(double...) - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Sets the boundary boundaries.
- buckets(Iterable) - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Sets the boundary boundaries.
- buckets(Duration...) - Method in interface io.helidon.metrics.api.Timer.Builder
-
Sets the boundary boundaries.
- buffer() - Method in interface io.helidon.http.media.ReadableEntity
-
If called before
ReadableEntity.inputStream(), it will buffer the entity and support multiple calls toReadableEntity.inputStream()after that. - buffer() - Method in class io.helidon.http.media.ReadableEntityBase
- buffer(Queue) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher.Builder
-
Set up custom buffer queue implementation for the emitter to use.
- BUFFER_DATA - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Buffer data from common buffers.
- bufferCapacity(int) - Method in class io.helidon.common.reactive.IoMulti.MultiFromByteChannelBuilder
-
Capacity of byte buffer in number of bytes.
- BufferData - Interface in io.helidon.common.buffers
-
Wrapper around a byte array.
- BufferedEmittingPublisher<T> - Class in io.helidon.common.reactive
-
Emitting publisher for manual publishing with built-in buffer for handling backpressure.
- BufferedEmittingPublisher() - Constructor for class io.helidon.common.reactive.BufferedEmittingPublisher
-
A new buffered emitting publisher using
ConcurrentLinkedQueueas the buffer. - BufferedEmittingPublisher(Queue) - Constructor for class io.helidon.common.reactive.BufferedEmittingPublisher
-
A new buffered emitting publisher with a custom queue to be used as a buffer.
- BufferedEmittingPublisher.Builder<T> - Class in io.helidon.common.reactive
-
Fluent API builder to create
BufferedEmittingPublisher. - bufferSize() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Estimated size of the buffer.
- build() - Method in interface io.helidon.builder.api.Prototype.Factory
-
Create a new instance of the runtime type from this config object.
- build() - Method in class io.helidon.builder.codegen.FactoryMethod.Builder
- build() - Method in class io.helidon.builder.codegen.GeneratedMethod.Builder
- build() - Method in class io.helidon.builder.codegen.OptionAllowedValue.Builder
- build() - Method in class io.helidon.builder.codegen.OptionBuilder.Builder
- build() - Method in class io.helidon.builder.codegen.OptionConfigured.Builder
- build() - Method in class io.helidon.builder.codegen.OptionDeprecation.Builder
- build() - Method in class io.helidon.builder.codegen.OptionInfo.Builder
- build() - Method in class io.helidon.builder.codegen.OptionProvider.Builder
- build() - Method in class io.helidon.builder.codegen.OptionSingular.Builder
- build() - Method in class io.helidon.builder.codegen.PrototypeConfigured.Builder
- build() - Method in class io.helidon.builder.codegen.PrototypeConstant.Builder
- build() - Method in class io.helidon.builder.codegen.PrototypeInfo.Builder
- build() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.Builder
- build() - Method in class io.helidon.codegen.classmodel.Annotation.Builder
- build() - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
- build() - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
- build() - Method in class io.helidon.codegen.classmodel.Constructor.Builder
- build() - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- build() - Method in class io.helidon.codegen.classmodel.Field.Builder
- build() - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
- build() - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
- build() - Method in class io.helidon.codegen.classmodel.Method.Builder
- build() - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- build() - Method in class io.helidon.codegen.classmodel.Returns.Builder
- build() - Method in class io.helidon.codegen.classmodel.Throws.Builder
- build() - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
- build() - Method in class io.helidon.codegen.CodegenEvent.Builder
- build() - Method in class io.helidon.codegen.compiler.CompilerOptions.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.codegen.ModuleInfo.Builder
- build() - Method in interface io.helidon.common.Builder
-
Build the instance from this builder.
- build() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.configurable.AllowListConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.configurable.ResourceConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.configurable.ThreadPoolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.context.Context.Builder
- build() - Method in class io.helidon.common.context.http.ContextRecordConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.crypto.AsymmetricCipher.Builder
- build() - Method in class io.helidon.common.crypto.HashDigest.Builder
- build() - Method in class io.helidon.common.crypto.HmacDigest.Builder
- build() - Method in class io.helidon.common.crypto.Signature.Builder
- build() - Method in class io.helidon.common.crypto.SymmetricCipher.Builder
- build() - Method in class io.helidon.common.features.metadata.Aot.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.features.metadata.Deprecation.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.features.metadata.FeatureMetadata.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.GenericType.Builder
-
Builds the GenericType instance.
- build() - Method in class io.helidon.common.HelidonServiceLoader.Builder
- build() - Method in class io.helidon.common.mapper.MappersConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.parameters.Parameters.Builder
- build() - Method in class io.helidon.common.pki.Keys.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.pki.KeystoreKeys.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.pki.PemKeys.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher.Builder
- build() - Method in class io.helidon.common.reactive.IoMulti.MultiFromByteChannelBuilder
- build() - Method in class io.helidon.common.reactive.IoMulti.MultiFromInputStreamBuilder
- build() - Method in class io.helidon.common.reactive.IoMulti.MultiToByteChannelBuilder
- build() - Method in class io.helidon.common.reactive.IoMulti.OutputStreamMultiBuilder
- build() - Method in class io.helidon.common.reactive.MultiTappedPublisher.Builder
- build() - Method in class io.helidon.common.SerializationConfig.Builder
- build() - Method in class io.helidon.common.socket.SocketOptions.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.tls.RevocationConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.tls.TlsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.common.tls.TlsMaterial.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.common.types.Annotation.Builder
- build() - Method in class io.helidon.common.types.ModuleInfoExports.Builder
- build() - Method in class io.helidon.common.types.ModuleInfoOpens.Builder
- build() - Method in class io.helidon.common.types.ModuleInfoProvides.Builder
- build() - Method in class io.helidon.common.types.ModuleInfoRequires.Builder
- build() - Method in class io.helidon.common.types.ModuleInfoUses.Builder
- build() - Method in class io.helidon.common.types.ModuleTypeInfo.Builder
- build() - Method in class io.helidon.common.types.TypedElementInfo.Builder
- build() - Method in class io.helidon.common.types.TypeInfo.Builder
- build() - Method in class io.helidon.common.types.TypeName.Builder
- build() - Method in class io.helidon.common.uri.UriInfo.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.config.ClasspathConfigSource.Builder
-
Builds new instance of Classpath ConfigSource.
- build() - Method in class io.helidon.config.ClasspathOverrideSource.Builder
-
Builds new instance of Classpath OverrideSource.
- build() - Method in interface io.helidon.config.Config.Builder
-
Builds new instance of
Config. - build() - Method in class io.helidon.config.ConfigFilters.ValueResolvingBuilder
-
Creates a function of values reference resolving.
- build() - Method in class io.helidon.config.ConfigItem.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.config.ConfigSources.SystemPropertiesConfigSource.Builder
- build() - Method in class io.helidon.config.DirectoryConfigSource.Builder
-
Builds new instance of Directory ConfigSource.
- build() - Method in class io.helidon.config.FileConfigSource.Builder
-
Builds new instance of File ConfigSource.
- build() - Method in class io.helidon.config.FileOverrideSource.Builder
-
Builds new instance of File ConfigSource.
- build() - Method in class io.helidon.config.FileSystemWatcher.Builder
- build() - Method in class io.helidon.config.hocon.HoconConfigParserBuilder
-
Builds new instance of HOCON ConfigParser.
- build() - Method in class io.helidon.config.InMemoryOverrideSource.Builder
- build() - Method in class io.helidon.config.ListNodeBuilderImpl
- build() - Method in class io.helidon.config.MapConfigSource.Builder
- build() - Method in class io.helidon.config.ObjectNodeBuilderImpl
- build() - Method in class io.helidon.config.PollingStrategies.ScheduledBuilder
-
Builds a new polling strategy.
- build() - Method in class io.helidon.config.ScheduledPollingStrategy.Builder
- build() - Method in class io.helidon.config.ScheduledPollingStrategy.RecurringPolicy.AdaptiveBuilder
-
Builds a new recurring policy.
- build() - Method in class io.helidon.config.SimpleRetryPolicy.Builder
- build() - Method in class io.helidon.config.spi.ConfigContent.NodeContent.Builder
- build() - Method in class io.helidon.config.spi.ConfigContent.OverrideContent.Builder
- build() - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode.Builder
-
Build new instance of
ConfigNode.ObjectNode. - build() - Method in class io.helidon.config.spi.ConfigParser.Content.Builder
- build() - Method in class io.helidon.config.UrlConfigSource.Builder
-
Builds new instance of Url ConfigSource.
- build() - Method in class io.helidon.config.UrlOverrideSource.Builder
-
Builds new instance of Url ConfigSource.
- build() - Method in class io.helidon.data.codegen.common.MethodParams.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.codegen.query.Criteria.Builder
- build() - Method in class io.helidon.data.codegen.query.CriteriaCondition.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.codegen.query.DataQuery.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.codegen.query.Order.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.codegen.query.OrderExpression.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.codegen.query.Projection.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.codegen.query.Property.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.jdbc.JdbcClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.data.Order.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.PageRequest.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.Sort.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.sql.common.ConnectionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.sql.common.SqlConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.dbclient.DbClient.Builder
-
Build provider specific database handler.
- build() - Method in class io.helidon.dbclient.DbClientBuilderBase
- build() - Method in class io.helidon.dbclient.DbClientContext.Builder
- build() - Method in class io.helidon.dbclient.DbExecuteContext.Builder
- build() - Method in class io.helidon.dbclient.DbMapperManager.Builder
- build() - Method in class io.helidon.dbclient.DbStatements.Builder
- build() - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
- build() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.dbclient.tracing.DbClientTracing.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.faulttolerance.AsyncConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.faulttolerance.BulkheadConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.faulttolerance.FallbackConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.faulttolerance.FaultTolerance.Builder
- build() - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
- build() - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy.Builder
- build() - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy.Builder
- build() - Method in class io.helidon.faulttolerance.RetryConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.faulttolerance.TimeoutConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.graphql.server.InvocationHandler.Builder
- build() - Method in class io.helidon.health.checks.DiskSpaceHealthCheck.Builder
- build() - Method in class io.helidon.health.checks.HeapMemoryHealthCheck.Builder
- build() - Method in class io.helidon.health.HealthCheckResponse.Builder
- build() - Method in class io.helidon.http.ContentDisposition.Builder
- build() - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
- build() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.http2.ConnectionFlowControl.ConnectionFlowControlBuilder
- build() - Method in class io.helidon.http.http2.Http2Settings.Builder
- build() - Method in class io.helidon.http.HttpConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.HttpLogConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.HttpMediaType.Builder
- build() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.media.json.JsonSupportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.media.MediaContextConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.http.media.MediaSupportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.http.media.multipart.WriteableMultiPart.Builder
- build() - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
- build() - Method in class io.helidon.http.RequestedUriDiscoveryContext.Builder
- build() - Method in class io.helidon.http.RequestException.Builder
- build() - Method in class io.helidon.http.SetCookie.Builder
- build() - Method in class io.helidon.http.sse.SseEvent.Builder
- build() - Method in class io.helidon.json.binding.JsonBindingConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.json.JsonObject.Builder
-
Builds the JsonObject from the current builder state.
- build() - Method in class io.helidon.json.schema.Schema.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaArray.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaBoolean.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaInteger.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaItem.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaNull.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaNumber.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaObject.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.schema.SchemaString.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.json.smile.SmileConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.DeadLetterConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.FailurePolicy.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.MessageBatchConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.MessageConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Create an immutable ordered snapshot.
- build() - Method in class io.helidon.messaging.MessageMetadata.Builder
-
Create an immutable metadata snapshot.
- build() - Method in class io.helidon.messaging.MessagingChannel.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.MessagingConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.MessagingExecutionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.MessagingFailureConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.Builder
-
Create an instance from this builder.
- build() - Method in interface io.helidon.metrics.api.ComponentMetricsSettings.Builder
-
Constructs a
ComponentMetricsSettingsobject from the builder. - build() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.metrics.api.MetricsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.metrics.api.ScopeConfig.Builder
-
Deprecated.Create an instance from this builder.
- build() - Method in class io.helidon.metrics.api.ScopingConfig.Builder
-
Deprecated.Create an instance from this builder.
- build() - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
- build() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.openapi.OpenApiDocument.Builder
- build() - Method in class io.helidon.openapi.OpenApiDocument.CallbackBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ContactBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ExternalDocsBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.LicenseBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.SecurityRequirementBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ServerBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.ServerVariableBuilder
- build() - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
- build() - Method in class io.helidon.openapi.OpenApiFeatureConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.scheduling.CronConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.scheduling.FixedRateConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.scheduling.TaskConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.security.abac.policy.PolicyValidator.Builder
- build() - Method in class io.helidon.security.abac.policy.PolicyValidator.PolicyConfig.Builder
- build() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
- build() - Method in class io.helidon.security.abac.scope.ScopeValidator.Builder
- build() - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
- build() - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Build authentication response.
- build() - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Create a new authorization response based on this builder.
- build() - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Build a function to create an instance of this provider as expected by
Security.Builder.providerSelectionPolicy(Function). - build() - Method in class io.helidon.security.EndpointConfig.Builder
- build() - Method in class io.helidon.security.Grant.Builder
- build() - Method in class io.helidon.security.jwt.AudienceValidator.Builder
- build() - Method in class io.helidon.security.jwt.EncryptedJwt.Builder
- build() - Method in class io.helidon.security.jwt.ExpirationValidator.Builder
- build() - Method in class io.helidon.security.jwt.FieldValidator.Builder
- build() - Method in class io.helidon.security.jwt.IssueTimeValidator.Builder
- build() - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Build a new
JwkECinstance from this builder. - build() - Method in class io.helidon.security.jwt.jwk.JwkKeys.Builder
-
Build a new keys instance.
- build() - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Build a new
JwkOctetinstance from this builder. - build() - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Build a new
JwkRSAinstance from this builder. - build() - Method in class io.helidon.security.jwt.Jwt.Builder
-
Build and instance of the
Jwt. - build() - Method in class io.helidon.security.jwt.JwtHeaders.Builder
- build() - Method in class io.helidon.security.jwt.JwtValidator.Builder
- build() - Method in class io.helidon.security.jwt.MaxTokenAgeValidator.Builder
- build() - Method in class io.helidon.security.jwt.NotBeforeValidator.Builder
- build() - Method in class io.helidon.security.jwt.UserPrincipalValidator.Builder
- build() - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
Build an instance of a security client.
- build() - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Build identity propagation response based on this builder.
- build() - Method in class io.helidon.security.Principal.Builder
- build() - Method in class io.helidon.security.providers.abac.AbacProvider.Builder
- build() - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Build a new instance of the cache based on configuration of this builder.
- build() - Method in class io.helidon.security.providers.common.OutboundConfig.Builder
-
Build targets from this builder.
- build() - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Build a
OutboundTargetinstance from this builder. - build() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
- build() - Method in class io.helidon.security.providers.common.TokenCredential.Builder
- build() - Method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig.Builder
- build() - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
- build() - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
- build() - Method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig.Builder
- build() - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
- build() - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
- build() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
- build() - Method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.Builder
- build() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
- build() - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider.Builder
- build() - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
- build() - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
- build() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
- build() - Method in class io.helidon.security.providers.oidc.common.TenantConfig.Builder
- build() - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
- build() - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
- build() - Method in class io.helidon.security.Role.Builder
- build() - Method in class io.helidon.security.Security.Builder
-
Builds configured Security instance.
- build() - Method in class io.helidon.security.SecurityClientBuilder
-
Build an instance of a security client.
- build() - Method in class io.helidon.security.SecurityContext.Builder
- build() - Method in class io.helidon.security.SecurityEnvironment.Builder
- build() - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
- build() - Method in class io.helidon.security.SecurityTime.Builder
- build() - Method in class io.helidon.security.Subject.Builder
- build() - Method in class io.helidon.security.util.TokenHandler.Builder
-
Build a new instance from this builder.
- build() - Method in class io.helidon.service.codegen.DefaultsParams.Builder
- build() - Method in class io.helidon.service.registry.ActivationRequest.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.service.registry.ActivationResult.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.service.registry.Dependency.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.service.registry.InterceptionContext.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.service.registry.Lookup.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.service.registry.Qualifier.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.service.registry.ServiceRegistryConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.tracing.config.ComponentTracingConfig.Builder
- build() - Method in class io.helidon.tracing.config.SpanLogTracingConfig.Builder
- build() - Method in class io.helidon.tracing.config.SpanTracingConfig.Builder
- build() - Method in class io.helidon.tracing.config.TracingConfig.Builder
- build() - Method in class io.helidon.tracing.ExtendedTracerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.validation.ValidationContextConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.api.HttpClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.api.HttpConfigBase.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.api.Proxy.Builder
- build() - Method in class io.helidon.webclient.api.SniConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.api.WebClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.api.WebClientServiceResponse.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.context.WebClientContextConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
-
Builds and returns a new instance of
GrpcClientMethodDescriptor. - build() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.http1.Http1ClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.http2.Http2ClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.websocket.WsClientConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
- build() - Method in class io.helidon.webserver.accesslog.HeaderLogEntry.Builder
- build() - Method in class io.helidon.webserver.accesslog.HostLogEntry.Builder
- build() - Method in class io.helidon.webserver.accesslog.RequestLineLogEntry.Builder
- build() - Method in class io.helidon.webserver.accesslog.SizeLogEntry.Builder
- build() - Method in class io.helidon.webserver.accesslog.StatusLogEntry.Builder
- build() - Method in class io.helidon.webserver.accesslog.TimestampLogEntry.Builder
- build() - Method in class io.helidon.webserver.accesslog.TimeTakenLogEntry.Builder
- build() - Method in class io.helidon.webserver.accesslog.UserLogEntry.Builder
- build() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.context.ContextFeatureConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.cors.CorsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.cors.CorsPathConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.ErrorHandling.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
- build() - Method in class io.helidon.webserver.grpc.GrpcConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
- build() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- build() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.http.AltSvcConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.http.DirectHandlers.Builder
- build() - Method in class io.helidon.webserver.http.HttpRoute.Builder
- build() - Method in class io.helidon.webserver.http1.Http1Config.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.http2.Http2Config.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.http2.Http2ConnectionSelector.Builder
- build() - Method in class io.helidon.webserver.http2.Http2UpgradeProvider.Builder
- build() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.jsonrpc.JsonRpcRouting.Builder
-
Build a
JsonRpcRoutingwith the registered services. - build() - Method in class io.helidon.webserver.ListenerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.observe.ObserverConfigBase.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
- build() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.ProxyProtocolConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.security.PathsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.SniConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.TcpTransportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.UdsTransportConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.VirtualHostConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.WebServerConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
-
Create a new runtime instance from this prototype.
- build() - Method in class io.helidon.webserver.websocket.WsConfig.Builder
-
Create an instance from this builder.
- build() - Method in class io.helidon.webserver.websocket.WsRouting.Builder
- build() - Method in class io.helidon.websocket.WsProtocolConfig.Builder
-
Create an instance from this builder.
- buildAndGet() - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
A shortcut method to build the client and invoke
SecurityClient.get()on it. - buildAndGet() - Method in class io.helidon.security.SecurityClientBuilder
-
A shortcut method to build the client and invoke
SecurityClient.get()on it. - buildCountQuery(DataQuery, List) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build provider specific COUNT
PersistenceGenerator.QueryfromDataQuery. - builder() - Static method in interface io.helidon.builder.codegen.FactoryMethod
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.GeneratedMethod
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.OptionAllowedValue
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.OptionBuilder
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.OptionConfigured
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.OptionDeprecation
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.OptionInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.OptionProvider
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.OptionSingular
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.PrototypeConfigured
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.PrototypeConstant
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.PrototypeInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.builder.codegen.RuntimeTypeInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.codegen.classmodel.Annotation
-
New
Annotation.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.AnnotationParameter
-
Create new
AnnotationParameter.Builder. - builder() - Static method in class io.helidon.codegen.classmodel.ClassModel
-
Create new
ClassModel.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.Constructor
-
Create new
Constructor.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.EnumConstant
-
Create new
EnumConstant.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.Field
-
Create new
Field.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.InnerClass
-
Create new
InnerClass.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.Javadoc
-
Create new
Javadoc.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.Method
-
Create new
Method.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.Parameter
-
Create new
Parameter.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.Returns
-
Return new
Returns.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.Throws
-
Return new
Throws.Builderinstance. - builder() - Static method in class io.helidon.codegen.classmodel.TypeArgument
-
Return new
TypeArgument.Builderinstance. - builder() - Static method in interface io.helidon.codegen.CodegenEvent
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.codegen.compiler.CompilerOptions
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.codegen.ModuleInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.concurrency.limits.AimdLimit
-
Create a new fluent API builder to construct
AimdLimitinstance. - builder() - Static method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.concurrency.limits.FixedLimit
-
Create a new fluent API builder to construct
FixedLimitinstance. - builder() - Static method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Create a new fluent API builder to construct
ThroughputLimitinstance. - builder() - Static method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.configurable.AllowList
-
Create a fluent API builder to configure an instance.
- builder() - Static method in interface io.helidon.common.configurable.AllowListConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.configurable.Resource
-
Create a new builder to create a resource.
- builder() - Static method in interface io.helidon.common.configurable.ResourceConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Create a new fluent API builder to build thread pool supplier.
- builder() - Static method in class io.helidon.common.configurable.ServerThreadPoolSupplier
-
Create a new fluent API builder to build a thread pool supplier.
- builder() - Static method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Create a new fluent API builder to build thread pool supplier.
- builder() - Static method in interface io.helidon.common.context.Context
-
Fluent API builder for advanced configuration.
- builder() - Static method in interface io.helidon.common.context.http.ContextRecordConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.crypto.AsymmetricCipher
-
Create a new builder.
- builder() - Static method in class io.helidon.common.crypto.HashDigest
-
Create new builder.
- builder() - Static method in class io.helidon.common.crypto.HmacDigest
-
Create new builder.
- builder() - Static method in class io.helidon.common.crypto.Signature
-
Create a new builder.
- builder() - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Create a new builder.
- builder() - Static method in interface io.helidon.common.features.metadata.Aot
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.features.metadata.Deprecation
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.GenericType
-
Create a new fluent builder instance.
- builder() - Static method in interface io.helidon.common.mapper.Mappers
-
Create a new builder to customize configuration of
Mappers. - builder() - Static method in interface io.helidon.common.mapper.MappersConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.pki.Keys
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.pki.KeystoreKeys
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.pki.PemKeys
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Create new builder for BufferedEmittingPublisher.
- builder() - Static method in class io.helidon.common.SerializationConfig
-
Fluent API builder to configure options programmatically.
- builder() - Static method in interface io.helidon.common.socket.SocketOptions
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.tls.RevocationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.common.tls.Tls
-
A new fluent API builder.
- builder() - Static method in interface io.helidon.common.tls.TlsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.tls.TlsMaterial
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.Annotation
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.ModuleInfoExports
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.ModuleInfoOpens
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.ModuleInfoProvides
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.ModuleInfoRequires
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.ModuleInfoUses
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.ModuleTypeInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.TypedElementInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.TypeInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.types.TypeName
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.common.uri.UriInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.config.ClasspathConfigSource
-
Create a new fluent API builder for classpath config source.
- builder() - Static method in class io.helidon.config.ClasspathOverrideSource
-
Create a new fluent API builder.
- builder() - Static method in interface io.helidon.config.Config
-
Provides a
Config.Builderfor creating aConfiginstance. - builder() - Static method in interface io.helidon.config.ConfigItem
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.config.DirectoryConfigSource
-
Create a fluent API builder to construct a directory config source.
- builder() - Static method in class io.helidon.config.encryption.EncryptionFilter
-
Builder to programmatically configure filter.
- builder() - Static method in class io.helidon.config.FileConfigSource
-
Get a builder instance to create a new config source.
- builder() - Static method in class io.helidon.config.FileOverrideSource
-
Create a new builder.
- builder() - Static method in class io.helidon.config.FileSystemWatcher
-
Fluent API builder for
FileSystemWatcher. - builder() - Static method in class io.helidon.config.hocon.HoconConfigParser
-
Create a new fluent API builder for a HOCON config parser.
- builder() - Static method in class io.helidon.config.MapConfigSource
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.config.ScheduledPollingStrategy
-
Fluent API builder for
ScheduledPollingStrategy. - builder() - Static method in class io.helidon.config.SimpleRetryPolicy
-
Fluent API builder for
SimpleRetryPolicy. - builder() - Static method in interface io.helidon.config.spi.ConfigContent.NodeContent
-
A fluent API builder for
ConfigContent.NodeContent. - builder() - Static method in interface io.helidon.config.spi.ConfigContent.OverrideContent
-
A fluent API builder for
ConfigContent.OverrideContent. - builder() - Static method in interface io.helidon.config.spi.ConfigNode.ListNode
-
Creates new instance of
ConfigNode.ListNode.Builder. - builder() - Static method in interface io.helidon.config.spi.ConfigNode.ObjectNode
-
Creates new instance of
ConfigNode.ObjectNode.Builder. - builder() - Static method in interface io.helidon.config.spi.ConfigParser.Content
-
A fluent API builder for
ConfigParser.Content. - builder() - Static method in class io.helidon.config.UrlConfigSource
-
A new fluent API builder.
- builder() - Static method in class io.helidon.config.UrlOverrideSource
-
Create a new fluent API builder to create URL override source.
- builder() - Static method in interface io.helidon.data.codegen.common.MethodParams
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.data.codegen.query.Criteria
-
Create criteria expression builder.
- builder() - Static method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.codegen.query.DataQuery
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.codegen.query.Order
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.codegen.query.OrderExpression
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.codegen.query.Projection
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.codegen.query.Property
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.jdbc.JdbcClient
-
Creates a builder for a JDBC client.
- builder() - Static method in interface io.helidon.data.jdbc.JdbcClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.Order
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.PageRequest
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.Sort
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.sql.common.ConnectionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.sql.common.SqlConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.sql.datasource.DataSourceConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.dbclient.DbClient
-
Create Helidon database client builder.
- builder() - Static method in class io.helidon.dbclient.DbClientContext
-
Create Helidon database client context builder.
- builder() - Static method in class io.helidon.dbclient.DbExecuteContext
-
Create Helidon database client context builder.
- builder() - Static method in interface io.helidon.dbclient.DbMapperManager
-
Create a fluent API builder to configure the mapper manager.
- builder() - Static method in interface io.helidon.dbclient.DbStatements
-
Builder of statements.
- builder() - Method in class io.helidon.dbclient.jdbc.JdbcClientProvider
- builder() - Static method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Method in class io.helidon.dbclient.mongodb.MongoDbClientProvider
- builder() - Method in interface io.helidon.dbclient.spi.DbClientProvider
-
The implementation should provide its implementation of the
DbClientBuilder. - builder() - Static method in class io.helidon.dbclient.tracing.DbClientTracing
-
Create a new builder.
- builder() - Static method in interface io.helidon.declarative.codegen.model.http.ClientEndpoint
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.declarative.codegen.model.http.HttpAnnotated
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.declarative.codegen.model.http.ModelElement
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.declarative.codegen.model.http.RestEndpoint
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.declarative.codegen.model.http.ServerEndpoint
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.faulttolerance.Async
-
Create a new fluent API builder for async.
- builder() - Static method in interface io.helidon.faulttolerance.AsyncConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.faulttolerance.Bulkhead
-
Create a new bulkhead fluent API builder.
- builder() - Static method in interface io.helidon.faulttolerance.BulkheadConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.faulttolerance.CircuitBreaker
-
A new circuit breaker fluent API builder.
- builder() - Static method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.faulttolerance.FallbackConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.faulttolerance.FaultTolerance
-
A builder to configure a customized sequence of fault tolerance handlers.
- builder() - Static method in interface io.helidon.faulttolerance.Retry
-
Create a new retry fluent API builder.
- builder() - Static method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy
-
A builder to customize configuration of
Retry.DelayingRetryPolicy. - builder() - Static method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy
-
A new fluent API builder to configure instances of
Retry. - builder() - Static method in interface io.helidon.faulttolerance.RetryConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.faulttolerance.Timeout
-
Create a new fluent API builder to customize a timeout.
- builder() - Static method in interface io.helidon.faulttolerance.TimeoutConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.graphql.server.InvocationHandler
-
Fluent API builder to configure the invocation handler.
- builder() - Static method in class io.helidon.health.checks.DiskSpaceHealthCheck
-
A new fluent API builder to configure this health check.
- builder() - Static method in class io.helidon.health.checks.HeapMemoryHealthCheck
-
Create a new fluent API builder to configure a new health check.
- builder() - Static method in interface io.helidon.health.HealthCheckResponse
-
A new response builder.
- builder() - Static method in class io.helidon.http.ContentDisposition
-
A new builder to set up content disposition.
- builder() - Static method in class io.helidon.http.DirectHandler.TransportResponse
-
A builder to set up a custom response.
- builder() - Static method in interface io.helidon.http.encoding.ContentEncodingContext
-
Builder to set up this encoding support context.
- builder() - Static method in interface io.helidon.http.encoding.ContentEncodingContextConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.http.http2.Http2Settings
-
Settings frame builder.
- builder() - Static method in interface io.helidon.http.HttpConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.http.HttpLogConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.http.HttpMediaType
-
A fluent API builder for creating customized Media type instances.
- builder() - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new builder.
- builder() - Static method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.http.media.json.binding.JsonBindingSupport
-
Create a new builder for
JsonBindingSupport. - builder() - Static method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.http.media.json.JsonSupport
-
Create a new builder for
JsonSupport. - builder() - Static method in interface io.helidon.http.media.json.JsonSupportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.http.media.json.smile.SmileSupport
-
Create a new builder for
SmileSupport. - builder() - Static method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new builder.
- builder() - Static method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Creates a new builder.
- builder() - Static method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.http.media.MediaContext
-
Builder to set up this media support context.
- builder() - Static method in interface io.helidon.http.media.MediaContextConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.http.media.MediaSupportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.http.media.multipart.WriteableMultiPart
-
Builder to construct a new multi part message.
- builder() - Static method in interface io.helidon.http.RequestedUriDiscoveryContext
-
Creates a new builder for a
RequestedUriDiscoveryContext. - builder() - Static method in exception class io.helidon.http.RequestException
-
Builder to set up a new HTTP exception.
- builder() - Static method in class io.helidon.http.sse.SseEvent
-
Creates builder for this class.
- builder() - Static method in interface io.helidon.json.binding.JsonBinding
-
Return a builder for configuring JsonBinding instances.
- builder() - Static method in interface io.helidon.json.binding.JsonBindingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.json.JsonObject
-
Create a new JsonObject.Builder for fluent construction of JsonObject instances.
- builder() - Static method in interface io.helidon.json.schema.Schema
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaArray
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaBoolean
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaInteger
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaItem
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaNull
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaNumber
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaObject
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.schema.SchemaString
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.json.smile.SmileConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.DeadLetterConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.FailurePolicy
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.Message
-
Create a message builder.
- builder() - Static method in class io.helidon.messaging.MessageBatch
-
Create a batch builder.
- builder() - Static method in interface io.helidon.messaging.MessageBatchConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.MessageConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.MessageHeaders
-
Create a mutable builder which produces immutable snapshots.
- builder() - Static method in interface io.helidon.messaging.MessageMetadata
-
Create a mutable builder which produces immutable snapshots.
- builder() - Static method in interface io.helidon.messaging.MessagingChannel
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.MessagingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.MessagingExecutionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.MessagingFailureConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.MessagingGraph
-
Create a builder for one graph.
- builder() - Static method in interface io.helidon.messaging.spi.MessagingChannelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.spi.MessagingConnectorProviderConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.spi.MessagingIncomingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.messaging.spi.MessagingOutgoingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.metadata.hson.Hson.Struct
-
A new fluent API builder to construct a HSON Struct.
- builder() - Static method in interface io.helidon.metrics.api.ComponentMetricsSettings
-
Returns a builder for
ComponentMetricsSettings. - builder() - Static method in interface io.helidon.metrics.api.DistributionStatisticsConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.distributionStatisticsConfigBuilder()instead - builder() - Static method in interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.metrics.api.MetricsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated.Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated.Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
-
Returns a builder for composing an OTLP publisher.
- builder() - Static method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
-
Returns a builder for constructing a Prometheus publisher.
- builder() - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument
-
Create a new builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Callback
-
Create a new callback builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Components
-
Create a new components builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Contact
-
Create a new contact builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Encoding
-
Create a new encoding builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Example
-
Create a new example builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.ExternalDocs
-
Create a new external documentation builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Header
-
Create a new header builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Info
-
Create a new info builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.License
-
Create a new license builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Link
-
Create a new link builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.MediaTypeObject
-
Create a new media type builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Operation
-
Create a new operation builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Parameter
-
Create a new parameter builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.PathItem
-
Create a new path item builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.RequestBody
-
Create a new request body builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Response
-
Create an empty response builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.SecurityRequirement
-
Create a new security requirement builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.SecurityScheme
-
Create a new security scheme builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Server
-
Create a new server builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.ServerVariable
-
Create a new server variable builder.
- builder() - Static method in class io.helidon.openapi.OpenApiDocument.Tag
-
Create a new tag builder.
- builder() - Static method in class io.helidon.openapi.OpenApiFeature
-
Returns a new builder.
- builder() - Static method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.openapi.v30.OpenApi30Version
-
Returns a new builder.
- builder() - Static method in interface io.helidon.openapi.v30.OpenApi30VersionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.openapi.v31.OpenApi31Version
-
Returns a new builder.
- builder() - Static method in interface io.helidon.openapi.v31.OpenApi31VersionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.openapi.v32.OpenApi32Version
-
Returns a new builder.
- builder() - Static method in interface io.helidon.openapi.v32.OpenApi32VersionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.scheduling.Cron
-
Create a new fluent API builder to build a cron task.
- builder() - Static method in interface io.helidon.scheduling.CronConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.scheduling.FixedRate
-
Create a new fluent API builder to build a fixed rate task.
- builder() - Static method in interface io.helidon.scheduling.FixedRateConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.scheduling.TaskConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.security.abac.policy.PolicyValidator
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in class io.helidon.security.abac.policy.PolicyValidator.PolicyConfig
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
A new builder for this class instances.
- builder() - Static method in class io.helidon.security.abac.scope.ScopeValidator
-
Create a fluent API builder.
- builder() - Static method in class io.helidon.security.abac.time.TimeValidator.TimeConfig
-
Builder for this class.
- builder() - Static method in class io.helidon.security.AuthenticationResponse
-
Get a builder for more complex responses.
- builder() - Static method in class io.helidon.security.AuthorizationResponse
-
Builder for fully customized authorization response.
- builder() - Static method in class io.helidon.security.CompositeProviderSelectionPolicy
-
Builder for this selection policy.
- builder() - Static method in class io.helidon.security.EndpointConfig
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in class io.helidon.security.Grant
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in class io.helidon.security.jwt.AudienceValidator
-
Return a new Builder instance.
- builder() - Static method in class io.helidon.security.jwt.ExpirationValidator
-
Return a new Builder instance.
- builder() - Static method in class io.helidon.security.jwt.FieldValidator
-
Return a new Builder instance.
- builder() - Static method in class io.helidon.security.jwt.IssueTimeValidator
-
Return a new Builder instance.
- builder() - Static method in class io.helidon.security.jwt.jwk.JwkEC
-
Create a builder instance.
- builder() - Static method in class io.helidon.security.jwt.jwk.JwkKeys
-
Create a new builder for this class.
- builder() - Static method in class io.helidon.security.jwt.jwk.JwkOctet
-
Create a builder instance.
- builder() - Static method in class io.helidon.security.jwt.jwk.JwkRSA
-
Create a builder instance.
- builder() - Static method in class io.helidon.security.jwt.Jwt
-
Get a builder to create a JWT.
- builder() - Static method in class io.helidon.security.jwt.JwtHeaders
-
Create a new builder for header claims.
- builder() - Static method in interface io.helidon.security.jwt.JwtValidator
-
Return a new Builder of the
JwtValidator. - builder() - Static method in class io.helidon.security.jwt.MaxTokenAgeValidator
-
Return a new Builder instance.
- builder() - Static method in class io.helidon.security.jwt.NotBeforeValidator
-
Return a new Builder instance.
- builder() - Static method in class io.helidon.security.jwt.UserPrincipalValidator
-
Return a new Builder instance.
- builder() - Static method in class io.helidon.security.OutboundSecurityResponse
-
Get an instance of builder to build custom identity propagation response.
- builder() - Static method in interface io.helidon.security.Principal
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in class io.helidon.security.providers.abac.AbacProvider
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in interface io.helidon.security.providers.common.EvictableCache
-
Create a new builder for a cache that uses the default implementation.
- builder() - Static method in class io.helidon.security.providers.common.OutboundConfig
-
New builder to programmatically build targets.
- builder() - Static method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Create a fluent API builder.
- builder() - Static method in class io.helidon.security.providers.common.TokenCredential
-
Get a builder for this class.
- builder() - Static method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig
-
Fluent API builder to create header outbound configuration.
- builder() - Static method in class io.helidon.security.providers.header.HeaderAtnProvider
-
A builder for this provider.
- builder() - Static method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider
-
Get a builder instance to construct a new security provider.
- builder() - Static method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
Fluent API builder to create basic outbound configuration.
- builder() - Static method in class io.helidon.security.providers.httpsign.HttpSignProvider
-
Create a builder to build this provider.
- builder() - Static method in class io.helidon.security.providers.httpsign.SignedHeadersConfig
-
Builder to create a new instance.
- builder() - Static method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Creates a new builder to build instances of this class.
- builder() - Static method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
-
Creates a new builder to build instances of this class.
- builder() - Static method in class io.helidon.security.providers.jwt.JwtProvider
-
A builder for this provider.
- builder() - Static method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget
-
Get a fluent API builder to configure a new instance.
- builder() - Static method in interface io.helidon.security.providers.oidc.common.ClientCredentialsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Create a builder to programmatically construct OIDC configuration.
- builder() - Static method in class io.helidon.security.providers.oidc.OidcFeature
-
A new builder instance to configure OIDC support.
- builder() - Static method in class io.helidon.security.providers.oidc.OidcProvider
-
A fluent API builder to created instances of this provider.
- builder() - Static method in class io.helidon.security.Role
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in interface io.helidon.security.Security
-
Creates
Security.Builderclass. - builder() - Static method in class io.helidon.security.SecurityEnvironment
-
Creates a fluent API builder to build new instances of this class with current time.
- builder() - Static method in class io.helidon.security.SecurityLevel
-
Create a new fluent API builder for this type.
- builder() - Static method in class io.helidon.security.SecurityTime
-
A new builder for this class.
- builder() - Static method in class io.helidon.security.Subject
-
Creates a fluent API builder to build new instances of this class.
- builder() - Static method in class io.helidon.security.util.TokenHandler
-
Fluent API builder to create
TokenHandler. - builder() - Static method in interface io.helidon.service.codegen.DefaultsParams
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.service.registry.ActivationRequest
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.service.registry.ActivationResult
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.service.registry.Dependency
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.service.registry.InterceptionContext
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.service.registry.Lookup
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.service.registry.Qualifier
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.AggregationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Creates a new builder for
HelidonOpenTelemetry. - builder() - Static method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.LogLimitsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.LogRecordExporterConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.MetricExporterConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.MetricReaderConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.ProcessorConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.SamplerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.SpanExporterConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.tracing.config.TracingConfig
-
A fluent API builder for tracing configuration.
- builder() - Static method in interface io.helidon.tracing.ExtendedTracerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.validation.ValidationContext
-
Create a new fluent api builder for a
ValidationContext. - builder() - Static method in interface io.helidon.validation.ValidationContextConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.api.ClientAltSvcConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.api.HttpClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.api.HttpConfigBase
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webclient.api.Proxy
-
Fluent API builder for new instances.
- builder() - Static method in interface io.helidon.webclient.api.SniConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.api.WebClient
-
Create a new builder of the HTTP protocol, that can be used with any supported version.
- builder() - Static method in interface io.helidon.webclient.api.WebClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webclient.api.WebClientCookieManager
-
A new builder to create a customized cookie manager.
- builder() - Static method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.context.WebClientContextConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webclient.context.WebClientContextService
-
Fluent API builder to set up an instance.
- builder() - Static method in interface io.helidon.webclient.discovery.WebClientDiscovery
-
A convenience method that returns the result of invoking the
WebClientDiscoveryConfig.builder()method. - builder() - Static method in interface io.helidon.webclient.discovery.WebClientDiscoveryConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.grpc.GrpcClient
-
A new fluent API builder to customize client setup.
- builder() - Static method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.http1.Http1Client
-
Create a new builder to construct an HTTP/1.1 client.
- builder() - Static method in interface io.helidon.webclient.http1.Http1ClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.http2.Http2Client
-
A new fluent API builder to customize client setup.
- builder() - Static method in interface io.helidon.webclient.http2.Http2ClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
A new fluent API builder to customize client setup.
- builder() - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.websocket.WsClient
-
A new fluent API builder to create new instances of client.
- builder() - Static method in interface io.helidon.webclient.websocket.WsClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.accesslog.AccessLogFeature
-
A new fluent API builder to create Access log support instance.
- builder() - Static method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature
-
A new fluent API builder to create Access log support instance.
- builder() - Static method in class io.helidon.webserver.accesslog.HostLogEntry
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.webserver.accesslog.RequestLineLogEntry
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.webserver.accesslog.SizeLogEntry
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.webserver.accesslog.StatusLogEntry
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.webserver.accesslog.TimestampLogEntry
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.webserver.accesslog.TimeTakenLogEntry
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.webserver.accesslog.UserLogEntry
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.webserver.concurrency.limits.LimitsFeature
-
Fluent API builder to set up an instance.
- builder() - Static method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.context.ContextFeature
-
Fluent API builder to set up an instance.
- builder() - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.cors.CorsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.cors.CorsFeature
-
Fluent API builder to set up an instance.
- builder() - Static method in interface io.helidon.webserver.cors.CorsPathConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.ErrorHandling
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.graphql.GraphQlService
-
A builder for fine grained configuration of the support.
- builder() - Static method in interface io.helidon.webserver.grpc.GrpcConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.grpc.GrpcReflectionFeature
-
Fluent API builder to set up an instance.
- builder() - Static method in class io.helidon.webserver.grpc.GrpcRouting
-
New routing builder.
- builder() - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Create a new fluent API builder for security handler.
- builder() - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.grpc.validation.GrpcValidationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.hsts.HstsFeature
-
Fluent API builder to set up an instance.
- builder() - Static method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.http.AltSvc
-
Create a fluent API builder.
- builder() - Static method in interface io.helidon.webserver.http.AltSvcConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.http.DirectHandlers
-
New builder.
- builder() - Static method in interface io.helidon.webserver.http.HttpRoute
-
Builder to build a new HTTP route.
- builder() - Static method in interface io.helidon.webserver.http.HttpRouting
-
Creates new instance of
router builder. - builder() - Static method in interface io.helidon.webserver.http1.Http1Config
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.http1.Http1ConnectionSelector
-
HTTP/1 connection selector builder.
- builder() - Static method in interface io.helidon.webserver.http1.Http1ConnectionSelectorConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.http2.Http2Config
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.http2.Http2ConnectionSelector
-
Builder to set up this provider.
- builder() - Static method in class io.helidon.webserver.http2.Http2UpgradeProvider
-
Builder to set up this provider.
- builder() - Static method in interface io.helidon.webserver.jsonrpc.JsonRpcHandlers
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.jsonrpc.JsonRpcRouting
-
Return a builder for this class.
- builder() - Static method in interface io.helidon.webserver.ListenerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.observe.config.ConfigObserver
-
Create a new builder to configure Config observer.
- builder() - Static method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.observe.health.HealthObserver
-
Create a new builder to configure Health observer.
- builder() - Static method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.observe.info.InfoObserver
-
Create a new builder to configure Info observer.
- builder() - Static method in interface io.helidon.webserver.observe.info.InfoObserverConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.observe.log.LogObserver
-
Create a new builder to configure Log observer.
- builder() - Static method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Create a new builder to configure Metrics observer.
- builder() - Static method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.observe.ObserveFeature
-
A new builder to customize observe support.
- builder() - Static method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.observe.ObserverConfigBase
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.observe.tracing.PathTracingConfig
-
Create a new builder to configure traced path configuration.
- builder() - Static method in class io.helidon.webserver.observe.tracing.TracingObserver
-
Create a new builder to configure Tracing observer.
- builder() - Static method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.ProxyProtocolConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.Router
-
Builder for router.
- builder() - Static method in interface io.helidon.webserver.security.PathsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.security.SecurityFeature
-
Fluent API builder to set up an instance.
- builder() - Static method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.security.SecurityHandler
-
Create a new fluent API builder for security handler.
- builder() - Static method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.SniConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.staticcontent.FileSystemHandlerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.staticcontent.MemoryCache
-
A new builder to configure and create a memory cache.
- builder() - Static method in interface io.helidon.webserver.staticcontent.MemoryCacheConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.staticcontent.StaticContentFeature
-
A new fluent API builder to create a static content feature.
- builder() - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorage
-
Create a new builder.
- builder() - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.StuckThreadDetectionFeature
-
Create a fluent configuration builder.
- builder() - Static method in interface io.helidon.webserver.TcpTransportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.UdsTransportConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.VirtualHostConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.WebServer
-
A new builder to set up server.
- builder() - Static method in interface io.helidon.webserver.WebServerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.webserver.websocket.WsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.webserver.websocket.WsRouting
-
Builder for WebSocket routing.
- builder() - Static method in interface io.helidon.websocket.WsProtocolConfig
-
Create a new fluent API builder to customize configuration.
- builder(BindableService) - Static method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Create a
GrpcServiceDescriptor.Builder. - builder(FactoryMethod) - Static method in interface io.helidon.builder.codegen.FactoryMethod
-
Create a new fluent API builder from an existing instance.
- builder(GeneratedMethod) - Static method in interface io.helidon.builder.codegen.GeneratedMethod
-
Create a new fluent API builder from an existing instance.
- builder(OptionAllowedValue) - Static method in interface io.helidon.builder.codegen.OptionAllowedValue
-
Create a new fluent API builder from an existing instance.
- builder(OptionBuilder) - Static method in interface io.helidon.builder.codegen.OptionBuilder
-
Create a new fluent API builder from an existing instance.
- builder(OptionConfigured) - Static method in interface io.helidon.builder.codegen.OptionConfigured
-
Create a new fluent API builder from an existing instance.
- builder(OptionDeprecation) - Static method in interface io.helidon.builder.codegen.OptionDeprecation
-
Create a new fluent API builder from an existing instance.
- builder(OptionInfo) - Static method in interface io.helidon.builder.codegen.OptionInfo
-
Create a new fluent API builder from an existing instance.
- builder(OptionProvider) - Static method in interface io.helidon.builder.codegen.OptionProvider
-
Create a new fluent API builder from an existing instance.
- builder(OptionSingular) - Static method in interface io.helidon.builder.codegen.OptionSingular
-
Create a new fluent API builder from an existing instance.
- builder(PrototypeConfigured) - Static method in interface io.helidon.builder.codegen.PrototypeConfigured
-
Create a new fluent API builder from an existing instance.
- builder(PrototypeConstant) - Static method in interface io.helidon.builder.codegen.PrototypeConstant
-
Create a new fluent API builder from an existing instance.
- builder(PrototypeInfo) - Static method in interface io.helidon.builder.codegen.PrototypeInfo
-
Create a new fluent API builder from an existing instance.
- builder(RuntimeTypeInfo) - Static method in interface io.helidon.builder.codegen.RuntimeTypeInfo
-
Create a new fluent API builder from an existing instance.
- builder(Javadoc) - Static method in class io.helidon.codegen.classmodel.Javadoc
-
Create new
Javadoc.Builderinstance. - builder(CodegenEvent) - Static method in interface io.helidon.codegen.CodegenEvent
-
Create a new fluent API builder from an existing instance.
- builder(CompilerOptions) - Static method in interface io.helidon.codegen.compiler.CompilerOptions
-
Create a new fluent API builder from an existing instance.
- builder(ModuleInfo) - Static method in interface io.helidon.codegen.ModuleInfo
-
Create a new fluent API builder from an existing instance.
- builder(AimdLimitConfig) - Static method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Create a new fluent API builder from an existing instance.
- builder(FixedLimitConfig) - Static method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Create a new fluent API builder from an existing instance.
- builder(ThroughputLimitConfig) - Static method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Create a new fluent API builder from an existing instance.
- builder(AllowListConfig) - Static method in interface io.helidon.common.configurable.AllowListConfig
-
Create a new fluent API builder from an existing instance.
- builder(ResourceConfig) - Static method in interface io.helidon.common.configurable.ResourceConfig
-
Create a new fluent API builder from an existing instance.
- builder(ScheduledThreadPoolConfig) - Static method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Create a new fluent API builder from an existing instance.
- builder(ThreadPoolConfig) - Static method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Create a new fluent API builder from an existing instance.
- builder(ContextRecordConfig) - Static method in interface io.helidon.common.context.http.ContextRecordConfig
-
Create a new fluent API builder from an existing instance.
- builder(Aot) - Static method in interface io.helidon.common.features.metadata.Aot
-
Create a new fluent API builder from an existing instance.
- builder(Deprecation) - Static method in interface io.helidon.common.features.metadata.Deprecation
-
Create a new fluent API builder from an existing instance.
- builder(FeatureMetadata) - Static method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Create a new fluent API builder from an existing instance.
- builder(MappersConfig) - Static method in interface io.helidon.common.mapper.MappersConfig
-
Create a new fluent API builder from an existing instance.
- builder(Keys) - Static method in interface io.helidon.common.pki.Keys
-
Create a new fluent API builder from an existing instance.
- builder(KeystoreKeys) - Static method in interface io.helidon.common.pki.KeystoreKeys
-
Create a new fluent API builder from an existing instance.
- builder(PemKeys) - Static method in interface io.helidon.common.pki.PemKeys
-
Create a new fluent API builder from an existing instance.
- builder(Multi) - Static method in class io.helidon.common.reactive.MultiTappedPublisher
-
A builder to customize a multi tapped publisher instance.
- builder(SocketOptions) - Static method in interface io.helidon.common.socket.SocketOptions
-
Create a new fluent API builder from an existing instance.
- builder(RevocationConfig) - Static method in interface io.helidon.common.tls.RevocationConfig
-
Create a new fluent API builder from an existing instance.
- builder(TlsConfig) - Static method in interface io.helidon.common.tls.TlsConfig
-
Create a new fluent API builder from an existing instance.
- builder(TlsMaterial) - Static method in interface io.helidon.common.tls.TlsMaterial
-
Create a new fluent API builder from an existing instance.
- builder(Annotation) - Static method in interface io.helidon.common.types.Annotation
-
Create a new fluent API builder from an existing instance.
- builder(ModuleInfoExports) - Static method in interface io.helidon.common.types.ModuleInfoExports
-
Create a new fluent API builder from an existing instance.
- builder(ModuleInfoOpens) - Static method in interface io.helidon.common.types.ModuleInfoOpens
-
Create a new fluent API builder from an existing instance.
- builder(ModuleInfoProvides) - Static method in interface io.helidon.common.types.ModuleInfoProvides
-
Create a new fluent API builder from an existing instance.
- builder(ModuleInfoRequires) - Static method in interface io.helidon.common.types.ModuleInfoRequires
-
Create a new fluent API builder from an existing instance.
- builder(ModuleInfoUses) - Static method in interface io.helidon.common.types.ModuleInfoUses
-
Create a new fluent API builder from an existing instance.
- builder(ModuleTypeInfo) - Static method in interface io.helidon.common.types.ModuleTypeInfo
-
Create a new fluent API builder from an existing instance.
- builder(TypedElementInfo) - Static method in interface io.helidon.common.types.TypedElementInfo
-
Create a new fluent API builder from an existing instance.
- builder(TypeInfo) - Static method in interface io.helidon.common.types.TypeInfo
-
Create a new fluent API builder from an existing instance.
- builder(TypeName) - Static method in interface io.helidon.common.types.TypeName
-
Create a new fluent API builder from an existing instance.
- builder(UriInfo) - Static method in interface io.helidon.common.uri.UriInfo
-
Create a new fluent API builder from an existing instance.
- builder(Config) - Static method in interface io.helidon.dbclient.DbClient
-
Create Helidon database client builder from configuration.
- builder(Config) - Static method in interface io.helidon.http.RequestedUriDiscoveryContext
-
Creates a new builder for a
RequestedUriDiscoveryContextusing the provide discovery context config node. - builder(Config) - Static method in interface io.helidon.metrics.api.ComponentMetricsSettings
-
Returns a builder for
ComponentMetricsSettingsbased on the provided component metric settings config node. - builder(Config) - Static method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
Create a new builder from configuration.
- builder(Config) - Static method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Create a builder from configuration.
- builder(Config) - Static method in interface io.helidon.security.Security
-
Creates new instance based on configuration values.
- builder(ConfigItem) - Static method in interface io.helidon.config.ConfigItem
-
Create a new fluent API builder from an existing instance.
- builder(MethodParams) - Static method in interface io.helidon.data.codegen.common.MethodParams
-
Create a new fluent API builder from an existing instance.
- builder(CriteriaCondition) - Static method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Create a new fluent API builder from an existing instance.
- builder(DataQuery) - Static method in interface io.helidon.data.codegen.query.DataQuery
-
Create a new fluent API builder from an existing instance.
- builder(Order) - Static method in interface io.helidon.data.codegen.query.Order
-
Create a new fluent API builder from an existing instance.
- builder(OrderExpression) - Static method in interface io.helidon.data.codegen.query.OrderExpression
-
Create a new fluent API builder from an existing instance.
- builder(Projection) - Static method in interface io.helidon.data.codegen.query.Projection
-
Create a new fluent API builder from an existing instance.
- builder(Property) - Static method in interface io.helidon.data.codegen.query.Property
-
Create a new fluent API builder from an existing instance.
- builder(JpaPersistenceUnitConfig) - Static method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Create a new fluent API builder from an existing instance.
- builder(JdbcClientConfig) - Static method in interface io.helidon.data.jdbc.JdbcClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(Order) - Static method in interface io.helidon.data.Order
-
Create a new fluent API builder from an existing instance.
- builder(PageRequest) - Static method in interface io.helidon.data.PageRequest
-
Create a new fluent API builder from an existing instance.
- builder(Sort) - Static method in interface io.helidon.data.Sort
-
Create a new fluent API builder from an existing instance.
- builder(ConnectionConfig) - Static method in interface io.helidon.data.sql.common.ConnectionConfig
-
Create a new fluent API builder from an existing instance.
- builder(SqlConfig) - Static method in interface io.helidon.data.sql.common.SqlConfig
-
Create a new fluent API builder from an existing instance.
- builder(DataSourceConfig) - Static method in interface io.helidon.data.sql.datasource.DataSourceConfig
-
Create a new fluent API builder from an existing instance.
- builder(HikariDataSourceConfig) - Static method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Create a new fluent API builder from an existing instance.
- builder(JdbcDataSourceConfig) - Static method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Create a new fluent API builder from an existing instance.
- builder(UcpDataSourceConfig) - Static method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Create a new fluent API builder from an existing instance.
- builder(DbClient) - Static method in class io.helidon.dbclient.health.DbClientHealthCheck
-
A fluent API builder to create a fully customized database health check.
- builder(JdbcParametersConfig) - Static method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Create a new fluent API builder from an existing instance.
- builder(DbClientProvider) - Static method in interface io.helidon.dbclient.DbClient
-
Create Helidon database client builder using specific SPI provider.
- builder(ClientEndpoint) - Static method in interface io.helidon.declarative.codegen.model.http.ClientEndpoint
-
Create a new fluent API builder from an existing instance.
- builder(HttpAnnotated) - Static method in interface io.helidon.declarative.codegen.model.http.HttpAnnotated
-
Create a new fluent API builder from an existing instance.
- builder(ModelElement) - Static method in interface io.helidon.declarative.codegen.model.http.ModelElement
-
Create a new fluent API builder from an existing instance.
- builder(RestEndpoint) - Static method in interface io.helidon.declarative.codegen.model.http.RestEndpoint
-
Create a new fluent API builder from an existing instance.
- builder(RestMethod) - Static method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Create a new fluent API builder from an existing instance.
- builder(RestMethodParameter) - Static method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Create a new fluent API builder from an existing instance.
- builder(ServerEndpoint) - Static method in interface io.helidon.declarative.codegen.model.http.ServerEndpoint
-
Create a new fluent API builder from an existing instance.
- builder(AsyncConfig) - Static method in interface io.helidon.faulttolerance.AsyncConfig
-
Create a new fluent API builder from an existing instance.
- builder(BulkheadConfig) - Static method in interface io.helidon.faulttolerance.BulkheadConfig
-
Create a new fluent API builder from an existing instance.
- builder(CircuitBreakerConfig) - Static method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Create a new fluent API builder from an existing instance.
- builder(FallbackConfig) - Static method in interface io.helidon.faulttolerance.FallbackConfig
-
Create a new fluent API builder from an existing instance.
- builder(RetryConfig) - Static method in interface io.helidon.faulttolerance.RetryConfig
-
Create a new fluent API builder from an existing instance.
- builder(TimeoutConfig) - Static method in interface io.helidon.faulttolerance.TimeoutConfig
-
Create a new fluent API builder from an existing instance.
- builder(ContentEncodingContextConfig) - Static method in interface io.helidon.http.encoding.ContentEncodingContextConfig
-
Create a new fluent API builder from an existing instance.
- builder(HeaderName) - Static method in class io.helidon.webserver.accesslog.HeaderLogEntry
-
Create a fluent API builder for a header log entry.
- builder(HttpConfig) - Static method in interface io.helidon.http.HttpConfig
-
Create a new fluent API builder from an existing instance.
- builder(HttpLogConfig) - Static method in interface io.helidon.http.HttpLogConfig
-
Create a new fluent API builder from an existing instance.
- builder(JacksonSupportConfig) - Static method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Create a new fluent API builder from an existing instance.
- builder(JsonBindingSupportConfig) - Static method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
-
Create a new fluent API builder from an existing instance.
- builder(JsonSupportConfig) - Static method in interface io.helidon.http.media.json.JsonSupportConfig
-
Create a new fluent API builder from an existing instance.
- builder(SmileSupportConfig) - Static method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
Create a new fluent API builder from an existing instance.
- builder(JsonbSupportConfig) - Static method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Create a new fluent API builder from an existing instance.
- builder(JsonpSupportConfig) - Static method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Create a new fluent API builder from an existing instance.
- builder(MediaContextConfig) - Static method in interface io.helidon.http.media.MediaContextConfig
-
Create a new fluent API builder from an existing instance.
- builder(MediaSupportConfig) - Static method in interface io.helidon.http.media.MediaSupportConfig
-
Create a new fluent API builder from an existing instance.
- builder(SetCookie) - Static method in class io.helidon.http.SetCookie
-
Creates a new fluent API builder using another cookie.
- builder(JsonBindingConfig) - Static method in interface io.helidon.json.binding.JsonBindingConfig
-
Create a new fluent API builder from an existing instance.
- builder(Schema) - Static method in interface io.helidon.json.schema.Schema
-
Create a new fluent API builder from an existing instance.
- builder(SchemaArray) - Static method in interface io.helidon.json.schema.SchemaArray
-
Create a new fluent API builder from an existing instance.
- builder(SchemaBoolean) - Static method in interface io.helidon.json.schema.SchemaBoolean
-
Create a new fluent API builder from an existing instance.
- builder(SchemaInteger) - Static method in interface io.helidon.json.schema.SchemaInteger
-
Create a new fluent API builder from an existing instance.
- builder(SchemaItem) - Static method in interface io.helidon.json.schema.SchemaItem
-
Create a new fluent API builder from an existing instance.
- builder(SchemaNull) - Static method in interface io.helidon.json.schema.SchemaNull
-
Create a new fluent API builder from an existing instance.
- builder(SchemaNumber) - Static method in interface io.helidon.json.schema.SchemaNumber
-
Create a new fluent API builder from an existing instance.
- builder(SchemaObject) - Static method in interface io.helidon.json.schema.SchemaObject
-
Create a new fluent API builder from an existing instance.
- builder(SchemaString) - Static method in interface io.helidon.json.schema.SchemaString
-
Create a new fluent API builder from an existing instance.
- builder(SmileConfig) - Static method in interface io.helidon.json.smile.SmileConfig
-
Create a new fluent API builder from an existing instance.
- builder(DeadLetterConfig) - Static method in interface io.helidon.messaging.DeadLetterConfig
-
Create a new fluent API builder from an existing instance.
- builder(FailurePolicy) - Static method in interface io.helidon.messaging.FailurePolicy
-
Create a new fluent API builder from an existing instance.
- builder(MessageBatchConfig) - Static method in interface io.helidon.messaging.MessageBatchConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessageConfig) - Static method in interface io.helidon.messaging.MessageConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessageHeaders) - Static method in interface io.helidon.messaging.MessageHeaders
-
Create a mutable builder from existing headers.
- builder(MessageMetadata) - Static method in interface io.helidon.messaging.MessageMetadata
-
Create a mutable builder from existing metadata.
- builder(MessagingChannel) - Static method in interface io.helidon.messaging.MessagingChannel
-
Create a new fluent API builder from an existing instance.
- builder(MessagingConfig) - Static method in interface io.helidon.messaging.MessagingConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessagingExecutionConfig) - Static method in interface io.helidon.messaging.MessagingExecutionConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessagingFailureConfig) - Static method in interface io.helidon.messaging.MessagingFailureConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessagingChannelConfig) - Static method in interface io.helidon.messaging.spi.MessagingChannelConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessagingConnectorProviderConfig) - Static method in interface io.helidon.messaging.spi.MessagingConnectorProviderConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessagingIncomingConfig) - Static method in interface io.helidon.messaging.spi.MessagingIncomingConfig
-
Create a new fluent API builder from an existing instance.
- builder(MessagingOutgoingConfig) - Static method in interface io.helidon.messaging.spi.MessagingOutgoingConfig
-
Create a new fluent API builder from an existing instance.
- builder(KeyPerformanceIndicatorMetricsConfig) - Static method in interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
-
Create a new fluent API builder from an existing instance.
- builder(MeterRegistry) - Static method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter
-
Returns a new builder for constructing a formatter.
- builder(MetricsConfig) - Static method in interface io.helidon.metrics.api.MetricsConfig
-
Create a new fluent API builder from an existing instance.
- builder(ScopeConfig) - Static method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated.Create a new fluent API builder from an existing instance.
- builder(ScopingConfig) - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated.Create a new fluent API builder from an existing instance.
- builder(OtlpPublisherConfig) - Static method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Create a new fluent API builder from an existing instance.
- builder(PrometheusNamingConventionConfig) - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig
-
Create a new fluent API builder from an existing instance.
- builder(PrometheusPublisherConfig) - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenApiFeatureConfig) - Static method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenApi30VersionConfig) - Static method in interface io.helidon.openapi.v30.OpenApi30VersionConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenApi3xMapperRules) - Static method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Create a new fluent API builder from an existing instance.
- builder(OpenApi31VersionConfig) - Static method in interface io.helidon.openapi.v31.OpenApi31VersionConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenApi32VersionConfig) - Static method in interface io.helidon.openapi.v32.OpenApi32VersionConfig
-
Create a new fluent API builder from an existing instance.
- builder(CronConfig) - Static method in interface io.helidon.scheduling.CronConfig
-
Create a new fluent API builder from an existing instance.
- builder(FixedRateConfig) - Static method in interface io.helidon.scheduling.FixedRateConfig
-
Create a new fluent API builder from an existing instance.
- builder(TaskConfig) - Static method in interface io.helidon.scheduling.TaskConfig
-
Create a new fluent API builder from an existing instance.
- builder(SignedJwt) - Static method in class io.helidon.security.jwt.EncryptedJwt
-
Builder of the Encrypted JWT.
- builder(AnnotationAnalyzer.AnalyzerResponse) - Static method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Create a fluent API builder with a parent response.
- builder(ClientCredentialsConfig) - Static method in interface io.helidon.security.providers.oidc.common.ClientCredentialsConfig
-
Create a new fluent API builder from an existing instance.
- builder(SecurityTime) - Static method in class io.helidon.security.SecurityEnvironment
-
Creates a fluent API builder to build new instances of this class.
- builder(DefaultsParams) - Static method in interface io.helidon.service.codegen.DefaultsParams
-
Create a new fluent API builder from an existing instance.
- builder(ActivationRequest) - Static method in interface io.helidon.service.registry.ActivationRequest
-
Create a new fluent API builder from an existing instance.
- builder(ActivationResult) - Static method in interface io.helidon.service.registry.ActivationResult
-
Create a new fluent API builder from an existing instance.
- builder(Dependency) - Static method in interface io.helidon.service.registry.Dependency
-
Create a new fluent API builder from an existing instance.
- builder(InterceptionContext) - Static method in interface io.helidon.service.registry.InterceptionContext
-
Create a new fluent API builder from an existing instance.
- builder(Lookup) - Static method in interface io.helidon.service.registry.Lookup
-
Create a new fluent API builder from an existing instance.
- builder(Qualifier) - Static method in interface io.helidon.service.registry.Qualifier
-
Create a new fluent API builder from an existing instance.
- builder(ServiceRegistryConfig) - Static method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Create a new fluent API builder from an existing instance.
- builder(AggregationConfig) - Static method in interface io.helidon.telemetry.otelconfig.AggregationConfig
-
Create a new fluent API builder from an existing instance.
- builder(Base2ExponentialHistogramAggregationConfig) - Static method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Create a new fluent API builder from an existing instance.
- builder(BatchProcessorConfig) - Static method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Create a new fluent API builder from an existing instance.
- builder(ExplicitBucketHistogramAggregationConfig) - Static method in interface io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
-
Create a new fluent API builder from an existing instance.
- builder(InstrumentSelectorConfig) - Static method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Create a new fluent API builder from an existing instance.
- builder(LogLimitsConfig) - Static method in interface io.helidon.telemetry.otelconfig.LogLimitsConfig
-
Create a new fluent API builder from an existing instance.
- builder(LogRecordExporterConfig) - Static method in interface io.helidon.telemetry.otelconfig.LogRecordExporterConfig
-
Create a new fluent API builder from an existing instance.
- builder(MetricDefaultHistogramAggregationConfig) - Static method in interface io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig
-
Create a new fluent API builder from an existing instance.
- builder(MetricExporterConfig) - Static method in interface io.helidon.telemetry.otelconfig.MetricExporterConfig
-
Create a new fluent API builder from an existing instance.
- builder(MetricReaderConfig) - Static method in interface io.helidon.telemetry.otelconfig.MetricReaderConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenTelemetryConfig) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenTelemetryLoggingConfig) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenTelemetryMetricsConfig) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenTelemetryResourceConfig) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenTelemetryTracingConfig) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Create a new fluent API builder from an existing instance.
- builder(OtlpExporterConfig) - Static method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Create a new fluent API builder from an existing instance.
- builder(OtlpHttpExporterConfig) - Static method in interface io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig
-
Create a new fluent API builder from an existing instance.
- builder(PeriodicMetricReaderConfig) - Static method in interface io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig
-
Create a new fluent API builder from an existing instance.
- builder(ProcessorConfig) - Static method in interface io.helidon.telemetry.otelconfig.ProcessorConfig
-
Create a new fluent API builder from an existing instance.
- builder(RetryPolicyConfig) - Static method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Create a new fluent API builder from an existing instance.
- builder(SamplerConfig) - Static method in interface io.helidon.telemetry.otelconfig.SamplerConfig
-
Create a new fluent API builder from an existing instance.
- builder(SpanExporterConfig) - Static method in interface io.helidon.telemetry.otelconfig.SpanExporterConfig
-
Create a new fluent API builder from an existing instance.
- builder(SpanLimitsConfig) - Static method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Create a new fluent API builder from an existing instance.
- builder(TypedAttributes) - Static method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
Create a new fluent API builder from an existing instance.
- builder(ViewRegistrationConfig) - Static method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Create a new fluent API builder from an existing instance.
- builder(ExtendedTracerConfig) - Static method in interface io.helidon.tracing.ExtendedTracerConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenTelemetryTracerConfig) - Static method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Create a new fluent API builder from an existing instance.
- builder(ValidationContextConfig) - Static method in interface io.helidon.validation.ValidationContextConfig
-
Create a new fluent API builder from an existing instance.
- builder(ClientAltSvcConfig) - Static method in interface io.helidon.webclient.api.ClientAltSvcConfig
-
Create a new fluent API builder from an existing instance.
- builder(HttpClientConfig) - Static method in interface io.helidon.webclient.api.HttpClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(HttpConfigBase) - Static method in interface io.helidon.webclient.api.HttpConfigBase
-
Create a new fluent API builder from an existing instance.
- builder(SniConfig) - Static method in interface io.helidon.webclient.api.SniConfig
-
Create a new fluent API builder from an existing instance.
- builder(WebClientConfig) - Static method in interface io.helidon.webclient.api.WebClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(WebClientCookieManagerConfig) - Static method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Create a new fluent API builder from an existing instance.
- builder(WebClientServiceResponse) - Static method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Create a new fluent API builder from an existing instance.
- builder(WebClientContextConfig) - Static method in interface io.helidon.webclient.context.WebClientContextConfig
-
Create a new fluent API builder from an existing instance.
- builder(WebClientDiscoveryConfig) - Static method in interface io.helidon.webclient.discovery.WebClientDiscoveryConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcClientConfig) - Static method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcClientProtocolConfig) - Static method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcServiceDescriptor) - Static method in interface io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Create a new fluent API builder from an existing instance.
- builder(Http1ClientConfig) - Static method in interface io.helidon.webclient.http1.Http1ClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(Http1ClientProtocolConfig) - Static method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Create a new fluent API builder from an existing instance.
- builder(Http2ClientConfig) - Static method in interface io.helidon.webclient.http2.Http2ClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(Http2ClientProtocolConfig) - Static method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Create a new fluent API builder from an existing instance.
- builder(JsonRpcClientConfig) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(JsonRpcClientProtocolConfig) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig
-
Create a new fluent API builder from an existing instance.
- builder(WsClientConfig) - Static method in interface io.helidon.webclient.websocket.WsClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(WsClientProtocolConfig) - Static method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
-
Create a new fluent API builder from an existing instance.
- builder(AccessLogConfig) - Static method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Create a new fluent API builder from an existing instance.
- builder(LimitsFeatureConfig) - Static method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Create a new fluent API builder from an existing instance.
- builder(ContextFeatureConfig) - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new fluent API builder from an existing instance.
- builder(CorsConfig) - Static method in interface io.helidon.webserver.cors.CorsConfig
-
Create a new fluent API builder from an existing instance.
- builder(CorsPathConfig) - Static method in interface io.helidon.webserver.cors.CorsPathConfig
-
Create a new fluent API builder from an existing instance.
- builder(ErrorHandling) - Static method in interface io.helidon.webserver.ErrorHandling
-
Create a new fluent API builder from an existing instance.
- builder(GrpcConfig) - Static method in interface io.helidon.webserver.grpc.GrpcConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcReflectionConfig) - Static method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcService) - Static method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Create a
GrpcServiceDescriptor.Builder. - builder(GrpcSecurityConfig) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcSecurityHandlerConfig) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcSecurityMethodConfig) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcSecurityServiceConfig) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcTracingConfig) - Static method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcValidationConfig) - Static method in interface io.helidon.webserver.grpc.validation.GrpcValidationConfig
-
Create a new fluent API builder from an existing instance.
- builder(HstsFeatureConfig) - Static method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Create a new fluent API builder from an existing instance.
- builder(AltSvcConfig) - Static method in interface io.helidon.webserver.http.AltSvcConfig
-
Create a new fluent API builder from an existing instance.
- builder(Http1Config) - Static method in interface io.helidon.webserver.http1.Http1Config
-
Create a new fluent API builder from an existing instance.
- builder(Http1ConnectionSelectorConfig) - Static method in interface io.helidon.webserver.http1.Http1ConnectionSelectorConfig
-
Create a new fluent API builder from an existing instance.
- builder(Http2Config) - Static method in interface io.helidon.webserver.http2.Http2Config
-
Create a new fluent API builder from an existing instance.
- builder(JsonRpcHandlers) - Static method in interface io.helidon.webserver.jsonrpc.JsonRpcHandlers
-
Create a new fluent API builder from an existing instance.
- builder(ListenerConfig) - Static method in interface io.helidon.webserver.ListenerConfig
-
Create a new fluent API builder from an existing instance.
- builder(ConfigObserverConfig) - Static method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Create a new fluent API builder from an existing instance.
- builder(HealthObserverConfig) - Static method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Create a new fluent API builder from an existing instance.
- builder(InfoObserverConfig) - Static method in interface io.helidon.webserver.observe.info.InfoObserverConfig
-
Create a new fluent API builder from an existing instance.
- builder(LogObserverConfig) - Static method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Create a new fluent API builder from an existing instance.
- builder(LogStreamConfig) - Static method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
Create a new fluent API builder from an existing instance.
- builder(AutoHttpMetricsConfig) - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Create a new fluent API builder from an existing instance.
- builder(AutoHttpMetricsPathConfig) - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Create a new fluent API builder from an existing instance.
- builder(MetricsObserverConfig) - Static method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
Create a new fluent API builder from an existing instance.
- builder(ObserveFeatureConfig) - Static method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Create a new fluent API builder from an existing instance.
- builder(ObserverConfigBase) - Static method in interface io.helidon.webserver.observe.ObserverConfigBase
-
Create a new fluent API builder from an existing instance.
- builder(TracingObserverConfig) - Static method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Create a new fluent API builder from an existing instance.
- builder(ProxyProtocolConfig) - Static method in interface io.helidon.webserver.ProxyProtocolConfig
-
Create a new fluent API builder from an existing instance.
- builder(PathsConfig) - Static method in interface io.helidon.webserver.security.PathsConfig
-
Create a new fluent API builder from an existing instance.
- builder(SecurityFeatureConfig) - Static method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Create a new fluent API builder from an existing instance.
- builder(SecurityHandlerConfig) - Static method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Create a new fluent API builder from an existing instance.
- builder(SniConfig) - Static method in interface io.helidon.webserver.SniConfig
-
Create a new fluent API builder from an existing instance.
- builder(BaseHandlerConfig) - Static method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Create a new fluent API builder from an existing instance.
- builder(ClasspathHandlerConfig) - Static method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Create a new fluent API builder from an existing instance.
- builder(FileSystemHandlerConfig) - Static method in interface io.helidon.webserver.staticcontent.FileSystemHandlerConfig
-
Create a new fluent API builder from an existing instance.
- builder(MemoryCacheConfig) - Static method in interface io.helidon.webserver.staticcontent.MemoryCacheConfig
-
Create a new fluent API builder from an existing instance.
- builder(StaticContentConfig) - Static method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Create a new fluent API builder from an existing instance.
- builder(TemporaryStorageConfig) - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Create a new fluent API builder from an existing instance.
- builder(StuckThreadDetectionConfig) - Static method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Create a new fluent API builder from an existing instance.
- builder(TcpTransportConfig) - Static method in interface io.helidon.webserver.TcpTransportConfig
-
Create a new fluent API builder from an existing instance.
- builder(UdsTransportConfig) - Static method in interface io.helidon.webserver.UdsTransportConfig
-
Create a new fluent API builder from an existing instance.
- builder(VirtualHostConfig) - Static method in interface io.helidon.webserver.VirtualHostConfig
-
Create a new fluent API builder from an existing instance.
- builder(WebServerConfig) - Static method in interface io.helidon.webserver.WebServerConfig
-
Create a new fluent API builder from an existing instance.
- builder(WsConfig) - Static method in interface io.helidon.webserver.websocket.WsConfig
-
Create a new fluent API builder from an existing instance.
- builder(WsProtocolConfig) - Static method in interface io.helidon.websocket.WsProtocolConfig
-
Create a new fluent API builder from an existing instance.
- builder(Class, String) - Static method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Create a
GrpcServiceDescriptor.Builder. - builder(String) - Static method in interface io.helidon.common.parameters.Parameters
-
Creates a new
Parameters.BuilderofParameters. - builder(String) - Static method in interface io.helidon.dbclient.DbClient
-
Create Helidon database client builder.
- builder(String) - Static method in interface io.helidon.http.media.multipart.WriteablePart
-
Builder to create a new part.
- builder(String) - Static method in interface io.helidon.metrics.api.Counter
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.counterBuilder(String)instead - builder(String) - Static method in interface io.helidon.metrics.api.DistributionSummary
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.distributionSummaryBuilder(String, io.helidon.metrics.api.DistributionStatisticsConfig.Builder)instead - builder(String) - Static method in interface io.helidon.metrics.api.Timer
-
Deprecated, for removal: This API element is subject to removal in a future version.this method gets
MetricsFactoryfromServiceRegistry, which may be inefficient. CallMetricsFactory.timerBuilder(String)instead - builder(String) - Static method in class io.helidon.security.providers.common.OutboundTarget
-
Builder for a single target.
- builder(String) - Static method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
Create a new builder for the keyId.
- builder(String) - Static method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Get a new builder .
- builder(String) - Static method in class io.helidon.tracing.config.ComponentTracingConfig
-
Fluent API builder for traced component.
- builder(String) - Static method in class io.helidon.tracing.config.SpanLogTracingConfig
-
Fluent API builder to create a new traced span log configuration.
- builder(String) - Static method in class io.helidon.tracing.config.SpanTracingConfig
-
A fluent API builder to create traced span configuration.
- builder(String) - Static method in class io.helidon.webserver.accesslog.HeaderLogEntry
-
Create a fluent API builder for a header log entry.
- builder(String, DistributionStatisticsConfig.Builder) - Static method in interface io.helidon.metrics.api.DistributionSummary
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.distributionSummaryBuilder(String, io.helidon.metrics.api.DistributionStatisticsConfig.Builder)instead - builder(String, String) - Static method in class io.helidon.http.SetCookie
-
Creates a new fluent API builder.
- builder(String, String, MethodDescriptor.Builder) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new
GrpcClientMethodDescriptor.Builderwith the specified name andMethodDescriptor. - builder(String, String, MethodDescriptor.MethodType) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new
GrpcClientMethodDescriptor.Builderwith the specified name. - builder(String, Supplier) - Static method in interface io.helidon.metrics.api.Gauge
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.gaugeBuilder(String, java.util.function.Supplier)instead - builder(String, T, Function) - Static method in interface io.helidon.metrics.api.FunctionalCounter
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.functionalCounterBuilder(String, Object, java.util.function.Function)instead - builder(String, T, ToDoubleFunction) - Static method in interface io.helidon.metrics.api.Gauge
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.gaugeBuilder(String, Object, java.util.function.ToDoubleFunction)instead - builder(Supplier...) - Static method in interface io.helidon.config.Config
- builder(ServiceLoader) - Static method in class io.helidon.common.HelidonServiceLoader
-
Create a builder for customizable service loader.
- builder(T) - Static method in interface io.helidon.messaging.Message
-
Create a message builder.
- Builder<B,
T> - Interface in io.helidon.common -
Interface for builders, to be able to accept a builder in addition to an instance.
- Builder() - Constructor for class io.helidon.config.encryption.EncryptionFilter.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.use
EncryptionFilter.builder()instead - Builder() - Constructor for class io.helidon.dbclient.DbClientContext.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.use
DbClientContext.builder()instead - Builder() - Constructor for class io.helidon.dbclient.DbExecuteContext.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.use
DbExecuteContext.builder()instead - Builder() - Constructor for class io.helidon.health.HealthCheckResponse.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.use
HealthCheckResponse.builder()instead - Builder() - Constructor for class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
RoleValidator.RoleConfig.builder()instead. - Builder() - Constructor for class io.helidon.security.AuthorizationResponse.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
AuthorizationResponse.builder()instead. - Builder() - Constructor for class io.helidon.security.Grant.Builder
-
Create a new instance.
- Builder() - Constructor for class io.helidon.security.OutboundSecurityResponse.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OutboundSecurityResponse.builder()instead. - Builder() - Constructor for class io.helidon.security.providers.common.EvictableCache.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
EvictableCache.builder()instead. - Builder() - Constructor for class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
AnnotationAnalyzer.AnalyzerResponse.builder()instead. - Builder() - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
-
Default constructor.
- Builder() - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider.Builder
-
Default contructor.
- Builder() - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Default constructor.
- Builder() - Constructor for class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Create an OIDC configuration builder.
- Builder() - Constructor for class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
OidcProvider.builder()instead. - Builder() - Constructor for class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Create a new instance, no side effects.
- Builder(CodegenContext) - Constructor for class io.helidon.data.codegen.common.RepositoryInfo.Builder
-
Creates an instance of data repository interface descriptor
RepositoryInfo.Builder. - Builder(HeaderName) - Constructor for class io.helidon.webserver.accesslog.HeaderLogEntry.Builder
-
Header name to log.
- BUILDER_ADD_COLLECTION - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
- BUILDER_BLUEPRINT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.builder.api.Prototype.Blueprint. - BUILDER_CLEAR - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Method to clear the current value(s) of the option.
- BUILDER_GETTER - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Getter on the builder base class.
- BUILDER_SETTER - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
The "main" setter method on the builder base class.
- BUILDER_SETTER_CHAR_ARRAY - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Setter specific to char array options.
- BUILDER_SETTER_CONSUMER - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Only created if the option type itself has a builder.
- BUILDER_SETTER_DECLARED - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
- BUILDER_SETTER_RUNTIME_TYPE_PROTOTYPE - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Only created if the option type is built by another prototype, or if there is a factory method to build the type from another prototype.
- BUILDER_SETTER_SUPPLIER - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Only created if the option type itself has a builder.
- BUILDER_SINGULAR_ADD - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
- BUILDER_SINGULAR_ADD_CONSUMER - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Singular add method for builder consumer.
- BUILDER_SINGULAR_ADD_TO_MAP_VALUE - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Singular add method to add a value to a collection that is a value of a
Map. - BUILDER_SINGULAR_ADD_TO_MAP_VALUES - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Singular add method to add values to a collection that is a value of a
Map. - builderAccessModifier() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Access modifier for the generated builder.
- builderAccessModifier() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Access modifier for the generated builder.
- builderAccessModifier() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- builderAccessModifier(AccessModifier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Access modifier for the generated builder.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.codegen.CodegenEvent.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.codegen.ModuleInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.features.metadata.Aot.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.pki.Keys.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.pki.PemKeys.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.socket.SocketOptions.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.tls.TlsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.Annotation.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.TypeInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.types.TypeName.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.uri.UriInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.config.ConfigItem.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.codegen.query.Order.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.codegen.query.Projection.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.codegen.query.Property.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.Order.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.PageRequest.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.Sort.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.dbclient.DbClientContext.BuilderBase
-
Creates an instance of base builder for
DbClientContext. - BuilderBase() - Constructor for class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Default constructor.
- BuilderBase() - Constructor for class io.helidon.dbclient.DbExecuteContext.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.direct public use is not supported; use
DbExecuteContext.builder()for the built-in execution context builder - BuilderBase() - Constructor for class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Creates a JDBC connection pool builder base.
- BuilderBase() - Constructor for class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.HttpConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.HttpLogConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.json.JsonSupportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.Schema.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaArray.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaBoolean.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaItem.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaNull.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaObject.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.schema.SchemaString.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.json.smile.SmileConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.FailurePolicy.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.MessageConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.MessagingChannel.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.MessagingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.scheduling.CronConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.scheduling.TaskConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.registry.ActivationResult.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.registry.Dependency.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.registry.Lookup.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.registry.Qualifier.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.api.SniConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.ErrorHandling.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.ListenerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.SniConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.WebServerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Protected to support extensibility.
- builderBaseJavadoc() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder base.
- builderBaseJavadoc() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- builderBaseJavadoc() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Javadoc for the builder base.
- builderBaseJavadoc(Javadoc) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder base.
- builderBaseJavadoc(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder base.
- builderBaseJavadoc(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder base.
- BuilderCodegenExtension - Interface in io.helidon.builder.codegen.spi
-
Extension to modify the builder and prototype that is generated.
- BuilderCodegenExtensionProvider - Interface in io.helidon.builder.codegen.spi
-
An extension provider to modify the behavior of the builder code generator.
- BuilderCodegenProvider - Class in io.helidon.builder.codegen
-
ServiceLoaderprovider implementation forCodegenExtensionProvider, that code generates builders and implementations for blueprints. - BuilderCodegenProvider() - Constructor for class io.helidon.builder.codegen.BuilderCodegenProvider
-
Required public constructor for
ServiceLoader. - builderDecorator() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Builder decorator, if configured.
- builderDecorator() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- builderDecorator() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Builder decorator, if configured.
- builderDecorator(TypeName) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Builder decorator, if configured.
- builderDecorator(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Builder decorator, if configured.
- builderDecorator(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Builder decorator, if configured.
- builderInfo() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
If the option has a builder, return its information.
- builderInfo() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- builderInfo() - Method in interface io.helidon.builder.codegen.OptionInfo
-
If the option has a builder, return its information.
- builderInfo(OptionBuilder) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
If the option has a builder, return its information.
- builderInfo(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
If the option has a builder, return its information.
- builderInfo(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
If the option has a builder, return its information.
- builderJavadoc() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder class.
- builderJavadoc() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- builderJavadoc() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Javadoc for the builder class.
- builderJavadoc(Javadoc) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder class.
- builderJavadoc(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder class.
- builderJavadoc(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the builder class.
- builderMethodName() - Element in annotation interface io.helidon.builder.api.Prototype.RuntimeTypeFactoryMethod
-
Name of the builder method on the prototype.
- builderMethodName() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Name of the static builder method, or
<init>to identify a constructor should be used. - builderMethodName() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
- builderMethodName() - Method in interface io.helidon.builder.codegen.OptionBuilder
-
Name of the static builder method, or
<init>to identify a constructor should be used. - builderMethodName(String) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Name of the static builder method, or
<init>to identify a constructor should be used. - builderMethods() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype builder base.
- builderMethods() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- builderMethods() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Additional methods to be added to the prototype builder base.
- builderMethods(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype builder base.
- builderMethodType() - Element in annotation interface io.helidon.builder.api.Prototype.RuntimeTypeFactoryMethod
-
Type of the class declaring a
Prototype.RuntimeTypeFactoryMethod.builderMethodName()used to get an instance of the builder to send to the generated setter with consumer. - builderMethodType() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the class declaring a
OptionBuilder.BuilderBase.builderMethodName()used to get an instance of the builder to send to the generated setter with consumer. - builderMethodType() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
- builderMethodType() - Method in interface io.helidon.builder.codegen.OptionBuilder
-
Type of the class declaring a
OptionBuilder.builderMethodName()used to get an instance of the builder to send to the generated setter with consumer. - builderMethodType(TypeName) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the class declaring a
OptionBuilder.BuilderBase.builderMethodName()used to get an instance of the builder to send to the generated setter with consumer. - builderMethodType(Consumer) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the class declaring a
OptionBuilder.BuilderBase.builderMethodName()used to get an instance of the builder to send to the generated setter with consumer. - builderMethodType(Supplier) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the class declaring a
OptionBuilder.BuilderBase.builderMethodName()used to get an instance of the builder to send to the generated setter with consumer. - builderOptionOnly() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Set to
trueif this option is only available on the builder. - builderOptionOnly() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- builderOptionOnly() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Set to
trueif this option is only available on the builder. - builderOptionOnly(boolean) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Set to
trueif this option is only available on the builder. - builderPublic() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
Builder can be set to be package local only.
- BuilderSupport - Class in io.helidon.builder.api
-
Static methods used from generated prototypes and builders.
- builderType() - Element in annotation interface io.helidon.builder.api.Prototype.RuntimeTypeFactoryMethod
-
Type of the builder to use when creating the prototype instance.
- builderType() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the builder.
- builderType() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
- builderType() - Method in interface io.helidon.builder.codegen.OptionBuilder
-
Type of the builder.
- builderType(TypeName) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the builder.
- builderType(Consumer) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the builder.
- builderType(Supplier) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Type of the builder.
- buildKmf(TlsConfig, SecureRandom, PrivateKey, Certificate[]) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Build the key manager factory.
- buildKmf(TlsMaterial, SecureRandom, PrivateKey, Certificate[]) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Build the key manager factory.
- buildMethod() - Element in annotation interface io.helidon.json.binding.Json.BuilderInfo
-
The build method name.
- buildMethodName() - Element in annotation interface io.helidon.builder.api.Prototype.RuntimeTypeFactoryMethod
-
Name of the build method on the builder to create an instance of the desired type.
- buildMethodName() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Name of the build method (
buildorbuildPrototype). - buildMethodName() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
- buildMethodName() - Method in interface io.helidon.builder.codegen.OptionBuilder
-
Name of the build method (
buildorbuildPrototype). - buildMethodName(String) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Name of the build method (
buildorbuildPrototype). - buildPrototype() - Method in interface io.helidon.builder.api.Prototype.Builder
-
Create an instance of the
Prototype. - buildPrototype() - Method in class io.helidon.builder.codegen.FactoryMethod.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.GeneratedMethod.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.OptionAllowedValue.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.OptionBuilder.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.OptionConfigured.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.OptionDeprecation.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.OptionInfo.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.OptionProvider.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.OptionSingular.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.PrototypeConfigured.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.PrototypeConstant.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.PrototypeInfo.Builder
- buildPrototype() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.Builder
- buildPrototype() - Method in class io.helidon.codegen.compiler.CompilerOptions.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.configurable.AllowListConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.configurable.ResourceConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.configurable.ThreadPoolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.context.http.ContextRecordConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.features.metadata.Aot.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.features.metadata.Deprecation.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.features.metadata.FeatureMetadata.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.mapper.MappersConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.pki.Keys.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.pki.KeystoreKeys.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.pki.PemKeys.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.socket.SocketOptions.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.tls.RevocationConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.tls.TlsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.tls.TlsMaterial.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.common.types.Annotation.Builder
- buildPrototype() - Method in class io.helidon.common.types.ModuleInfoExports.Builder
- buildPrototype() - Method in class io.helidon.common.types.ModuleInfoOpens.Builder
- buildPrototype() - Method in class io.helidon.common.types.ModuleInfoProvides.Builder
- buildPrototype() - Method in class io.helidon.common.types.ModuleInfoRequires.Builder
- buildPrototype() - Method in class io.helidon.common.types.ModuleInfoUses.Builder
- buildPrototype() - Method in class io.helidon.common.types.ModuleTypeInfo.Builder
- buildPrototype() - Method in class io.helidon.common.types.TypedElementInfo.Builder
- buildPrototype() - Method in class io.helidon.common.types.TypeInfo.Builder
- buildPrototype() - Method in class io.helidon.common.types.TypeName.Builder
- buildPrototype() - Method in class io.helidon.common.uri.UriInfo.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.config.ConfigItem.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.codegen.common.MethodParams.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.codegen.query.CriteriaCondition.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.codegen.query.DataQuery.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.codegen.query.Order.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.codegen.query.OrderExpression.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.codegen.query.Projection.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.codegen.query.Property.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.jdbc.JdbcClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.Order.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.PageRequest.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.Sort.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.sql.common.ConnectionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.sql.common.SqlConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.faulttolerance.AsyncConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.faulttolerance.BulkheadConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.faulttolerance.FallbackConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.faulttolerance.RetryConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.faulttolerance.TimeoutConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.HttpConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.HttpLogConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.json.JsonSupportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.MediaContextConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.http.media.MediaSupportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.binding.JsonBindingConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.Schema.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaArray.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaBoolean.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaInteger.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaItem.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaNull.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaNumber.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaObject.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.schema.SchemaString.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.json.smile.SmileConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.DeadLetterConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.FailurePolicy.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.MessageBatchConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.MessageConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.MessagingChannel.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.MessagingConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.MessagingExecutionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.MessagingFailureConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.metrics.api.MetricsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.metrics.api.ScopeConfig.Builder
-
Deprecated.Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.metrics.api.ScopingConfig.Builder
-
Deprecated.Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.openapi.OpenApiFeatureConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.scheduling.CronConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.scheduling.FixedRateConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.scheduling.TaskConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.service.codegen.DefaultsParams.Builder
- buildPrototype() - Method in class io.helidon.service.registry.ActivationRequest.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.service.registry.ActivationResult.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.service.registry.Dependency.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.service.registry.InterceptionContext.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.service.registry.Lookup.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.service.registry.Qualifier.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.service.registry.ServiceRegistryConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.tracing.ExtendedTracerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.validation.ValidationContextConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.api.HttpClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.api.HttpConfigBase.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.api.SniConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.api.WebClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.api.WebClientServiceResponse.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.context.WebClientContextConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.http1.Http1ClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.http2.Http2ClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.websocket.WsClientConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.context.ContextFeatureConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.cors.CorsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.cors.CorsPathConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.ErrorHandling.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.GrpcConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.http.AltSvcConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.http1.Http1Config.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.http2.Http2Config.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.ListenerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.ObserverConfigBase.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.ProxyProtocolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.security.PathsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.SniConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.TcpTransportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.UdsTransportConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.VirtualHostConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.WebServerConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.webserver.websocket.WsConfig.Builder
-
Create an instance of the prototype.
- buildPrototype() - Method in class io.helidon.websocket.WsProtocolConfig.Builder
-
Create an instance of the prototype.
- buildPrototype(DeadLetterConfig.BuilderBase) - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Create a new prototype instance from a builder.
- buildPrototype(FailurePolicy.BuilderBase) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Create a new prototype instance from a builder.
- buildPrototype(MessageBatchConfig.BuilderBase) - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Create a new prototype instance from a builder.
- buildPrototype(MessageConfig.BuilderBase) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Create a new prototype instance from a builder.
- buildPrototype(MessagingConfig.BuilderBase) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Create a new prototype instance from a builder.
- buildPrototype(MessagingExecutionConfig.BuilderBase) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Create a new prototype instance from a builder.
- buildPrototype(MessagingFailureConfig.BuilderBase) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Create a new prototype instance from a builder.
- buildProvider() - Method in class io.helidon.config.encryption.EncryptionFilter.Builder
-
Create a new
EncryptionFilterprovider based on this builder. - buildQuery(DataQuery) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build simple provider specific
PersistenceGenerator.QueryfromDataQuery. - buildQuery(DataQuery, List) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build provider specific
PersistenceGenerator.QueryfromDataQuery. - buildQuery(String, QueryParameters, List) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build provider specific
PersistenceGenerator.Queryfrom queryStringandListofPersistenceGenerator.QueryBuilder.MethodParameter. - buildRequest() - Method in class io.helidon.security.SecurityRequestBuilder
-
Build the security request.
- buildSimpleQuery(DataQuery) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build simple data query code from
DataQuery. - buildSubject(Subject, List) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Updates original subject with the list of grants.
- BUILT_IN_SCOPES - Static variable in class io.helidon.metrics.api.Meter.Scope
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope values, and this constant will be removed.
- builtIn() - Method in record class io.helidon.declarative.codegen.model.http.HttpMethod
-
Returns the value of the
builtInrecord component. - BuiltInHealthCheckProvider - Class in io.helidon.health.checks
-
ServiceLoaderprovider implementation forHealthCheckProvider. - BuiltInHealthCheckProvider() - Constructor for class io.helidon.health.checks.BuiltInHealthCheckProvider
-
Default constructor is required by
ServiceLoader. - builtInMeterNameFormat() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Output format for built-in meter names.
- builtInMeterNameFormat() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- builtInMeterNameFormat() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Output format for built-in meter names.
- builtInMeterNameFormat(BuiltInMeterNameFormat) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Output format for built-in meter names.
- BuiltInMeterNameFormat - Enum Class in io.helidon.metrics.api
-
Choices for the output format for built-in meter names.
- bulkhead() - Method in class io.helidon.faulttolerance.FtSupport.BulkheadMethod
-
Provide a bulkhead instance that should be used with this method.
- Bulkhead - Interface in io.helidon.faulttolerance
-
Bulkhead protects a resource that cannot serve unlimited parallel requests.
- Bulkhead.QueueListener - Interface in io.helidon.faulttolerance
-
A Bulkhead listener for queueing operations.
- Bulkhead.Stats - Interface in io.helidon.faulttolerance
-
Provides statistics during the lifetime of a bulkhead, such as concurrent executions, accepted/rejected calls and queue size.
- BulkheadConfig - Interface in io.helidon.faulttolerance
-
Bulkheadconfiguration bean. - BulkheadConfig.Builder - Class in io.helidon.faulttolerance
-
Fluent API builder for
Bulkhead. - BulkheadConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.faulttolerance
-
Fluent API builder base for
BulkheadConfig. - BulkheadConfig.BuilderBase.BulkheadConfigImpl - Class in io.helidon.faulttolerance
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- BulkheadConfigImpl(BulkheadConfig.BuilderBase) - Constructor for class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
-
Create an instance providing a builder.
- BulkheadException - Exception Class in io.helidon.faulttolerance
-
Failure because of
Bulkheadissues, most likely that the bulkhead does not allow any more queued tasks. - BulkheadImpl__ServiceDescriptor<T> - Class in io.helidon.faulttolerance
-
Service descriptor for
BulkheadImpl. - BulkheadImpl__ServiceDescriptor() - Constructor for class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
-
Constructor with no side effects
- BulkheadMethod() - Constructor for class io.helidon.faulttolerance.FtSupport.BulkheadMethod
-
Constructor with no side effects.
- Bulk Retrieval of Values - Section in package io.helidon.config
- by() - Method in class io.helidon.http.Forwarded
-
bydirective of the forwarded header. - BY_ID - Static variable in interface io.helidon.http.http2.Http2Setting
-
Settings mapped by setting identifier.
- byApplicationProtocol(String) - Method in class io.helidon.webserver.ConnectionProviders
-
Get a connection provider for the application protocol.
- byId(int) - Static method in enum class io.helidon.http.http2.Http2FrameType
-
Get a frame type by frame id.
- BYTE - Enum constant in enum class io.helidon.common.Size.Unit
-
Bytes.
- BYTE_BUFFER - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Java
ByteBuffer. - ByteArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
ByteArrayConverter. - ByteArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- ByteArrayInstanceWriter - Class in io.helidon.http.media
-
InstanceWriterfor bytes already materialized in memory. - byteBufferSize(int) - Method in class io.helidon.common.reactive.IoMulti.MultiFromInputStreamBuilder
-
Set the size of
ByteBuffers being published. - ByteConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
ByteConverter. - ByteConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
-
Constructor with no side effects
- bytes() - Method in interface io.helidon.codegen.FilerResource
-
Existing bytes of the resource.
- bytes() - Method in interface io.helidon.common.configurable.Resource
-
Get bytes of this resource.
- bytes() - Method in enum class io.helidon.common.Size.Unit
-
Number of bytes this unit represents.
- bytes() - Method in interface io.helidon.http.DataChunk
-
Gets the content of the underlying byte buffers as an array of bytes.
- bytes() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Noop
-
Returns the value of the
bytesrecord component. - bytes(byte[]) - Method in interface io.helidon.codegen.FilerResource
-
New bytes of the resource.
- Bytes - Class in io.helidon.common.buffers
-
Bytes commonly used in HTTP.
- BYTES - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
- bytesInteger() - Method in enum class io.helidon.common.Size.Unit
-
Number of bytes in this unit (exact integer).
- bytesToIdentifyConnection() - Method in class io.helidon.webserver.http1.Http1ConnectionSelector
- bytesToIdentifyConnection() - Method in class io.helidon.webserver.http2.Http2ConnectionSelector
- bytesToIdentifyConnection() - Method in interface io.helidon.webserver.spi.ServerConnectionSelector
-
How many bytes are needed to identify this connection.
- bytesWritten() - Method in interface io.helidon.webserver.http.ServerResponse
-
Number of bytes written to response.
- byteValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - byteValue() - Method in class io.helidon.json.JsonNumber
-
Return the byte value of this JsonNumber.
- byteValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- byteValue(String) - Method in class io.helidon.json.JsonObject
-
Return the byte value associated with the specified key as an Optional.
- byteValue(String, byte) - Method in class io.helidon.json.JsonObject
-
Return the byte value associated with the specified key, or the default value if the key is not present.
- byteValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - byteValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
C
- cache(EvictableCache) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
-
Use explicit
EvictableCachefor role caching. - CACHE_CONTROL - Static variable in class io.helidon.http.HeaderNames
-
The "Cache-Control" header name.
- CACHE_CONTROL_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Cache-Control" header name.
- CACHE_EVICT_DELAY_MINUTES - Static variable in interface io.helidon.security.providers.common.EvictableCache
-
Default eviction delay in minutes (how long to wait after the cache is started).
- CACHE_EVICT_PERIOD_MINUTES - Static variable in interface io.helidon.security.providers.common.EvictableCache
-
Default eviction period in minutes (how often to evict records).
- CACHE_MAX_SIZE - Static variable in interface io.helidon.security.providers.common.EvictableCache
-
Maximal number of records in the cache.
- CACHE_NO_CACHE - Static variable in class io.helidon.http.HeaderValues
-
Cache control without any caching.
- CACHE_NORMAL - Static variable in class io.helidon.http.HeaderValues
-
Cache control that allows caching with no transform.
- CACHE_TIMEOUT_MINUTES - Static variable in interface io.helidon.security.providers.common.EvictableCache
-
Default timeout of records in minutes (inactivity timeout).
- cacheAccessCount() - Method in interface io.helidon.service.registry.RegistryMetrics
-
Number of times we attempted to get a cached lookup.
- cacheBytes() - Method in interface io.helidon.common.configurable.Resource
-
Caches the resource bytes in memory, so they can be repeatedly accessed.
- cachedFiles() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- cachedFiles() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
A set of files that are cached in memory at startup.
- cachedFiles() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
A set of files that are cached in memory at startup.
- cachedFiles(Set) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
A set of files that are cached in memory at startup.
- cacheEnabled(boolean) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
If the cacheEnabled is set to false, no caching will be done.
- cacheHitCount() - Method in interface io.helidon.service.registry.RegistryMetrics
-
Number of times the cache provided a value.
- cacheItem() - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Whether to cache this handled config item or not.
- cacheItem() - Method in class io.helidon.config.ConfigItem.BuilderBase.ConfigItemImpl
- cacheItem() - Method in interface io.helidon.config.ConfigItem
-
Whether to cache this handled config item or not.
- cacheItem(boolean) - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Whether to cache this handled config item or not.
- CalendarConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
CalendarConverter. - CalendarConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
-
Constructor with no side effects
- CalendarFutureOrPresentValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
CalendarFutureOrPresentValidatorProvider. - CalendarFutureOrPresentValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- CalendarFutureValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
CalendarFutureValidatorProvider. - CalendarFutureValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- CalendarPastOrPresentValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
CalendarPastOrPresentValidatorProvider. - CalendarPastOrPresentValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- CalendarPastValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
CalendarPastValidatorProvider. - CalendarPastValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- call() - Method in interface io.helidon.common.task.InterruptableTask
- call() - Method in class io.helidon.dbclient.health.DbClientHealthCheck
- call() - Method in class io.helidon.health.checks.DeadlockHealthCheck
- call() - Method in class io.helidon.health.checks.DiskSpaceHealthCheck
- call() - Method in class io.helidon.health.checks.HeapMemoryHealthCheck
- call() - Method in interface io.helidon.health.HealthCheck
-
Call a health check.
- call(Method.Builder, Consumer, String) - Static method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Generate
Callablecall. - call(Functions.CheckedFunction) - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
-
Run persistence session task.
- call(JpaRepositoryExecutor, Functions.CheckedFunction) - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor.DataRunner
-
Call persistence session task and return result.
- call(Callable) - Method in class io.helidon.common.concurrency.limits.AimdLimit
- call(Callable) - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm
-
Invoke a callable within the limits of this limiter.
- call(Callable) - Method in class io.helidon.common.concurrency.limits.FixedLimit
- call(Callable) - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- call(Function) - Method in interface io.helidon.data.Data.SessionRepository
-
Execute task with persistence session.
- CALL_ATTRIBUTES - Enum constant in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
log the call attributes.
- callback(String, OpenApiDocument.Callback) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set callback.
- callback(String, OpenApiDocument.Callback) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add callback.
- callback(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set callback.
- callback(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add callback.
- callbackEnabledFrom(Span) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Returns a
Spanimplementation which delegates to the provided HelidonSpan, thereby notifying registeredSpanListenerobjects of span lifecycle events. - callbackEnabledFrom(Tracer) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Returns an OpenTelemetry
Tracerimplementation which providesSpanBuilderandSpaninstances capable of notifyingSpanListenerobjects registered with the supplied Helidon tracer. - callbackEnabledFrom(Span) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Returns an OpenTelemetry
Spanimplementation which delegates to theSpanmanaged by the supplied HelidonSpanand which also providesScopeinstances capable of notifying registeredSpanListenerobjects. - callbackEnabledFrom(Tracer) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Returns an OpenTelemetry
Tracerimplementation which providesSpanBuilderandSpaninstances capable of notifying registeredSpanListenerobjects. - callbacks() - Method in class io.helidon.openapi.OpenApiDocument.Operation
-
Operation callbacks.
- callCredentials() - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Return the
CallCredentialsset on this service. - callCredentials() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Credentials for this call, if any.
- callCredentials() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- callCredentials() - Method in interface io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Credentials for this call, if any.
- callCredentials(CallCredentials) - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
- callCredentials(CallCredentials) - Method in interface io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
-
Register the specified
CallCredentialsto be used for this method. - callCredentials(CallCredentials) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Credentials for this call, if any.
- callHandler() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Return the call handler.
- calls() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
Number of calls (first try + retries).
- calls() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Number of calls, including the initial call and retries, which must be at least
1. - calls() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- calls() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Number of calls, including the initial call and retries, which must be at least
1. - calls(int) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy.Builder
-
Total number of calls (first + retries).
- calls(int) - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy.Builder
-
Total number of calls (first + retries).
- calls(int) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Number of calls, including the initial call and retries, which must be at least
1. - callsAccepted() - Method in interface io.helidon.faulttolerance.Bulkhead.Stats
-
Number of calls accepted on the bulkhead.
- callsRejected() - Method in interface io.helidon.faulttolerance.Bulkhead.Stats
-
Number of calls rejected on the bulkhead.
- callTimeout() - Method in class io.helidon.config.SimpleRetryPolicy
-
Timeout of the call.
- callTimeout(Duration) - Method in class io.helidon.config.SimpleRetryPolicy.Builder
-
Timeout for the individual invocation.
- CAMEL - Enum constant in enum class io.helidon.metrics.api.BuiltInMeterNameFormat
-
Camel-case (i.e.
- canBind(BindingPlanContext) - Method in interface io.helidon.webserver.spi.TransportBindingFactory
-
Whether this binding factory can bind with the current listener configuration.
- canBind(BindingPlanContext) - Method in class io.helidon.webserver.TcpTransportBindingFactory
- canBind(BindingPlanContext) - Method in class io.helidon.webserver.UdsTransportBindingFactory
- cancel() - Method in class io.helidon.common.reactive.CompletionSingle
- cancel() - Method in interface io.helidon.common.reactive.Single
-
Cancel upstream.
- cancel() - Method in class io.helidon.common.reactive.SingleSubscriberHolder
-
Hard cancel - nothing is sent to the subscriber but subscription is considered as canceled.
- cancel() - Method in enum class io.helidon.common.reactive.SubscriptionHelper
- cancel() - Method in interface io.helidon.messaging.ConnectorDelivery
-
Cancel delivery processing.
- cancel() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Cancels this client stream.
- cancel(boolean) - Method in class io.helidon.config.SimpleRetryPolicy
- cancel(boolean) - Method in interface io.helidon.config.spi.RetryPolicy
-
Cancels the current use of the retry policy.
- cancel(AtomicReference) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Atomically swap in the
SubscriptionHelper.CANCELEDinstance and call cancel() on any previous Subscription held. - CANCEL - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
Used by the endpoint to indicate that the stream is no longer needed.
- CANCELED - Enum constant in enum class io.helidon.common.reactive.SubscriptionHelper
-
The singleton instance indicating a canceled subscription.
- CANCELLED - Enum constant in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
The wait strategy declined another attempt.
- CANCELLED - Enum constant in enum class io.helidon.http.HttpTransportObserver.HandshakeOutcome
-
Handshake was cancelled because the connection closed.
- CANCELLED - Enum constant in enum class io.helidon.http.HttpTransportObserver.StreamOutcome
-
Stream lifecycle was cancelled without an explicit reset or stream failure.
- CANCELLED - Enum constant in enum class io.helidon.messaging.MessagingRejectedException.Reason
-
Admission was cancelled or interrupted.
- CANCELLED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
The operation was cancelled (typically by the caller).
- cancelSupplier(Supplier) - Method in interface io.helidon.faulttolerance.Bulkhead
-
Can be used to cancel a supplier while queued.
- canDeserialize(GenericType) - Method in class io.helidon.http.media.jackson.JacksonSupport
- canDeserialize(GenericType) - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- canDeserialize(GenericType) - Method in class io.helidon.http.media.json.JsonSupport
- canDeserialize(GenericType) - Method in class io.helidon.http.media.json.smile.SmileSupport
- canDeserialize(GenericType) - Method in class io.helidon.http.media.jsonb.JsonbSupport
- canDeserialize(GenericType) - Method in class io.helidon.http.media.jsonp.JsonpSupport
- canDeserialize(GenericType) - Method in class io.helidon.http.media.MediaSupportBase
-
Check whether the type is supported by this media support for deserialization.
- canInterrupt() - Method in interface io.helidon.common.task.InterruptableTask
-
Signals if a task can be interrupted at the time this method is called.
- canInterrupt() - Method in class io.helidon.webserver.http1.Http1Connection
- canInterrupt() - Method in class io.helidon.webserver.http2.Http2Connection
- CANNOT_ACCEPT - Static variable in class io.helidon.websocket.WsCloseCodes
-
Endpoint received an unsupported frame (e.g.
- CANON_EQ - Enum constant in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Enables canonical equivalence.
- canonicalEncodingId(String) - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
Resolve a content encoding id to the canonical id of its configured provider.
- canSerialize(GenericType) - Method in class io.helidon.http.media.jackson.JacksonSupport
- canSerialize(GenericType) - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- canSerialize(GenericType) - Method in class io.helidon.http.media.json.JsonSupport
- canSerialize(GenericType) - Method in class io.helidon.http.media.json.smile.SmileSupport
- canSerialize(GenericType) - Method in class io.helidon.http.media.jsonb.JsonbSupport
- canSerialize(GenericType) - Method in class io.helidon.http.media.jsonp.JsonpSupport
- canSerialize(GenericType) - Method in class io.helidon.http.media.MediaSupportBase
-
Check whether the type is supported by this media support for serialization.
- capacity() - Method in interface io.helidon.common.buffers.BufferData
-
Number of bytes that can be written to this instance.
- capacity() - Method in interface io.helidon.common.LruCache
-
Capacity of this cache.
- capacity() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Capacity of the cached bytes of file content.
- capacity() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
- capacity() - Method in interface io.helidon.webserver.staticcontent.MemoryCacheConfig
-
Capacity of the cached bytes of file content.
- capacity(Size) - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Capacity of the cached bytes of file content.
- capitalize(String) - Static method in class io.helidon.codegen.CodegenUtil
-
Capitalize the first letter of the provided string.
- cardinality() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Cardinality of this dependency.
- cardinality() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- cardinality() - Method in interface io.helidon.service.registry.Dependency
-
Cardinality of this dependency.
- cardinality(DependencyCardinality) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Cardinality of this dependency.
- cardinalityLimit() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Cardinality limit.
- cardinalityLimit() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- cardinalityLimit() - Method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Cardinality limit.
- cardinalityLimit(int) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Cardinality limit.
- CASE_INSENSITIVE - Enum constant in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Enables case-insensitive matching.
- caseSensitive() - Method in class io.helidon.data.Order.BuilderBase
-
Whether ordering is case-sensitive.
- caseSensitive() - Method in class io.helidon.data.Order.BuilderBase.OrderImpl
- caseSensitive() - Method in interface io.helidon.data.Order
-
Whether ordering is case-sensitive.
- caseSensitive(boolean) - Method in class io.helidon.data.Order.BuilderBase
-
Whether ordering is case-sensitive.
- cast(Object) - Method in class io.helidon.common.GenericType
-
Casts the parameter to the type of this generic type.
- catalog() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default catalog name to be set on connections.
- catalog() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- catalog() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the default catalog name to be set on connections.
- catalog() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default catalog name to be set on connections.
- catalog() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- catalog() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Set the default catalog name to be set on connections.
- catalog(String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default catalog name to be set on connections.
- catalog(String) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default catalog name to be set on connections.
- cause(Throwable) - Method in class io.helidon.http.RequestException.Builder
-
Cause of the exception.
- certAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Alias of X.509 certificate of public key.
- certAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- certAlias() - Method in interface io.helidon.common.pki.KeystoreKeys
-
Alias of X.509 certificate of public key.
- certAlias(String) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Alias of X.509 certificate of public key.
- certAliases() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
List of aliases used to generate a trusted set of certificates.
- certAliases() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- certAliases() - Method in interface io.helidon.common.pki.KeystoreKeys
-
List of aliases used to generate a trusted set of certificates.
- certAliases(List) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
List of aliases used to generate a trusted set of certificates.
- certChain() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificate Chain.
- certChain() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- certChain() - Method in interface io.helidon.common.pki.Keys
-
The X.509 Certificate Chain.
- certChain() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Load certificate chain from PEM resource.
- certChain() - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- certChain() - Method in interface io.helidon.common.pki.PemKeys
-
Load certificate chain from PEM resource.
- certChain(Resource) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Load certificate chain from PEM resource.
- certChain(ResourceConfig) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Load certificate chain from PEM resource.
- certChain(Consumer) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Load certificate chain from PEM resource.
- certChain(Supplier) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Load certificate chain from PEM resource.
- certChain(List) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificate Chain.
- certChainAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Alias of an X.509 chain.
- certChainAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- certChainAlias() - Method in interface io.helidon.common.pki.KeystoreKeys
-
Alias of an X.509 chain.
- certChainAlias(String) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Alias of an X.509 chain.
- certificateChain() - Method in class io.helidon.security.jwt.jwk.JwkEC
-
X.509 certificate chain.
- certificateChain() - Method in class io.helidon.security.jwt.jwk.JwkRSA
-
X.509 certificate chain.
- certificateChain(List) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Set certificate chain of the JWK to be built.
- certificateChain(List) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Set certificate chain of the JWK to be built.
- certificates() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read one or more certificates in PEM format from a resource definition.
- certificates() - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- certificates() - Method in interface io.helidon.common.pki.PemKeys
-
Read one or more certificates in PEM format from a resource definition.
- certificates(Resource) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read one or more certificates in PEM format from a resource definition.
- certificates(ResourceConfig) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read one or more certificates in PEM format from a resource definition.
- certificates(Consumer) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read one or more certificates in PEM format from a resource definition.
- certificates(Supplier) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read one or more certificates in PEM format from a resource definition.
- certs() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificates.
- certs() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- certs() - Method in interface io.helidon.common.pki.Keys
-
The X.509 Certificates.
- certs(List) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificates.
- CHANGED - Enum constant in enum class io.helidon.config.spi.ChangeEventType
-
The content is modified.
- ChangeEventType - Enum Class in io.helidon.config.spi
-
Type of changes that can happen in a
PollingStrategy.Polledcomponents. - changesExecutor(Executor) - Method in interface io.helidon.config.Config.Builder
-
Specifies "observe-on"
Executorto be used byConfig.onChange(java.util.function.Consumer)to deliver new Config instance. - changeTime() - Method in interface io.helidon.config.spi.ChangeWatcher.ChangeEvent
-
Time of change, or as close to that time as we can get.
- changeWatcher() - Method in class io.helidon.config.AbstractSource
-
A change watcher of this source, if it implements
WatchableSourceand has one configured. - changeWatcher() - Method in class io.helidon.config.DirectoryConfigSource
- changeWatcher() - Method in class io.helidon.config.FileConfigSource
- changeWatcher() - Method in class io.helidon.config.FileOverrideSource
- changeWatcher() - Method in interface io.helidon.config.spi.WatchableSource
-
If a change watcher is configured with this source, return it.
- changeWatcher() - Method in class io.helidon.config.UrlConfigSource
- changeWatcher() - Method in class io.helidon.config.UrlOverrideSource
- changeWatcher(Config) - Static method in class io.helidon.config.MetaConfig
-
Load a change watcher based on its meta configuration.
- changeWatcher(ChangeWatcher) - Method in class io.helidon.config.UrlConfigSource.Builder
- changeWatcher(ChangeWatcher) - Method in class io.helidon.config.UrlOverrideSource.Builder
- changeWatcher(ChangeWatcher) - Method in class io.helidon.config.DirectoryConfigSource.Builder
- changeWatcher(ChangeWatcher) - Method in class io.helidon.config.FileConfigSource.Builder
- changeWatcher(ChangeWatcher) - Method in class io.helidon.config.FileOverrideSource.Builder
- changeWatcher(ChangeWatcher) - Method in interface io.helidon.config.spi.WatchableSource.Builder
-
Configure the change watcher to be used with this source.
- changeWatcher(ChangeWatcher) - Method in class io.helidon.config.AbstractSourceBuilder
-
Configure a change watcher.
- ChangeWatcher<T> - Interface in io.helidon.config.spi
-
Similar to a
PollingStrategya change watcher is used to identify a change and trigger reload of aConfigSource. - ChangeWatcher.ChangeEvent<T> - Interface in io.helidon.config.spi
-
A change event, carrying the target, type of change and time of change.
- ChangeWatcherProvider - Interface in io.helidon.config.spi
-
Java service loader service to create a polling strategy factory based on meta configuration.
- changing() - Method in class io.helidon.http.ContentDisposition
- changing() - Method in interface io.helidon.http.Header
-
Changing headers should not be cached, and their value should not be indexed (HTTP/2).
- channel() - Method in interface io.helidon.messaging.ConsumerRegistration
-
Channel name.
- channel() - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Logical channel required for dead-letter delivery.
- channel() - Method in interface io.helidon.messaging.DeadLetterConfig
-
Logical channel required for dead-letter delivery.
- channel() - Method in interface io.helidon.messaging.EmitterRegistration
-
Target channel.
- channel() - Method in interface io.helidon.messaging.IncomingConnectorContext
-
Channel name.
- channel() - Method in exception class io.helidon.messaging.MessagingRejectedException
-
Rejected channel.
- channel() - Method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a gRPC channel for this client that can be used to create stubs.
- channel(ClientInterceptor...) - Method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a gRPC channel for this client that can be used to create stubs.
- channel(MessagingChannel) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Register a typed channel handle.
- channel(String) - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Logical channel required for dead-letter delivery.
- channel(Collection) - Method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a gRPC channel for this client that can be used to create stubs.
- ChannelConnection - Interface in io.helidon.messaging.spi
-
Lifecycle owned by one messaging-graph binding.
- channelHandles() - Method in interface io.helidon.messaging.MessagingConfig
-
Programmatic channel handles.
- channelId() - Method in interface io.helidon.webclient.api.ClientConnection
-
Channel id, mostly used in logs.
- channelId() - Method in interface io.helidon.webclient.api.ConnectedSocketChannelInfo
-
The channel id.
- channelId() - Method in interface io.helidon.webclient.api.ConnectedSocketInfo
-
The channel id.
- channelId() - Method in class io.helidon.webclient.api.TcpClientConnection
- channelId() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- channelName() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Logical messaging channel name.
- channelName() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
- channelName() - Method in interface io.helidon.messaging.spi.MessagingChannelConfig
-
Logical messaging channel name.
- channelName(String) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Logical messaging channel name.
- ChannelRegistry__ServiceDescriptor<T> - Class in io.helidon.messaging
-
Service descriptor for
ChannelRegistry. - ChannelRegistry__ServiceDescriptor() - Constructor for class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
-
Constructor with no side effects
- character() - Method in enum class io.helidon.codegen.IndentType
-
Indentation character to use.
- CharacterConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
CharacterConverter. - CharacterConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
-
Constructor with no side effects
- CharArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
CharArrayConverter. - CharArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- charset() - Method in interface io.helidon.config.spi.ConfigParser.Content
-
Charset configured by the config source or
UTF-8if none configured. - charset() - Method in interface io.helidon.http.HttpMediaType
-
Gets
Optionalvalue of charset parameter. - charset(String) - Method in class io.helidon.http.HttpMediaType.Builder
-
Charset parameter to use.
- charset(Charset) - Method in class io.helidon.config.spi.ConfigParser.Content.Builder
-
Configure charset if known by the config source.
- CHARSET_PARAMETER - Static variable in interface io.helidon.http.HttpMediaType
-
The media type "charset" parameter name.
- charValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - charValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- charValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - charValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- cHash() - Method in class io.helidon.security.jwt.Jwt
-
CHash claim.
- cHash(byte[]) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Code hash value.
- check(ConstraintValidator, Object) - Method in interface io.helidon.validation.ValidationContext
-
Run the provided
checkon the providedobject. - check(ValidationContext, T) - Method in interface io.helidon.validation.spi.TypeValidator
-
Validation the object instance that it is valid.
- check(ValidationContext, T, String) - Method in interface io.helidon.validation.spi.TypeValidator
-
Validation a single property only.
- check(ValidatorContext, Object) - Method in interface io.helidon.validation.spi.ConstraintValidator
-
Validation the value against the configured constraint.
- check(Class, T) - Method in interface io.helidon.validation.TypeValidation
-
Validate an object that is annotated with
Validation.Validated. - check(Class, T, String) - Method in interface io.helidon.validation.TypeValidation
-
Validate a specific property of an object that is annotated with
Validation.Validated. - checkAndGetState(Http2StreamState, Http2FrameType, boolean, boolean, boolean) - Static method in enum class io.helidon.http.http2.Http2StreamState
-
Check that the frame is ok for current state.
- checkAudience() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Whether to validate audience token.
- checkAudience() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- checkAudience(boolean) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Configure audience claim check.
- checkAuthority(UriAuthority) - Method in interface io.helidon.webserver.SniContext
-
Check whether an already parsed
HTTP authorityis allowed by the listener SNI policy. - checkAuthority(SniContext, UriAuthority) - Static method in class io.helidon.webserver.SniRequestSupport
-
Check an already parsed
HTTP authorityagainst the connection SNI context. - checkAuthority(SniContext, String) - Static method in class io.helidon.webserver.SniRequestSupport
-
Check an HTTP authority against the connection SNI context.
- checkCalendarFuture(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the future.
- checkCalendarFutureOrPresent(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the future or present.
- checkCalendarPast(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the past.
- checkCalendarPastOrPresent(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the past or present.
- checkCollectionSize(Object, int, int) - Static method in class io.helidon.validation.Validators
-
Check that the collection value has the specified size.
- checkDigits(Number, int, int) - Static method in class io.helidon.validation.Validators
-
Check that the number value has the specified number of digits.
- checkEmail(CharSequence) - Static method in class io.helidon.validation.Validators
-
Check that the string value is a valid email address.
- checkFalse(Boolean) - Static method in class io.helidon.validation.Validators
-
Check that the boolean value is false.
- checkLength(int) - Method in enum class io.helidon.http.http2.Http2FrameType
-
Check if the length of the frame is valid for this frame type.
- checkLength(CharSequence, int, int) - Static method in class io.helidon.validation.Validators
-
Check that the string value has the specified length.
- checkMax(Integer, int) - Static method in class io.helidon.validation.Validators
-
Check that the integer value is less than or equal to the maximum value.
- checkMax(Long, long) - Static method in class io.helidon.validation.Validators
-
Check that the long value is less than or equal to the maximum value.
- checkMax(Number, String) - Static method in class io.helidon.validation.Validators
-
Check that the number value is less than or equal to the maximum value.
- checkMin(Integer, int) - Static method in class io.helidon.validation.Validators
-
Check that the integer value is greater than or equal to the minimum value.
- checkMin(Long, long) - Static method in class io.helidon.validation.Validators
-
Check that the long value is greater than or equal to the minimum value.
- checkMin(Number, String) - Static method in class io.helidon.validation.Validators
-
Check that the number value is greater than or equal to the minimum value.
- checkMultipleOf(Integer, int) - Static method in class io.helidon.validation.Validators
-
Check that the integer value is a multiple of the specified factor.
- checkMultipleOf(Long, long) - Static method in class io.helidon.validation.Validators
-
Check that the long value is a multiple of the specified factor.
- checkMultipleOf(Number, String) - Static method in class io.helidon.validation.Validators
-
Check that the number value is a multiple of the specified factor.
- checkNegative(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is negative.
- checkNegativeOrZero(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is negative or zero.
- checkNotBlank(CharSequence) - Static method in class io.helidon.validation.Validators
-
Check that the string value is not blank.
- checkNotEmpty(CharSequence) - Static method in class io.helidon.validation.Validators
-
Check that the string value is not empty.
- checkNotNull(Object) - Static method in class io.helidon.validation.Validators
-
Check that the value is not null.
- checkNull() - Method in interface io.helidon.json.JsonParser
-
Checks if the current position contains a null value.
- checkNull() - Method in class io.helidon.json.ObjectStartParser
- checkNull() - Method in class io.helidon.json.smile.SmileParser
- checkNull(Object) - Static method in class io.helidon.validation.Validators
-
Check that the value is null.
- checkOnlyEndEntity() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Only check the revocation status of end-entity certificates.
- checkOnlyEndEntity() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- checkOnlyEndEntity() - Method in interface io.helidon.common.tls.RevocationConfig
-
Only check the revocation status of end-entity certificates.
- checkOnlyEndEntity(boolean) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Only check the revocation status of end-entity certificates.
- checkPattern(CharSequence, String) - Static method in class io.helidon.validation.Validators
-
Check that the string value matches the specified pattern.
- checkPeriod() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Period between scans of executing request threads.
- checkPeriod() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- checkPeriod() - Method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Period between scans of executing request threads.
- checkPeriod(Duration) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Period between scans of executing request threads.
- checkpointResume() - Method in interface io.helidon.common.resumable.ResumableSupport
-
Requests checkpoint and returns upon a successful resume.
- checkpointResumeOnStartup() - Method in interface io.helidon.common.resumable.ResumableSupport
-
Requests checkpoint and returns upon a successful resume when
-Dio.helidon.crac.checkpoint=onStartupis set. - checkPositive(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is positive.
- checkPositiveOrZero(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is positive or zero.
- checkProperty(ValidationContext, String, Object) - Method in interface io.helidon.validation.spi.TypeValidator
-
Validation a single property value.
- checkProperty(Class, String, Object) - Method in interface io.helidon.validation.TypeValidation
-
Validate a value against a specific property of an object that is annotated with
Validation.Validated. - checksum() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Crc32c
-
Returns the value of the
checksumrecord component. - checkTrue(Boolean) - Static method in class io.helidon.validation.Validators
-
Check that the boolean value is true.
- checkValid() - Method in class io.helidon.common.Errors
-
Check if these messages are a valid result, throws exception if not.
- child(Config.Key) - Method in interface io.helidon.config.Config.Key
-
Create a child key to the current key.
- childResolver() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Whether the parameter belongs to a child field resolver.
- childSocketId() - Method in class io.helidon.common.socket.NioSocket
- childSocketId() - Method in class io.helidon.common.socket.PlainSocket
- childSocketId() - Method in interface io.helidon.common.socket.SocketContext
-
Child socket id.
- childSocketId() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- cipher() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCipher
-
Returns the value of the
cipherrecord component. - circuitBreaker() - Method in class io.helidon.faulttolerance.FtSupport.CircuitBreakerMethod
-
Provide a circuit breaker instance that should be used with this method.
- circuitBreaker() - Method in interface io.helidon.faulttolerance.ResilientValueConfig
-
Circuit breaker handler.
- CircuitBreaker - Interface in io.helidon.faulttolerance
-
CircuitBreaker protects a potentially failing endpoint from overloading and the application from spending resources on those endpoints.
- CircuitBreaker.State - Enum Class in io.helidon.faulttolerance
-
A circuit breaker can be in any of 3 possible states as defined by this enum.
- CircuitBreakerConfig - Interface in io.helidon.faulttolerance
-
Configuration of a circuit breaker.
- CircuitBreakerConfig.Builder - Class in io.helidon.faulttolerance
-
Fluent API builder for
CircuitBreaker. - CircuitBreakerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.faulttolerance
-
Fluent API builder base for
CircuitBreakerConfig. - CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl - Class in io.helidon.faulttolerance
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CircuitBreakerConfigImpl(CircuitBreakerConfig.BuilderBase) - Constructor for class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
-
Create an instance providing a builder.
- CircuitBreakerImpl__ServiceDescriptor<T> - Class in io.helidon.faulttolerance
-
Service descriptor for
CircuitBreakerImpl. - CircuitBreakerImpl__ServiceDescriptor() - Constructor for class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
-
Constructor with no side effects
- CircuitBreakerMethod() - Constructor for class io.helidon.faulttolerance.FtSupport.CircuitBreakerMethod
-
Constructor with no side effects.
- CircuitBreakerOpenException - Exception Class in io.helidon.faulttolerance
-
Failure because
CircuitBreakeris open and does not accept requests. - claimKey(String) - Method in class io.helidon.security.jwt.FieldValidator.Builder
-
Set handled claim key.
- claims() - Method in interface io.helidon.security.jwt.ClaimValidator
-
Handled JWT claims.
- claims() - Method in class io.helidon.security.jwt.AudienceValidator
- claims() - Method in class io.helidon.security.jwt.ExpirationValidator
- claims() - Method in class io.helidon.security.jwt.FieldValidator
- claims() - Method in class io.helidon.security.jwt.IssueTimeValidator
- claims() - Method in class io.helidon.security.jwt.MaxTokenAgeValidator
- claims() - Method in class io.helidon.security.jwt.NotBeforeValidator
- claims() - Method in class io.helidon.security.jwt.UserPrincipalValidator
- ClaimValidator - Interface in io.helidon.security.jwt
-
JWT claim validator.
- CLASS - Enum constant in enum class io.helidon.common.types.ElementKind
-
Interface element type kind.
- CLASS - Enum constant in enum class io.helidon.security.EndpointConfig.AnnotationScope
-
Annotations on a resource class.
- CLASS - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Class. - CLASS_WILDCARD - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Classwith wildcardClass<?>. - CLASS_WILDCARD - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Type of the
Class<?>. - classAnnotations() - Method in class io.helidon.security.SecurityLevel
-
Annotations on the class.
- classAnnotations(List) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Class annotation of the analyzed type.
- ClassBase - Class in io.helidon.codegen.classmodel
-
Abstract class type model.
- ClassBase.Builder<B,
T> - Class in io.helidon.codegen.classmodel -
Fluent API builder for
ClassBase. - classBuilder() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterCodegenContext
-
Builder of the generated GraphQL feature class.
- classBuilder() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Builder of the class that is being processed, to allow addition of methods and fields.
- classCode() - Method in interface io.helidon.service.codegen.DescriptorClassCode
-
New source code information.
- ClassCode - Record Class in io.helidon.codegen
-
A code generated type.
- ClassCode(TypeName, ClassModel.Builder, TypeName, Object...) - Constructor for record class io.helidon.codegen.ClassCode
-
Creates an instance of a
ClassCoderecord class. - classifier() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
String classifier of the value that will be used with
Context.get(Object, Class). - classifier() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- classifier() - Method in interface io.helidon.common.context.http.ContextRecordConfig
-
String classifier of the value that will be used with
Context.get(Object, Class). - classifier(String) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
String classifier of the value that will be used with
Context.get(Object, Class). - classLoader() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Class loader to use to lookup the static content resources from classpath.
- classLoader() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- classLoader() - Method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Class loader to use to lookup the static content resources from classpath.
- classLoader(ClassLoader) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Class loader to use to lookup the static content resources from classpath.
- classModel() - Method in record class io.helidon.codegen.ClassCode
-
Returns the value of the
classModelrecord component. - classModel() - Method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Target implementing class model builder.
- ClassModel - Class in io.helidon.codegen.classmodel
-
Entry point to create class model.
- ClassModel.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
ClassModel. - ClassModelException - Exception Class in io.helidon.codegen.classmodel
-
Exception message which corresponds to the error in class model creation.
- className() - Method in class io.helidon.codegen.classmodel.TypeArgument
- className() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.getSimpleName(). - className() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- className() - Method in interface io.helidon.common.types.TypeName
-
Functions similar to
Class.getSimpleName(). - className() - Method in interface io.helidon.security.spi.AuditProvider.AuditSource
-
Name of the class that caused this event.
- className(String) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.getSimpleName(). - classNameWithEnclosingNames() - Method in interface io.helidon.common.types.TypeName
-
Class name with enclosing types, separated by
.. - classNameWithTypes() - Method in interface io.helidon.common.types.TypeName
-
Simple class name with generic declaration (if part of this name).
- classpath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The classpath to pass to the compiler.
- classpath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- classpath() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
The classpath to pass to the compiler.
- classpath() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- classpath() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- classpath() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
List of classpath based static content handlers.
- classpath(String) - Static method in class io.helidon.config.ConfigSources
-
Provides a
Builderfor creating aConfigSourcefrom the specified resource located on the classpath of the current thread's context classloader. - classpath(String) - Static method in class io.helidon.config.OverrideSources
-
Creates new instance of Classpath OverrideSource Builder to be used to bootstrap OverrideSource instance from specified resource.
- classpath(List) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- classpath(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The classpath to pass to the compiler.
- CLASSPATH - Enum constant in enum class io.helidon.common.configurable.Resource.Source
-
Resource was loaded from classpath.
- classpathAll(String) - Static method in class io.helidon.config.ConfigSources
-
Create builders for each instance of the resource on the current classpath.
- ClasspathConfigSource - Class in io.helidon.config
-
ConfigSourceimplementation that loads configuration content from a resource on a classpath. - ClasspathConfigSource.Builder - Class in io.helidon.config
-
Classpath ConfigSource Builder.
- ClasspathHandlerConfig - Interface in io.helidon.webserver.staticcontent
-
Classpath based static content handler configuration.
- ClasspathHandlerConfig.Builder - Class in io.helidon.webserver.staticcontent
-
Fluent API builder for
ClasspathHandlerConfig. - ClasspathHandlerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.staticcontent
-
Fluent API builder base for
ClasspathHandlerConfig. - ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl - Class in io.helidon.webserver.staticcontent
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ClasspathHandlerConfigImpl(ClasspathHandlerConfig.BuilderBase) - Constructor for class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
-
Create an instance providing a builder.
- ClasspathOverrideSource - Class in io.helidon.config
-
OverrideSourceimplementation that loads override definitions from a resource on a classpath. - ClasspathOverrideSource.Builder - Class in io.helidon.config
-
Classpath OverrideSource Builder.
- classProperties() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- classProperties() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Jsonb
Classconfiguration properties. - ClassToInstanceStore<T> - Class in io.helidon.security
-
Map of classes to their instances.
- ClassToInstanceStore() - Constructor for class io.helidon.security.ClassToInstanceStore
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ClassToInstanceStore.create(Object...)instead. - classType(ElementKind) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Type of the Java type we are creating.
- classValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - classValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- classValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - classValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- cleanup() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Override, if you prefer to do cleanup in a uniform way, instead of requiring everyone to register a onCleanup.
- clear() - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Remove everything from this builder.
- clear() - Method in interface io.helidon.common.buffers.BufferData
-
Reset read and write position and make the buffer empty.
- clear() - Method in class io.helidon.common.Errors.Collector
-
Clear this instance by discarding all
Errors.ErrorMessages collected and re-setting status. - clear() - Method in interface io.helidon.common.LruCache
-
Clear all records in the cache.
- clear() - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Clear all query parameters.
- clear() - Method in interface io.helidon.http.WritableHeaders
-
Clear all current headers.
- clear() - Static method in class io.helidon.logging.common.HelidonMdc
-
Remove all of the entries bound to the current thread from the instances of
MdcProvider. - clear() - Method in interface io.helidon.logging.common.spi.MdcProvider
-
Clear all of the MDC values from the specific logging framework MDC storage.
- clear() - Method in class io.helidon.logging.jul.JulMdcProvider
- clear() - Method in class io.helidon.logging.log4j.Log4jMdcProvider
- clear() - Method in class io.helidon.logging.slf4j.Slf4jMdcProvider
- clear() - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Remove all entries.
- clear() - Method in class io.helidon.messaging.MessageMetadata.Builder
-
Remove all values.
- clear() - Method in class io.helidon.webclient.api.AltSvcHeader
-
Whether this update clears alternatives previously learned for the origin.
- clearAbandonedConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of abandonedConnectionTimeout.
- clearAcceptedMediaTypes() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Clear all acceptedMediaTypes.
- clearAdditionalProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Clear existing value of additionalProperties.
- clearAdmissionTimeout() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Clear existing value of admissionTimeout.
- clearAdmissionTimeout() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Clear existing value of admissionTimeout.
- clearAggregationTemporality() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of aggregationTemporality.
- clearAllowed() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all allowed.
- clearAllowedPatterns() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all allowedPatterns.
- clearAllowedPredicates() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all allowedPredicates.
- clearAllowedPrefixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all allowedPrefixes.
- clearAllowedSuffixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all allowedSuffixes.
- clearAllowedValues() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear all allowedValues.
- clearAllowHeaders() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Clear all allowHeaders.
- clearAllowMethods() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Clear all allowMethods.
- clearAllowOrigins() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Clear all allowOrigins.
- clearAllowPoolSuspension() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of allowPoolSuspension.
- clearAlternative() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Clear existing value of alternative.
- clearAltSvc() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of altSvc.
- clearAltSvc() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Clear existing value of altSvc.
- clearAltSvc() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Clear existing value of altSvc.
- clearAnnotations() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear all annotations.
- clearAnnotations() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all annotations.
- clearAnnotations() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear all annotations.
- clearAnnotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all annotations.
- clearAnnotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear all annotations.
- clearAnnotations() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear all annotations.
- clearAnnotations() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Clear all annotations.
- clearAnnotations() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Clear all annotations.
- clearAot() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of aot.
- clearApplicationProtocols() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear all applicationProtocols.
- clearApplicationTelemetry(ServiceRegistry) - Static method in class io.helidon.telemetry.opentelemetry.ApplicationOpenTelemetry
-
Clears and closes any OpenTelemetry selection cached for the service registry.
- clearApplyOn() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Clear all applyOn.
- clearApplyOn() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
Clear all applyOn.
- clearApplyOn() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Clear all applyOn.
- clearAppName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear existing value of appName.
- clearAppTagName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear existing value of appTagName.
- clearAttributeFilter() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Clear existing value of attributeFilter.
- clearAttributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Clear existing value of attributes.
- clearAttributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Clear existing value of attributes.
- clearAttributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear existing value of attributes.
- clearAttributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Clear existing value of attributes.
- clearAudit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of audit.
- clearAudit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of audit.
- clearAudit() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of audit.
- clearAuditErrorSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of auditErrorSeverity.
- clearAuditErrorSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of auditErrorSeverity.
- clearAuditEventType() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of auditEventType.
- clearAuditEventType() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of auditEventType.
- clearAuditEventType() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of auditEventType.
- clearAuditMessageFormat() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of auditMessageFormat.
- clearAuditMessageFormat() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of auditMessageFormat.
- clearAuditMessageFormat() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of auditMessageFormat.
- clearAuditOkSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of auditOkSeverity.
- clearAuditOkSeverity() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of auditOkSeverity.
- clearAuthenticate() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of authenticate.
- clearAuthenticate() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of authenticate.
- clearAuthenticate() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of authenticate.
- clearAuthenticationOptional() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of authenticationOptional.
- clearAuthenticationOptional() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of authenticationOptional.
- clearAuthenticationOptional() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of authenticationOptional.
- clearAuthenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Clear an authenticator inherited from service defaults.
- clearAuthenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of authenticator.
- clearAuthenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of authenticator.
- clearAuthenticator() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of authenticator.
- clearAuthorize() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of authorize.
- clearAuthorize() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of authorize.
- clearAuthorize() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of authorize.
- clearAuthorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Clear an authorizer inherited from service defaults.
- clearAuthorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of authorizer.
- clearAuthorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of authorizer.
- clearAuthorizer() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of authorizer.
- clearAutoCommit() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of autoCommit.
- clearAutoCommit() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of autoCommit.
- clearAutoHttpMetrics() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Clear existing value of autoHttpMetrics.
- clearBaseAddress() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of baseAddress.
- clearBaseFragment() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of baseFragment.
- clearBaseQuery() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of baseQuery.
- clearBaseTimeUnit() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of baseTimeUnit.
- clearBaseUri() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of baseUri.
- clearBatchSize() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of batchSize.
- clearBindAddress() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of bindAddress.
- clearBindingFactories() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Clear all bindingFactories.
- clearBindings() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear all bindings.
- clearBucketBoundaries() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Clear all bucketBoundaries.
- clearBuffer(Consumer) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Clear whole buffer, invoke consumer for each item before discarding it.
- clearBuilderDecorator() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear existing value of builderDecorator.
- clearBuilderInfo() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of builderInfo.
- clearBuilderMethods() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all builderMethods.
- clearCachedFiles() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear all cachedFiles.
- clearCallCredentials() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Clear existing value of callCredentials.
- clearCardinalityLimit() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Clear existing value of cardinalityLimit.
- clearCatalog() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of catalog.
- clearCatalog() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of catalog.
- clearCertAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of certAlias.
- clearCertAliases() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear all certAliases.
- clearCertChain() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear all certChain.
- clearCertChain() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of certChain.
- clearCertChainAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of certChainAlias.
- clearCertificates() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of certificates.
- clearCerts() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear all certs.
- clearClassifier() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Clear existing value of classifier.
- clearClassLoader() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Clear existing value of classLoader.
- clearClasspath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Clear all classpath.
- clearClasspath() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear all classpath.
- clearClientCertificate() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of clientCertificate.
- clearClientName() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Clear existing value of clientName.
- clearClientTlsCertificatePem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of clientTlsCertificatePem.
- clearClientTlsPrivateKeyPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of clientTlsPrivateKeyPem.
- clearClientUriSupplier() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Clear existing value of clientUriSupplier.
- clearClock() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Clear existing value of clock.
- clearClock() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Clear existing value of clock.
- clearClock() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Clear existing value of clock.
- clearCollectorHost() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of collectorHost.
- clearCollectorPath() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of collectorPath.
- clearCollectorPort() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of collectorPort.
- clearCollectorProtocol() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of collectorProtocol.
- clearCollectorUri() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of collectorUri.
- clearCommandLineArguments() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Clear all commandLineArguments.
- clearCommitOnConnectionReturn() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of commitOnConnectionReturn.
- clearComponentsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all componentsFields.
- clearComponentType() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear existing value of componentType.
- clearComponentTypes() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all componentTypes.
- clearCompression() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of compression.
- clearComputedHeaders() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Clear all computedHeaders.
- clearConcurrencyLimit() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Clear existing value of concurrencyLimit.
- clearConcurrencyLimit() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of concurrencyLimit.
- clearConfigFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all configFactories.
- clearConfigured() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of configured.
- clearConfigured() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear existing value of configured.
- clearConnection() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Clear existing value of connection.
- clearConnection() - Method in class io.helidon.webclient.api.ClientRequestBase
-
Clear an internally supplied connection without changing other request state.
- clearConnectionFactoryClassName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionFactoryClassName.
- clearConnectionFactoryProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionFactoryProperties.
- clearConnectionHarvestMaxCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionHarvestMaxCount.
- clearConnectionHarvestTriggerCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionHarvestTriggerCount.
- clearConnectionInitSql() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of connectionInitSql.
- clearConnectionLabelingHighCost() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionLabelingHighCost.
- clearConnectionPoolName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionPoolName.
- clearConnectionProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionProperties.
- clearConnectionRepurposeThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionRepurposeThreshold.
- clearConnectionSelectorProviders() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear all connectionSelectorProviders.
- clearConnectionSelectors() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear all connectionSelectors.
- clearConnectionTestQuery() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of connectionTestQuery.
- clearConnectionTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of connectionTimeout.
- clearConnectionValidationTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionValidationTimeout.
- clearConnectionWaitDuration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of connectionWaitDuration.
- clearConnector() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Clear all connector.
- clearConnectTimeout() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of connectTimeout.
- clearConnectTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Clear existing value of connectTimeout.
- clearConstants() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all constants.
- clearConsumerRegistrations() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Clear all consumerRegistrations.
- clearConsumes() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Clear all consumes.
- clearContactFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all contactFields.
- clearContainerId() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear existing value of containerId.
- clearContainerImageName() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear existing value of containerImageName.
- clearContainerImageRepoDigests() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear all containerImageRepoDigests.
- clearContainerImageTags() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear all containerImageTags.
- clearContent() - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Clears created content.
- clearContent() - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- clearContent() - Method in class io.helidon.codegen.classmodel.Executable.Builder
- clearContent() - Method in class io.helidon.codegen.classmodel.Field.Builder
- clearContent() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of content.
- clearContentEncoding() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of contentEncoding.
- clearContentEncodings() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Clear all contentEncodings.
- clearContentPlain() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of contentPlain.
- clearContextField() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Clear existing value of this property.
- clearContracts() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear all contracts.
- clearContractType() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of contractType.
- clearCookie(SetCookie) - Method in interface io.helidon.http.ServerResponseHeaders
-
Clears a cookie by adding a
Set-Cookieheader with an expiration date in the past. - clearCookie(String) - Method in interface io.helidon.http.ServerResponseHeaders
-
Clears a cookie by adding a
Set-Cookieheader with an expiration date in the past. - clearCookieManager() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of cookieManager.
- clearCookieStore() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Clear existing value of cookieStore.
- clearCreateConnectionInBorrowThread() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of createConnectionInBorrowThread.
- clearCriteria() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Clear existing value of criteria.
- clearCustomObjects() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear existing value of customObjects.
- clearCustomObjects() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear existing value of customObjects.
- clearCustomObjects() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of customObjects.
- clearData(OpenTelemetryDataPropagationProvider.OpenTelemetryContext) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider
- clearData(Map) - Method in class io.helidon.logging.jul.JulMdcPropagator
- clearData(Map) - Method in class io.helidon.logging.log4j.Log4jMdcPropagator
- clearData(Map) - Method in class io.helidon.logging.slf4j.Slf4jMdcPropagator
- clearData(Map) - Method in class io.helidon.logging.common.MdcSupplierPropagator
- clearData(T) - Method in interface io.helidon.common.context.spi.DataPropagationProvider
-
Clears the propagated data from the new thread when it finishes.
- clearDatabaseName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of databaseName.
- clearDataSource() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Clear existing value of dataSource.
- clearDataSourceName() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Clear existing value of dataSourceName.
- clearDataSourceName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of dataSourceName.
- clearDeadLetter() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Clear existing value of deadLetter.
- clearDeadLetter() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Clear existing value of deadLetter.
- clearDeclaringType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of declaringType.
- clearDecorator() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of decorator.
- clearDefaultHistogramAggregation() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Clear existing value of defaultHistogramAggregation.
- clearDefaultValue() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of defaultValue.
- clearDefaultValue() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Clear existing value of defaultValue.
- clearDefaultValue() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of defaultValue.
- clearDefaultValue() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- clearDefaultValues() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Clear all defaultValues.
- clearDenied() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all denied.
- clearDeniedPatterns() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all deniedPatterns.
- clearDeniedPredicates() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all deniedPredicates.
- clearDeniedPrefixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all deniedPrefixes.
- clearDeniedSuffixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Clear all deniedSuffixes.
- clearDependency() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of dependency.
- clearDeploymentEnvironmentName() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear existing value of deploymentEnvironmentName.
- clearDeprecation() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of deprecation.
- clearDeprecation() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of deprecation.
- clearDescription() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Clear existing value of description.
- clearDescription() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Clear existing value of description.
- clearDescriptions() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Clear existing value of descriptions.
- clearDeserializers() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Clear all deserializers.
- clearDirectHandlers() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of directHandlers.
- clearDirectory() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Clear existing value of directory.
- clearDocumentFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all documentFields.
- clearDropScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Clear existing value of dropScript.
- clearElementInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear all elementInfo.
- clearElementModifiers() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all elementModifiers.
- clearElementModifiers() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear all elementModifiers.
- clearElementTypeAnnotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all elementTypeAnnotations.
- clearEmitterRegistrations() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Clear all emitterRegistrations.
- clearEnabled() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Clear existing value of enabled.
- clearEnabledCipherSuites() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear all enabledCipherSuites.
- clearEnabledProtocols() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear all enabledProtocols.
- clearEnclosingNames() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear all enclosingNames.
- clearEnclosingType() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of enclosingType.
- clearEncodingFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all encodingFields.
- clearEndpoint() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of endpoint.
- clearEntityParameter() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear existing value of entityParameter.
- clearEntries() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Clear all entries.
- clearError() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Clear existing value of error.
- clearErrorHandler() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Clear existing value of errorHandler.
- clearExampleFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all exampleFields.
- clearExclude() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- clearExclude() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Clear all exclude.
- clearExclusiveMaximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of exclusiveMaximum.
- clearExclusiveMaximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of exclusiveMaximum.
- clearExclusiveMinimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of exclusiveMinimum.
- clearExclusiveMinimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of exclusiveMinimum.
- clearExecutor() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of executor.
- clearExecutor() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Clear existing value of executor.
- clearExecutor() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Clear existing value of executor.
- clearExecutor() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Clear existing value of executor.
- clearExecutorName() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of executorName.
- clearExporter() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Clear existing value of exporter.
- clearExporters() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Clear all exporters.
- clearExports() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear all exports.
- clearExposeHeaders() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Clear all exposeHeaders.
- clearExpression() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Clear existing value of expression.
- clearExpressions() - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Clear all expressions.
- clearExternalDocsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all externalDocsFields.
- clearFactoryMethod() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Clear existing value of factoryMethod.
- clearFactoryMethod() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Clear existing value of factoryMethod.
- clearFactoryTypes() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear all factoryTypes.
- clearFallback() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Clear existing value of fallback.
- clearFastConnectionFailoverEnabled() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of fastConnectionFailoverEnabled.
- clearFeatures() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Clear all features.
- clearFixedPathOperationFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all fixedPathOperationFields.
- clearFlavors() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear all flavors.
- clearFormat() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Clear existing value of format.
- clearGeneratedDocumentSources() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear all generatedDocumentSources.
- clearGrpcServices() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Clear all grpcServices.
- clearGrpcServices() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Clear all grpcServices.
- clearHeaderFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all headerFields.
- clearHeaderParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear all headerParameters.
- clearHeaders() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Clear all headers.
- clearHeaders() - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Clear all headers.
- clearHeaders() - Method in class io.helidon.security.SecurityEnvironment.Builder
-
We may want to clear existing headers, such as when deriving an environment for outbound calls.
- clearHeaders() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear all headers.
- clearHealthChecks() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Clear all healthChecks.
- clearHighCostConnectionReuseThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of highCostConnectionReuseThreshold.
- clearHost() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Clear existing value of host.
- clearId() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of id.
- clearId() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Clear existing value of id.
- clearIdleTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of idleTimeout.
- clearImplementations() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Clear all implementations.
- clearInactiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of inactiveConnectionTimeout.
- clearInclude() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- clearInfoFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all infoFields.
- clearInheritedAnnotations() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear all inheritedAnnotations.
- clearInheritedAnnotations() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all inheritedAnnotations.
- clearInheritedAnnotations() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear all inheritedAnnotations.
- clearInheritedAnnotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all inheritedAnnotations.
- clearInheritedAnnotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear all inheritedAnnotations.
- clearInheritedAnnotations() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear all inheritedAnnotations.
- clearInheritedAuthenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to clear an authenticator inherited from service defaults.
- clearInheritedAuthenticator() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- clearInheritedAuthenticator() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Whether to clear an authenticator inherited from service defaults.
- clearInheritedAuthenticator(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to clear an authenticator inherited from service defaults.
- clearInheritedAuthorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to clear an authorizer inherited from service defaults.
- clearInheritedAuthorizer() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- clearInheritedAuthorizer() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Whether to clear an authorizer inherited from service defaults.
- clearInheritedAuthorizer(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to clear an authorizer inherited from service defaults.
- clearInheritedRolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to clear roles inherited from service defaults.
- clearInheritedRolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- clearInheritedRolesAllowed() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Whether to clear roles inherited from service defaults.
- clearInheritedRolesAllowed(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Whether to clear roles inherited from service defaults.
- clearInitialBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of initialBackoff.
- clearInitializationFailTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of initializationFailTimeout.
- clearInitialPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of initialPoolSize.
- clearInitScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Clear existing value of initScript.
- clearInputStream() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Clear existing value of inputStream.
- clearInterceptors() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Clear all interceptors.
- clearInterfaceMethod() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of interfaceMethod.
- clearInterfaceTypeInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear all interfaceTypeInfo.
- clearInternalKeystoreProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of internalKeystoreProvider.
- clearInternalKeystoreType() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of internalKeystoreType.
- clearInternalTelemetryVersion() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of internalTelemetryVersion.
- clearInterval() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of interval.
- clearInterval() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Clear existing value of interval.
- clearInterval() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Clear existing value of interval.
- clearInvalidFlavors() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear all invalidFlavors.
- clearIsolateInternalQueries() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of isolateInternalQueries.
- clearItemsArray() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of itemsArray.
- clearItemsBoolean() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of itemsBoolean.
- clearItemsInteger() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of itemsInteger.
- clearItemsNull() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of itemsNull.
- clearItemsNumber() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of itemsNumber.
- clearItemsObject() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of itemsObject.
- clearItemsString() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of itemsString.
- clearJavadoc() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Clear existing value of javadoc.
- clearJdbcDriverClassName() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Clear existing value of jdbcDriverClassName.
- clearJsonUnitsDefault() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear existing value of jsonUnitsDefault.
- clearKeepaliveTime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of keepaliveTime.
- clearKey() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Clear existing value of key.
- clearKey() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of key.
- clearKeyAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of keyAlias.
- clearKeyManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of keyManagerFactoryAlgorithm.
- clearKeyManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of keyManagerFactoryProvider.
- clearKeyPassphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of keyPassphrase.
- clearKeyPassphrase() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of keyPassphrase.
- clearKeystore() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of keystore.
- clearKnownMethods() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Clear all knownMethods.
- clearLeakDetectionThreshold() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of leakDetectionThreshold.
- clearLicenseFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all licenseFields.
- clearLinkFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all linkFields.
- clearListener() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Clear existing value of listener.
- clearListenerContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of listenerContext.
- clearLoggerName() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Clear existing value of loggerName.
- clearLogging() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Clear existing value of logging.
- clearLogLimits() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Clear existing value of logLimits.
- clearLowerBounds() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear all lowerBounds.
- clearManagedClasses() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Clear all managedClasses.
- clearManager() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear existing value of manager.
- clearMapperProviders() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Clear all mapperProviders.
- clearMappers() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Clear all mappers.
- clearMark() - Method in interface io.helidon.json.JsonParser
-
Clears the current mark.
- clearMark() - Method in class io.helidon.json.ObjectStartParser
- clearMark() - Method in class io.helidon.json.smile.SmileParser
- clearMaxAge() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Clear existing value of maxAge.
- clearMaxAttempts() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of maxAttempts.
- clearMaxAttributes() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of maxAttributes.
- clearMaxAttributesPerEvent() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of maxAttributesPerEvent.
- clearMaxAttributesPerLink() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of maxAttributesPerLink.
- clearMaxAttributeValueLength() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Clear existing value of maxAttributeValueLength.
- clearMaxAttributeValueLength() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of maxAttributeValueLength.
- clearMaxBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of maxBackoff.
- clearMaxBackoffMultiplier() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of maxBackoffMultiplier.
- clearMaxBucketCount() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of maxBucketCount.
- clearMaxBuckets() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Clear existing value of maxBuckets.
- clearMaxConnectionReuseCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of maxConnectionReuseCount.
- clearMaxConnectionReuseTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of maxConnectionReuseTime.
- clearMaxConnectionsPerShard() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of maxConnectionsPerShard.
- clearMaxDelay() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Clear existing value of maxDelay.
- clearMaxEvents() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of maxEvents.
- clearMaxExportBatchSize() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Clear existing value of maxExportBatchSize.
- clearMaxIdleTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of maxIdleTime.
- clearMaximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of maximum.
- clearMaximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of maximum.
- clearMaximumPoolSize() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of maximumPoolSize.
- clearMaxInFlightMessages() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Clear existing value of maxInFlightMessages.
- clearMaxItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of maxItems.
- clearMaxLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Clear existing value of maxLength.
- clearMaxLifetime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of maxLifetime.
- clearMaxLinks() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of maxLinks.
- clearMaxNumberOfAttributes() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Clear existing value of maxNumberOfAttributes.
- clearMaxPendingAdmissions() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Clear existing value of maxPendingAdmissions.
- clearMaxPendingMessages() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Clear existing value of maxPendingMessages.
- clearMaxPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of maxPoolSize.
- clearMaxProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Clear existing value of maxProperties.
- clearMaxQueueSize() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Clear existing value of maxQueueSize.
- clearMaxScale() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of maxScale.
- clearMaxScale() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Clear existing value of maxScale.
- clearMaxStatements() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of maxStatements.
- clearMediaContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of mediaContext.
- clearMediaSupports() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Clear all mediaSupports.
- clearMediaSupports() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear all mediaSupports.
- clearMediaTypeFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all mediaTypeFields.
- clearMemoryCache() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of memoryCache.
- clearMemoryCache() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear existing value of memoryCache.
- clearMemoryMode() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of memoryMode.
- clearMessages() - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Clear all messages.
- clearMetaAnnotations() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Clear all metaAnnotations.
- clearMeterName() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Clear existing value of meterName.
- clearMeterProvider() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of meterProvider.
- clearMeterRegistry() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Clear existing value of meterRegistry.
- clearMeterRegistry() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Clear existing value of meterRegistry.
- clearMeterSchemaUrl() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Clear existing value of meterSchemaUrl.
- clearMeterVersion() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Clear existing value of meterVersion.
- clearMethod() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Clear existing value of method.
- clearMethods() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Clear all methods.
- clearMethods() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Clear all methods.
- clearMethods() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Clear all methods.
- clearMethods() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Clear all methods.
- clearMetrics() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Clear existing value of metrics.
- clearMinIdle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of minIdle.
- clearMinimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of minimum.
- clearMinimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of minimum.
- clearMinimumIdle() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of minimumIdle.
- clearMinimumSeverity() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Clear existing value of minimumSeverity.
- clearMinItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of minItems.
- clearMinLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Clear existing value of minLength.
- clearMinPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of minPoolSize.
- clearMinProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Clear existing value of minProperties.
- clearModule() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of module.
- clearModulepath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Clear all modulepath.
- clearMultipleOf() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of multipleOf.
- clearMultipleOf() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of multipleOf.
- clearName() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Clear existing value of name.
- clearName() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Clear existing value of name.
- clearNameParts() - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Clear all nameParts.
- clearNamingConvention() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Clear existing value of namingConvention.
- clearNetworkProtocol() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of networkProtocol.
- clearNonLetterPrefix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Clear existing value of nonLetterPrefix.
- clearOauthFlowFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all oauthFlowFields.
- clearOauthFlowsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all oauthFlowsFields.
- clearObservers() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Clear all observers.
- clearOcspResponderUri() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Clear existing value of ocspResponderUri.
- clearOnExhausted() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Clear existing value of onExhausted.
- clearOnsConfiguration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of onsConfiguration.
- clearOnStart() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of onStart.
- clearOpenApiVersion() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear existing value of openApiVersion.
- clearOpens() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear all opens.
- clearOperationFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all operationFields.
- clearOperationNameConstructor() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Clear existing value of operationNameConstructor.
- clearOptIn() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Clear all optIn.
- clearOptionName() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Clear existing value of optionName.
- clearOrder() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Clear existing value of order.
- clearOrder() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Clear existing value of order.
- clearOrderBy() - Method in class io.helidon.data.Sort.BuilderBase
-
Clear all orderBy.
- clearOriginatingElement() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Clear existing value of originatingElement.
- clearOriginatingElement() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear existing value of originatingElement.
- clearOriginatingElement() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of originatingElement.
- clearOriginatingElement() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of originatingElement.
- clearOrigins() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Clear all origins.
- clearOtherElementInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear all otherElementInfo.
- clearPageRequest() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Clear existing value of pageRequest.
- clearParam() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Clear existing value of param.
- clearParamDescription() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of paramDescription.
- clearParameterArguments() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all parameterArguments.
- clearParameterFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all parameterFields.
- clearParameterLocations() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all parameterLocations.
- clearParameters() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Clear all parameters.
- clearParameters() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Clear existing value of parameters.
- clearParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear all parameters.
- clearParameterType() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Clear existing value of parameterType.
- clearPassphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of passphrase.
- clearPassword() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Clear existing value of password.
- clearPath() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of path.
- clearPath() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear all path.
- clearPath() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Clear existing value of path.
- clearPath() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear all path.
- clearPathConfigs() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Clear all pathConfigs.
- clearPathItemFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all pathItemFields.
- clearPathParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear all pathParameters.
- clearPaths() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Clear all paths.
- clearPaths() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Clear all paths.
- clearPaths() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Clear all paths.
- clearPattern() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Clear existing value of pattern.
- clearPem() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of pem.
- clearPoolName() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of poolName.
- clearPort() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Clear existing value of port.
- clearPortNumber() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of portNumber.
- clearPreCompressedCrossOriginSourcingEnabled() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Clear existing value of preCompressedCrossOriginSourcingEnabled.
- clearPreCompressedEnabled() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of preCompressedEnabled.
- clearPreCompressedEncodings() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of preCompressedEncodings.
- clearPrefix() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of prefix.
- clearPrefix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Clear existing value of prefix.
- clearPrivateKey() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of privateKey.
- clearPrivateKey() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of privateKey.
- clearPrivateKey() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of privateKey.
- clearPrivateKeyCertChain() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear all privateKeyCertChain.
- clearProcessors() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Clear all processors.
- clearProcessors() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Clear all processors.
- clearProduces() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Clear all produces.
- clearPropagators() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Clear all propagators.
- clearPropagators() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Clear all propagators.
- clearProperty() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Clear existing value of property.
- clearPropertyCycle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of propertyCycle.
- clearProtocol() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of protocol.
- clearProtocolConfigs() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Clear all protocolConfigs.
- clearProtocolPreference() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Clear all protocolPreference.
- clearProtocols() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Clear all protocols.
- clearProtocols() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear all protocols.
- clearPrototypedBy() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of prototypedBy.
- clearPrototypeFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all prototypeFactories.
- clearPrototypeMethods() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all prototypeMethods.
- clearProvider() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of provider.
- clearProvider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of provider.
- clearProviderClassName() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Clear existing value of providerClassName.
- clearProviderProvides() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all providerProvides.
- clearProvides() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear all provides.
- clearProxy() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of proxy.
- clearProxyOptions() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Clear existing value of proxyOptions.
- clearProxyProtocol() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of proxyProtocol.
- clearPublicCert() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of publicCert.
- clearPublicKey() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of publicKey.
- clearPublicKey() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of publicKey.
- clearPublishers() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear all publishers.
- clearQualifiers() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear all qualifiers.
- clearQualifiers() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Clear all qualifiers.
- clearQualifiers() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear all qualifiers.
- clearQueryParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear all queryParameters.
- clearQueryParams() - Method in class io.helidon.security.SecurityEnvironment.Builder
-
We may want to clear existing query parameters.
- clearQueryParams() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear all queryParams.
- clearQueryTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of queryTimeout.
- clearQueueCapacity() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Clear existing value of queueCapacity.
- clearQueueListeners() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Clear all queueListeners.
- clearReaders() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Clear all readers.
- clearReadOnly() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of readOnly.
- clearReadOnly() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of readOnly.
- clearReadOnlyInstanceAllowed() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of readOnlyInstanceAllowed.
- clearReadTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Clear existing value of readTimeout.
- clearReceiveListeners() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Clear all receiveListeners.
- clearRecordCacheCapacity() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of recordCacheCapacity.
- clearRecords() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Clear all records.
- clearRecords() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Clear all records.
- clearRedirectSensitiveHeaders() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear all redirectSensitiveHeaders.
- clearRegisterMbeans() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of registerMbeans.
- clearRelease() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Clear existing value of release.
- clearRequestBodyFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all requestBodyFields.
- clearRequestedUriDiscoveryContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of requestedUriDiscoveryContext.
- clearRequires() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear all requires.
- clearResource() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Clear existing value of resource.
- clearResourcePath() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of resourcePath.
- clearResponseFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all responseFields.
- clearResult() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Clear existing value of result.
- clearRetry() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Clear existing value of retry.
- clearRetryPolicy() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Clear existing value of retryPolicy.
- clearRetryPolicy() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of retryPolicy.
- clearRevocation() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of revocation.
- clearRoleName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of roleName.
- clearRoles() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear all roles.
- clearRoles() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear all roles.
- clearRoles() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Clears all roles currently set to this builder.
- clearRolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Clear roles inherited from service defaults.
- clearRolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear all rolesAllowed.
- clearRolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Clear all rolesAllowed.
- clearRolesAllowed() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear all rolesAllowed.
- clearRootArray() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of rootArray.
- clearRootBoolean() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of rootBoolean.
- clearRootInteger() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of rootInteger.
- clearRootNull() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of rootNull.
- clearRootNumber() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of rootNumber.
- clearRootObject() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of rootObject.
- clearRootObject() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Clear existing value of rootObject.
- clearRootString() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of rootString.
- clearRouting() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of routing.
- clearRoutings() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear all routings.
- clearRunLevel() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of runLevel.
- clearRunLevels() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Clear all runLevels.
- clearRuntimeType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of runtimeType.
- clearRuntimeType() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear existing value of runtimeType.
- clearRuntimeTypeFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all runtimeTypeFactories.
- clearSafeHeaders() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Clear all safeHeaders.
- clearSafeKeys() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Clear all safeKeys.
- clearSampler() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Clear existing value of sampler.
- clearScheduleDelay() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Clear existing value of scheduleDelay.
- clearSchema() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of schema.
- clearSchema() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of schema.
- clearScope() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Clear existing value of scope.
- clearScopes() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear all scopes.
- clearSecondsToTrustIdleConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of secondsToTrustIdleConnection.
- clearSecrets() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Clear all secrets.
- clearSecureRandom() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of secureRandom.
- clearSecureRandomAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of secureRandomAlgorithm.
- clearSecureRandomProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of secureRandomProvider.
- clearSecurityLevels() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Clear all securityLevels.
- clearSecuritySchemeFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all securitySchemeFields.
- clearSecuritySchemeTypes() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all securitySchemeTypes.
- clearSelectedProxyRoute() - Method in class io.helidon.webclient.api.ClientRequestBase
- clearSelectedProxyRoute() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Clear retained route state after the current top-level request invocation, or when it no longer matches a finalized request target.
- clearSemaphore() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Clear existing value of semaphore.
- clearSemaphore() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Clear existing value of semaphore.
- clearSendListeners() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Clear all sendListeners.
- clearSerializers() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Clear all serializers.
- clearServerContext() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Clear existing value of serverContext.
- clearServerFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all serverFields.
- clearServerName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of serverName.
- clearServerVariableFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all serverVariableFields.
- clearServiceDescriptors() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Clear all serviceDescriptors.
- clearServiceInstance() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Clear existing value of serviceInstance.
- clearServiceInstanceId() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear existing value of serviceInstanceId.
- clearServiceNamespace() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Clear existing value of serviceNamespace.
- clearServiceRoles() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Clears all service roles currently set to this builder.
- clearServices() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear all services.
- clearServices() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear all services.
- clearServices() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Clear all services.
- clearServiceType() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of serviceType.
- clearShardingMode() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of shardingMode.
- clearSince() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Clear existing value of since.
- clearSince() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Clear existing value of since.
- clearSince() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of since.
- clearSingular() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Clear existing value of singular.
- clearSkipOn() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Clear all skipOn.
- clearSkipOn() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
Clear all skipOn.
- clearSkipOn() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Clear all skipOn.
- clearSni() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of sni.
- clearSocket() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Clear existing value of socket.
- clearSocketReceiveBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Clear existing value of socketReceiveBufferSize.
- clearSockets() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear all sockets.
- clearSockets() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Clear all sockets.
- clearSocketSendBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Clear existing value of socketSendBufferSize.
- clearSourcepath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Clear all sourcepath.
- clearSpanLimits() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Clear existing value of spanLimits.
- clearSpanListeners() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Clear all spanListeners.
- clearSqlForValidateConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of sqlForValidateConnection.
- clearSslContext() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of sslContext.
- clearSslContext() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of sslContext.
- clearSslParameters() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of sslParameters.
- clearStartingPhase() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Clear existing value of startingPhase.
- clearStaticFile() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear existing value of staticFile.
- clearStatus() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear existing value of status.
- clearSubProtocols() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Clear all subProtocols.
- clearSuperPrototype() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear existing value of superPrototype.
- clearSuperTypeInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of superTypeInfo.
- clearSuperTypes() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Clear all superTypes.
- clearTagFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Clear all tagFields.
- clearTagName() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- clearTags() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear all tags.
- clearTargets() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Clear all targets.
- clearTargets() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Clear all targets.
- clearTemporalityPreference() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Clear existing value of temporalityPreference.
- clearTemporaryStorage() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Clear existing value of temporaryStorage.
- clearTemporaryStorage() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear existing value of temporaryStorage.
- clearThreadNamePrefix() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Clear existing value of threadNamePrefix.
- clearThrowable() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Clear existing value of this property.
- clearThrowsChecked() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all throwsChecked.
- clearTimeout() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Clear existing value of timeout.
- clearTimeout() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of timeout.
- clearTimeoutCheckInterval() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of timeoutCheckInterval.
- clearTimeToLiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of timeToLiveConnectionTimeout.
- clearTitle() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Clear existing value of title.
- clearTls() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of tls.
- clearTraceBased() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Clear existing value of traceBased.
- clearTracedAttributes() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Clear all tracedAttributes.
- clearTracing() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Clear existing value of tracing.
- clearTransactionIsolation() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of transactionIsolation.
- clearTransactionIsolation() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of transactionIsolation.
- clearTrust() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear all trust.
- clearTrustedCertificate() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Clear existing value of trustedCertificate.
- clearTrustedCertificatesPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of trustedCertificatesPem.
- clearTrustedProxies() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Clear existing value of trustedProxies.
- clearTrustManager() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of trustManager.
- clearTrustManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of trustManagerFactoryAlgorithm.
- clearTrustManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Clear existing value of trustManagerFactoryProvider.
- clearType() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Clear existing value of type.
- clearTypeAnnotations() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Clear all typeAnnotations.
- clearTypeArguments() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear all typeArguments.
- clearTypeParameters() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear all typeParameters.
- clearTypeParameters() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear all typeParameters.
- clearUniqueItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of uniqueItems.
- clearUnit() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Clear existing value of unit.
- clearUpperBounds() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear all upperBounds.
- clearUri() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of uri.
- clearUrl() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Clear existing value of url.
- clearUsername() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Clear existing value of username.
- clearUses() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear all uses.
- clearValidateConnectionOnBorrow() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of validateConnectionOnBorrow.
- clearValidationTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of validationTimeout.
- clearValidators() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Clear all add validators.
- clearVirtualHosts() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear all virtualHosts.
- clearWeight() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of weight.
- clearWelcome() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of welcome.
- clearWelcome() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear existing value of welcome.
- clearXaDataSource() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of xaDataSource.
- client() - Method in class io.helidon.webclient.websocket.WsClientEndpointFactoryBase
-
The client used by this factory.
- client() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Returns the value of the
clientrecord component. - client(Protocol) - Method in interface io.helidon.webclient.api.WebClient
-
To switch to a non-HTTP protocol client (or a client of a specific HTTP version) using its config configured when creating the client, or default config if none configured.
- client(Protocol) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- client(Protocol, C) - Method in interface io.helidon.webclient.api.WebClient
-
To switch to a non-HTTP protocol client (or a client of a specific HTTP version).
- client(Protocol, C) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- client(Socket, String) - Static method in class io.helidon.common.socket.PlainSocket
-
Create a new client socket.
- client(SocketChannel, String) - Static method in class io.helidon.common.socket.NioSocket
-
Create a new client socket.
- client(SocketChannel, SSLEngine, String) - Static method in class io.helidon.common.socket.TlsNioSocket
-
Create a client TLS NIO socket.
- client(SSLSocket, String) - Static method in class io.helidon.common.socket.TlsSocket
-
Create a client TLS socket.
- CLIENT - Enum constant in enum class io.helidon.http.http2.ConnectionFlowControl.Type
-
Flow control for the client.
- CLIENT - Enum constant in enum class io.helidon.http.HttpTransportObserver.Role
-
Client endpoint.
- CLIENT - Enum constant in enum class io.helidon.tracing.Span.Kind
-
Client span, should cover outbound request, where the span creator acts as a client.
- CLIENT_CERTIFICATE - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
Authentication is done via the client certificate used with MTLS.
- CLIENT_CREDENTIALS - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcOutboundType
-
Client credentials are used to get access token.
- CLIENT_ERROR - Enum constant in enum class io.helidon.http.Status.Family
-
4xxHTTP status codes. - CLIENT_SECRET_BASIC - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
Clients that have received a client_secret value from the Authorization Server authenticate with the Authorization Server in accordance with Section 2.3.1 of OAuth 2.0 [RFC6749] using the HTTP Basic authentication scheme.
- CLIENT_SECRET_JWT - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
Clients that have received a client_secret value from the Authorization Server create a JWT using an HMAC SHA algorithm, such as HMAC SHA-256.
- CLIENT_SECRET_POST - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
Clients that have received a client_secret value from the Authorization Server, authenticate with the Authorization Server in accordance with Section 2.3.1 of OAuth 2.0 [RFC6749] by including the Client Credentials in the request body.
- CLIENT_STREAMING - Enum constant in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Client-streaming call.
- ClientAltSvcConfig - Interface in io.helidon.webclient.api
-
Preview client policy for accepting and using HTTP
Alt-Svcresponse advertisements. - ClientAltSvcConfig.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
ClientAltSvcConfig. - ClientAltSvcConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.api
-
Fluent API builder base for
ClientAltSvcConfig. - ClientAltSvcConfig.BuilderBase.ClientAltSvcConfigImpl - Class in io.helidon.webclient.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ClientAltSvcConfigImpl(ClientAltSvcConfig.BuilderBase) - Constructor for class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase.ClientAltSvcConfigImpl
-
Create an instance providing a builder.
- clientAuth() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure requirement for mutual TLS.
- clientAuth() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- clientAuth() - Method in interface io.helidon.common.tls.TlsConfig
-
Configure requirement for mutual TLS.
- clientAuth(TlsClientAuth) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure requirement for mutual TLS.
- clientBuilder(BiConsumer) - Static method in class io.helidon.http.http2.ConnectionFlowControl
-
Create connection HTTP/2 flow-control for client side.
- clientCertificate() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Client certificate for connecting securely to the tracing collector.
- clientCertificate() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- clientCertificate() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Client certificate for connecting securely to the tracing collector.
- clientCertificate(Resource) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Client certificate for connecting securely to the tracing collector.
- clientCertificate(ResourceConfig) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Client certificate for connecting securely to the tracing collector.
- clientCertificate(Consumer) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Client certificate for connecting securely to the tracing collector.
- clientCertificate(Supplier) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Client certificate for connecting securely to the tracing collector.
- clientConfig() - Method in class io.helidon.webclient.api.ClientRequestBase
-
Associated client configuration.
- clientConfig() - Method in interface io.helidon.webclient.grpc.GrpcClient
-
Configuration for this gRPC client.
- ClientConnection - Interface in io.helidon.webclient.api
-
Client connection.
- ClientConnectionCache - Class in io.helidon.webclient.spi
-
Client connection cache with release shutdown hook to provide graceful shutdown.
- ClientConnectionCache(boolean) - Constructor for class io.helidon.webclient.spi.ClientConnectionCache
-
Create a client connection cache.
- ClientConnectionTarget - Class in io.helidon.webclient.api
-
Logical WebClient connection target selected after request services have finalized the URI and headers.
- ClientConnectionTarget.LookupKey - Class in io.helidon.webclient.api
-
DNS-free identity used to look up a logical WebClient connection target before selecting its proxy route.
- clientContext(DbClientContext) - Method in class io.helidon.dbclient.DbExecuteContext.BuilderBase
-
Set the client context.
- clientContext(Class) - Method in class io.helidon.dbclient.DbExecuteContext
-
Returns client context cast to it's extending class.
- clientCredentials() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlows
-
OAuth client credentials flow.
- clientCredentialsConfig() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Client credentials configuration.
- clientCredentialsConfig(ClientCredentialsConfig) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Set the configuration related to the client credentials flow.
- clientCredentialsConfig(Consumer) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Configure client credentials configuration over the builder consumer.
- ClientCredentialsConfig - Interface in io.helidon.security.providers.oidc.common
-
Configuration of the OIDC client credentials flow.
- ClientCredentialsConfig.Builder - Class in io.helidon.security.providers.oidc.common
-
Fluent API builder for
ClientCredentialsConfig. - ClientCredentialsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.security.providers.oidc.common
-
Fluent API builder base for
ClientCredentialsConfig. - ClientCredentialsConfig.BuilderBase.ClientCredentialsConfigImpl - Class in io.helidon.security.providers.oidc.common
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ClientCredentialsConfigImpl(ClientCredentialsConfig.BuilderBase) - Constructor for class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase.ClientCredentialsConfigImpl
-
Create an instance providing a builder.
- ClientEndpoint - Interface in io.helidon.declarative.codegen.model.http
-
Rest endpoint for Typed HTTP client.
- ClientEndpoint.Builder - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder for
ClientEndpoint. - ClientEndpoint.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder base for
ClientEndpoint. - ClientEndpoint.BuilderBase.ClientEndpointImpl - Class in io.helidon.declarative.codegen.model.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ClientEndpointImpl(ClientEndpoint.BuilderBase) - Constructor for class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
-
Create an instance providing a builder.
- clientHost(String) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Client host.
- clientHost(String) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Client host.
- clientId() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Client id of this client.
- clientId() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- clientId(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Client ID as generated by OIDC server.
- clientName() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
- clientName() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Name of a web client that should be injected and used by the generated typed client.
- clientName() - Method in interface io.helidon.declarative.codegen.model.http.ClientEndpoint
-
Name of a web client that should be injected and used by the generated typed client.
- clientName() - Element in annotation interface io.helidon.webclient.api.RestClient.Endpoint
-
Name of a named instance of
WebClientwe attempt to get from registry. - clientName() - Element in annotation interface io.helidon.webclient.grpc.RpcClient.Endpoint
-
Name of a registry-provided
GrpcClientto use. - clientName() - Element in annotation interface io.helidon.webclient.websocket.WebSocketClient.Endpoint
-
Name of a named instance of
WsClientwe attempt to get from registry. - clientName(String) - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Name of a web client that should be injected and used by the generated typed client.
- clientOnly() - Method in interface io.helidon.grpc.core.MethodHandler
-
Determine whether this is a client side only handler.
- clientPort(int) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Client port.
- clientPort(int) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Client port.
- ClientProtocolProvider<T,
C> - Interface in io.helidon.webclient.spi -
Provider interface for client protocols.
- clientRequest(FullClientRequest, ClientUri) - Method in class io.helidon.webclient.http2.Http2ClientImpl
- clientRequest(FullClientRequest, ClientUri) - Method in interface io.helidon.webclient.spi.HttpClientSpi
-
Create a client request based on the provided HTTP request that is for the version of this client.
- ClientRequest<T> - Interface in io.helidon.webclient.api
-
Request can be reused within a single thread, but it remembers all explicitly configured headers and URI.
- ClientRequest.OutputStreamHandler - Interface in io.helidon.webclient.api
-
Handle output stream.
- ClientRequestBase<T,
R> - Class in io.helidon.webclient.api -
Abstract base implementation of an HTTP client.
- ClientRequestBase(HttpClientConfig, WebClientCookieManager, String, Method, ClientUri, Boolean, Map) - Constructor for class io.helidon.webclient.api.ClientRequestBase
-
Create a new request.
- ClientRequestBase(HttpClientConfig, WebClientCookieManager, String, Method, ClientUri, Boolean, Map, ClientUri) - Constructor for class io.helidon.webclient.api.ClientRequestBase
-
Create a new request.
- ClientRequestBase(HttpClientConfig, WebClientCookieManager, String, Method, ClientUri, Boolean, Map, ClientUri, boolean) - Constructor for class io.helidon.webclient.api.ClientRequestBase
-
Create a new request.
- ClientRequestBase(HttpClientConfig, WebClientCookieManager, String, Method, ClientUri, Map) - Constructor for class io.helidon.webclient.api.ClientRequestBase
-
Create a new request.
- clientRequestContentTypeAndCharset(WritableHeaders) - Method in class io.helidon.http.media.EntityWriterBase
-
Configure client request content type and return the charset to use.
- ClientRequestHeaders - Interface in io.helidon.http
-
Mutable headers of a client request.
- ClientResponseEntity - Class in io.helidon.webclient.api
-
Client response entity.
- ClientResponseHeaders - Interface in io.helidon.http
-
HTTP Headers of a client response.
- ClientResponseTrailers - Interface in io.helidon.http
-
HTTP Trailer headers of a client response.
- ClientResponseTyped<T> - Interface in io.helidon.webclient.api
-
Http client response explicitly typed.
- clientSecret() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Client secret.
- clientSecret() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- clientSecret(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Client secret as generated by OIDC server.
- clientServices() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Get configured client services (interceptors).
- clientServices() - Method in class io.helidon.dbclient.DbClientContext
- clientServices() - Method in interface io.helidon.dbclient.DbContext
-
Configured client services (interceptors).
- clientServices() - Method in class io.helidon.dbclient.DbExecuteContext
- clientServices(List) - Method in class io.helidon.dbclient.DbClientContext.BuilderBase
-
Configure the client services to use.
- clientSettings(Http2Settings) - Method in class io.helidon.webserver.http2.Http2Connection
-
Client settings, obtained from SETTINGS frame or HTTP/2 upgrade request.
- clientStream(Descriptors.FileDescriptor, String, String, ServerCalls.ClientStreamingMethod) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Client streaming route.
- clientStream(String, ServerCalls.ClientStreamingMethod) - Method in interface io.helidon.webserver.grpc.GrpcService.Routing
-
Client streaming route.
- clientStream(String, StreamObserver) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Asynchronous gRPC client stream call.
- clientStream(String, Iterator) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Blocking gRPC client stream call.
- clientStreaming() - Method in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Whether the request is streaming.
- clientStreaming(Object[], MethodHandler.ClientStreaming) - Method in interface io.helidon.grpc.core.MethodHandler
-
Handle a bi-directional client call.
- clientStreaming(String, ServerCalls.ClientStreamingMethod) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- clientStreaming(String, ServerCalls.ClientStreamingMethod) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register client streaming method for the service.
- clientStreaming(String, ServerCalls.ClientStreamingMethod, GrpcMethodDescriptor.Configurer) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- clientStreaming(String, ServerCalls.ClientStreamingMethod, GrpcMethodDescriptor.Configurer) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register client streaming method for the service.
- clientStreaming(String, StreamObserver) - Method in interface io.helidon.grpc.core.MethodHandler.ClientStreaming
-
Perform a client streaming client call.
- clientStreaming(String, String) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new client Streaming
GrpcClientMethodDescriptor.Builderwith the specified name. - clientStreaming(String, Stream) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Blocking gRPC client-streaming call consuming a resource-owning
Stream. - clientStreaming(Function, StreamObserver) - Static method in class io.helidon.webserver.grpc.GrpcStreams
-
Create a client-streaming request observer backed by a non-collecting stream.
- clientTimeout() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Expected timeout of HTTP client operations.
- clientTimeout() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- clientTimeout(Duration) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Timeout of calls using web client.
- clientTimeout(Duration) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
- clientTlsCertificatePem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS certificate.
- clientTlsCertificatePem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- clientTlsCertificatePem() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
TLS certificate.
- clientTlsCertificatePem(Resource) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS certificate.
- clientTlsCertificatePem(ResourceConfig) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS certificate.
- clientTlsCertificatePem(Consumer) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS certificate.
- clientTlsCertificatePem(Supplier) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS certificate.
- clientTlsCertificates(Certificate[]) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Client peer TLS certificates.
- clientTlsCertificates(Certificate[]) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Client peer TLS certificates.
- clientTlsPrincipal(Principal) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Client peer TLS principal.
- clientTlsPrincipal(Principal) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Client peer TLS principal.
- clientTlsPrivateKeyPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS client key.
- clientTlsPrivateKeyPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- clientTlsPrivateKeyPem() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
TLS client key.
- clientTlsPrivateKeyPem(Resource) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS client key.
- clientTlsPrivateKeyPem(ResourceConfig) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS client key.
- clientTlsPrivateKeyPem(Consumer) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS client key.
- clientTlsPrivateKeyPem(Supplier) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS client key.
- clientUri() - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Client uri used for connection, derived from Helidon test server.
- ClientUri - Class in io.helidon.webclient.api
-
URI abstraction for WebClient.
- clientUriSupplier() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
A
ClientUriSupplierthat can dynamically provide zero or moreClientUris to connect. - clientUriSupplier() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- clientUriSupplier() - Method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
A
ClientUriSupplierthat can dynamically provide zero or moreClientUris to connect. - clientUriSupplier(ClientUriSupplier) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
A
ClientUriSupplierthat can dynamically provide zero or moreClientUris to connect. - ClientUriSupplier - Interface in io.helidon.webclient.grpc
-
Interface implemented by all client URI suppliers.
- ClientUriSuppliers - Class in io.helidon.webclient.grpc
-
Some popular implementations of the
ClientUriSupplierinterface. - ClientUriSuppliers.OrderedSupplier - Class in io.helidon.webclient.grpc
-
Supplies an iterator that returns URIs chosen in order from first to last.
- ClientUriSuppliers.RandomSupplier - Class in io.helidon.webclient.grpc
-
Supplies an iterator that returns a URI chosen at random, never ends.
- ClientUriSuppliers.RoundRobinSupplier - Class in io.helidon.webclient.grpc
-
Supplies a neven-ending iterator that returns URIs chosen using a round-robin strategy.
- ClientUriSuppliers.SingleSupplier - Class in io.helidon.webclient.grpc
-
Supplies the same client URI over and over, never ends.
- ClientWsConnection - Class in io.helidon.webclient.websocket
-
Client WebSocket connection.
- ClientWsFrame - Class in io.helidon.websocket
-
Frame from a client (always masked).
- clock() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- clock() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
A clock that supplies nanosecond time.
- clock() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
A clock that supplies nanosecond time.
- clock() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
A clock that supplies nanosecond time.
- clock() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- clock() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
A clock that supplies nanosecond time.
- clock() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
A clock that supplies nanosecond time.
- clock() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- clock() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
A clock that supplies nanosecond time.
- clock() - Method in interface io.helidon.metrics.api.MeterRegistry
-
Returns the default
Clockin use by the registry. - clock() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Clock to use for validation of calendar constraints.
- clock() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
- clock() - Method in interface io.helidon.validation.ValidationContextConfig
-
Clock to use for validation of calendar constraints.
- clock() - Method in interface io.helidon.validation.ValidatorContext
-
Clock to use for validation of calendar constraints.
- clock() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- clock() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configure an alternative clock to use, such as
Clock.fixed(java.time.Instant, java.time.ZoneId). - clock() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Configure an alternative clock to use, such as
Clock.fixed(java.time.Instant, java.time.ZoneId). - clock(Clock) - Method in interface io.helidon.metrics.api.MeterRegistry.Builder
-
Assigns the clock to be used within the meter registry (e.g., in timers), defaulting to a system clock.
- clock(Clock) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Clock to use for validation of calendar constraints.
- clock(Clock) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configure an alternative clock to use, such as
Clock.fixed(java.time.Instant, java.time.ZoneId). - clock(Clock) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Configure an alternative clock to use, such as
Clock.fixed(java.time.Instant, java.time.ZoneId). - clock(Supplier) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
A clock that supplies nanosecond time.
- clock(Supplier) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
A clock that supplies nanosecond time.
- clock(Supplier) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
A clock that supplies nanosecond time.
- Clock - Interface in io.helidon.metrics.api
-
Reports absolute time (and, therefore, is also useful in computing elapsed times).
- clockDiscoverServices() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Service discovery flag for
ValidationContextConfig.BuilderBase.clock(). - clockDiscoverServices(boolean) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Service discovery flag for
ValidationContextConfig.BuilderBase.clock(). - clockSystem() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns the system
Clockfrom the underlying metrics implementation. - close() - Method in interface io.helidon.common.buffers.DataWriter
-
Closes this writer and frees any associated resources.
- close() - Method in class io.helidon.common.reactive.OutputStreamMulti
- close() - Method in interface io.helidon.common.socket.HelidonSocket
-
Close the underlying socket.
- close() - Method in class io.helidon.common.socket.NioSocket
- close() - Method in class io.helidon.common.socket.PlainSocket
- close() - Method in class io.helidon.common.socket.SmartSocketWriter
- close() - Method in class io.helidon.common.socket.SocketWriter
-
Close this writer.
- close() - Method in class io.helidon.common.socket.TlsNioSocket
- close() - Method in class io.helidon.common.task.DeadlineGuard
- close() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
- close() - Method in class io.helidon.common.testing.junit5.InMemoryLoggingHandler
- close() - Method in class io.helidon.common.testing.virtualthreads.PinningRecorder
- close() - Method in interface io.helidon.config.spi.ConfigContent
-
Close the content, as it is no longer needed.
- close() - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
- close() - Method in interface io.helidon.dbclient.DbClient
-
Closes the DbClient and releases any associated resources.
- close() - Method in class io.helidon.dbclient.DbClientBase
- close() - Method in interface io.helidon.discovery.Discovery
-
Closes any resources used by this
Discoveryimplementation. - close() - Method in interface io.helidon.json.JsonGenerator
-
This method does not close the stream it is writing to.
- close() - Method in class io.helidon.json.smile.SmileGenerator
- close() - Method in class io.helidon.logging.jul.HelidonConsoleHandler
- close() - Method in interface io.helidon.messaging.ConnectorDelivery
-
Release the delivery's message-count admission after transport settlement.
- close() - Method in interface io.helidon.messaging.ConnectorDeliveryReservation
-
Close an unstarted reservation and release its pending capacity.
- close() - Method in interface io.helidon.messaging.MessagingGraph
-
Stop admission, drain admitted work, and close all graph-owned resources.
- close() - Method in interface io.helidon.messaging.spi.ChannelConnection
-
Close this binding after its delivery work has drained.
- close() - Method in interface io.helidon.metrics.api.MeterRegistry
-
Closes this meter registry and the resources it owns, including publisher registries.
- close() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Closes this metrics factory.
- close() - Method in interface io.helidon.metrics.spi.MetricsFactoryProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Metrics factory lifecycle is managed by the service registry.
- close() - Method in class io.helidon.metrics.systemmeters.SystemMetersProvider
- close() - Method in class io.helidon.metrics.systemmeters.VThreadSystemMetersProvider
- close() - Method in interface io.helidon.scheduling.Task
-
Close the created task.
- close() - Method in interface io.helidon.security.providers.common.EvictableCache
-
Close this cache.
- close() - Method in interface io.helidon.service.registry.Scope
-
Stop the scope, and destroy all service instances created within it.
- close() - Method in class io.helidon.testing.junit5.suite.SuiteExtension
- close() - Method in interface io.helidon.tracing.Scope
- close() - Method in interface io.helidon.validation.ValidationContext.Scope
- close() - Method in interface io.helidon.webclient.api.ClientResponseTyped
-
Closes the response.
- close() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Closes the response.
- close() - Method in class io.helidon.webclient.http2.Http2ClientConnection
-
Closes this connection.
- close() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Closes the stream and releases its reserved peer-concurrency slot.
- close() - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Metrics
-
Clear (particularly for between tests in the same JVM).
- close() - Method in interface io.helidon.webserver.sse.SseSink
-
Close SSE sink.
- close() - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Call this method once testing is done, to carry out after stop operations on routers.
- close() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- close() - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Call this method once testing is done, to carry out after stop operations on routers.
- close() - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestClient
- close() - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
- close(boolean) - Method in class io.helidon.webserver.http1.Http1Connection
- close(boolean) - Method in class io.helidon.webserver.http2.Http2Connection
- close(boolean) - Method in interface io.helidon.webserver.spi.ServerConnection
-
Close a connection.
- close(boolean) - Method in class io.helidon.webserver.websocket.WsConnection
- close(int, String) - Method in class io.helidon.webclient.websocket.ClientWsConnection
-
Closes WebSocket session.
- close(int, String) - Method in class io.helidon.webserver.websocket.WsConnection
- close(int, String) - Method in interface io.helidon.websocket.WsSession
-
Close session.
- close(HttpTransportObserver.ConnectionOutcome) - Method in interface io.helidon.http.HttpTransportObserver.ConnectionObservation
-
Completes this connection observation.
- close(HttpTransportObserver.HandshakeOutcome) - Method in interface io.helidon.http.HttpTransportObserver.HandshakeObservation
-
Completes this handshake observation.
- close(HttpTransportObserver.StreamOutcome) - Method in interface io.helidon.http.HttpTransportObserver.StreamObservation
-
Completes this stream observation.
- close(Consumer) - Method in class io.helidon.common.reactive.SingleSubscriberHolder
-
Mark the subscriber holder as closed.
- CLOSE - Enum constant in enum class io.helidon.websocket.WsOpCode
-
Close control frame.
- CloseableJdbcConnectionPool - Interface in io.helidon.dbclient.jdbc
-
CloseableJdbcConnectionPool is an interface that represents a JDBC connection pool that can be closed.
- closeAll() - Static method in interface io.helidon.metrics.api.MetricsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Metrics instances obtained from the service registry are closed by the service registry lifecycle.
- closeCode() - Method in exception class io.helidon.websocket.WsCloseException
-
Close code that should be used to close the connection.
- CloseConnectionException - Exception Class in io.helidon.webserver
-
Close the connection.
- CloseConnectionException(String) - Constructor for exception class io.helidon.webserver.CloseConnectionException
-
Close connection with a descriptive message.
- CloseConnectionException(String, Throwable) - Constructor for exception class io.helidon.webserver.CloseConnectionException
-
Close connection because of an exception.
- closed(Span, Scope) - Method in interface io.helidon.tracing.SpanListener
-
Invoked just after a scope has been closed.
- CLOSED - Enum constant in enum class io.helidon.faulttolerance.CircuitBreaker.State
-
Circuit is closed and requests are processed.
- CLOSED - Enum constant in enum class io.helidon.http.http2.Http2StreamState
-
Closed stream.
- CLOSED_ABNORMALLY - Static variable in class io.helidon.websocket.WsCloseCodes
-
No close code frame has been received.
- closeNow() - Method in class io.helidon.webclient.http2.Http2ClientConnection
-
Immediately closes this connection without attempting to send an HTTP/2 GOAWAY frame.
- closeResource() - Method in interface io.helidon.webclient.api.HttpClient
-
Gracefully close all opened client specific connections.
- closeResource() - Method in interface io.helidon.webclient.api.ReleasableResource
-
Closes the resource, we cannot use name
close, as that would conflict withAutoCloseable, as we do not want to have a checked exception thrown. - closeResource() - Method in class io.helidon.webclient.api.TcpClientConnection
- closeResource() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- closeResource() - Method in class io.helidon.webclient.http2.Http2ClientImpl
- closeResource() - Method in class io.helidon.webclient.http2.Http2ClientStream
- closeResource() - Method in class io.helidon.webclient.http2.Http2ConnectionCache
- closeResource() - Method in class io.helidon.webserver.testing.junit5.DirectClient
- closeResource() - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- closeRunnable() - Method in interface io.helidon.webserver.http.spi.SinkProviderContext
-
Runnable to execute to close the response.
- code() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QuerySettings
-
Generate the code.
- code() - Method in interface io.helidon.data.codegen.query.QueryParameters.Parameter
-
Code to be generated as JDQL parameter.
- code() - Method in record class io.helidon.declarative.codegen.model.http.HttpStatus
-
Returns the value of the
coderecord component. - code() - Method in enum class io.helidon.http.http2.Http2ErrorCode
-
Numeric code of this error.
- code() - Method in exception class io.helidon.http.http2.Http2Exception
-
Error code.
- code() - Method in class io.helidon.http.Status
-
Get the associated integer value representing the status code.
- code() - Method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Get the code for this error.
- code() - Method in enum class io.helidon.websocket.WsOpCode
-
Numeric code (used in binary frame representation) of this operation code.
- CODE_TO_TOKEN - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.RequestType
-
Request to exchange code for a token issued against the token endpoint.
- codegen(GraphQlParameterCodegenContext) - Method in interface io.helidon.declarative.codegen.graphql.server.spi.GraphQlParameterCodegenProvider
-
Code generate the parameter value expression.
- codegen(ParameterCodegenContext) - Method in interface io.helidon.declarative.codegen.http.webserver.spi.HttpParameterCodegenProvider
-
Code generate parameter assignment.
- Codegen - Class in io.helidon.codegen
-
Central piece of code processing and generation.
- CODEGEN_MODULE - Static variable in interface io.helidon.codegen.CodegenOptions
-
Codegen option to configure module name of the module being processed.
- CODEGEN_PACKAGE - Static variable in interface io.helidon.codegen.CodegenOptions
-
Codegen option to configure module name of the module being processed.
- CODEGEN_SCOPE - Static variable in interface io.helidon.codegen.CodegenOptions
-
Codegen option to configure codegen scope.
- codegenContext() - Method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Code processing and generation context.
- codegenContext() - Method in class io.helidon.data.codegen.common.RepositoryInfo.Builder
-
Code processing and generation context.
- CodegenContext - Interface in io.helidon.codegen
-
Code processing and generation context.
- CodegenContextBase - Class in io.helidon.codegen
-
Base of codegen context implementation taking care of the common parts of the API.
- CodegenContextBase(CodegenOptions, Set, CodegenFiler, CodegenLogger, CodegenScope) - Constructor for class io.helidon.codegen.CodegenContextBase
-
Create a new instance with the common parts of the API.
- CodegenContextDelegate - Class in io.helidon.codegen
-
Base of codegen context implementation that delegates common parts of the API to an existing instance.
- CodegenContextDelegate(CodegenContext) - Constructor for class io.helidon.codegen.CodegenContextDelegate
-
Create a new instance delegating all calls to the delegate.
- codeGenerator() - Method in interface io.helidon.service.codegen.spi.InjectAssignment.Assignment
-
Code generator that creates appropriate type required by the target.
- CodegenEvent - Interface in io.helidon.codegen
-
An event happening during code gen to be logged with
CodegenLogger.log(CodegenEvent). - CodegenEvent.Builder - Class in io.helidon.codegen
-
Fluent API builder for
CodegenEvent. - CodegenEvent.BuilderBase<BUILDER> - Class in io.helidon.codegen
-
Fluent API builder base for
CodegenEvent. - CodegenEvent.BuilderBase.CodegenEventImpl - Class in io.helidon.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CodegenEventImpl(CodegenEvent.BuilderBase) - Constructor for class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
-
Create an instance providing a builder.
- CodegenException - Exception Class in io.helidon.codegen
-
An exception for any code processing and generation tools.
- CodegenException(String) - Constructor for exception class io.helidon.codegen.CodegenException
-
Constructor with a message.
- CodegenException(String, Object...) - Constructor for exception class io.helidon.codegen.CodegenException
-
Constructor with a message and an originating element.
- CodegenException(String, Throwable) - Constructor for exception class io.helidon.codegen.CodegenException
-
Constructor with a message and a cause.
- CodegenException(String, Throwable, Object...) - Constructor for exception class io.helidon.codegen.CodegenException
-
Constructor with a message, cause, and an originating element.
- CodegenExtension - Interface in io.helidon.codegen.spi
-
Code processing and generation extension.
- CodegenExtensionProvider - Interface in io.helidon.codegen.spi
-
Java
ServiceLoaderprovider interface for extensions used to process and code generate. - CodegenFiler - Interface in io.helidon.codegen
-
An abstraction for writing out source files and resource files.
- codegenFromParameters(ParameterCodegenContext, TypeName, String, boolean, AbstractParametersProvider.ParametersSource) - Method in class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider
-
Code generate getting a value from parameters.
- codegenFromParameters(FieldHandler, ContentBuilder, TypeName, String, boolean, AbstractParametersProvider.ParametersSource) - Method in class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider
-
Code generate getting a value from parameters without endpoint metadata.
- CodegenLogger - Interface in io.helidon.codegen
-
An abstraction for logging code processing and generation events.
- codegenOptional(ContentBuilder, DefaultsCodegen.DefaultCode, FieldHandler, DefaultsParams) - Static method in class io.helidon.service.codegen.DefaultsCodegen
-
Code generate default handling after an optional of the correct type.
- CodegenOptions - Interface in io.helidon.codegen
-
Configuration options.
- CodegenProvider - Interface in io.helidon.codegen.spi
-
A provider that is capable of processing types.
- CodegenScope - Record Class in io.helidon.codegen
-
Scope of the current code generation session.
- CodegenScope(String) - Constructor for record class io.helidon.codegen.CodegenScope
-
Creates an instance of a
CodegenScoperecord class. - CodegenUtil - Class in io.helidon.codegen
-
Tools for generating code.
- CodegenValidator - Class in io.helidon.codegen
-
Validation utilities.
- codeText() - Method in class io.helidon.http.Status
-
Text of the
Status.code(). - coding() - Method in interface io.helidon.http.encoding.AcceptEncoding.CodingQuality
-
Content coding.
- collect() - Method in class io.helidon.common.Errors.Collector
-
Process the messages collected into an
Errorsinstance. - collect(Collector) - Method in interface io.helidon.common.reactive.Multi
- collect(Supplier, BiConsumer) - Method in interface io.helidon.common.reactive.Multi
- collect(T) - Method in interface io.helidon.common.reactive.Collector
-
Collect the given item.
- CollectingObserver<T,
V, - Class in io.helidon.grpc.coreU, A, R> -
Utility
StreamObservermostly used for testing. - COLLECTION - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Collection. - CollectionSizeValidationProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
CollectionSizeValidationProvider. - CollectionSizeValidationProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
-
Constructor with no side effects
- collectList() - Method in interface io.helidon.common.reactive.Multi
- collector() - Static method in class io.helidon.common.Errors
-
Create a new message collector.
- Collector<T,
U> - Interface in io.helidon.common.reactive -
A collector accumulates the items provided when
Collector.collect(java.lang.Object)is invoked and makes them available in a single container object withCollector.value(). - collectorHost() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Host used in connecting to the tracing collector.
- collectorHost() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- collectorHost() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Host used in connecting to the tracing collector.
- collectorHost(String) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Host used in connecting to the tracing collector.
- collectorHost(String) - Method in interface io.helidon.tracing.TracerBuilder
-
Host to use to connect to tracing collector.
- collectorPath() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Path at the collector host and port used when sending trace data to the collector.
- collectorPath() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- collectorPath() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Path at the collector host and port used when sending trace data to the collector.
- collectorPath(String) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Path at the collector host and port used when sending trace data to the collector.
- collectorPath(String) - Method in interface io.helidon.tracing.TracerBuilder
-
Path on the collector host to use when sending data to tracing collector.
- collectorPort() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Port used in connecting to the tracing collector.
- collectorPort() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- collectorPort() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Port used in connecting to the tracing collector.
- collectorPort(int) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Port used in connecting to the tracing collector.
- collectorPort(int) - Method in interface io.helidon.tracing.TracerBuilder
-
Port to use to connect to tracing collector.
- collectorProtocol() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Protocol (such as
httporhttps) used in connecting to the tracing collector. - collectorProtocol() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- collectorProtocol() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Protocol (such as
httporhttps) used in connecting to the tracing collector. - collectorProtocol(String) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Protocol (such as
httporhttps) used in connecting to the tracing collector. - collectorProtocol(String) - Method in interface io.helidon.tracing.TracerBuilder
-
Protocol to use (such as
httporhttps) to connect to tracing collector. - collectorUri() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
URI for the collector to which to send tracing data.
- collectorUri() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- collectorUri() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
URI for the collector to which to send tracing data.
- collectorUri(URI) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
URI for the collector to which to send tracing data.
- collectorUri(URI) - Method in interface io.helidon.tracing.TracerBuilder
-
Set the collector URI used for sending tracing data.
- collectStream(Collector) - Method in interface io.helidon.common.reactive.Multi
-
Collects up upstream items with the help of a the callbacks of a
Collector. - COLON_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
:byte. - column(int) - Method in interface io.helidon.dbclient.DbRow
-
Get a column in this row.
- column(int) - Method in class io.helidon.dbclient.DbRowBase
- column(String) - Method in interface io.helidon.dbclient.DbRow
-
Get a column in this row.
- column(String) - Method in class io.helidon.dbclient.DbRowBase
- COLUMN - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for column.
- combine(Subject) - Method in class io.helidon.security.Subject
-
Will add all principals and credentials from another subject to this subject, will not replace
Subject.principals(). - combineAnnotations(TypeName, EndpointConfig.AnnotationScope...) - Method in class io.helidon.security.SecurityLevel
-
Combines all the annotations of the specific type across all the requested scopes.
- combined() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Whether this is a combined handler.
- combined() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- combined() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Whether this is a combined handler.
- combined(boolean) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Whether this is a combined handler.
- combineDependencies(List, List) - Static method in class io.helidon.service.registry.GeneratedService.DependencySupport
-
Combine dependencies from this type with dependencies from supertype.
- combinePaths(String, String) - Static method in class io.helidon.declarative.codegen.DeclarativeUtils
-
Combine paths ensuring a single "/" between the two paths.
- COMMA_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
,byte. - command() - Method in interface io.helidon.webserver.ProxyProtocolV2Data
-
The command kind, indicating whether the connection was established on purpose by the proxy without being relayed (LOCAL) or on behalf of another relayed node (PROXY).
- COMMAND - Enum constant in enum class io.helidon.dbclient.DbStatementType
-
Database command not related to a specific collection.
- commandLineArguments() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The command line arguments to pass to the compiler.
- commandLineArguments() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- commandLineArguments() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
The command line arguments to pass to the compiler.
- commandLineArguments(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The command line arguments to pass to the compiler.
- comment() - Method in class io.helidon.http.sse.SseEvent
-
Get optional comment for this event.
- comment(String) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Set comment string associated with the event.
- comments() - Element in annotation interface io.helidon.common.Generated
-
Optional additional comments about this generated type.
- COMMENTS - Enum constant in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Permits whitespace and comments in pattern.
- commit() - Method in interface io.helidon.dbclient.DbTransaction
-
Complete the transaction represented by this
DbTransactioninstance. - commit() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Commit the response.
- commit(String) - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
Current transaction was completed.
- commitOnConnectionReturn() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the
booleanvalue for the property that controls the behavior of UCP when a connection is released back to the pool with pending uncommitted changes in an active transaction. - commitOnConnectionReturn() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- commitOnConnectionReturn() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the
booleanvalue for the property that controls the behavior of UCP when a connection is released back to the pool with pending uncommitted changes in an active transaction. - commitOnConnectionReturn(boolean) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the
booleanvalue for the property that controls the behavior of UCP when a connection is released back to the pool with pending uncommitted changes in an active transaction. - COMMON_FORMAT - Static variable in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Common log format, see
AccessLogConfig.BuilderBase.commonLogFormat(). - COMMON_FORMAT - Static variable in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
-
Common log format, see
AccessLogConfig.BuilderBase.commonLogFormat(). - COMMON_MAPPERS - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Mappers type.
- CommonCipher - Interface in io.helidon.common.crypto
-
Common cipher which helps to simplify encryption and decryption of the message.
- commonLogFormat() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Use
commonlog format. - commonLogFormat() - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Use
commonlog format. - commonName() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCn
-
Returns the value of the
commonNamerecord component. - compareTo(Annotation) - Method in interface io.helidon.common.types.Annotation
- compareTo(TypeName) - Method in class io.helidon.codegen.classmodel.TypeArgument
- compareTo(TypeName) - Method in interface io.helidon.common.types.TypeName
-
Compare with another type name.
- compareTo(Weighted) - Method in interface io.helidon.common.Weighted
- COMPATIBLE - Enum constant in enum class io.helidon.common.mapper.spi.MapperProvider.Support
-
Correct type(s), unexpected qualifier.
- COMPATIBLE - Enum constant in enum class io.helidon.http.media.MediaSupport.SupportLevel
-
Requested type is compatible, but there may be a better match elsewhere (such as any POJO from JSON binding).
- COMPATIBLE - Enum constant in enum class io.helidon.webclient.spi.HttpClientSpi.SupportLevel
-
This request is compatible by this client, but we have not yet done it (for example always returned by HTTP/1.1).
- compile(CompilerOptions, Path...) - Static method in class io.helidon.codegen.compiler.Compiler
-
Compile the provided source files.
- Compiler - Class in io.helidon.codegen.compiler
-
A javac based compiler for in-process compilation.
- CompilerOptions - Interface in io.helidon.codegen.compiler
-
Provides configuration to the javac compiler.
- CompilerOptions.Builder - Class in io.helidon.codegen.compiler
-
Fluent API builder for
CompilerOptions. - CompilerOptions.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.codegen.compiler
-
Fluent API builder base for
CompilerOptions. - CompilerOptions.BuilderBase.CompilerOptionsImpl - Class in io.helidon.codegen.compiler
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CompilerOptionsImpl(CompilerOptions.BuilderBase) - Constructor for class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
-
Create an instance providing a builder.
- complete() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Send onComplete to downstream after it consumes the entire buffer.
- complete() - Method in class io.helidon.common.reactive.EmittingPublisher
-
Properly complete the stream, set publisher to completed state and send
onCompletesignal downstream. - complete(StreamObserver, Runnable, T) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Execute a
Runnabletask and on completion of the task complete the gRPC request by callingStreamObserver.onNext(Object)using the specified result and then callStreamObserver.onCompleted(). - complete(StreamObserver, Callable) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Complete a gRPC request based on the result of a
Callable. - complete(StreamObserver, CompletionStage) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Complete a gRPC request based on the result of a
CompletionStage. - complete(StreamObserver, T) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Complete a gRPC request.
- completeAsync(StreamObserver, Runnable, T) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously execute a
Runnabletask and on completion of the task complete the gRPC request by callingStreamObserver.onNext(Object)using the specified result and then callStreamObserver.onCompleted(). - completeAsync(StreamObserver, Runnable, T, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously execute a
Runnabletask and on completion of the task complete the gRPC request by callingStreamObserver.onNext(Object)using the specified result and then callStreamObserver.onCompleted(). - completeAsync(StreamObserver, Callable) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
Callable. - completeAsync(StreamObserver, Callable, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
Callable. - completeAsync(StreamObserver, CompletionStage) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
CompletionStage. - completeAsync(StreamObserver, CompletionStage, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
CompletionStage. - COMPLETED - Enum constant in enum class io.helidon.http.HttpTransportObserver.StreamOutcome
-
Stream completed normally.
- completeHandshake(Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Complete HTTP/2 startup frame exchange without opening a request stream.
- completeNow() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Send
onCompletesignal downstream immediately, regardless of the buffer content. - completeWithoutResult(StreamObserver) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Obtain a
Consumerthat can be used to complete aStreamObserver. - completeWithResult(StreamObserver) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Obtain a
Consumerthat can be used to send values to theStreamObserver.onNext(Object)method. - CompletionAwaitable<T> - Class in io.helidon.common.reactive
-
CompletionStagewrapper enriched withAwaitable. - CompletionSingle<T> - Class in io.helidon.common.reactive
-
Single as CompletionStage.
- CompletionSingle() - Constructor for class io.helidon.common.reactive.CompletionSingle
-
Create a new completion single using
CompletionSingle.toNullableStage()as a supplier forCompletionAwaitable.setOriginalStage(java.util.function.Supplier). - component() - Method in interface io.helidon.common.parameters.Parameters
-
Name of the component of these parameters.
- component(String) - Method in class io.helidon.tracing.config.TracingConfig
-
Configuration of a traced component.
- component(String, boolean) - Method in class io.helidon.tracing.config.TracingConfig
-
Configuration of a traced component.
- COMPONENT - Static variable in class io.helidon.tracing.Tag
-
Tag marking a component that triggers this span.
- ComponentMetricsSettings - Interface in io.helidon.metrics.api
-
Settings which control metrics behavior for a metrics-capable component.
- ComponentMetricsSettings.Builder - Interface in io.helidon.metrics.api
-
Builder for
ComponentMetricsSettings. - components() - Method in class io.helidon.openapi.OpenApiDocument
-
Components object.
- components(OpenApiDocument.Components) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge components.
- components(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge components.
- componentSchema(OpenApiDocument.Builder, JsonSchemaProvider, String) - Static method in class io.helidon.openapi.OpenApiSourceBase
-
Add a component schema from a JSON schema provider to the OpenAPI document.
- componentsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Components fields.
- componentsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- componentsFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Components fields.
- componentsFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Components fields.
- ComponentTracingConfig - Class in io.helidon.tracing.config
-
A component is a single "layer" of the application that can trace.
- ComponentTracingConfig(String) - Constructor for class io.helidon.tracing.config.ComponentTracingConfig
-
A new named component.
- ComponentTracingConfig.Builder - Class in io.helidon.tracing.config
-
Fluent API builder for
ComponentTracingConfig. - componentType() - Method in class io.helidon.codegen.classmodel.TypeArgument
- componentType() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Component type of array.
- componentType() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- componentType() - Method in interface io.helidon.common.types.TypeName
-
Component type of array.
- componentType(TypeName) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Component type of array.
- componentType(Consumer) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Component type of array.
- componentType(Supplier) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Component type of array.
- componentTypes() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Returns the component type names describing the element.
- componentTypes() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- componentTypes() - Method in interface io.helidon.common.types.TypedElementInfo
-
Returns the component type names describing the element.
- componentTypes(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Returns the component type names describing the element.
- compose(Function) - Method in interface io.helidon.common.reactive.Multi
-
Apply the given
composerfunction to the currentMultiinstance and return aMultiwrapping the returnedFlow.Publisherof this function. - compose(Function) - Method in interface io.helidon.common.reactive.Single
-
Apply the given
composerfunction to the currentSingleinstance and return theSinglereturned by this function. - compose(List) - Static method in interface io.helidon.http.HttpTransportObserver
-
Combines observers into one failure-isolating observer.
- CompositeBufferData - Interface in io.helidon.common.buffers
-
Composite (mutable) buffer data.
- CompositeProviderFlag - Enum Class in io.helidon.security
-
Flag driving resolution of providers.
- CompositeProviderSelectionPolicy - Class in io.helidon.security
-
A provider selection policy that supports composing multiple providers (current Authentication and Outbound) into a single virtual security provider.
- CompositeProviderSelectionPolicy.Builder - Class in io.helidon.security
-
Fluent API builder to create
CompositeProviderSelectionPolicy. - compositeReceiveListener() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
A single receive listener, this value is computed.
- compositeReceiveListener() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- compositeReceiveListener() - Method in interface io.helidon.webserver.http1.Http1Config
-
A single receive listener, this value is computed.
- compositeReceiveListener(Http1ConnectionListener) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
A single receive listener, this value is computed.
- compositeSendListener() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
A single send listener, this value is computed.
- compositeSendListener() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- compositeSendListener() - Method in interface io.helidon.webserver.http1.Http1Config
-
A single send listener, this value is computed.
- compositeSendListener(Http1ConnectionListener) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
A single send listener, this value is computed.
- compression() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Compression the exporter uses.
- compression() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- compression() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Compression the exporter uses.
- compression(CompressionType) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Compression the exporter uses.
- COMPRESSION - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint is unable to maintain the header compression context for the connection.
- CompressionType - Enum Class in io.helidon.telemetry.otelconfig
-
Types of compression supported by OpenTelemetry.
- ComputedHeader - Interface in io.helidon.declarative.codegen.model.http
-
Definition of a computed header, defined by an annotation.
- computedHeaders() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of computed header values.
- computedHeaders() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- computedHeaders() - Method in interface io.helidon.declarative.codegen.model.http.HttpAnnotated
-
List of computed header values.
- computedHeaders(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of computed header values.
- computedHeaders(Set, HttpAnnotated.BuilderBase, TypeName, TypeName) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Find computed headers in the annotations and set it on the builder.
- computeGrants(Subject) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
-
Compute grants for the provided subject.
- computeGrants(String, String, Subject) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Compute grants for the provided MT information.
- computeValue(K, Supplier) - Method in interface io.helidon.common.LruCache
-
Either return a cached value or compute it and cache it.
- computeValue(K, Supplier) - Method in interface io.helidon.security.providers.common.EvictableCache
-
Either return a cached value or compute it and cache it.
- concat(Flow.Publisher, Flow.Publisher) - Static method in interface io.helidon.common.reactive.Multi
-
Concat streams to one.
- concat(Flow.Publisher, Flow.Publisher, Flow.Publisher...) - Static method in interface io.helidon.common.reactive.Multi
-
Concat streams to one.
- concatArray(Flow.Publisher...) - Static method in interface io.helidon.common.reactive.Multi
-
Concatenates an array of source
Flow.Publishers by relaying items in order, non-overlappingly, one after the other finishes. - ConcatPublisher<T> - Class in io.helidon.common.reactive
-
Concat streams to one.
- concurrencyLimit() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Concurrency limit to use to limit concurrent execution of incoming requests.
- concurrencyLimit() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- concurrencyLimit() - Method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Concurrency limit to use to limit concurrent execution of incoming requests.
- concurrencyLimit() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Concurrency limit to use to limit concurrent execution of incoming requests.
- concurrencyLimit() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- concurrencyLimit() - Method in interface io.helidon.webserver.ListenerConfig
-
Concurrency limit to use to limit concurrent execution of incoming requests.
- concurrencyLimit(Limit) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Concurrency limit to use to limit concurrent execution of incoming requests.
- concurrencyLimit(Limit) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Concurrency limit to use to limit concurrent execution of incoming requests.
- concurrencyLimitDiscoverServices() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Service discovery flag for
LimitsFeatureConfig.BuilderBase.concurrencyLimit(). - concurrencyLimitDiscoverServices() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.concurrencyLimit(). - concurrencyLimitDiscoverServices(boolean) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Service discovery flag for
LimitsFeatureConfig.BuilderBase.concurrencyLimit(). - concurrencyLimitDiscoverServices(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.concurrencyLimit(). - concurrent() - Method in interface io.helidon.scheduling.CronInvocation
-
When true, next task is started even if previous didn't finish yet.
- concurrent() - Element in annotation interface io.helidon.scheduling.Scheduling.Cron
-
When true, next task is started even if previous didn't finish yet.
- concurrentExecution() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Allow concurrent execution if previous task didn't finish before next execution.
- concurrentExecution() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- concurrentExecution() - Method in interface io.helidon.scheduling.CronConfig
-
Allow concurrent execution if previous task didn't finish before next execution.
- concurrentExecution(boolean) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Allow concurrent execution if previous task didn't finish before next execution.
- concurrentExecutions() - Method in interface io.helidon.faulttolerance.Bulkhead.Stats
-
Number of concurrent executions at this time.
- concurrentRequests() - Method in class io.helidon.common.concurrency.limits.FixedLimit
-
Returns the
AtomicIntegerinstance tracking the current number of concurrent requests. - concurrentRequests() - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Returns the
AtomicIntegerinstance tracking the current number of concurrent requests. - condition(CriteriaCondition) - Method in class io.helidon.data.codegen.query.Criteria.Builder
-
Add condition to the criteria expression.
- confidential() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this option is confidential (i.e.
- confidential() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- confidential() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Whether this option is confidential (i.e.
- confidential(boolean) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this option is confidential (i.e.
- config() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Configuration used to configure this instance.
- config() - Static method in class io.helidon.config.MetaConfig
-
Create configuration from meta configuration (files or classpath resources), or create a default config instance if meta configuration is not present.
- config() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.http.media.MediaSupportBase
-
The configuration object used to create this instance.
- config() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Original channel configuration node, including connector-specific options.
- config() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
- config() - Method in interface io.helidon.messaging.spi.MessagingChannelConfig
-
Original channel configuration node, including connector-specific options.
- config() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Configuration used to create this connector.
- config() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl
- config() - Method in interface io.helidon.messaging.spi.MessagingConnectorProviderConfig
-
Configuration used to create this connector.
- config() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Metrics configuration node.
- config() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- config() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Metrics configuration node.
- config() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.Configuration used to configure this instance.
- config() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.Configuration used to configure this instance.
- config() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Metrics configuration node.
- config() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- config() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Metrics configuration node.
- config() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Configuration associated with this security handler.
- config() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- config() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Configuration associated with this security handler.
- config() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Configuration associated with this security handler.
- config() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- config() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Configuration associated with this security handler.
- config() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
HTTP/1 protocol configuration to use for this connection selector.
- config() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- config() - Method in interface io.helidon.webserver.http1.Http1ConnectionSelectorConfig
-
HTTP/1 protocol configuration to use for this connection selector.
- config() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in interface io.helidon.webserver.ListenerContext
-
Configuration of this listener.
- config() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Configuration of the observe feature, if present.
- config() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- config() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Configuration of the observe feature, if present.
- config() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
The config instance used to configure this observer.
- config() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl
- config() - Method in interface io.helidon.webserver.observe.ObserverConfigBase
-
The config instance used to configure this observer.
- config() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Configuration associated with this security handler.
- config() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- config() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Configuration associated with this security handler.
- config() - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Configuration used to configure this instance.
- config() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Configuration used to configure this instance.
- config(Config) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.config.AbstractConfigSourceBuilder
-
Configure builder from meta configuration.
- config(Config) - Method in class io.helidon.config.AbstractSourceBuilder
-
Configure builder from meta configuration.
- config(Config) - Method in class io.helidon.config.ClasspathConfigSource.Builder
-
Configure builder from meta configuration.
- config(Config) - Method in class io.helidon.config.ClasspathOverrideSource.Builder
-
Update builder from meta configuration.
- config(Config) - Method in interface io.helidon.config.Config.Builder
-
Configure this config builder from meta configuration.
- config(Config) - Method in interface io.helidon.config.ConfigBuilderSupport.ConfiguredBuilder
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.config.DirectoryConfigSource.Builder
-
Configure builder from meta configuration.
- config(Config) - Method in class io.helidon.config.FileConfigSource.Builder
-
Configure builder from meta configuration.
- config(Config) - Method in class io.helidon.config.FileOverrideSource.Builder
- config(Config) - Method in class io.helidon.config.FileSystemWatcher.Builder
-
Update this builder from meta configuration.
- config(Config) - Static method in class io.helidon.config.MetaConfig
-
Create configuration from provided meta configuration.
- config(Config) - Method in class io.helidon.config.SimpleRetryPolicy.Builder
-
Update this builder from meta configuration.
- config(Config) - Method in class io.helidon.config.UrlConfigSource.Builder
-
Configure builder from meta configuration.
- config(Config) - Method in class io.helidon.config.UrlOverrideSource.Builder
- config(Config) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.dbclient.DbClient.Builder
-
Use database connection configuration from configuration file.
- config(Config) - Method in class io.helidon.dbclient.DbClientBuilderBase
- config(Config) - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Configure this client service from config.
- config(Config) - Method in class io.helidon.dbclient.DbStatements.Builder
-
Set statements from configuration.
- config(Config) - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Set health check parameters using
Confignode. - config(Config) - Method in class io.helidon.dbclient.jdbc.JdbcClientBuilder
- config(Config) - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Configure a metric from configuration.
- config(Config) - Method in class io.helidon.dbclient.mongodb.MongoDbClientBuilder
- config(Config) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Use database connection configuration from configuration file.
- config(Config) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.health.checks.DiskSpaceHealthCheck.Builder
-
Set up the disk space health check via config keys, if present.
- config(Config) - Method in class io.helidon.health.checks.HeapMemoryHealthCheck.Builder
-
Set up the heap space health check via config key, if present.
- config(Config) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.RequestedUriDiscoveryContext.Builder
-
Update the settings from the "requested-uri-discovery"
Confignode within the socket configuration. - config(Config) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in interface io.helidon.metrics.api.ComponentMetricsSettings.Builder
-
Updates the builder using the provided metrics config.
- config(Config) - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.security.abac.policy.PolicyValidator.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.security.abac.policy.PolicyValidator.PolicyConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Load configuration data from configuration.
- config(Config) - Method in class io.helidon.security.abac.scope.ScopeValidator.Builder
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Update fields from configuration.
- config(Config) - Method in class io.helidon.security.providers.abac.AbacProvider.Builder
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Set config for this target.
- config(Config) - Method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Load this builder from a configuration.
- config(Config) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig.Builder
-
Updated this configuration from the config instance.
- config(Config) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Create a builder from configuration.
- config(Config) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
Create a builder instance from configuration.
- config(Config) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Update this builder instance from configuration.
- config(Config) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
- config(Config) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider.Builder
-
Update this builder state from configuration.
- config(Config) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Update this builder state from configuration.
- config(Config) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Load this builder from a configuration.
- config(Config) - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Update this builder with values from configuration.
- config(Config) - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Update this builder with values from configuration.
- config(Config) - Method in class io.helidon.security.providers.oidc.common.TenantConfig.Builder
- config(Config) - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
-
Config located at the provider's key to read
OidcConfig. - config(Config) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Update this builder with configuration.
- config(Config) - Method in class io.helidon.security.Security.Builder
-
Add config instance to this builder.
- config(Config) - Method in class io.helidon.security.SecurityTime.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.security.util.TokenHandler.Builder
-
Update builder from config.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.tracing.config.ComponentTracingConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.tracing.config.SpanLogTracingConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.tracing.config.SpanTracingConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.tracing.config.TracingConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in interface io.helidon.tracing.TracerBuilder
-
Load configuration of tracer from configuration of the application.
- config(Config) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Configure a metric from configuration.
- config(Config) - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Configuration instance to use to configure this routing.
- config(Config) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
-
Update this builder from provided
Config. - config(Config) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config, String) - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
-
Config located either at the configuration root, or at the provider node.
- config(OidcConfig) - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
-
Use the provided
OidcConfigfor this builder. - config(Http1Config) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
HTTP/1 protocol configuration to use for this connection selector.
- config(String) - Method in class io.helidon.security.EndpointConfig
-
Get
Configinstance for a config key. - config(String) - Method in interface io.helidon.security.providers.oidc.common.spi.TenantConfigFinder
-
Open ID Configuration for this tenant.
- config(String, Config) - Method in class io.helidon.security.EndpointConfig.Builder
-
Provide a configuration for provider to use.
- config(String, SignedHeadersConfig.HeadersConfig) - Method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.Builder
-
Configuration of a single method (see
SecurityEnvironment.method()to set required and "if-present" headers to be signed (or to be expected in inbound signature). - config(String, Class) - Method in class io.helidon.webserver.ProtocolConfigs
-
Get a protocol configuration if defined.
- config(Consumer) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
HTTP/1 protocol configuration to use for this connection selector.
- config(Supplier) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
HTTP/1 protocol configuration to use for this connection selector.
- Config - Interface in io.helidon.config
-
Configuration
- CONFIG - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Common config type.
- CONFIG_BUILDER_SUPPORT - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Type name for
io.helidon.config.ConfigBuilderSupport. - CONFIG_HOSTS - Static variable in class io.helidon.security.providers.common.OutboundTarget
-
Configuration key for string array of hosts.
- CONFIG_KEY - Static variable in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Top-level config key for telemetry settings.
- CONFIG_KEY_PATH - Static variable in class io.helidon.health.checks.DiskSpaceHealthCheck
-
Full configuration key for the configured path.
- CONFIG_KEY_THRESHOLD_PERCENT - Static variable in class io.helidon.health.checks.DiskSpaceHealthCheck
-
Full configuration key for the configured threshold percent.
- CONFIG_KEY_THRESHOLD_PERCENT - Static variable in class io.helidon.health.checks.HeapMemoryHealthCheck
-
Config property key for heap memory threshold.
- CONFIG_METADATA_FILE - Static variable in class io.helidon.metadata.MetadataConstants
-
Configuration metadata JSON.
- CONFIG_METHODS - Static variable in class io.helidon.security.providers.common.OutboundTarget
-
Configuration key for string array of HTTP methods.
- CONFIG_NAME - Static variable in class io.helidon.security.providers.common.OutboundTarget
-
Configuration key for name of target.
- CONFIG_NAME - Static variable in class io.helidon.webserver.websocket.WsUpgradeProvider
-
WebSocket server connection provider configuration node name.
- CONFIG_OUTBOUND - Static variable in class io.helidon.security.providers.common.OutboundConfig
-
Configuration key (expected under provider configuration) that holds the object list of
OutboundTargets configuration. - CONFIG_PATHS - Static variable in class io.helidon.security.providers.common.OutboundTarget
-
Configuration key for string array of paths.
- CONFIG_TRANSPORTS - Static variable in class io.helidon.security.providers.common.OutboundTarget
-
Configuration key for string array of supported transports.
- Config.Builder - Interface in io.helidon.config
-
ConfigBuilder. - Config.Context - Interface in io.helidon.config
-
Context associated with specific
Confignode that allows to access the last loaded instance of the node or to request reloading of whole configuration. - Config.Key - Interface in io.helidon.config
-
Object represents fully-qualified key of config node.
- Config.Type - Enum Class in io.helidon.config
-
Configuration node types.
- ConfigBuilderSupport - Class in io.helidon.config
-
Methods used from generated code in builders when
Prototype.Configuredis used. - ConfigBuilderSupport.ConfiguredBuilder<BUILDER, PROTOTYPE> - Interface in io.helidon.config
-
Extension of
Prototype.Builderthat supports configuration. - ConfigBuilderSupport.ProviderSettings - Class in io.helidon.config
-
Provider discovery settings used by generated configured builders.
- configClass() - Method in class io.helidon.security.abac.policy.PolicyValidator
- configClass() - Method in class io.helidon.security.abac.role.RoleValidator
- configClass() - Method in class io.helidon.security.abac.scope.ScopeValidator
- configClass() - Method in class io.helidon.security.abac.time.TimeValidator
- configClass() - Method in interface io.helidon.security.providers.abac.spi.AbacValidator
-
Class of the configuration type.
- ConfigContent - Interface in io.helidon.config.spi
-
Config content as provided by a config source that can read all its data at once (an "eager" config source).
- ConfigContent.Builder<T> - Class in io.helidon.config.spi
-
Fluent API builder for
ConfigContent, common ancestor for parsable content builder and node content builder. - ConfigContent.NodeContent - Interface in io.helidon.config.spi
-
Config content that provides an
ConfigNode.ObjectNodedirectly, with no need for parsing. - ConfigContent.NodeContent.Builder - Class in io.helidon.config.spi
-
Fluent API builder for
ConfigContent.NodeContent. - ConfigContent.OverrideContent - Interface in io.helidon.config.spi
-
A content of an
OverrideSource. - ConfigContent.OverrideContent.Builder - Class in io.helidon.config.spi
-
Fluent API builder for
ConfigContent. - ConfigContext - Interface in io.helidon.config.spi
-
Context created by a
Config.Builderas it constructs aConfig. - ConfigEncryptionException - Exception Class in io.helidon.config.encryption
-
Secure config related exception.
- ConfigEncryptionException(String) - Constructor for exception class io.helidon.config.encryption.ConfigEncryptionException
-
Constructs a new config encryption exception with the specified detail message.
- ConfigEncryptionException(String, Throwable) - Constructor for exception class io.helidon.config.encryption.ConfigEncryptionException
-
Construct with a message.
- ConfigException - Exception Class in io.helidon.config
-
Exception is thrown by
Configimplementations. - ConfigException(String) - Constructor for exception class io.helidon.config.ConfigException
-
Constructor with the detailed message.
- ConfigException(String, Throwable) - Constructor for exception class io.helidon.config.ConfigException
-
Constructor with the detailed message.
- configFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to be used when mapping config to types.
- configFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- configFactories() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Factory methods to be used when mapping config to types.
- configFactories(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to be used when mapping config to types.
- ConfigFilter - Interface in io.helidon.config.spi
-
Filter that can transform elementary configuration (
String) values before they are returned via theConfigAPI. - ConfigFilters - Class in io.helidon.config
-
Class provides access to built-in
ConfigFilterimplementations. - ConfigFilters.ValueResolvingBuilder - Class in io.helidon.config
-
A builder for value reference resolving filter.
- configFor(String) - Method in interface io.helidon.security.Security
-
The configuration of security.
- configForm() - Element in annotation interface io.helidon.builder.api.Option.Provider
-
Outer configuration container accepted for configured provider entries.
- configForm() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Configured provider outer configuration form.
- configForm() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
- configForm() - Method in interface io.helidon.builder.codegen.OptionProvider
-
Configured provider outer configuration form.
- configForm() - Method in class io.helidon.config.ConfigBuilderSupport.ProviderSettings
-
Permitted outer configuration container form.
- configForm(Option.Provider.ConfigForm) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Configured provider outer configuration form.
- ConfigHelper - Class in io.helidon.config
-
Common Configuration utilities.
- ConfigItem - Interface in io.helidon.config
-
Configuration item policy.
- ConfigItem.Builder - Class in io.helidon.config
-
Fluent API builder for
ConfigItem. - ConfigItem.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.config
-
Fluent API builder base for
ConfigItem. - ConfigItem.BuilderBase.ConfigItemImpl - Class in io.helidon.config
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ConfigItemImpl(ConfigItem.BuilderBase) - Constructor for class io.helidon.config.ConfigItem.BuilderBase.ConfigItemImpl
-
Create an instance providing a builder.
- configKey() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Config key to use.
- configKey() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
- configKey() - Method in interface io.helidon.builder.codegen.OptionConfigured
-
Config key to use.
- configKey() - Method in class io.helidon.common.concurrency.limits.AimdLimitProvider
- configKey() - Method in class io.helidon.common.concurrency.limits.FixedLimitProvider
- configKey() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitProvider
- configKey() - Method in interface io.helidon.config.ConfiguredProvider
-
Key this service implementation is stored under.
- configKey() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfigProvider
- configKey() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfigProvider
- configKey() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfigProvider
- configKey() - Method in class io.helidon.dbclient.hikari.HikariConnectionPoolProvider
- configKey() - Method in interface io.helidon.dbclient.hikari.spi.HikariMetricsProvider
-
Configuration key of the extension provider.
- configKey() - Method in class io.helidon.dbclient.metrics.DbClientMetricsProvider
- configKey() - Method in class io.helidon.dbclient.metrics.hikari.HikariMetricsExtensionProvider
- configKey() - Method in interface io.helidon.dbclient.spi.DbClientServiceProvider
-
The configuration key expected in config.
- configKey() - Method in class io.helidon.dbclient.tracing.DbClientTracingProvider
- configKey() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
- configKey() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Configuration key to use at runtime.
- configKey() - Method in interface io.helidon.declarative.codegen.model.http.ClientEndpoint
-
Configuration key to use at runtime.
- configKey() - Method in class io.helidon.http.encoding.deflate.DeflateEncodingProvider
- configKey() - Method in class io.helidon.http.encoding.gzip.GzipEncodingProvider
- configKey() - Method in class io.helidon.http.media.jackson.JacksonMediaSupportProvider
- configKey() - Method in class io.helidon.http.media.json.binding.JsonBindingMediaSupportProvider
- configKey() - Method in class io.helidon.http.media.json.JsonMediaSupportProvider
- configKey() - Method in class io.helidon.http.media.json.smile.SmileMediaSupportProvider
- configKey() - Method in class io.helidon.http.media.jsonb.JsonbMediaSupportProvider
- configKey() - Method in class io.helidon.http.media.jsonp.JsonpMediaSupportProvider
- configKey() - Method in class io.helidon.http.media.multipart.MultiPartSupportProvider
- configKey() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherProvider
- configKey() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherProvider
- configKey() - Method in class io.helidon.openapi.OpenApiFeatureProvider
- configKey() - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider
- configKey() - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider
- configKey() - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider
- configKey() - Method in class io.helidon.security.abac.policy.PolicyValidator
- configKey() - Method in class io.helidon.security.abac.policy.PolicyValidatorService
- configKey() - Method in interface io.helidon.security.abac.policy.spi.PolicyExecutorService
-
Configuration key that is expected by this policy validator service.
- configKey() - Method in class io.helidon.security.abac.role.RoleValidator
- configKey() - Method in class io.helidon.security.abac.role.RoleValidatorService
- configKey() - Method in class io.helidon.security.abac.scope.ScopeValidator
- configKey() - Method in class io.helidon.security.abac.scope.ScopeValidatorService
- configKey() - Method in class io.helidon.security.abac.time.TimeValidator
- configKey() - Method in class io.helidon.security.abac.time.TimeValidatorService
- configKey() - Method in interface io.helidon.security.providers.abac.spi.AbacValidator
-
Key of a configuration entry that maps to this validator's configuration.
- configKey() - Method in interface io.helidon.security.providers.abac.spi.AbacValidatorService
-
Key of the "root" of configuration of this validator.
- configKey() - Method in interface io.helidon.security.providers.httpauth.spi.UserStoreService
-
Configuration key of this store, expected under the security provider configuration.
- configKey() - Element in annotation interface io.helidon.webclient.api.RestClient.Endpoint
-
Configuration key base to use when looking up options for the generated client.
- configKey() - Method in class io.helidon.webclient.context.WebClientContextServiceProvider
- configKey() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryProvider
-
Returns
discoverywhen invoked. - configKey() - Element in annotation interface io.helidon.webclient.grpc.RpcClient.Endpoint
-
Configuration key base to use when looking up options for the backing gRPC client.
- configKey() - Method in class io.helidon.webclient.grpc.tracing.GrpcClientTracingProvider
- configKey() - Method in class io.helidon.webclient.http1.Http1ProtocolConfigProvider
- configKey() - Method in class io.helidon.webclient.http2.Http2ProtocolConfigProvider
- configKey() - Method in class io.helidon.webclient.metrics.WebClientMetricsProvider
- configKey() - Method in class io.helidon.webclient.security.WebClientSecurityProvider
- configKey() - Method in class io.helidon.webclient.telemetry.WebClientTelemetryProvider
- configKey() - Method in class io.helidon.webclient.tracing.WebClientTracingProvider
- configKey() - Element in annotation interface io.helidon.webclient.websocket.WebSocketClient.Endpoint
-
Configuration key base to use when looking up options for the generated client.
- configKey() - Method in class io.helidon.webclient.websocket.WsProtocolConfigProvider
- configKey() - Method in class io.helidon.webserver.accesslog.AccessLogFeatureProvider
- configKey() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureProvider
- configKey() - Method in class io.helidon.webserver.context.ContextFeatureProvider
- configKey() - Method in class io.helidon.webserver.grpc.GrpcProtocolConfigProvider
- configKey() - Method in class io.helidon.webserver.grpc.GrpcReflectionFeatureProvider
- configKey() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceProvider
- configKey() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingServiceProvider
- configKey() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationProvider
- configKey() - Method in class io.helidon.webserver.hsts.HstsFeatureProvider
- configKey() - Method in class io.helidon.webserver.http1.Http1ProtocolConfigProvider
- configKey() - Method in class io.helidon.webserver.http2.Http2ProtocolConfigProvider
- configKey() - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider
- configKey() - Method in class io.helidon.webserver.observe.health.HealthObserveProvider
- configKey() - Method in class io.helidon.webserver.observe.info.InfoObserveProvider
- configKey() - Method in class io.helidon.webserver.observe.log.LogObserveProvider
- configKey() - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider
- configKey() - Method in class io.helidon.webserver.observe.ObserveFeatureProvider
- configKey() - Method in interface io.helidon.webserver.observe.spi.ObserveProvider
-
Configuration key of this provider.
- configKey() - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider
- configKey() - Method in class io.helidon.webserver.RequestScopeFeatureProvider
- configKey() - Method in class io.helidon.webserver.security.SecurityFeatureProvider
- configKey() - Method in class io.helidon.webserver.staticcontent.StaticContentFeatureProvider
- configKey() - Method in class io.helidon.webserver.StuckThreadDetectionFeatureProvider
- configKey() - Method in class io.helidon.webserver.TcpTransportBindingFactoryProvider
- configKey() - Method in class io.helidon.webserver.UdsTransportBindingFactoryProvider
- configKey() - Method in class io.helidon.webserver.validation.WebServerValidationFeatureProvider
- configKey() - Method in class io.helidon.webserver.websocket.WsProtocolConfigProvider
- configKey(String) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Config key to use.
- configKey(String) - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Configuration key to use at runtime.
- configMap(Map) - Method in class io.helidon.security.EndpointConfig.Builder
-
Provider a map of cofiguration keys to configurations for provider(s) to use.
- ConfigMapper - Interface in io.helidon.config.spi
-
Config mapper is provided to
ConfigMapperProviderto help transformation of complex structures. - ConfigMapperProvider - Interface in io.helidon.config.spi
-
Provides mapping functions that convert a
Configsubtree to specific Java types. - ConfigMappers - Class in io.helidon.config
-
Utility methods for converting configuration to Java types.
- ConfigMappingException - Exception Class in io.helidon.config
-
Configuration value mapping exception.
- ConfigMappingException(Config.Key, Type, String) - Constructor for exception class io.helidon.config.ConfigMappingException
-
Create new configuration value mapping exception with additional contextual details describing the failure.
- ConfigMappingException(Config.Key, Type, String, Throwable) - Constructor for exception class io.helidon.config.ConfigMappingException
-
Create new configuration value mapping exception with additional contextual details describing the failure.
- ConfigMappingException(Config.Key, String) - Constructor for exception class io.helidon.config.ConfigMappingException
-
Create new configuration value mapping exception with additional contextual details describing the failure.
- ConfigMappingException(Config.Key, String, Class, Throwable) - Constructor for exception class io.helidon.config.ConfigMappingException
-
Create new configuration value mapping exception with additional contextual details describing the failure.
- ConfigMappingException(Config.Key, String, String, Throwable) - Constructor for exception class io.helidon.config.ConfigMappingException
-
Create new configuration value mapping exception with additional contextual details describing the failure.
- ConfigMappingException(Config.Key, String, Throwable) - Constructor for exception class io.helidon.config.ConfigMappingException
-
Create new configuration value mapping exception with additional contextual details describing the failure.
- ConfigMetadataCodegenProvider - Class in io.helidon.config.metadata.codegen
-
A Java
ServiceLoaderservice implementation to add config metadata code generation. - ConfigMetadataCodegenProvider() - Constructor for class io.helidon.config.metadata.codegen.ConfigMetadataCodegenProvider
-
Required public constructor for
ServiceLoader. - ConfigNode - Interface in io.helidon.config.spi
-
Marker interface identifying a config node implementation.
- ConfigNode.ListNode - Interface in io.helidon.config.spi
-
ConfigNode-based list of configuration values.
- ConfigNode.ListNode.Builder - Interface in io.helidon.config.spi
-
Builder to build
ConfigNode.ListNodeinstance. - ConfigNode.NodeType - Enum Class in io.helidon.config.spi
-
Base types of config nodes.
- ConfigNode.ObjectNode - Interface in io.helidon.config.spi
-
Configuration node representing a hierarchical structure parsed by a suitable
ConfigParserif necessary. - ConfigNode.ObjectNode.Builder - Interface in io.helidon.config.spi
-
Builder to build
ConfigNode.ObjectNodeinstance. - ConfigNode.ValueNode - Interface in io.helidon.config.spi
-
Single string-based configuration value.
- ConfigObserveProvider - Class in io.helidon.webserver.observe.config
-
Config observe provider implementation, discoverable through
ServiceRegistryandServiceLoader. - ConfigObserveProvider() - Constructor for class io.helidon.webserver.observe.config.ConfigObserveProvider
-
Required public constructor for
ServiceLoader. - ConfigObserveProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe.config
-
Service descriptor for
ConfigObserveProvider. - ConfigObserveProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
-
Constructor with no side effects
- ConfigObserver - Class in io.helidon.webserver.observe.config
-
Config Observer configuration.
- ConfigObserverConfig - Interface in io.helidon.webserver.observe.config
-
Configuration of Config Observer.
- ConfigObserverConfig.Builder - Class in io.helidon.webserver.observe.config
-
Fluent API builder for
ConfigObserver. - ConfigObserverConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.config
-
Fluent API builder base for
ConfigObserverConfig. - ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl - Class in io.helidon.webserver.observe.config
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ConfigObserverConfigImpl(ConfigObserverConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
-
Create an instance providing a builder.
- ConfigParser - Interface in io.helidon.config.spi
-
Transforms config
ConfigParser.Contentinto aConfigNode.ObjectNodethat represents the original structure and values from the content. - ConfigParser.Content - Interface in io.helidon.config.spi
-
Config content to be parsed by a
ConfigParser. - ConfigParser.Content.Builder - Class in io.helidon.config.spi
-
Fluent API builder for
ConfigParser.Content. - ConfigParserException - Exception Class in io.helidon.config.spi
-
Root class for exceptions thrown during config parsing.
- ConfigParserException(String) - Constructor for exception class io.helidon.config.spi.ConfigParserException
-
Constructs exception instance.
- ConfigParserException(String, Throwable) - Constructor for exception class io.helidon.config.spi.ConfigParserException
-
Constructs exception instance.
- ConfigParsers - Class in io.helidon.config
-
Provides access to built-in
ConfigParserimplementations. - ConfigProperties - Class in io.helidon.config.encryption
-
Properties and their default values.
- ConfigProvider__ServiceDescriptor<T> - Class in io.helidon.config
-
Service descriptor for
ConfigProvider. - ConfigProvider__ServiceDescriptor() - Constructor for class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Constructor with no side effects
- configSource(Config) - Static method in class io.helidon.config.MetaConfig
-
Load a config source (or config sources) based on its meta configuration.
- ConfigSource - Interface in io.helidon.config.spi
-
Sourceof configuration. - ConfigSourceProvider - Interface in io.helidon.config.spi
-
Java service loader service to provide a config source based on meta configuration.
- ConfigSourceRuntime - Interface in io.helidon.config
-
The runtime of a config source.
- ConfigSources - Class in io.helidon.config
-
Provides access to built-in
ConfigSourceimplementations. - ConfigSources.SystemPropertiesConfigSource - Class in io.helidon.config
-
System properties config source.
- ConfigSources.SystemPropertiesConfigSource.Builder - Class in io.helidon.config
-
A fluent API builder for
ConfigSources.SystemPropertiesConfigSource. - configType() - Method in class io.helidon.webclient.grpc.GrpcProtocolProvider
- configType() - Method in class io.helidon.webclient.http1.Http1ClientSpiProvider
- configType() - Method in class io.helidon.webclient.http2.Http2ClientSpiProvider
- configType() - Method in class io.helidon.webclient.jsonrpc.JsonRpcProtocolProvider
- configType() - Method in interface io.helidon.webclient.spi.ClientProtocolProvider
-
Type of the config object.
- configType() - Method in class io.helidon.webclient.websocket.WsProtocolProvider
- configuration(Config) - Method in class io.helidon.security.providers.abac.AbacProvider.Builder
-
Configuration to use for validator instances.
- Configuration - Section in interface io.helidon.config.Config
- Configuration - Class in io.helidon.config
-
Container class for annotations related to Helidon Configuration when using declarative programming model.
- Configuration.Value - Annotation Interface in io.helidon.config
-
A qualifier for injection of a single value from the configuration tree.
- Configuration Examples - Section in io.helidon.webclient.discovery.WebClientDiscovery.handle(WebClientService.Chain, WebClientServiceRequest)
- ConfigurationValueFactory__ServiceDescriptor<T> - Class in io.helidon.config
-
Service descriptor for
ConfigurationValueFactory. - ConfigurationValueFactory__ServiceDescriptor() - Constructor for class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
-
Constructor with no side effects
- Configuration Values and Types - Section in package io.helidon.config
- configure() - Method in class io.helidon.common.SerializationConfig
-
Configure deserialization filtering in the current VM.
- configure(JsonBindingConfigurator) - Method in interface io.helidon.json.binding.JsonComponent
-
Configures this component with the provided configurator.
- configure(ServiceRegistryConfig.Builder) - Method in interface io.helidon.service.registry.Binding
-
Register all services with the configuration.
- configure(ServiceRegistryConfig.Builder) - Method in class io.helidon.service.registry.EmptyBinding
- configure(GrpcMethodDescriptor.Rules) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
- configure(GrpcMethodDescriptor.Rules) - Method in interface io.helidon.webserver.grpc.GrpcMethodDescriptor.Configurer
-
Apply extra configuration to a
GrpcMethodDescriptor.Rules. - configure(GrpcServiceDescriptor.Rules) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Configurer
-
Apply extra configuration to a
GrpcServiceDescriptor.Rules. - configure(GrpcServiceDescriptor.Rules) - Method in class io.helidon.webserver.grpc.security.GrpcSecurity
- configure(GrpcServiceDescriptor.Rules) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
- CONFIGURE - Enum constant in enum class io.helidon.common.SerializationConfig.Action
-
Attempt to configure the correct values.
- configured() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Details about configurability of this option.
- configured() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- configured() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Details about configurability of this option.
- configured() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Prototype configuration details.
- configured() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- configured() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Prototype configuration details.
- configured() - Static method in class io.helidon.service.registry.GlobalServiceRegistry
-
Whether a service registry instance is configured.
- configured(OptionConfigured) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Details about configurability of this option.
- configured(PrototypeConfigured) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Prototype configuration details.
- configured(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Details about configurability of this option.
- configured(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Prototype configuration details.
- configured(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Details about configurability of this option.
- configured(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Prototype configuration details.
- Configured - Annotation Interface in io.helidon.config.metadata
-
A configured class can load its values from configuration.
- configuredAddress() - Method in interface io.helidon.webserver.TransportBindingContext
-
Normalized listener address for port-capable transport bindings.
- configuredEndpoint() - Method in interface io.helidon.webserver.spi.TransportBinding
-
Configured endpoint summary for diagnostics.
- ConfiguredOption - Annotation Interface in io.helidon.config.metadata
-
A single configuration option.
- ConfiguredOption.Kind - Enum Class in io.helidon.config.metadata
-
Option kind.
- ConfiguredOptions - Annotation Interface in io.helidon.config.metadata
-
Configured options when defined on a class/interface.
- ConfiguredProvider<T> - Interface in io.helidon.config
-
Providers that can be loaded from configuration should implement this interface.
- ConfiguredServerFeatureFactory - Interface in io.helidon.webserver.spi
-
Marker for a registry factory whose server features must be recreated from the final server configuration.
- ConfiguredTlsManager - Class in io.helidon.common.tls
-
The default configured
TlsManagerimplementation. - ConfiguredTlsManager(String, String) - Constructor for class io.helidon.common.tls.ConfiguredTlsManager
-
Configured tls manager constructor.
- ConfiguredValue - Annotation Interface in io.helidon.config.metadata
-
Can be used to define a list of possible values of an option.
- configureRuntime() - Static method in class io.helidon.common.SerializationConfig
-
Make sure configuration is as expected.
- configureRuntime() - Static method in class io.helidon.logging.common.LogConfig
-
Reconfigures logging with runtime configuration if within a native image.
- configureSocket(ServerSocket) - Method in interface io.helidon.webserver.ListenerConfig
-
Update the server socket with configured socket options.
- configureSocket(Socket) - Method in interface io.helidon.common.socket.SocketOptions
-
Configure socket with defined socket options.
- configureSocket(ServerSocketChannel) - Method in interface io.helidon.webserver.ListenerConfig
-
Update the server socket with configured socket options.
- configureSocket(SocketChannel) - Method in interface io.helidon.common.socket.SocketOptions
-
Configure socket with defined socket options.
- configureVendorMetrics(HttpRouting.Builder) - Method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Configure Helidon specific metrics.
- ConfigUserStore - Class in io.helidon.security.providers.httpauth
-
User store loaded from configuration.
- ConfigUserStore() - Constructor for class io.helidon.security.providers.httpauth.ConfigUserStore
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ConfigUserStore.create(Config)instead. - ConfigUserStore.ConfigUser - Class in io.helidon.security.providers.httpauth
-
A user that is loaded from configuration.
- ConfigValue<T> - Interface in io.helidon.config
-
A typed value of a
Confignode. - ConfigValues - Class in io.helidon.config
-
Factory for config values.
- CONFLICT_409 - Static variable in class io.helidon.http.Status
-
409 Conflict, see HTTP/1.1 documentation.
- CONFLICT_409_CODE - Static variable in class io.helidon.http.Status
-
409 Conflict, see HTTP/1.1 documentation.
- connect() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Connect with default timeout.
- connect() - Method in interface io.helidon.webclient.api.ClientConnection
-
Connect this connection.
- connect() - Method in class io.helidon.webclient.api.TcpClientConnection
-
Connect this connection over the network.
- connect() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
-
Connect this connection to the socket.
- connect(WsClient, Map) - Method in class io.helidon.webclient.websocket.WsClientEndpointFactoryBase
-
Connect to the WebSocket endpoint using a custom client.
- connect(String, WsListener) - Method in interface io.helidon.webclient.websocket.WsClient
-
Starts a new WebSocket connection and runs it in a new virtual thread.
- connect(String, WsListener) - Method in class io.helidon.webserver.testing.junit5.websocket.DirectWsClient
- connect(URI, WsListener) - Method in interface io.helidon.webclient.websocket.WsClient
-
Starts a new WebSocket connection and runs it in a new virtual thread.
- connect(URI, WsListener) - Method in class io.helidon.webserver.testing.junit5.websocket.DirectWsClient
- connect(Duration) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Connect with custom connect timeout.
- connect(Map) - Method in class io.helidon.webclient.websocket.WsClientEndpointFactoryBase
-
Connect to the WebSocket endpoint.
- CONNECT - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The connection established in response to a CONNECT request (Section 8.3) was reset or abnormally closed.
- CONNECT - Static variable in class io.helidon.http.Method
-
The HTTP CONNECT method starts two-way communications with the requested resource.
- CONNECT_NAME - Static variable in class io.helidon.http.Method
-
"CONNECT" method name.
- connected() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Whether this client is connected.
- ConnectedSocketChannelInfo - Interface in io.helidon.webclient.api
-
Context information about a newly connected
SocketChannel. - ConnectedSocketInfo - Interface in io.helidon.webclient.api
-
Context information about a newly connected
Socket. - connection() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Direct JDBC connection properties.
- connection() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- connection() - Method in interface io.helidon.data.sql.common.SqlConfig
-
Direct JDBC connection properties.
- connection() - Method in interface io.helidon.dbclient.jdbc.JdbcConnectionPool
-
Return a connection from the pool.
- connection() - Method in class io.helidon.webclient.api.ClientRequestBase
- connection() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Possible explicit connection to use (such as when using a proxy).
- connection() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Client connection/stream that was used to handle this request.
- connection() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- connection() - Method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Client connection/stream that was used to handle this request.
- connection() - Method in class io.helidon.webclient.http1.UpgradeResponse
-
Upgraded connection.
- connection() - Method in class io.helidon.webserver.http1.spi.Http1UpgradeResult
-
Upgraded connection.
- connection(ConnectionConfig) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Direct JDBC connection properties.
- connection(ClientConnection) - Method in interface io.helidon.webclient.api.ClientRequest
-
This method is for explicit connection use by this request.
- connection(ClientConnection) - Method in class io.helidon.webclient.api.ClientRequestBase
- connection(ReleasableResource) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Client connection/stream that was used to handle this request.
- connection(ConnectionContext) - Method in class io.helidon.webserver.http1.Http1ConnectionSelector
- connection(ConnectionContext) - Method in class io.helidon.webserver.http2.Http2ConnectionSelector
- connection(ConnectionContext) - Method in interface io.helidon.webserver.spi.ServerConnectionSelector
-
Create a new connection.
- connection(Connection) - Method in class io.helidon.dbclient.jdbc.JdbcStatement
-
Set the connection.
- connection(Consumer) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Direct JDBC connection properties.
- connection(Supplier) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Direct JDBC connection properties.
- CONNECTION - Static variable in class io.helidon.http.HeaderNames
-
The "Connection" header name.
- CONNECTION_CLOSE - Static variable in class io.helidon.http.HeaderValues
-
Connection close.
- CONNECTION_CONTEXT - Static variable in class io.helidon.webserver.grpc.ServerContextKeys
-
The gRPC context key to use to obtain the Helidon
GrpcConnectionContextfrom the gRPCContext. - CONNECTION_KEEP_ALIVE - Static variable in class io.helidon.http.HeaderValues
-
Connection keep-alive.
- CONNECTION_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Connection" header name.
- connectionCacheSize() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Maximum number of reusable physical connections each HTTP protocol retains for a single connection target.
- connectionCacheSize() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- connectionCacheSize() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Maximum number of reusable physical connections each HTTP protocol retains for a single connection target.
- connectionCacheSize(int) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Maximum number of reusable physical connections each HTTP protocol retains for a single connection target.
- connectionClosed() - Method in interface io.helidon.http.http2.FlowControl.Outbound
-
Notify flow control that the connection has closed.
- ConnectionConfig - Interface in io.helidon.data.sql.common
-
Configuration of a JDBC connection to a database.
- ConnectionConfig.Builder - Class in io.helidon.data.sql.common
-
Fluent API builder for
ConnectionConfig. - ConnectionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.sql.common
-
Fluent API builder base for
ConnectionConfig. - ConnectionConfig.BuilderBase.ConnectionConfigImpl - Class in io.helidon.data.sql.common
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ConnectionConfigImpl(ConnectionConfig.BuilderBase) - Constructor for class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
-
Create an instance providing a builder.
- connectionContext() - Method in interface io.helidon.webserver.http.spi.SinkProviderContext
-
Obtains access to the connection context.
- ConnectionContext - Interface in io.helidon.webserver
-
Server connection context.
- connectionFactoryClassName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection factory class name.
- connectionFactoryClassName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionFactoryClassName() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the connection factory class name.
- connectionFactoryClassName(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection factory class name.
- connectionFactoryProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection factory properties on the connection factory.
- connectionFactoryProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionFactoryProperties() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the connection factory properties on the connection factory.
- connectionFactoryProperties(Map) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection factory properties on the connection factory.
- ConnectionFlowControl - Class in io.helidon.http.http2
-
HTTP/2 Flow control for connection.
- ConnectionFlowControl.ConnectionFlowControlBuilder - Class in io.helidon.http.http2
-
Connection flow control builder.
- ConnectionFlowControl.Type - Enum Class in io.helidon.http.http2
-
Type of the flow control.
- connectionHarvestMaxCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum number of connections that may be harvested when the connection harvesting occurs.
- connectionHarvestMaxCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionHarvestMaxCount() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the maximum number of connections that may be harvested when the connection harvesting occurs.
- connectionHarvestMaxCount(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum number of connections that may be harvested when the connection harvesting occurs.
- connectionHarvestTriggerCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the number of available connections below which the connection pool's connection harvesting will occur.
- connectionHarvestTriggerCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionHarvestTriggerCount() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the number of available connections below which the connection pool's connection harvesting will occur.
- connectionHarvestTriggerCount(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the number of available connections below which the connection pool's connection harvesting will occur.
- connectionInitSql() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the SQL string that will be executed on all new connections when they are created, before they are added to the pool.
- connectionInitSql() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- connectionInitSql() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the SQL string that will be executed on all new connections when they are created, before they are added to the pool.
- connectionInitSql(String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the SQL string that will be executed on all new connections when they are created, before they are added to the pool.
- connectionKey() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Existing connection policy and TLS identity.
- ConnectionKey - Class in io.helidon.webclient.api
-
Connection key instance contains all needed connection related information.
- connectionLabelingHighCost() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the cost value which identifies a connection as "high-cost" for connection labeling.
- connectionLabelingHighCost() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionLabelingHighCost() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the cost value which identifies a connection as "high-cost" for connection labeling.
- connectionLabelingHighCost(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the cost value which identifies a connection as "high-cost" for connection labeling.
- connectionLimit() - Method in interface io.helidon.webserver.TransportBindingContext
-
Listener-wide connection admission limit.
- connectionListener() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket lifecycle callbacks.
- connectionListener() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- connectionListener() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Socket lifecycle callbacks.
- connectionListener(ConnectionListener) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket lifecycle callbacks.
- ConnectionListener - Interface in io.helidon.webclient.api
-
This interface provides callback methods that are invoked when the client connection is first established, before any TLS or HTTP application traffic is sent.
- connectionOpened(HttpTransportObserver.Role, String, HttpTransportObserver.Handshake) - Method in interface io.helidon.http.HttpTransportObserver
-
Observes an opened physical connection.
- connectionOptions() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Options for connections accepted by this listener.
- connectionOptions() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- connectionOptions() - Method in interface io.helidon.webserver.ListenerConfig
-
Options for connections accepted by this listener.
- connectionOptions(SocketOptions) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Options for connections accepted by this listener.
- connectionOptions(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Options for connections accepted by this listener.
- connectionOptions(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Options for connections accepted by this listener.
- connectionPool(JdbcConnectionPool) - Method in class io.helidon.dbclient.jdbc.JdbcClientBuilder
-
Configure a connection pool.
- connectionPoolName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection pool name.
- connectionPoolName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionPoolName() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the connection pool name.
- connectionPoolName(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection pool name.
- connectionProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection properties on the connection factory.
- connectionProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionProperties() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the connection properties on the connection factory.
- connectionProperties(Map) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection properties on the connection factory.
- ConnectionProviders - Class in io.helidon.webserver
-
Connection provider candidates.
- connectionRepurposeThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection repurpose threshold for the pool.
- connectionRepurposeThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionRepurposeThreshold() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the connection repurpose threshold for the pool.
- connectionRepurposeThreshold(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection repurpose threshold for the pool.
- connectionSelectorProviders() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Providers of connection selectors discovered for this listener.
- connectionSelectorProviders() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- connectionSelectorProviders() - Method in interface io.helidon.webserver.ListenerConfig
-
Providers of connection selectors discovered for this listener.
- connectionSelectorProviders(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Providers of connection selectors discovered for this listener.
- connectionSelectorProvidersDiscoverServices() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.connectionSelectorProviders(). - connectionSelectorProvidersDiscoverServices(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.connectionSelectorProviders(). - connectionSelectors() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Explicitly defined connection selectors to be used with this socket.
- connectionSelectors() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- connectionSelectors() - Method in interface io.helidon.webserver.ListenerConfig
-
Explicitly defined connection selectors to be used with this socket.
- connectionSelectors(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Explicitly defined connection selectors to be used with this socket.
- connectionSocketId() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Connection socket id.
- connectionTestQuery() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the SQL query to be executed to test the validity of connections.
- connectionTestQuery() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- connectionTestQuery() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the SQL query to be executed to test the validity of connections.
- connectionTestQuery(String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the SQL query to be executed to test the validity of connections.
- connectionTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the maximum number of milliseconds that a client will wait for a connection from the pool.
- connectionTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- connectionTimeout() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the maximum number of milliseconds that a client will wait for a connection from the pool.
- connectionTimeout(long) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the maximum number of milliseconds that a client will wait for a connection from the pool.
- connectionValidationTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection validation timeout in seconds.
- connectionValidationTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionValidationTimeout() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the connection validation timeout in seconds.
- connectionValidationTimeout(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the connection validation timeout in seconds.
- connectionWaitDuration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Configures how much time a connection request call may wait before it either successfully returns a connection or throws an exception.
- connectionWaitDuration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- connectionWaitDuration() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Configures how much time a connection request call may wait before it either successfully returns a connection or throws an exception.
- connectionWaitDuration(Duration) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Configures how much time a connection request call may wait before it either successfully returns a connection or throws an exception.
- connector() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Configured messaging connectors.
- connector() - Method in interface io.helidon.messaging.MessagingConfig
-
Configured messaging connectors.
- connector() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Name of the configured connector instance used by this channel connection.
- connector() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
- connector() - Method in interface io.helidon.messaging.spi.MessagingChannelConfig
-
Name of the configured connector instance used by this channel connection.
- connector(String) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Name of the configured connector instance used by this channel connection.
- connector(List) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Configured messaging connectors.
- ConnectorDelivery - Interface in io.helidon.messaging
-
Runtime-owned asynchronous task used by an incoming connector while its owner thread performs transport maintenance.
- ConnectorDeliveryReservation - Interface in io.helidon.messaging
-
Pending message-count capacity reserved by an incoming connector before it acquires transport data.
- connectorDiscoverServices() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Service discovery flag for
MessagingConfig.BuilderBase.connector(). - connectorDiscoverServices(boolean) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Service discovery flag for
MessagingConfig.BuilderBase.connector(). - connectTimeout() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket connect timeout.
- connectTimeout() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- connectTimeout() - Method in interface io.helidon.common.socket.SocketOptions
-
Socket connect timeout.
- connectTimeout() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Connection timeout.
- connectTimeout() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- connectTimeout() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Connection timeout.
- connectTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Connect timeout.
- connectTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- connectTimeout() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
Connect timeout.
- connectTimeout(Duration) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket connect timeout.
- connectTimeout(Duration) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Connection timeout.
- connectTimeout(Duration) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Connect timeout.
- CONSOLE - Enum constant in enum class io.helidon.telemetry.otelconfig.LogExporterType
-
Console
SystemOutLogRecordExporter. - CONSOLE - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricExporterType
-
Console (
LoggingMetricExporter. - CONSOLE - Enum constant in enum class io.helidon.telemetry.otelconfig.SpanExporterType
-
Console (
LoggingSpanExporter. - constant(long) - Static method in interface io.helidon.common.reactive.RetrySchema
-
Creates the retry schema with a constant result.
- constant(String, TypeName, Object, Consumer) - Method in interface io.helidon.service.codegen.FieldHandler
-
Creates (or re-uses) a private constant in the generated class.
- CONSTANT - Enum constant in enum class io.helidon.tracing.SamplerType
-
Sampling of every span.
- constants() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Constants to be defined on the prototype.
- constants() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- constants() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Constants to be defined on the prototype.
- constants(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Constants to be defined on the prototype.
- ConstraintValidator - Interface in io.helidon.validation.spi
-
Validator of a constraint, provided by
ConstraintValidatorProvider. - ConstraintValidatorProvider - Interface in io.helidon.validation.spi
-
A provider used to create validators for elements annotated with some
Validation.Constraintannotation. - ConstraintViolation - Interface in io.helidon.validation
-
Violation of a constraint.
- ConstraintViolation.Location - Enum Class in io.helidon.validation
-
Location of the violation.
- ConstraintViolation.PathElement - Interface in io.helidon.validation
-
A path element of a constraint violation.
- CONSTRUCTING - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Constructing.
- Constructor - Class in io.helidon.codegen.classmodel
-
Constructor model.
- CONSTRUCTOR - Enum constant in enum class io.helidon.common.types.ElementKind
-
Constructor element type kind.
- CONSTRUCTOR - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
Constructor that may have annotated return type or parameters.
- Constructor.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Constructor. - constructors() - Method in class io.helidon.codegen.classmodel.ClassBase
-
All declared constructors.
- consume() - Method in interface io.helidon.http.media.ReadableEntity
-
Consume the entity if not yet consumed.
- consume() - Method in class io.helidon.http.media.ReadableEntityBase
- consumed() - Method in interface io.helidon.common.buffers.BufferData
-
Whether this buffer is fully consumed (all available bytes were read).
- consumed() - Method in interface io.helidon.http.media.ReadableEntity
-
Whether this entity has been consumed already.
- consumed() - Method in class io.helidon.http.media.ReadableEntityBase
- CONSUMER - Enum constant in enum class io.helidon.tracing.Span.Kind
-
Consumer span, in messaging.
- CONSUMER - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Consumer. - ConsumerRegistration - Interface in io.helidon.messaging
-
Generated consumer registration contract.
- consumerRegistrations() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Consumer and processor registrations contributing channel outputs.
- consumerRegistrations() - Method in interface io.helidon.messaging.MessagingConfig
-
Consumer and processor registrations contributing channel outputs.
- consumerRegistrations(List) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Consumer and processor registrations contributing channel outputs.
- consumes() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of consumed media types (from server endpoint point of view).
- consumes() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- consumes() - Method in interface io.helidon.declarative.codegen.model.http.HttpAnnotated
-
List of consumed media types (from server endpoint point of view).
- consumes(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of consumed media types (from server endpoint point of view).
- consumes(Set, HttpAnnotated.BuilderBase) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Find consumes in the annotations and set it on the builder.
- contact() - Method in class io.helidon.openapi.OpenApiDocument.Info
-
Contact.
- contact(OpenApiDocument.Contact) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set contact.
- contact(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set contact.
- contactFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Contact fields.
- contactFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- contactFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Contact fields.
- contactFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Contact fields.
- containerId() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Identifier of the container in which the service instance is running.
- containerId() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- containerId() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Identifier of the container in which the service instance is running.
- containerId(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Identifier of the container in which the service instance is running.
- containerImageName() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Name of the container image on which the container was built.
- containerImageName() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- containerImageName() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Name of the container image on which the container was built.
- containerImageName(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Name of the container image on which the container was built.
- containerImageRepoDigests() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Repository digests of the container image as reported by the container runtime.
- containerImageRepoDigests() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- containerImageRepoDigests() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Repository digests of the container image as reported by the container runtime.
- containerImageRepoDigests(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Repository digests of the container image as reported by the container runtime.
- containerImageTags() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Tags of the container image on which the container was built.
- containerImageTags() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- containerImageTags() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Tags of the container image on which the container was built.
- containerImageTags(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Tags of the container image on which the container was built.
- contains(Header) - Method in interface io.helidon.http.Headers
-
Whether these headers contain a header with the provided name and value.
- contains(HeaderName) - Method in interface io.helidon.http.Headers
-
Whether these headers contain a header with the provided name.
- contains(String) - Method in interface io.helidon.common.parameters.Parameters
-
Whether these parameters contain the provided name.
- contains(String) - Method in interface io.helidon.messaging.MessageHeaders
-
Whether an exact header name is present.
- contains(String) - Method in interface io.helidon.messaging.MessageMetadata
-
Whether an exact metadata name is present.
- contains(String) - Method in interface io.helidon.tracing.HeaderProvider
-
Whether a header is present.
- Contains - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Containsoperator. - containsKey(Class) - Method in class io.helidon.security.ClassToInstanceStore
-
Check if this store contains a mapping for a class.
- containsKey(String) - Method in class io.helidon.json.JsonObject
-
Checks if this object contains the specified key.
- containsKey(String) - Method in interface io.helidon.tracing.Baggage
-
Returns whether the specified key is present in the baggage.
- containsToken(Header) - Method in interface io.helidon.http.Headers
-
Whether these headers contain all tokenized values from the provided header.
- content() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Consumer of the content to generate the constant.
- content() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- content() - Method in interface io.helidon.builder.codegen.PrototypeConstant
-
Consumer of the content to generate the constant.
- content() - Method in class io.helidon.codegen.classmodel.Javadoc
-
Content of this javadoc.
- content() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Binary content of the resource (base64 encoded).
- content() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- content() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Binary content of the resource (base64 encoded).
- content() - Element in annotation interface io.helidon.openapi.OpenApi.Header
-
Header content entries.
- content() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter content entries.
- content() - Element in annotation interface io.helidon.openapi.OpenApi.RequestBody
-
Request body content entries.
- content() - Element in annotation interface io.helidon.openapi.OpenApi.Response
-
Response content entries.
- content() - Method in interface io.helidon.webserver.http.ServerRequest
-
Server request entity.
- content(Object) - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
-
Configure content to be serialized using
MediaContext. - content(String) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Set new content.
- content(String) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Binary content of the resource (base64 encoded).
- content(String, OpenApiDocument.MediaTypeObject) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Add content entry.
- content(String, OpenApiDocument.MediaTypeObject) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Add content entry.
- content(String, OpenApiDocument.MediaTypeObject) - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
-
Add content entry.
- content(String, OpenApiDocument.MediaTypeObject) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Add content entry.
- content(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Add content entry.
- content(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Add content entry.
- content(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
-
Add content entry.
- content(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Add content entry.
- content(Consumer) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Consumer of the content to generate the constant.
- content(Supplier) - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
-
Configure content to be serialized using
MediaContext. - content(List) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Set new content.
- content(List) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- content(List) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- content(List) - Method in class io.helidon.codegen.classmodel.Field.Builder
- content(List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Set new content.
- content(List) - Method in class io.helidon.codegen.classmodel.Method.Builder
- CONTENT - Enum constant in enum class io.helidon.common.configurable.Resource.Source
-
Resource was created with string content.
- CONTENT_DISPOSITION - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Disposition" header name.
- CONTENT_DISPOSITION_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Disposition" header name.
- CONTENT_ENCODING - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Encoding" header name.
- CONTENT_ENCODING_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Encoding" header name.
- CONTENT_LANGUAGE - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Language" header name.
- CONTENT_LANGUAGE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Language" header name.
- CONTENT_LENGTH - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Length" header name.
- CONTENT_LENGTH_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Length" header name.
- CONTENT_LENGTH_ZERO - Static variable in class io.helidon.http.HeaderValues
-
Content length with 0 value.
- CONTENT_LOCATION - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Location" header name.
- CONTENT_LOCATION_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Location" header name.
- CONTENT_RANGE - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Range" header name.
- CONTENT_RANGE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Range" header name.
- CONTENT_TYPE - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Type" header name.
- CONTENT_TYPE_EVENT_STREAM - Static variable in class io.helidon.http.HeaderValues
-
Content type SSE event stream.
- CONTENT_TYPE_JSON - Static variable in class io.helidon.http.HeaderValues
-
Content type application/json with no charset.
- CONTENT_TYPE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Content-Type" header name.
- CONTENT_TYPE_OCTET_STREAM - Static variable in class io.helidon.http.HeaderValues
-
Content type octet stream.
- CONTENT_TYPE_SMILE - Static variable in class io.helidon.http.HeaderValues
-
Content type application/json with no charset.
- CONTENT_TYPE_TEXT_PLAIN - Static variable in class io.helidon.http.HeaderValues
-
Content type text plain with no charset.
- contentBuilder() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Generator for the method content.
- contentBuilder() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase.GeneratedMethodImpl
- contentBuilder() - Method in interface io.helidon.builder.codegen.GeneratedMethod
-
Generator for the method content.
- contentBuilder() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterCodegenContext
-
Builder of the resolver method invocation.
- contentBuilder() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Builder of the current method that should complete the parameter assignment.
- contentBuilder(Consumer) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Generator for the method content.
- ContentBuilder<T> - Interface in io.helidon.codegen.classmodel
-
A component capable of holding content.
- ContentDecoder - Interface in io.helidon.http.encoding
-
Content decoder.
- contentDecodingEnabled() - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
There is at least one content decoder.
- contentDecodingSupported(String) - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
Whether there is a content decoder for the provided id.
- ContentDisposition - Class in io.helidon.http
-
A generic representation of the
Content-Dispositionheader. - ContentDisposition.Builder - Class in io.helidon.http
-
Fluent API builder for
ContentDisposition. - contentEncode(OutputStream) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Encode content using requested/default content encoder.
- contentEncode(OutputStream, boolean) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Encode content using an explicitly configured encoder, or an automatic encoder when allowed.
- contentEncoder(ContentEncoder) - Method in interface io.helidon.webserver.http.RoutingResponse
-
Configure an explicit response content encoder.
- contentEncoder(ContentEncoder) - Method in interface io.helidon.webserver.http.ServerResponse
-
Configure an explicit response content encoder.
- contentEncoder(ContentEncoder) - Method in class io.helidon.webserver.http.ServerResponseBase
- ContentEncoder - Interface in io.helidon.http.encoding
-
Content encoder.
- contentEncoding() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- contentEncoding() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Configure the listener specific
ContentEncodingContext. - contentEncoding() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- contentEncoding() - Method in interface io.helidon.webserver.ListenerConfig
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(ContentEncodingContext) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(ContentEncodingContext) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(ContentEncodingContextConfig) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(ContentEncodingContextConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(Consumer) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(Supplier) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - ContentEncoding - Interface in io.helidon.http.encoding
-
Content encoding service created from
ContentEncodingProvider, or directly implemented. - contentEncodingContext() - Method in interface io.helidon.webserver.ListenerContext
-
Content encoding support, to handle entity encoding (such as gzip, deflate).
- ContentEncodingContext - Interface in io.helidon.http.encoding
-
Content encoding support to obtain encoders and decoders.
- ContentEncodingContextConfig - Interface in io.helidon.http.encoding
-
Interface generated from blueprint
io.helidon.http.encoding.ContentEncodingContextConfigBlueprint. - ContentEncodingContextConfig.Builder - Class in io.helidon.http.encoding
-
Fluent API builder for
ContentEncodingContext. - ContentEncodingContextConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.encoding
-
Fluent API builder base for
ContentEncodingContextConfig. - ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl - Class in io.helidon.http.encoding
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ContentEncodingContextConfigImpl(ContentEncodingContextConfig.BuilderBase) - Constructor for class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
-
Create an instance providing a builder.
- contentEncodingEnabled() - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
There is at least one content encoder.
- contentEncodingIds() - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
Content encoding ids accepted by configured providers and applicable to response bodies, in server preference order.
- ContentEncodingProvider - Interface in io.helidon.http.encoding.spi
-
Content encoding
ServiceLoaderservice provider interface. - contentEncodings() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
- contentEncodings() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
List of content encodings that should be used.
- contentEncodings() - Method in interface io.helidon.http.encoding.ContentEncodingContextConfig
-
List of content encodings that should be used.
- contentEncodings(List) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
List of content encodings that should be used.
- contentEncodingsDiscoverServices() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Service discovery flag for
ContentEncodingContextConfig.BuilderBase.contentEncodings(). - contentEncodingsDiscoverServices(boolean) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Service discovery flag for
ContentEncodingContextConfig.BuilderBase.contentEncodings(). - contentEncodingSupported(String) - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
Whether there is a content encoder for the provided id.
- contentKeyDecryptionKeys() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Used for JWE (Encrypted JWT) content encryption key decryption.
- contentKeyDecryptionKeys() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- contentLength() - Method in interface io.helidon.http.Headers
-
Content length if defined.
- contentLength() - Method in class io.helidon.http.media.ByteArrayInstanceWriter
- contentLength() - Method in interface io.helidon.http.media.InstanceWriter
-
If we can determine the number of bytes to be written to the stream, provide the information here.
- contentLength(long) - Method in interface io.helidon.http.WritableHeaders
-
Content length of the entity in bytes.
- contentLength(long) - Method in interface io.helidon.webserver.http.ServerResponse
-
Configure a content length header for this response.
- contentName() - Method in class io.helidon.http.ContentDisposition
-
Get the value of the
nameparameter. - contentPlain() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Plain content of the resource (text).
- contentPlain() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- contentPlain() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Plain content of the resource (text).
- contentPlain(String) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Plain content of the resource (text).
- contentType() - Method in interface io.helidon.http.Headers
-
Content type (if defined).
- contentType() - Method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in interface io.helidon.http.media.json.JsonSupportConfig
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase.MediaSupportConfigImpl
- contentType() - Method in interface io.helidon.http.media.MediaSupportConfig
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType() - Method in interface io.helidon.http.media.multipart.ReadablePart
-
Content type of this multipart part.
- contentType() - Method in interface io.helidon.http.media.multipart.WriteablePart
-
Content type of this part.
- contentType() - Method in class io.helidon.security.jwt.Jwt
-
Content type claim.
- contentType() - Method in class io.helidon.security.jwt.JwtHeaders
-
Content type claim.
- contentType() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
ContentType option.
- contentType() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- contentType() - Method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
ContentType option.
- contentType(MediaType) - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
-
Content type of this part.
- contentType(MediaType) - Method in interface io.helidon.http.WritableHeaders
-
Sets the MIME type of the response body.
- contentType(MediaType) - Method in interface io.helidon.webclient.api.ClientRequest
-
Sets the content type of the request.
- contentType(HttpMediaType) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType(HttpMediaType) - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
-
Content type of this part, with possible parameters.
- contentType(HttpMediaType) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
ContentType option.
- contentType(String) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Set content type.
- contentType(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
This header claim should only be used when nesting or encrypting JWT.
- contentType(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
This header claim should only be used when nesting or encrypting JWT.
- contentType(Consumer) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType(Consumer) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
ContentType option.
- contentType(Supplier) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Content type to use if not configured (in response headers for server, and in request headers for client).
- contentType(Supplier) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
ContentType option.
- contentTypeCharset(Headers) - Static method in class io.helidon.http.media.EntityReaderBase
-
Get Content-Type from the provided headers (if available), then get its charset (if available), and return it, otherwise return
UTF-8. - contentTypes() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- contentTypes() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Maps a filename extension to the response content type.
- contentTypes() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Maps a filename extension to the response content type.
- contentTypes() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Maps a filename extension to the response content type.
- contentTypes() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- contentTypes() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Maps a filename extension to the response content type.
- contentTypes(Map) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Maps a filename extension to the response content type.
- contentTypes(Map) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Maps a filename extension to the response content type.
- context() - Static method in class io.helidon.common.context.Contexts
-
Get context registry associated with current thread.
- context() - Method in interface io.helidon.config.Config
-
Returns the
Contextinstance associated with the currentConfignode that allows the application to access the last loaded instance of the node or to request that the entire configuration be reloaded. - context() - Method in class io.helidon.dbclient.DbClientBase
-
Get the
DbClientContext. - context() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Context with parameters passed from the caller, such as
SpanContextfor tracing. - context() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- context() - Method in class io.helidon.dbclient.DbExecuteBase
-
Return database client context.
- context() - Method in class io.helidon.dbclient.DbStatementBase
-
Get the execution context.
- context() - Method in interface io.helidon.tracing.Span
-
Span context can be used to configure a span parent, as is used when a span reference is needed, without the possibility to end such a span.
- context() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Registry that can be used to propagate information from server (e.g.
- context() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Obtain the
MapofContext.Keys and values to add to the call context when this method is invoked. - context() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Return context map.
- context() - Method in interface io.helidon.webserver.http.ServerRequest
-
Context of this web server request, to set and get information.
- context() - Method in interface io.helidon.webserver.ListenerContext
-
Server context configured as the top level parents of all request context.
- context() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- context() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Context that will serve this handler's static resources, defaults to
/. - context() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Context that will serve this handler's static resources, defaults to
/. - context() - Method in interface io.helidon.webserver.WebServer
-
Context associated with the
WebServer, used as a parent for listener contexts. - context(Context) - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Set a new context to be used by other interceptors and when executing the statement.
- context(Context) - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- context(Class) - Method in class io.helidon.dbclient.DbExecuteBase
-
Return database client context cast to it's extending class.
- context(Class) - Method in class io.helidon.dbclient.DbStatementBase
-
Returns execution context cast to it's extending class.
- context(String) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Context that will serve this handler's static resources, defaults to
/. - Context - Interface in io.helidon.common.context
-
A registry for context objects.
- CONTEXT - Static variable in class io.helidon.grpc.core.InterceptorWeights
-
Context weight.
- CONTEXT_ADD_HEADERS - Static variable in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Security can accept additional headers to be added to security request.
- CONTEXT_ADD_HEADERS - Static variable in class io.helidon.webserver.security.SecurityHttpFeature
-
Security can accept additional headers to be added to security request.
- CONTEXT_RESPONSE_HEADERS - Static variable in class io.helidon.webserver.security.SecurityHttpFeature
-
Security can accept additional headers to be added to security request.
- CONTEXT_SETTING_HANDLER - Static variable in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.DeferrableRequestContext
-
A
Handlerwhich registers a KPI deferrable request context in the request's context. - Context.Builder - Class in io.helidon.common.context
-
Fluent API builder for
Context. - ContextAwareExecutorService - Interface in io.helidon.common.context
-
An interface for wrapped executor services.
- contextBuilder(String) - Method in interface io.helidon.security.Security
-
Create a new security context builder to build and instance.
- ContextFeature - Class in io.helidon.webserver.context
-
Adds
Contextsupport to Helidon WebServer. - ContextFeatureConfig - Interface in io.helidon.webserver.context
-
Configuration of context feature.
- ContextFeatureConfig.Builder - Class in io.helidon.webserver.context
-
Fluent API builder for
ContextFeature. - ContextFeatureConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.context
-
Fluent API builder base for
ContextFeatureConfig. - ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl - Class in io.helidon.webserver.context
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ContextFeatureConfigImpl(ContextFeatureConfig.BuilderBase) - Constructor for class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
-
Create an instance providing a builder.
- ContextFeatureProvider - Class in io.helidon.webserver.context
-
ServiceLoaderprovider implementation for context feature forWebServer. - ContextFeatureProvider() - Constructor for class io.helidon.webserver.context.ContextFeatureProvider
-
Required public constructor for
ServiceLoader. - contextField() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Name of the field/variable of the context to be sent to default value provider.
- contextField() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
- contextField() - Method in interface io.helidon.service.codegen.DefaultsParams
-
Name of the field/variable of the context to be sent to default value provider.
- contextField(String) - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Name of the field/variable of the context to be sent to default value provider.
- ContextKeys - Class in io.helidon.grpc.core
-
A collection of common gRPC
Context.KeyandMetadata.Keyinstances. - ContextPropagationType - Enum Class in io.helidon.telemetry.otelconfig
-
Known OpenTelemetry trace context propagation formats.
- ContextPropagationType - Enum Class in io.helidon.tracing.providers.opentelemetry
-
Known OpenTelemetry trace context propagation formats.
- ContextRecordConfig - Interface in io.helidon.common.context.http
-
Configuration 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.
- ContextRecordConfig.Builder - Class in io.helidon.common.context.http
-
Fluent API builder for
ContextRecordConfig. - ContextRecordConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.context.http
-
Fluent API builder base for
ContextRecordConfig. - ContextRecordConfig.BuilderBase.ContextRecordConfigImpl - Class in io.helidon.common.context.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ContextRecordConfigImpl(ContextRecordConfig.BuilderBase) - Constructor for class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
-
Create an instance providing a builder.
- Contexts - Class in io.helidon.common.context
-
Support for handling
Contextacross thread boundaries. - contextValue(String) - Method in interface io.helidon.graphql.server.ExecutionContext
-
Retrieve a context value.
- contextValue(String, Class) - Method in interface io.helidon.graphql.server.ExecutionContext
-
Retrieve a typed context value.
- CONTINUATION - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Continuation frame.
- CONTINUATION - Enum constant in enum class io.helidon.websocket.WsOpCode
-
Continuation frame.
- CONTINUATION - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Continuation frame types.
- CONTINUE_100 - Static variable in class io.helidon.http.Status
-
100 Continue, see HTTP/1.1 documentations.
- CONTINUE_100_CODE - Static variable in class io.helidon.http.Status
-
100 Continue, see HTTP/1.1 documentations.
- continueImmediately() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
When true WebServer answers to expect continue with 100 continue immediately, not waiting for user to actually request the data.
- continueImmediately() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- continueImmediately() - Method in interface io.helidon.webserver.http1.Http1Config
-
When true WebServer answers to expect continue with 100 continue immediately, not waiting for user to actually request the data.
- continueImmediately(boolean) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
When true WebServer answers to expect continue with 100 continue immediately, not waiting for user to actually request the data.
- continuePayload(String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Continue sending more to text to socket.
- continueSent() - Method in interface io.helidon.webserver.http.ServerRequest
-
Whether we have already sent the
Status.CONTINUE_100when expect continue is present. - contract() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Each dependency ia a specific contract.
- contract() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- contract() - Method in interface io.helidon.service.registry.Dependency
-
Each dependency ia a specific contract.
- contract(TypeName) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Each dependency ia a specific contract.
- contract(Consumer) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Each dependency ia a specific contract.
- contract(Supplier) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Each dependency ia a specific contract.
- contracts() - Method in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
- contracts() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
- contracts() - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- contracts() - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- contracts() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- contracts() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- contracts() - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.http.Headers__ServiceDescriptor
- contracts() - Method in class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- contracts() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
- contracts() - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- contracts() - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
- contracts() - Method in interface io.helidon.service.codegen.DescriptorClassCode
-
Contracts the described service implements/provides.
- contracts() - Method in interface io.helidon.service.metadata.DescriptorMetadata
-
Contracts of the service.
- contracts() - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- contracts() - Method in class io.helidon.service.registry.InstanceName__ServiceDescriptor
- contracts() - Method in class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
- contracts() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed services advertised types (i.e., typically its interfaces, can be through
Service.ExternalContracts). - contracts() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- contracts() - Method in interface io.helidon.service.registry.Lookup
-
The managed services advertised types (i.e., typically its interfaces, can be through
Service.ExternalContracts). - contracts() - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- contracts() - Method in class io.helidon.service.registry.Scopes__ServiceDescriptor
- contracts() - Element in annotation interface io.helidon.service.registry.Service.Descriptor
-
Contracts of this service descriptor.
- contracts() - Method in interface io.helidon.service.registry.ServiceInfo
-
Set of contracts the described service implements or provides through a factory method.
- contracts() - Method in interface io.helidon.service.registry.ServiceInstance
-
Contracts associated with this service instance for the lookup that produced it.
- contracts() - Method in class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
- contracts() - Method in class io.helidon.service.registry.VirtualDescriptor
- contracts() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
- contracts() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
- contracts() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
- contracts() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- contracts() - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.LoomServer__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- contracts() - Method in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
- contracts(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed services advertised types (i.e., typically its interfaces, can be through
Service.ExternalContracts). - contractType() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Generic type equivalent to
Dependency.contract(). - contractType() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- contractType() - Method in interface io.helidon.service.registry.Dependency
-
Generic type equivalent to
Dependency.contract(). - contractType() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
A single
GenericTypecan be defined if the lookup should also honorService.QualifiedFactoryservices that can handle any type. - contractType() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- contractType() - Method in interface io.helidon.service.registry.Lookup
-
A single
GenericTypecan be defined if the lookup should also honorService.QualifiedFactoryservices that can handle any type. - contractType(GenericType) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Generic type equivalent to
Dependency.contract(). - contractType(GenericType) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
A single
GenericTypecan be defined if the lookup should also honorService.QualifiedFactoryservices that can handle any type. - control(WsOpCode, BufferData) - Static method in class io.helidon.websocket.ClientWsFrame
-
Create a new control frame.
- control(WsOpCode, BufferData) - Static method in class io.helidon.websocket.ServerWsFrame
-
Create a new control frame.
- convert(Class, String) - Method in interface io.helidon.config.Config
-
Convert a String to a specific type.
- convert(Class, String) - Method in class io.helidon.config.MergedConfig
- Converting Configuration to Java Types - Section in package io.helidon.config
- Converting Configuration Values to Types - Section in interface io.helidon.config.Config
- cookie(String, Object) - Static method in class io.helidon.http.HttpSupport
-
Create a single cookie pair for the
Cookieheader. - COOKIE - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Cookie style parameters in OpenAPI 3.2.
- COOKIE - Enum constant in enum class io.helidon.security.providers.oidc.common.RedirectAttemptCounterStrategy
-
Count redirect attempts using a small cookie.
- COOKIE - Static variable in class io.helidon.http.HeaderNames
-
The "Cookie" header name.
- COOKIE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Cookie" header name.
- cookieCompressionEnabled(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to GZIP-compress the access token cookie when this reduces its size.
- cookieCompressionEnabledIdToken(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to GZIP-compress the ID token cookie when this reduces its size.
- cookieDomain(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Domain the cookie is valid for.
- cookieEncryptionEnabled(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to encrypt token cookie created by this microservice.
- cookieEncryptionEnabledIdToken(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to encrypt id token cookie created by this microservice.
- cookieEncryptionEnabledRefreshToken(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to encrypt refresh token cookie created by this microservice.
- cookieEncryptionEnabledState(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to encrypt state cookie created by this microservice.
- cookieEncryptionEnabledTenantName(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to encrypt tenant name cookie created by this microservice.
- cookieEncryptionName(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Name of the encryption configuration available through
Security.encrypt(String, byte[])andSecurity.decrypt(String, String). - cookieEncryptionPassword(char[]) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Master password for encryption/decryption of cookies.
- cookieHeader(List) - Static method in class io.helidon.http.HttpSupport
-
Create a single
Cookieheader from cookie pairs. - cookieHttpOnly(Boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
When using cookie, if set to true, the HttpOnly attribute will be configured.
- cookieManager() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient cookie manager.
- cookieManager() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- cookieManager() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
WebClient cookie manager.
- cookieManager() - Method in interface io.helidon.webclient.api.WebClient
-
Cookie manager to use by this client.
- cookieManager() - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- cookieManager(WebClientCookieManager) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient cookie manager.
- cookieManager(WebClientCookieManagerConfig) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient cookie manager.
- cookieManager(Consumer) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient cookie manager.
- cookieMaxAgeSeconds(long) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
When using cookie, used to set MaxAge attribute of the cookie, defining how long the cookie is valid.
- cookieName() - Method in class io.helidon.security.providers.oidc.common.OidcCookieHandler
-
Cookie name.
- cookieName(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Name of the cookie to use.
- cookieNameIdToken(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Name of the cookie to use for id token.
- cookieNameRefreshToken(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
The name of the cookie to use for the refresh token.
- cookieNameState(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
The name of the cookie to use for the state storage.
- cookiePath(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Path the cookie is valid for.
- cookiePolicy() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Current cookie policy for this client.
- cookiePolicy() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- cookiePolicy() - Method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Current cookie policy for this client.
- cookiePolicy(CookiePolicy) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Current cookie policy for this client.
- cookies() - Method in interface io.helidon.http.ServerRequestHeaders
-
Returns cookies (parsed from '
Cookie:' header) based on RFC6265. - cookieSameSite(SetCookie.SameSite) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
When using cookie, used to set the SameSite cookie value.
- cookieSameSite(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
When using cookie, used to set the SameSite cookie value.
- cookieSecure(Boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
When using cookie, if set to true, the Secure attribute will be configured.
- cookieStore() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
The cookie store where cookies are kept.
- cookieStore() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- cookieStore() - Method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
The cookie store where cookies are kept.
- cookieStore(CookieStore) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
The cookie store where cookies are kept.
- cookieTenantName(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
The name of the cookie to use for the tenant name.
- copy() - Method in interface io.helidon.common.buffers.BufferData
-
Copy the underlying data into a new buffer that does not retain any reference.
- copy() - Method in class io.helidon.common.concurrency.limits.AimdLimit
- copy() - Method in class io.helidon.common.concurrency.limits.FixedLimit
- copy() - Method in interface io.helidon.common.concurrency.limits.Limit
-
Create a copy of this limit with the same configuration.
- copy() - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- copy() - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Create a copy of this builder that has the same routes, but is not backed by the same lists/maps.
- copy(Object) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Deep-copy key-to-value or list values.
- copy(Runnable) - Method in interface io.helidon.http.media.ReadableEntity
-
Copy this entity and add a new runnable to be executed after this entity is consumed.
- copy(Runnable) - Method in class io.helidon.webclient.api.ClientResponseEntity
- copy(Runnable) - Method in class io.helidon.webserver.http.ServerRequestEntity
- copy(Runnable) - Method in class io.helidon.webserver.http2.Http2ServerRequestEntity
- copyAllowed(Map, Set) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Copy allowed key-to-value fields.
- copyField(Map, String, Map) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Copy a source field to a target.
- copyFieldValue(String, Map) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Copy a source field value.
- copyMe() - Method in class io.helidon.grpc.core.WeightedBag
-
Obtain a copy of this
WeightedBag. - copyright(TypeName, TypeName, TypeName) - Static method in class io.helidon.codegen.CodegenUtil
-
Provides copyright header to be added before package declaration.
- copyright(TypeName, TypeName, TypeName) - Method in class io.helidon.codegen.helidon.copyright.HelidonCopyrightProvider
- copyright(TypeName, TypeName, TypeName) - Method in interface io.helidon.codegen.spi.CopyrightProvider
-
Create a copyright header, including comment begin/end, or line comments.
- copyright(String) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Copyright header to be used.
- CopyrightProvider - Interface in io.helidon.codegen.spi
-
Extension point to customize copyright headers for generated types.
- corePoolSize() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Core pool size of the thread pool executor.
- corePoolSize() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- corePoolSize() - Method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Core pool size of the thread pool executor.
- corePoolSize() - Method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Returns size of core pool.
- corePoolSize() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Core pool size of the thread pool executor.
- corePoolSize() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- corePoolSize() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Core pool size of the thread pool executor.
- corePoolSize() - Method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Returns size of core pool.
- corePoolSize(int) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Core pool size of the thread pool executor.
- corePoolSize(int) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Core pool size of the thread pool executor.
- Cors - Class in io.helidon.webserver.cors
-
Container class for CORS related annotations and types.
- Cors.AllowCredentials - Annotation Interface in io.helidon.webserver.cors
-
Whether to allow credentials.
- Cors.AllowHeaders - Annotation Interface in io.helidon.webserver.cors
-
Allowed headers.
- Cors.AllowMethods - Annotation Interface in io.helidon.webserver.cors
-
Allowed methods.
- Cors.AllowOrigins - Annotation Interface in io.helidon.webserver.cors
-
Allowed origins.
- Cors.Defaults - Annotation Interface in io.helidon.webserver.cors
-
Enable support for CORS for an endpoint method (such as an OPTIONS handler) and allow default CORS behavior (any origin, any header, any method, no expose headers), do not allow credentials, and max age is set to 1 hour.
- Cors.ExposeHeaders - Annotation Interface in io.helidon.webserver.cors
-
Expose headers.
- Cors.MaxAgeSeconds - Annotation Interface in io.helidon.webserver.cors
-
Max age.
- CorsConfig - Interface in io.helidon.webserver.cors
-
Configuration of CORS feature.
- CorsConfig.Builder - Class in io.helidon.webserver.cors
-
Fluent API builder for
CorsFeature. - CorsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.cors
-
Fluent API builder base for
CorsConfig. - CorsConfig.BuilderBase.CorsConfigImpl - Class in io.helidon.webserver.cors
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CorsConfigImpl(CorsConfig.BuilderBase) - Constructor for class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
-
Create an instance providing a builder.
- CorsExtensionProvider - Class in io.helidon.declarative.codegen.cors
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative CORS. - CorsExtensionProvider() - Constructor for class io.helidon.declarative.codegen.cors.CorsExtensionProvider
-
Required public constructor for
ServiceLoader. - CorsFeature - Class in io.helidon.webserver.cors
-
Adds CORS support to Helidon WebServer.
- CorsFeature__ServiceDescriptor<T> - Class in io.helidon.webserver.cors
-
Service descriptor for
CorsFeature. - CorsFeature__ServiceDescriptor() - Constructor for class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
-
Constructor with no side effects
- CorsPathConfig - Interface in io.helidon.webserver.cors
-
Configuration of CORS for a specific path.
- CorsPathConfig.Builder - Class in io.helidon.webserver.cors
-
Fluent API builder for
CorsPathConfig. - CorsPathConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.cors
-
Fluent API builder base for
CorsPathConfig. - CorsPathConfig.BuilderBase.CorsPathConfigImpl - Class in io.helidon.webserver.cors
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CorsPathConfigImpl(CorsPathConfig.BuilderBase) - Constructor for class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
-
Create an instance providing a builder.
- count() - Method in interface io.helidon.data.codegen.query.CriteriaParameters
-
Parameters count.
- count() - Method in interface io.helidon.data.Data.BasicRepository
-
Return the number of all entities of the
Etype. - count() - Method in interface io.helidon.metrics.api.Bucket
-
Returns the number of observations in the bucket.
- count() - Method in interface io.helidon.metrics.api.Counter
-
Returns the cumulative count since this counter was registered.
- count() - Method in interface io.helidon.metrics.api.DistributionSummary
-
Returns the current count of observations in the distribution summary.
- count() - Method in interface io.helidon.metrics.api.FunctionalCounter
-
Returns the counter value.
- count() - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns the count of observations in the snapshot.
- count() - Method in interface io.helidon.metrics.api.Timer
-
Returns the current count of completed events measured by the timer.
- Count - Enum constant in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Countoperator. - Count - Enum constant in enum class io.helidon.data.codegen.query.ProjectionResult
-
Only numeric values.
- counter() - Static method in class io.helidon.dbclient.metrics.DbClientMetrics
-
Create a counter builder, to be registered with
DbClient.Builder.addService(java.util.function.Supplier). - counter() - Static method in class io.helidon.webclient.metrics.WebClientMetrics
-
Creates new counter client metric.
- counter(String, Iterable) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Locates a previously-registered counter.
- Counter - Interface in io.helidon.metrics.api
-
Records a monotonically increasing value that is updated by invoking methods on the
Counterinstance. - COUNTER - Enum constant in enum class io.helidon.metrics.api.Meter.Type
-
Counter (monotonically increasing value).
- Counter.Builder - Interface in io.helidon.metrics.api
-
Builder for a new counter.
- counterBuilder(String) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a builder for a
Counter. - CR_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
\r(carriage return) byte. - Crc32c(int) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Crc32c
-
Creates an instance of a
Crc32crecord class. - create() - Static method in interface io.helidon.builder.codegen.PrototypeConfigured
-
Create a new instance with default values.
- create() - Static method in class io.helidon.common.concurrency.limits.AimdLimit
-
Create a new instance with all defaults.
- create() - Static method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.common.concurrency.limits.FixedLimit
-
Create a new instance with all defaults (no limit).
- create() - Static method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Create a new instance with all defaults (no limit).
- create() - Static method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.configurable.AllowListConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Create a new thread pool supplier with default configuration.
- create() - Static method in class io.helidon.common.configurable.ServerThreadPoolSupplier
-
Create a new thread pool supplier with default configuration.
- create() - Static method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.context.Context
-
Creates a new empty instance.
- create() - Static method in interface io.helidon.common.features.metadata.Aot
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.features.metadata.Deprecation
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.LruCache
-
Create an instance with default capacity.
- create() - Static method in interface io.helidon.common.mapper.Mappers
-
Create mappers using defaults.
- create() - Static method in interface io.helidon.common.mapper.MappersConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.pki.Keys
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.pki.PemKeys
-
Create a new instance with default values.
- create() - Static method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Create new
BufferedEmittingPublisher. - create() - Static method in class io.helidon.common.reactive.EmittingPublisher
-
Create new
EmittingPublisher. - create() - Static method in class io.helidon.common.reactive.SingleSubscriberHolder
-
Create a new instance.
- create() - Static method in interface io.helidon.common.socket.SocketOptions
-
Create a new instance with default values.
- create() - Static method in class io.helidon.common.testing.virtualthreads.PinningRecorder
-
Create new pinning JFR event recorder.
- create() - Static method in interface io.helidon.common.tls.RevocationConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.tls.TlsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.tls.TlsMaterial
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.uri.UriInfo
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.uri.UriQueryWriteable
-
Create a new HTTP Query to write parameter into.
- create() - Static method in interface io.helidon.config.Config
-
Returns a new default
Configloaded using one of the configuration files available on the classpath and/or using the runtime environment. - create() - Static method in class io.helidon.config.FileSystemWatcher
-
Create a new file watcher with default configuration.
- create() - Static method in class io.helidon.config.hocon.HoconConfigParser
-
Create a new instance of HOCON config parser using default configuration.
- create() - Static method in class io.helidon.config.ObjectNodeBuilderImpl
-
Create a new builder instance.
- create() - Static method in class io.helidon.config.yaml.YamlConfigParser
-
Create a new YAML Config Parser.
- create() - Static method in interface io.helidon.data.codegen.common.MethodParams
-
Create a new instance with default values.
- create() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGeneratorProvider
-
Creates an instance of persistence provider generator.
- create() - Method in interface io.helidon.data.codegen.common.spi.RepositoryGeneratorProvider
-
Creates an instance of data repository generator.
- create() - Method in class io.helidon.data.codegen.DataGeneratorProvider
- create() - Static method in interface io.helidon.data.codegen.parser.MethodNameParser
-
Create
MethodNameParserfrom available {MethodNameParserProvider}s. - create() - Static method in class io.helidon.data.codegen.parser.QueryParametersParser
-
Create an instance of Jakarta Data method name parser.
- create() - Method in interface io.helidon.data.codegen.parser.spi.MethodNameParserProvider
-
Create an instance of
MethodNameParserinterface. - create() - Static method in interface io.helidon.data.codegen.query.Order
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.codegen.query.Property
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Create a new instance with default values.
- create() - Method in class io.helidon.data.jdbc.codegen.JdbcRepositoryGeneratorProvider
-
Creates a new stateless JDBC repository generator for one code-generation environment.
- create() - Static method in interface io.helidon.data.PageRequest
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.Sort
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.sql.common.ConnectionConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.dbclient.DbMapperManager
-
Create a new mapper manager from Java Service loader only.
- create() - Static method in class io.helidon.dbclient.jdbc.JdbcClientBuilder
-
Create a new instance.
- create() - Static method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.dbclient.json.JsonMapper
- create() - Static method in class io.helidon.dbclient.jsonp.JsonProcessingMapper
- create() - Static method in class io.helidon.dbclient.mongodb.MongoDbClientBuilder
-
Create a new instance.
- create() - Static method in class io.helidon.dbclient.tracing.DbClientTracing
-
Create a new interceptor to trace requests.
- create() - Static method in interface io.helidon.declarative.codegen.model.http.ServerEndpoint
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.faulttolerance.Async
-
Async with default executor service.
- create() - Static method in interface io.helidon.faulttolerance.AsyncConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.faulttolerance.BulkheadConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.faulttolerance.RetryConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.faulttolerance.TimeoutConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.grpc.core.MarshallerSupplier
-
Creates a default marshaller supplier.
- create() - Static method in class io.helidon.grpc.core.WeightedBag
-
Create a new
WeightedBagwhere elements added with no weight will be given a default weight of 0. - create() - Static method in class io.helidon.health.checks.DeadlockHealthCheck
-
Create a new deadlock health check to use.
- create() - Static method in class io.helidon.health.checks.DiskSpaceHealthCheck
-
Create a new disk space health check to use, using defaults for all configurable values.
- create() - Static method in class io.helidon.health.checks.HeapMemoryHealthCheck
-
Create a new heap memory health check with default configuration.
- create() - Static method in interface io.helidon.http.ClientResponseTrailers
-
Create new empty trailers.
- create() - Static method in interface io.helidon.http.encoding.ContentEncodingContext
-
Create a new encoding support.
- create() - Static method in interface io.helidon.http.encoding.ContentEncodingContextConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.encoding.deflate.DeflateEncoding
-
Create a new deflate encoding.
- create() - Static method in class io.helidon.http.encoding.gzip.GzipEncoding
-
Create a new gzip encoding.
- create() - Static method in class io.helidon.http.http2.Http2Flag.NoFlags
-
Create no flags.
- create() - Static method in class io.helidon.http.http2.Http2HuffmanDecoder
-
Creates a new HPACK Huffman decoder.
- create() - Static method in class io.helidon.http.http2.Http2HuffmanEncoder
-
Creates a new HPACK Huffman encoder.
- create() - Static method in class io.helidon.http.http2.Http2Ping
-
Create ping.
- create() - Static method in class io.helidon.http.http2.Http2Settings
-
Create empty settings frame.
- create() - Static method in interface io.helidon.http.HttpConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.http.HttpLogConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.media.FormParamsSupport
-
Create a new media support for application form processing.
- create() - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new
JacksonSupport. - create() - Static method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.media.json.binding.JsonBindingSupport
-
Create a new Helidon JSON Binding media support with default configuration.
- create() - Static method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.media.json.JsonSupport
-
Create a new instance of JSON Support with default configuration.
- create() - Static method in interface io.helidon.http.media.json.JsonSupportConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.media.json.smile.SmileSupport
-
Create a new Smile media support with default configuration.
- create() - Static method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new
JsonbSupport. - create() - Static method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Creates a new
JsonpSupport. - create() - Static method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.http.media.MediaContext
-
Create a new media context from
ServiceLoader. - create() - Static method in interface io.helidon.http.media.MediaContextConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.http.media.PathSupport
-
Create a new media support for writing
Path. - create() - Static method in class io.helidon.http.media.StringSupport
-
Create a new media support for
Stringprocessing. - create() - Static method in interface io.helidon.http.ServerRequestHeaders
-
Create new empty server request headers.
- create() - Static method in interface io.helidon.http.ServerResponseHeaders
-
Create a new instance of mutable server response headers.
- create() - Static method in interface io.helidon.http.ServerResponseTrailers
-
Create a new instance of mutable server response trailers.
- create() - Static method in interface io.helidon.http.WritableHeaders
-
Create a new instance of writable headers.
- create() - Static method in interface io.helidon.json.binding.JsonBinding
-
Create a default JsonBinding instance.
- create() - Static method in interface io.helidon.json.binding.JsonBindingConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.schema.SchemaArray
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.schema.SchemaBoolean
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.schema.SchemaInteger
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.schema.SchemaNull
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.schema.SchemaNumber
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.schema.SchemaObject
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.schema.SchemaString
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.json.smile.SmileConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.messaging.DeadLetterConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.messaging.FailurePolicy
-
Create a new instance with default values.
- create() - Static method in class io.helidon.messaging.MessageHeaderValue.NullValue
-
Create an explicit null value.
- create() - Static method in interface io.helidon.messaging.MessagingConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.messaging.MessagingExecutionConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.messaging.MessagingFailureConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.messaging.spi.MessagingIncomingConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.messaging.spi.MessagingOutgoingConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create an empty JArray.
- create() - Static method in interface io.helidon.metadata.hson.Hson.Struct
-
Create an empty struct.
- create() - Static method in interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.metrics.api.MeterRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.either use
ServiceRegistry.get(Class)to get the global meter registry, or get theMetricsFactory.createMeterRegistry(MetricsConfig)to get a custom instance - create() - Static method in interface io.helidon.metrics.api.MetricsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated.Create a new instance with default values.
- create() - Static method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
-
Creates a default OTLP publisher.
- create() - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
-
Returns a default Prometheus publisher.
- create() - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.openapi.OpenApiFeature
-
Create a new instance with default configuration.
- create() - Static method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.openapi.v30.OpenApi30Version
-
Create a new OpenAPI 3.0 version implementation with default configuration.
- create() - Static method in interface io.helidon.openapi.v30.OpenApi30VersionConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.openapi.v31.OpenApi31Version
-
Create a new OpenAPI 3.1 version implementation with default configuration.
- create() - Static method in interface io.helidon.openapi.v31.OpenApi31VersionConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.openapi.v32.OpenApi32Version
-
Create a new OpenAPI 3.2 version implementation with default configuration.
- create() - Static method in interface io.helidon.openapi.v32.OpenApi32VersionConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.scheduling.TaskConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.security.abac.role.RoleValidator
-
Create a new instance of role validator.
- create() - Static method in class io.helidon.security.abac.scope.ScopeValidator
-
Create an instance of scope validator with default configuration.
- create() - Static method in class io.helidon.security.abac.time.TimeValidator
-
Return a new instance of this validator with default configuration.
- create() - Static method in class io.helidon.security.EndpointConfig
-
Create an instance of endpoint config with default values (e.g.
- create() - Static method in class io.helidon.security.providers.abac.AbacProvider
-
Creates a new provider instance with default configuration.
- create() - Static method in interface io.helidon.security.providers.common.EvictableCache
-
Create a new cache with default values using the default implementation.
- create() - Static method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig
-
Create a default header outbound configuration.
- create() - Static method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
Create a default basic outbound configuration.
- create() - Static method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
-
Create a config with no signed headers (e.g.
- create() - Static method in interface io.helidon.security.providers.oidc.common.ClientCredentialsConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.security.SecurityEnvironment
-
Create a new instance of security environment with all default values.
- create() - Static method in class io.helidon.security.SecurityTime
-
Creates a new security time based on default time zone and current time.
- create() - Static method in interface io.helidon.security.spi.AuditProvider.AuditSource
-
Build an audit source.
- create() - Static method in class io.helidon.security.util.AbacSupport.BasicAttributes
-
Create empty basic attributes.
- create() - Static method in interface io.helidon.service.codegen.DefaultsParams
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
-
Create a new result for cases where the service does not implement the factory interface.
- create() - Static method in class io.helidon.service.codegen.ServiceSuperType
-
Create a super type that represents "no supertype" (i.e.
- create() - Static method in interface io.helidon.service.registry.Qualifier
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.service.registry.ServiceDiscovery
-
Create a new instance that discovers service descriptors from classpath.
- create() - Static method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.service.registry.ServiceRegistryManager
-
Create a new service registry manager with default configuration.
- create() - Static method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.LogLimitsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.LogRecordExporterConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.MetricExporterConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.MetricReaderConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.SamplerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.SpanExporterConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter
-
Creates an instance of the converter that captures spans reported by OTel.
- create() - Static method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.validation.ValidatorResponse
-
Create a new valid response.
- create() - Static method in interface io.helidon.webclient.api.ClientAltSvcConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webclient.api.ClientUri
-
Create an empty URI helper.
- create() - Static method in class io.helidon.webclient.api.DefaultDnsResolver
-
Create new instance.
- create() - Static method in interface io.helidon.webclient.api.HttpClientConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webclient.api.Proxy
-
Create from environment and system properties.
- create() - Static method in interface io.helidon.webclient.api.SniConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.api.WebClient
-
Create a new web client with default configuration.
- create() - Static method in interface io.helidon.webclient.api.WebClientConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.context.WebClientContextConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webclient.dns.resolver.roundrobin.RoundRobinDnsResolver
-
Create new instance.
- create() - Static method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a new instance with default configuration.
- create() - Static method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.http1.Http1Client
-
Create a new instance with default configuration.
- create() - Static method in interface io.helidon.webclient.http1.Http1ClientConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.http2.Http2Client
-
Create a new instance with default configuration.
- create() - Static method in interface io.helidon.webclient.http2.Http2ClientConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webclient.http2.Http2ConnectionCache
-
Creates a fresh connection cache.
- create() - Static method in class io.helidon.webclient.http2.LockingStreamIdSequence
-
Create a new locking stream ID sequence.
- create() - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Create a new instance with default configuration.
- create() - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webclient.security.WebClientSecurity
-
Creates new instance of client security service.
- create() - Static method in class io.helidon.webclient.telemetry.metrics.WebClientTelemetryMetrics
-
Creates a new instance of the telemetry metrics service.
- create() - Static method in class io.helidon.webclient.telemetry.tracing.WebClientTelemetryTracing
-
Creates a new service instance to emit tracing spans compliant with OpenTelemetry semantic conventions for clients.
- create() - Static method in class io.helidon.webclient.tracing.WebClientTracing
-
Creates new instance of client tracing service.
- create() - Static method in interface io.helidon.webclient.websocket.WsClient
-
Create a new instance with default configuration.
- create() - Static method in interface io.helidon.webclient.websocket.WsClientConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.accesslog.AccessLogFeature
-
Create Access log support with default configuration.
- create() - Static method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature
-
Create Access log support with default configuration.
- create() - Static method in class io.helidon.webserver.accesslog.HostLogEntry
-
Create a new host log entry.
- create() - Static method in class io.helidon.webserver.accesslog.RequestLineLogEntry
-
Create a new request line entry.
- create() - Static method in class io.helidon.webserver.accesslog.SizeLogEntry
-
Create a new size log entry instance.
- create() - Static method in class io.helidon.webserver.accesslog.StatusLogEntry
-
Create a new status log entry.
- create() - Static method in class io.helidon.webserver.accesslog.TimestampLogEntry
-
Create a new Timestamp log entry.
- create() - Static method in class io.helidon.webserver.accesslog.TimeTakenLogEntry
-
Create a new time taken access log entry measuring in microseconds.
- create() - Static method in class io.helidon.webserver.accesslog.UserIdLogEntry
-
Create a new access log entry for user id.
- create() - Static method in class io.helidon.webserver.accesslog.UserLogEntry
-
Create a new user log entry.
- create() - Static method in class io.helidon.webserver.concurrency.limits.LimitsFeature
-
Create a new limits feature with default setup, but enabled.
- create() - Static method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new context feature with default setup.
- create() - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.cors.CorsConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.cors.CorsFeature
-
Create a new CORS feature with default setup.
- create() - Static method in interface io.helidon.webserver.ErrorHandling
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.grpc.GrpcConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.grpc.GrpcReflectionFeature
-
Create a new gRPC reflection feature with default setup.
- create() - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.grpc.validation.GrpcValidation
-
Create gRPC validation support.
- create() - Static method in interface io.helidon.webserver.grpc.validation.GrpcValidationConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.hsts.HstsFeature
-
Create a new feature with default setup.
- create() - Static method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.http.AltSvcConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.http.DirectHandlers
-
Create a new instance with default handlers.
- create() - Static method in interface io.helidon.webserver.http.HttpRouting
-
Create a default router.
- create() - Static method in interface io.helidon.webserver.http.HttpSecurity
-
Create a default implementation of server security.
- create() - Method in interface io.helidon.webserver.http.spi.ErrorHandlerProvider
-
Create an error handler to handle the exception.
- create() - Static method in interface io.helidon.webserver.http1.Http1Config
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.http2.Http2Config
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.jsonrpc.JsonRpcHandlers
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
-
Provides a
Contextfor use with an immediate (non-deferrable) request. - create() - Static method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.DeferrableRequestContext
-
Provides a
Contextfor use with a deferrable request. - create() - Static method in interface io.helidon.webserver.ListenerConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.observe.config.ConfigObserver
-
Create a new Config observer with default configuration.
- create() - Static method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.observe.info.InfoObserver
-
Create a new Info observer with default configuration.
- create() - Static method in interface io.helidon.webserver.observe.info.InfoObserverConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.observe.log.LogObserver
-
Create a new Log observer with default configuration.
- create() - Static method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Create a new Metrics observer with default configuration.
- create() - Static method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.observe.metrics.PostRequestMetricsSupport
-
Creates a new instance.
- create() - Static method in class io.helidon.webserver.observe.ObserveFeature
-
Create a new support with default configuration and a list of providers discovered by
ServiceLoader. - create() - Static method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.ProxyProtocolConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.SniConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.staticcontent.MemoryCache
-
Create an in-memory cache with zero capacity.
- create() - Static method in interface io.helidon.webserver.staticcontent.MemoryCacheConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorage
-
Create a new instance with defaults.
- create() - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.webserver.StuckThreadDetectionFeature
-
Create a stuck thread detection feature with default configuration.
- create() - Static method in interface io.helidon.webserver.TcpTransportConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.UdsTransportConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.WebServerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.websocket.WsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.websocket.WsProtocolConfig
-
Create a new instance with default values.
- create(boolean) - Static method in class io.helidon.json.JsonBoolean
-
Create a JsonBoolean from a boolean value.
- create(boolean) - Static method in class io.helidon.messaging.MessageHeaderValue.BooleanValue
-
Create a boolean value.
- create(boolean, boolean, Runnable, ByteBuffer...) - Static method in interface io.helidon.http.DataChunk
-
Creates a reusable byteBuffers chunk.
- create(boolean, boolean, ByteBuffer...) - Static method in interface io.helidon.http.DataChunk
-
Creates a reusable data chunk.
- create(boolean, Runnable, ByteBuffer...) - Static method in interface io.helidon.http.DataChunk
-
Creates a reusable byteBuffers chunk.
- create(boolean, ByteBuffer...) - Static method in interface io.helidon.http.DataChunk
-
Creates a reusable data chunk.
- create(byte[]) - Static method in class io.helidon.common.Base64Value
-
Create a base64 value from bytes.
- create(byte[]) - Static method in interface io.helidon.common.buffers.BufferData
-
Fixed size buffer data fully written.
- create(byte[]) - Static method in class io.helidon.common.crypto.HmacDigest
-
Create new instance based on provided HMAC secret.
- create(byte[]) - Static method in interface io.helidon.http.DataChunk
-
Creates a simple byte array backed data chunk.
- create(byte[]) - Static method in class io.helidon.http.media.ByteArrayInstanceWriter
-
Create a new instance writer for bytes already materialized in memory.
- create(byte[]) - Static method in interface io.helidon.json.JsonParser
-
Create a new JSON parser from a byte array.
- create(byte[]) - Static method in class io.helidon.json.JsonString
-
Create a JsonString from an array of UTF-8 encoded bytes.
- create(byte[]) - Static method in class io.helidon.json.smile.SmileParser
-
Create a Smile parser from in-memory Smile-encoded bytes.
- create(byte[]) - Static method in class io.helidon.messaging.MessageHeaderValue.BinaryValue
-
Create an immutable binary snapshot.
- create(byte[], int, int) - Static method in interface io.helidon.common.buffers.BufferData
-
Fixed size buffer data fully written.
- create(byte[], int, int) - Static method in interface io.helidon.json.JsonParser
-
Create a new JSON parser from a byte array.
- create(byte[], int, int) - Static method in class io.helidon.json.JsonString
-
Create a JsonString from a range within a UTF-8 encoded byte buffer.
- create(char[]) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Create a new instance based on the password.
- create(double) - Static method in class io.helidon.grpc.core.WeightedBag
-
Create a new
WeightedBagwhere elements added with no weight will be given a default weight of 0. - create(double) - Static method in class io.helidon.json.JsonNumber
-
Create a JsonNumber from a double value.
- create(double) - Static method in class io.helidon.messaging.MessageHeaderValue.Float64Value
-
Create a 64-bit IEEE 754 floating-point value.
- create(double...) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Numbers from double values.
- create(float) - Static method in class io.helidon.messaging.MessageHeaderValue.Float32Value
-
Create a 32-bit IEEE 754 floating-point value.
- create(float...) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Numbers from float values.
- create(int) - Static method in interface io.helidon.common.buffers.BufferData
-
Fixed size buffer data.
- create(int) - Static method in interface io.helidon.common.LruCache
-
Create an instance with custom capacity.
- create(int) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Socket client that allows sending any content.
- create(int) - Static method in interface io.helidon.data.PageRequest
-
Create new instance of pageable query result request with default size of
10and no order definitions. - create(int) - Static method in class io.helidon.http.http2.Http2Flag.ContinuationFlags
-
Create continuation flags.
- create(int) - Static method in class io.helidon.http.http2.Http2Flag.DataFlags
-
Create data flags.
- create(int) - Static method in class io.helidon.http.http2.Http2Flag.HeaderFlags
-
Create headers flags.
- create(int) - Static method in class io.helidon.http.http2.Http2Flag.NoFlags
-
Create no flags from the numeric value (should be always zero, though not validated by this method).
- create(int) - Static method in class io.helidon.http.http2.Http2Flag.PingFlags
-
Create ping flags.
- create(int) - Static method in class io.helidon.http.http2.Http2Flag.PushPromiseFlags
-
Create push promise flags.
- create(int) - Static method in class io.helidon.http.http2.Http2Flag.SettingsFlags
-
Create settings flags.
- create(int) - Static method in class io.helidon.http.Status
-
Convert a numerical status code into the corresponding Status.
- create(int...) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Numbers from int values.
- create(int, int) - Static method in interface io.helidon.data.PageRequest
-
Create new instance of pageable query result request with no order definitions.
- create(int, Http2FrameTypes, T, int) - Static method in class io.helidon.http.http2.Http2FrameHeader
-
Create a frame header from known values.
- create(int, String) - Static method in class io.helidon.http.Status
-
Convert a numerical status code into the corresponding Status.
- create(int, String) - Static method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Create an instance from a code and a message.
- create(int, String, JsonValue) - Static method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Create an instance from a code, a message and data.
- create(int, Consumer) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Socket client that allows sending any content.
- create(long) - Static method in interface io.helidon.common.Size
-
Create a new size with explicit number of bytes.
- create(long) - Static method in class io.helidon.http.http2.Http2Headers.DynamicTable
-
Create dynamic header table with the defined size.
- create(long) - Static method in class io.helidon.json.JsonNumber
-
Create a JsonNumber from a long value.
- create(long) - Static method in class io.helidon.messaging.MessageHeaderValue.IntegerValue
-
Create an integer value.
- create(long...) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Numbers from long values.
- create(long, Size.Unit) - Static method in interface io.helidon.common.Size
-
Create a new size from amount and unit.
- create(ObjectMapper) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new
JacksonSupport. - create(ObjectMapper, String) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new
JacksonSupport. - create(GraphQLSchema) - Static method in interface io.helidon.graphql.server.InvocationHandler
-
Create a handler for GraphQL schema.
- create(GraphQLSchema) - Static method in class io.helidon.webserver.graphql.GraphQlService
-
Create GraphQL support for a GraphQL schema.
- create(ClassInfo) - Static method in class io.helidon.codegen.scan.ScanTypeFactory
-
Creates a name from a class info from classpath scanning.
- create(HierarchicalTypeSignature) - Static method in class io.helidon.codegen.scan.ScanTypeFactory
-
Creates a type name for a classpath scanning type with possible generic declaration.
- create(Option.Provider.Identity, Option.Provider.ConfigForm, boolean) - Static method in class io.helidon.config.ConfigBuilderSupport.ProviderSettings
-
Create provider discovery settings for generated configured builders.
- create(ClassCode, double, Set, Set) - Static method in interface io.helidon.service.codegen.DescriptorClassCode
-
Create a new instance.
- create(ClassModel.Builder, Constructor.Builder) - Static method in interface io.helidon.service.codegen.FieldHandler
-
Create a new constant handler for a class.
- create(CodegenContext) - Static method in interface io.helidon.service.codegen.RegistryCodegenContext
-
Create a new instance from an existing code generation context.
- create(CodegenContext) - Method in interface io.helidon.service.codegen.spi.InjectAssignmentProvider
-
Create a new provider to customize assignments.
- create(CodegenContext, TypeName) - Method in class io.helidon.builder.codegen.BuilderCodegenProvider
- create(CodegenContext, TypeName) - Static method in class io.helidon.codegen.Codegen
-
Create a new instance of the top level Codegen.
- create(CodegenContext, TypeName) - Method in interface io.helidon.codegen.spi.CodegenExtensionProvider
-
Create a new instance of the extension provider.
- create(CodegenContext, TypeName) - Method in class io.helidon.common.features.codegen.FeatureCodegenProvider
- create(CodegenContext, TypeName) - Method in class io.helidon.config.metadata.codegen.ConfigMetadataCodegenProvider
- create(CodegenContext, TypeName) - Method in class io.helidon.data.codegen.common.RepositoryCodegenProvider
- create(CodegenContext, TypeName) - Method in class io.helidon.json.schema.codegen.SchemaCodegenProvider
- create(CodegenContext, TypeName) - Method in class io.helidon.service.codegen.ServiceBindingCodegenProvider
- create(CodegenContext, TypeName) - Method in class io.helidon.service.codegen.ServiceRegistryCodegenProvider
- create(CodegenFiler) - Static method in class io.helidon.codegen.ManifestResource
-
Create a new instance from the current filer.
- create(CodegenFiler, String) - Static method in class io.helidon.service.codegen.HelidonMetaInfServices
-
Create new instance from the current filer.
- create(CodegenOptions) - Method in interface io.helidon.codegen.spi.AnnotationMapperProvider
-
Create an annotation mapper based on provided options.
- create(CodegenOptions) - Method in interface io.helidon.codegen.spi.ElementMapperProvider
-
Create an element mapper based on provided options.
- create(CodegenOptions) - Method in interface io.helidon.codegen.spi.TypeMapperProvider
-
Create a type mapper based on provided options.
- create(CodegenOptions) - Method in class io.helidon.declarative.codegen.grpc.client.GrpcClientAnnotationMapperProvider
- create(CodegenOptions) - Method in class io.helidon.declarative.codegen.http.restclient.RestClientAnnotationMapperProvider
- create(CodegenOptions) - Method in class io.helidon.service.codegen.MapNamedByTypeMapperProvider
- create(CodegenOptions, Function, TypeInfo) - Static method in class io.helidon.service.codegen.ServiceContracts
-
Create new eligible contracts.
- create(ScanContext, ClassInfo) - Static method in class io.helidon.codegen.scan.ScanTypeInfoFactory
-
Create type information from a type element, reading all child elements.
- create(ScanContext, ClassInfo, Predicate) - Static method in class io.helidon.codegen.scan.ScanTypeInfoFactory
-
Create type information from a type element.
- create(ScanContext, TypeName) - Static method in class io.helidon.codegen.scan.ScanTypeInfoFactory
-
Create type information for a type name, reading all child elements.
- create(ScanContext, TypeName, Predicate) - Static method in class io.helidon.codegen.scan.ScanTypeInfoFactory
-
Create type information for a type name.
- create(BufferData) - Static method in class io.helidon.http.http2.Http2Continuation
-
Create continuation from frame data.
- create(BufferData) - Static method in class io.helidon.http.http2.Http2DataFrame
-
Create data frame from buffer.
- create(BufferData) - Static method in class io.helidon.http.http2.Http2FrameHeader
-
Create a header from header bytes.
- create(BufferData) - Static method in record class io.helidon.http.http2.Http2GoAway
-
Create a go away frame from frame data.
- create(BufferData) - Static method in class io.helidon.http.http2.Http2Ping
-
Create ping from buffer.
- create(BufferData) - Static method in record class io.helidon.http.http2.Http2Priority
-
Create priority frame from frame data.
- create(BufferData) - Static method in record class io.helidon.http.http2.Http2RstStream
-
Create a RST stream from frame data.
- create(BufferData) - Static method in class io.helidon.http.http2.Http2Settings
-
Settings frame from frame data.
- create(BufferData) - Static method in record class io.helidon.http.http2.Http2WindowUpdate
-
Create from frame data.
- create(BufferData...) - Static method in interface io.helidon.common.buffers.BufferData
-
Buffer data mapping multiple buffers.
- create(AimdLimitConfig) - Static method in class io.helidon.common.concurrency.limits.AimdLimit
-
Create a new instance from configuration.
- create(FixedLimitConfig) - Static method in class io.helidon.common.concurrency.limits.FixedLimit
-
Create a new instance from configuration.
- create(ThroughputLimitConfig) - Static method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Create a new instance from configuration.
- create(AllowListConfig) - Static method in class io.helidon.common.configurable.AllowList
-
Create a new allow list based on its configuration.
- create(ResourceConfig) - Static method in interface io.helidon.common.configurable.Resource
-
Create resource from its configuration.
- create(ResourceConfig, Duration) - Static method in interface io.helidon.common.configurable.Resource
-
Create resource from its configuration, using an explicit timeout when opening and reading a URI resource.
- create(ScheduledThreadPoolConfig) - Static method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Create a new instance from programmatic configuration.
- create(ThreadPoolConfig) - Static method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Create a new thread pool supplier based on its configuration.
- create(Context) - Static method in interface io.helidon.common.context.Context
-
Creates a new empty instance backed by its parent read-through
Context. - create(HelidonServiceLoader) - Static method in interface io.helidon.dbclient.DbMapperManager
-
Create a new mapper manager from customized
HelidonServiceLoader. - create(MappersConfig) - Static method in interface io.helidon.common.mapper.Mappers
-
Create new
Mappersusing the provided configuration. - create(Mappers, String, T, GenericType, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create a value backed by data.
- create(Mappers, String, T, GenericType, String...) - Static method in interface io.helidon.common.mapper.Value
-
Create a value backed by data.
- create(Mappers, String, T, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create a value backed by data.
- create(Mappers, String, T, String...) - Static method in interface io.helidon.common.mapper.Value
-
Create a value backed by data.
- create(MediaType) - Static method in interface io.helidon.http.HttpMediaType
-
Create a new HTTP media type from media type.
- create(Single) - Static method in interface io.helidon.common.reactive.Multi
- create(Single) - Static method in interface io.helidon.common.reactive.Single
- create(HelidonSocket) - Static method in class io.helidon.common.socket.SocketWriter
-
Create a new socket writer.
- create(PeerInfo, PeerInfo, boolean) - Static method in class io.helidon.webserver.testing.junit5.DirectSocket
-
Create a new socket with explicit peer information.
- create(TlsConfig) - Static method in class io.helidon.common.tls.Tls
-
Create TLS with custom configuration.
- create(Tls, SniContext) - Static method in class io.helidon.webserver.ListenerTlsContext.Selection
-
Create a new selection.
- create(Annotation) - Static method in class io.helidon.codegen.classmodel.Annotation
-
Create a class model annotation from common types annotation.
- create(Annotation) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a qualifier from an annotation.
- create(Annotation, String, Object) - Static method in interface io.helidon.validation.ValidatorResponse
-
Create a new failed response.
- create(TypeInfo) - Static method in record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Creates an instance of implemented interface info.
- create(TypeInfo, TypeName) - Static method in class io.helidon.service.codegen.ServiceSuperType
-
Create a registry based super type.
- create(TypeName) - Static method in class io.helidon.codegen.classmodel.TypeArgument
-
Creates a new instance from a generic type name.
- create(TypeName) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with no value.
- create(TypeName) - Static method in interface io.helidon.common.types.ResolvedType
-
Create a type name from a type name.
- create(TypeName) - Static method in interface io.helidon.service.registry.Lookup
-
Create service lookup from a contract type.
- create(TypeName) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a qualifier from an annotation.
- create(TypeName...) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtensionProvider
-
Create an extension for the given type(s), that was checked by
BuilderCodegenExtensionProvider.supports(io.helidon.common.types.TypeName). - create(TypeName, double, Set, Set) - Static method in interface io.helidon.service.metadata.DescriptorMetadata
-
Create a new instance from descriptor information, i.e.
- create(TypeName, Annotation) - Method in interface io.helidon.validation.spi.ConstraintValidatorProvider
-
Create a validator for the given annotation and type.
- create(TypeName, TypeName, TypeInfo, Set) - Static method in interface io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
-
The requested factory interface is implemented and provides one or more contracts.
- create(TypeName, TypeName, TypeName, String, String) - Method in interface io.helidon.codegen.spi.GeneratedAnnotationProvider
-
Create a generated annotation.
- create(TypeName, Class, Supplier, double) - Static method in class io.helidon.service.registry.ServiceLoader__ServiceDescriptor
-
Create a new instance for a specific provider interface and implementation.
- create(TypeName, String) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with a value.
- create(TypeName, String) - Static method in interface io.helidon.common.types.EnumValue
-
Create a new enum value, when the enum is not available on classpath.
- create(TypeName, String) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a qualifier with a value from an annotation.
- create(TypeName, Consumer) - Static method in interface io.helidon.service.codegen.spi.InjectAssignment.Assignment
-
Create a new assignment instance.
- create(TypeName, Map) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for annotation with zero or more values.
- create(TypeName, ServiceLoader.Provider, double) - Static method in class io.helidon.service.registry.ServiceLoader__ServiceDescriptor
-
Create a new instance for a specific service provider interface and its implementation.
- create(UriHost, int) - Static method in class io.helidon.common.uri.UriAuthority
-
Create a normalized authority from a host and optional port.
- create(UriInfo) - Static method in class io.helidon.webclient.api.ClientUri
-
Create a new client uri.
- create(Config) - Static method in class io.helidon.common.concurrency.limits.AimdLimit
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.common.concurrency.limits.FixedLimit
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.common.configurable.AllowList
-
Create
AllowListfrom configurtion. - create(Config) - Static method in interface io.helidon.common.configurable.AllowListConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.configurable.Resource
-
Loads the resource from appropriate location based on configuration.
- create(Config) - Static method in interface io.helidon.common.configurable.ResourceConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Load supplier from configuration.
- create(Config) - Static method in class io.helidon.common.configurable.ServerThreadPoolSupplier
-
Create supplier from configuration.
- create(Config) - Static method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.context.http.ContextRecordConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.pki.Keys
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.pki.KeystoreKeys
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.pki.PemKeys
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.socket.SocketOptions
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.tls.RevocationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.common.tls.Tls
-
Create TLS configuration from config.
- create(Config) - Static method in interface io.helidon.common.tls.TlsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.tls.TlsMaterial
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.config.ClasspathConfigSource
-
Initializes config source instance from configuration properties.
- create(Config) - Static method in class io.helidon.config.ClasspathOverrideSource
-
Create a new classpath override source from meta configuration, containing
resourcekey and other options. - create(Config) - Static method in class io.helidon.config.ConfigFilters.ValueResolvingBuilder
-
Initializes config filter instance from configuration properties.
- create(Config) - Static method in class io.helidon.config.ConfigSources
-
Returns a
ConfigSourcethat contains the same configuration model as the providedconfig. - create(Config) - Static method in class io.helidon.config.DirectoryConfigSource
-
Initializes config source instance from configuration properties.
- create(Config) - Static method in class io.helidon.config.FileConfigSource
-
Initializes config source instance from configuration properties.
- create(Config) - Static method in class io.helidon.config.FileOverrideSource
-
Create a new file override source from meta configuration.
- create(Config) - Static method in class io.helidon.config.PollingStrategies.ScheduledBuilder
-
Initializes polling strategy instance from configuration properties.
- create(Config) - Static method in class io.helidon.config.PrefixedConfigSource
-
Create a prefixed config source from meta configuration.
- create(Config) - Static method in class io.helidon.config.SimpleRetryPolicy
-
Initializes retry policy instance from configuration properties.
- create(Config) - Static method in class io.helidon.config.UrlConfigSource
-
Initializes config source instance from configuration properties.
- create(Config) - Static method in class io.helidon.config.UrlOverrideSource
-
Create a new URL override source from meta configuration.
- create(Config) - Static method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.data.jdbc.JdbcClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.data.sql.common.ConnectionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.data.sql.common.SqlConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.data.sql.datasource.DataSourceConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceFactory
-
Create new instance of UCP
DataSource. - create(Config) - Static method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceFactory
-
Create new instance of UCP
DataSource. - create(Config) - Static method in interface io.helidon.dbclient.DbClient
-
Create Helidon database client.
- create(Config) - Static method in interface io.helidon.dbclient.DbStatements
-
Create statements from configuration.
- create(Config) - Static method in interface io.helidon.dbclient.jdbc.JdbcConnectionPool
-
Create a JDBC connection pool from provided configuration.
- create(Config) - Static method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Create a new instance from configuration.
- create(Config) - Method in class io.helidon.dbclient.metrics.DbClientMetricsProvider
- create(Config) - Method in interface io.helidon.dbclient.spi.DbClientServiceProvider
-
Create a new interceptor instance with the configuration provided.
- create(Config) - Static method in class io.helidon.dbclient.tracing.DbClientTracing
-
Create a new tracing interceptor based on the configuration.
- create(Config) - Method in class io.helidon.dbclient.tracing.DbClientTracingProvider
- create(Config) - Static method in interface io.helidon.faulttolerance.AsyncConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.faulttolerance.BulkheadConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.faulttolerance.RetryConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.faulttolerance.TimeoutConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.encoding.ContentEncodingContext
-
Create a new encoding support and apply provided configuration.
- create(Config) - Static method in interface io.helidon.http.encoding.ContentEncodingContextConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.HttpConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.HttpLogConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new
JacksonSupport. - create(Config) - Static method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.http.media.json.binding.JsonBindingSupport
-
Create a new Helidon JSON media support from configuration.
- create(Config) - Static method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.media.json.JsonSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.http.media.json.smile.SmileSupport
-
Create a new Smile media support from configuration.
- create(Config) - Static method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new
JsonbSupport. - create(Config) - Static method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Creates a new
JsonpSupport. - create(Config) - Static method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.media.MediaContext
-
Create a new media context and apply provided configuration.
- create(Config) - Static method in interface io.helidon.http.media.MediaContextConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.media.MediaSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.http.media.multipart.MultiPartSupport
-
Creates a new
MultiPartSupport. - create(Config) - Static method in interface io.helidon.http.RequestedUriDiscoveryContext
-
Creates a new
RequestedUriDiscoveryContextfrom the provided discovery context config node. - create(Config) - Static method in interface io.helidon.json.binding.JsonBindingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.DeadLetterConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.FailurePolicy
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.MessagingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.MessagingExecutionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.MessagingFailureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.MessagingGraph
-
Create a graph from the messaging configuration node.
- create(Config) - Static method in interface io.helidon.messaging.spi.MessagingChannelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.spi.MessagingConnectorProviderConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.spi.MessagingIncomingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.messaging.spi.MessagingOutgoingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.api.ComponentMetricsSettings
-
Returns component metrics settings created from a
Confignode, by convention themetricsconfig section within the component's own config section. - create(Config) - Static method in interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.api.MetricsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated.Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated.Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.openapi.OpenApiFeature
-
Create a new instance from typed configuration.
- create(Config) - Static method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.openapi.v30.OpenApi30VersionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.openapi.v31.OpenApi31VersionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.openapi.v32.OpenApi32VersionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.scheduling.CronConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.scheduling.FixedRateConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.scheduling.TaskConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.security.abac.policy.PolicyValidator
-
Create an instance from configuration.
- create(Config) - Static method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Will read roles allowed from configuration.
- create(Config) - Static method in class io.helidon.security.abac.scope.ScopeValidator
-
Create a new validator instance from configuration.
- create(Config) - Static method in class io.helidon.security.abac.scope.ScopeValidator.ScopesConfig
-
Create an instance from configuration (of endpoint).
- create(Config) - Static method in class io.helidon.security.abac.time.TimeValidator.TimeConfig
-
Create a time config from configuration.
- create(Config) - Static method in class io.helidon.security.CompositeProviderSelectionPolicy
-
Load this policy from config.
- create(Config) - Static method in class io.helidon.security.providers.abac.AbacProvider
-
Creates a new provider instance from configuration.
- create(Config) - Method in class io.helidon.security.providers.abac.AbacProviderService
- create(Config) - Static method in interface io.helidon.security.providers.common.EvictableCache
-
Create a new cache and configure it from the provided configuration.
- create(Config) - Static method in class io.helidon.security.providers.common.OutboundConfig
-
Parse targets from provider configuration.
- create(Config) - Static method in class io.helidon.security.providers.common.OutboundTarget
-
Create a target from configuration.
- create(Config) - Static method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig
-
Create header outbound configuration from config.
- create(Config) - Static method in class io.helidon.security.providers.header.HeaderAtnProvider
-
Create provider instance from configuration.
- create(Config) - Method in class io.helidon.security.providers.header.HeaderAtnService
- create(Config) - Static method in class io.helidon.security.providers.httpauth.ConfigUserStore.ConfigUser
-
Create a new user from configuration.
- create(Config) - Static method in class io.helidon.security.providers.httpauth.ConfigUserStore
-
Create an instance from config.
- create(Config) - Static method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider
-
Load this provider from configuration.
- create(Config) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthService
- create(Config) - Static method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
Create basic outbound configuration from config.
- create(Config) - Method in interface io.helidon.security.providers.httpauth.spi.UserStoreService
-
Create the secure user store to use with these providers.
- create(Config) - Static method in class io.helidon.security.providers.httpsign.HttpSignProvider
-
Create a new instance of this provider from configuration.
- create(Config) - Method in class io.helidon.security.providers.httpsign.HttpSignService
- create(Config) - Static method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Create an instance from configuration.
- create(Config) - Static method in class io.helidon.security.providers.httpsign.SignedHeadersConfig
-
Load header configuration from config.
- create(Config) - Static method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Creates an instance from configuration.
- create(Config) - Static method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
-
Creates an instance from configuration.
- create(Config) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderService
- create(Config) - Static method in class io.helidon.security.providers.jwt.JwtProvider
-
Create provider instance from configuration.
- create(Config) - Method in class io.helidon.security.providers.jwt.JwtProviderService
- create(Config) - Static method in interface io.helidon.security.providers.oidc.common.ClientCredentialsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Create a new instance from
Config. - create(Config) - Static method in class io.helidon.security.providers.oidc.OidcFeature
-
Load OIDC support for webserver from config.
- create(Config) - Static method in class io.helidon.security.providers.oidc.OidcProvider
-
Load this provider from configuration.
- create(Config) - Method in class io.helidon.security.providers.oidc.OidcProviderService
- create(Config) - Static method in class io.helidon.security.QueryParamMapping
-
Read a new instance from configuration.
- create(Config) - Static method in interface io.helidon.security.Security
-
Creates new instance based on configuration values.
- create(Config) - Static method in class io.helidon.security.SecurityTime
-
Load an instance from configuration.
- create(Config) - Method in interface io.helidon.security.spi.SecurityProviderService
-
Create a new instance of the provider based on the configuration provided.
- create(Config) - Static method in class io.helidon.security.util.TokenHandler
-
Create a
TokenHandlerfrom configuration. - create(Config) - Method in interface io.helidon.telemetry.opentelemetry.spi.OpenTelemetryOwnershipStrategy
-
Creates this strategy's OpenTelemetry runtime candidate.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.AggregationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.LogLimitsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.LogRecordExporterConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.MetricExporterConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.MetricReaderConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.ProcessorConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.SamplerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.SpanExporterConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.tracing.config.TracingConfig
-
Create new tracing configuration based on the provided config.
- create(Config) - Static method in interface io.helidon.tracing.ExtendedTracerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.tracing.TracerBuilder
-
Create a new builder from configuration.
- create(Config) - Static method in interface io.helidon.webclient.api.ClientAltSvcConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.api.HttpClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.api.HttpConfigBase
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webclient.api.Proxy
-
Create a new proxy instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.api.SniConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.api.WebClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.context.WebClientContextConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webclient.context.WebClientContextService
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.discovery.WebClientDiscoveryConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webclient.grpc.tracing.GrpcClientTracing
-
Create a new instance of the gRPC client tracing service.
- create(Config) - Static method in interface io.helidon.webclient.http1.Http1Client
-
Create a new instance based on
Config. - create(Config) - Static method in interface io.helidon.webclient.http1.Http1ClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.http2.Http2Client
-
Create a new instance based on
Config. - create(Config) - Static method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webclient.metrics.WebClientMetrics
-
Creates new client metrics based on config.
- create(Config) - Static method in class io.helidon.webclient.telemetry.metrics.WebClientTelemetryMetrics
-
Creates a new instance of the telemetry metrics service using the provided configuration.
- create(Config) - Static method in class io.helidon.webclient.telemetry.tracing.WebClientTelemetryTracing
-
Creates a new service instance to emit tracing spans compliant with OpenTelemetry semantic conventions for clients using the provided configuration.
- create(Config) - Static method in interface io.helidon.webclient.websocket.WsClient
-
Create a new WebSocket client from config.
- create(Config) - Static method in interface io.helidon.webclient.websocket.WsClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.accesslog.AccessLogFeature
-
Create Access log support configured from
Config. - create(Config) - Static method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature
-
Create Access log support configured from
Config. - create(Config) - Static method in class io.helidon.webserver.concurrency.limits.LimitsFeature
-
Create a new context feature with custom setup.
- create(Config) - Static method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new context feature with custom setup.
- create(Config) - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.cors.CorsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.cors.CorsFeature
-
Create a new CORS feature with custom setup.
- create(Config) - Static method in interface io.helidon.webserver.cors.CorsPathConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.ErrorHandling
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.GrpcConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.grpc.GrpcReflectionFeature
-
Create a new gRPC reflection feature with custom setup.
- create(Config) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Create a new gRPC security interceptor from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Create a handler from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.grpc.validation.GrpcValidationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.hsts.HstsFeature
-
Create a new feature with custom setup.
- create(Config) - Static method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.http.AltSvcConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.http1.Http1Config
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.http2.Http2Config
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.ListenerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.info.InfoObserverConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Create a new Metrics observer from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.observe.ObserveFeature
-
Create a new support with custom configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.ObserverConfigBase
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.tracing.PathTracingConfig
-
Create a new traced path from configuration.
- create(Config) - Static method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.ProxyProtocolConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.security.PathsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.security.SecurityHandler.QueryParamHandler
-
Create an instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.security.SecurityHttpFeature
-
Create a security HTTP feature.
- create(Config) - Static method in interface io.helidon.webserver.SniConfig
-
Create a new instance from configuration.
- create(Config) - Method in interface io.helidon.webserver.spi.TransportBindingFactoryProvider
-
Create a transport binding factory from provider-specific configuration.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.FileSystemHandlerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.MemoryCacheConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.staticcontent.StaticContentFeature
-
Create a static content feature configured from
Config. - create(Config) - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.webserver.StuckThreadDetectionFeature
-
Create a stuck thread detection feature from configuration.
- create(Config) - Method in class io.helidon.webserver.TcpTransportBindingFactoryProvider
- create(Config) - Static method in interface io.helidon.webserver.TcpTransportConfig
-
Create a new instance from configuration.
- create(Config) - Method in class io.helidon.webserver.UdsTransportBindingFactoryProvider
- create(Config) - Static method in interface io.helidon.webserver.UdsTransportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.VirtualHostConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.WebServerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.websocket.WsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.websocket.WsProtocolConfig
-
Create a new instance from configuration.
- create(Config.Key) - Static method in exception class io.helidon.config.MissingValueException
-
Create new missing value exception.
- create(Config, Config) - Static method in class io.helidon.config.MergedConfig
-
Creates a new
MergedConfigthat merges the specified configurations. - create(Config, MetricsConfig, Collection) - Method in class io.helidon.metrics.providers.micrometer.MicrometerMetricsFactoryProvider
- create(Config, MetricsConfig, Collection) - Method in interface io.helidon.metrics.spi.MetricsFactoryProvider
-
Creates a new
MetricsFactoryfrom which the caller can obtainMeterRegistryandMeter.Builderinstances. - create(Config, MetricsConfig, Collection, ServiceRegistry) - Method in class io.helidon.metrics.providers.micrometer.MicrometerMetricsFactoryProvider
- create(Config, MetricsConfig, Collection, ServiceRegistry) - Method in interface io.helidon.metrics.spi.MetricsFactoryProvider
-
Creates a new metrics factory using services from the registry which owns the factory.
- create(Config, OutboundTarget...) - Static method in class io.helidon.security.providers.common.OutboundConfig
-
Parse targets from provider configuration with possible default targets.
- create(Config, TokenHandler) - Static method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget
-
Load an instance from configuration.
- create(Config, ServiceRegistry) - Static method in class io.helidon.webclient.telemetry.metrics.WebClientTelemetryMetrics
-
Creates a new instance of the telemetry metrics service using the provided configuration and service registry.
- create(Config, Tracer) - Static method in class io.helidon.webclient.telemetry.tracing.WebClientTelemetryTracing
-
Creates a new service instance to emit tracing spans compliant with OpenTelemetry semantic conventions for clients using the provided configuration and tracer.
- create(Config, GrpcSecurityHandler) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Create a handler from configuration and defaults.
- create(Config, SecurityHandler) - Static method in class io.helidon.webserver.security.SecurityHandler
-
Create an instance from configuration.
- create(Config, String) - Method in class io.helidon.common.concurrency.limits.AimdLimitProvider
- create(Config, String) - Method in class io.helidon.common.concurrency.limits.FixedLimitProvider
- create(Config, String) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitProvider
- create(Config, String) - Static method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Load supplier from configuration.
- create(Config, String) - Method in interface io.helidon.config.ConfiguredProvider
-
Create a new instance from the configuration located on the provided node.
- create(Config, String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfigProvider
- create(Config, String) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfigProvider
- create(Config, String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfigProvider
- create(Config, String) - Method in class io.helidon.dbclient.hikari.HikariConnectionPoolProvider
- create(Config, String) - Method in class io.helidon.http.encoding.deflate.DeflateEncodingProvider
- create(Config, String) - Method in class io.helidon.http.encoding.gzip.GzipEncodingProvider
- create(Config, String) - Method in class io.helidon.http.media.jackson.JacksonMediaSupportProvider
- create(Config, String) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new
JacksonSupport. - create(Config, String) - Method in class io.helidon.http.media.json.binding.JsonBindingMediaSupportProvider
- create(Config, String) - Static method in class io.helidon.http.media.json.binding.JsonBindingSupport
-
Create a new Helidon JSON media support from configuration with a custom name.
- create(Config, String) - Method in class io.helidon.http.media.json.JsonMediaSupportProvider
- create(Config, String) - Method in class io.helidon.http.media.json.smile.SmileMediaSupportProvider
- create(Config, String) - Static method in class io.helidon.http.media.json.smile.SmileSupport
-
Create a new Smile media support from configuration with a custom name.
- create(Config, String) - Method in class io.helidon.http.media.jsonb.JsonbMediaSupportProvider
- create(Config, String) - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new
JsonbSupport. - create(Config, String) - Method in class io.helidon.http.media.jsonp.JsonpMediaSupportProvider
- create(Config, String) - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Creates a new named
JsonpSupport. - create(Config, String) - Static method in class io.helidon.http.media.multipart.MultiPartSupport
-
Creates a new named
MultiPartSupport. - create(Config, String) - Method in class io.helidon.http.media.multipart.MultiPartSupportProvider
- create(Config, String) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherProvider
- create(Config, String) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherProvider
- create(Config, String) - Method in class io.helidon.openapi.OpenApiFeatureProvider
- create(Config, String) - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider
- create(Config, String) - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider
- create(Config, String) - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider
- create(Config, String) - Static method in class io.helidon.security.providers.oidc.OidcFeature
-
Load OIDC support for webserver from config.
- create(Config, String) - Method in class io.helidon.webclient.context.WebClientContextServiceProvider
- create(Config, String) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryProvider
-
Builds, configures, and returns a new
WebClientDiscoverythat will cause any affiliatedWebClientto automatically use aDiscoveryclient to discover URIs. - create(Config, String) - Method in class io.helidon.webclient.grpc.tracing.GrpcClientTracingProvider
- create(Config, String) - Method in class io.helidon.webclient.http1.Http1ProtocolConfigProvider
- create(Config, String) - Method in class io.helidon.webclient.http2.Http2ProtocolConfigProvider
- create(Config, String) - Method in class io.helidon.webclient.metrics.WebClientMetricsProvider
- create(Config, String) - Method in class io.helidon.webclient.security.WebClientSecurityProvider
- create(Config, String) - Method in class io.helidon.webclient.telemetry.WebClientTelemetryProvider
- create(Config, String) - Method in class io.helidon.webclient.tracing.WebClientTracingProvider
- create(Config, String) - Method in class io.helidon.webclient.websocket.WsProtocolConfigProvider
- create(Config, String) - Method in class io.helidon.webserver.accesslog.AccessLogFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.context.ContextFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.grpc.GrpcProtocolConfigProvider
- create(Config, String) - Method in class io.helidon.webserver.grpc.GrpcReflectionFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceProvider
- create(Config, String) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingServiceProvider
- create(Config, String) - Method in class io.helidon.webserver.grpc.validation.GrpcValidationProvider
- create(Config, String) - Method in class io.helidon.webserver.hsts.HstsFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.http1.Http1ProtocolConfigProvider
- create(Config, String) - Method in class io.helidon.webserver.http2.Http2ProtocolConfigProvider
- create(Config, String) - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider
- create(Config, String) - Method in class io.helidon.webserver.observe.health.HealthObserveProvider
- create(Config, String) - Method in class io.helidon.webserver.observe.info.InfoObserveProvider
- create(Config, String) - Method in class io.helidon.webserver.observe.log.LogObserveProvider
- create(Config, String) - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider
- create(Config, String) - Method in class io.helidon.webserver.observe.ObserveFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider
- create(Config, String) - Method in class io.helidon.webserver.RequestScopeFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.security.SecurityFeatureProvider
- create(Config, String) - Method in interface io.helidon.webserver.spi.TransportBindingFactoryProvider
- create(Config, String) - Method in class io.helidon.webserver.staticcontent.StaticContentFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.StuckThreadDetectionFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.validation.WebServerValidationFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.websocket.WsProtocolConfigProvider
- create(Config, String, ServiceRegistry) - Method in interface io.helidon.config.ConfiguredProvider
-
Create a new instance from configuration using services from the registry which owns the configured instance.
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webclient.grpc.tracing.GrpcClientTracingProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webclient.metrics.WebClientMetricsProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webclient.security.WebClientSecurityProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webclient.telemetry.WebClientTelemetryProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webclient.tracing.WebClientTracingProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webserver.observe.health.HealthObserveProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webserver.observe.ObserveFeatureProvider
- create(Config, String, ServiceRegistry) - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider
- create(Config, Supplier) - Static method in class io.helidon.webclient.telemetry.tracing.WebClientTelemetryTracing
-
Creates a new service instance to emit tracing spans compliant with OpenTelemetry semantic conventions for clients using the provided configuration and tracer supplier.
- create(ScheduledPollingStrategy.RecurringPolicy, ScheduledExecutorService) - Static method in class io.helidon.config.ScheduledPollingStrategy
-
Creates a polling strategy with an interval of the polling as a parameter.
- create(ConfigNode.ObjectNode) - Static method in class io.helidon.config.ConfigSources
-
Returns a
ConfigSourcethat wraps the specifiedobjectNode. - create(RepositoryInfo, ClassModel.Builder, CodegenContext, PersistenceGenerator) - Method in interface io.helidon.data.codegen.common.BaseRepositoryGenerator.GeneratorFactory
-
Create repository interface code generator.
- create(CriteriaCondition) - Static method in class io.helidon.data.codegen.query.Criteria
-
Create new instance of criteria expression with a single condition.
- create(QueryParameters.Type, Set) - Static method in class io.helidon.data.codegen.query.QueryParameters
-
Create an instance of
QueryParameters. - create(JdbcClientConfig) - Static method in interface io.helidon.data.jdbc.JdbcClient
-
Creates a JDBC client from an immutable configuration.
- create(Order...) - Static method in interface io.helidon.data.Sort
-
Create new instance of query result ordering.
- create(PageRequest, List) - Static method in interface io.helidon.data.Slice
-
Create pageable query result as page without total size of the result.
- create(PageRequest, List, int) - Static method in interface io.helidon.data.Page
-
Create pageable query result as page with total size of the result.
- create(ConnectionConfig) - Static method in interface io.helidon.data.sql.common.SqlDriver
-
Create a new driver instance from the Helidon data configuration.
- create(HikariDataSourceConfig) - Static method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceFactory
-
Create new instance of UCP
DataSource. - create(UcpDataSourceConfig) - Static method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceFactory
-
Create new instance of UCP
DataSource. - create(DbClient, Config) - Static method in class io.helidon.dbclient.health.DbClientHealthCheck
-
Create a health check with configured settings for the database.
- create(DbExecuteContext, DbStatementType, CompletionStage, CompletionStage, DbStatementParameters) - Static method in interface io.helidon.dbclient.DbClientServiceContext
-
Create a new client service context.
- create(AsyncConfig) - Static method in interface io.helidon.faulttolerance.Async
-
Async with explicit configuration.
- create(BulkheadConfig) - Static method in interface io.helidon.faulttolerance.Bulkhead
-
Create
Bulkheadfrom its configuration. - create(CircuitBreakerConfig) - Static method in interface io.helidon.faulttolerance.CircuitBreaker
-
Create a new circuit builder based on its configuration.
- create(FallbackConfig) - Static method in interface io.helidon.faulttolerance.Fallback
-
Create a fallback based on configuration.
- create(ResilientValueConfig) - Static method in interface io.helidon.faulttolerance.ResilientValue
-
Create a resilient value using the provided configuration.
- create(RetryConfig) - Static method in interface io.helidon.faulttolerance.Retry
-
Create a new retry from its configuration.
- create(TimeoutConfig) - Static method in interface io.helidon.faulttolerance.Timeout
-
Create a timeout based on configuration.
- create(HealthCheck...) - Static method in class io.helidon.webserver.observe.health.HealthObserver
-
Create a health observer, adding the provided checks to the checks discovered via
ServiceLoaderandHealthCheckProvider. - create(ClientResponseHeaders, Instant) - Static method in class io.helidon.webclient.api.AltSvcHeader
-
Create an
Alt-Svcupdate by parsing all field lines atomically. - create(ContentEncodingContextConfig) - Static method in interface io.helidon.http.encoding.ContentEncodingContext
-
Create content encoding context from its prototype.
- create(Header) - Static method in interface io.helidon.http.HeaderWriteable
-
Create a new mutable header from an existing header.
- create(HeaderName, boolean, boolean, int) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(HeaderName, boolean, boolean, long) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(HeaderName, boolean, boolean, String...) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(HeaderName, int) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- create(HeaderName, long) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- create(HeaderName, LazyString) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- create(HeaderName, Iterable) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(HeaderName, String) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- create(HeaderName, String...) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(HeaderName, Collection) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(Headers) - Static method in interface io.helidon.http.ClientRequestHeaders
-
Create client request headers from headers.
- create(Headers) - Static method in interface io.helidon.http.ClientResponseHeaders
-
Create a new instance from headers parsed from client response.
- create(Headers) - Static method in interface io.helidon.http.ClientResponseTrailers
-
Create new trailers from headers future.
- create(Headers) - Static method in class io.helidon.http.encoding.AcceptEncoding
-
Parse
Accept-Encodingfrom headers. - create(Headers) - Static method in class io.helidon.http.Forwarded
-
Parse forwarded header(s) from the provided headers.
- create(Headers) - Static method in class io.helidon.http.http2.Http2Headers
-
Create HTTP/2 headers from HTTP headers.
- create(Headers) - Static method in interface io.helidon.http.ServerRequestHeaders
-
Create a new instance from headers.
- create(Headers) - Static method in interface io.helidon.http.ServerResponseHeaders
-
Create a new instance of mutable server response headers.
- create(Headers) - Static method in interface io.helidon.http.ServerResponseTrailers
-
Create a new instance of mutable server response trailers.
- create(Headers) - Static method in interface io.helidon.http.WritableHeaders
-
Create a new instance of writable headers from existing headers.
- create(Headers, ParserMode) - Static method in interface io.helidon.http.ClientResponseHeaders
-
Create a new instance from headers parsed from client response.
- create(Http2Stream, Http2Headers.DynamicTable, Http2HuffmanDecoder, Http2FrameData...) - Static method in class io.helidon.http.http2.Http2Headers
-
Create headers from HTTP request.
- create(Http2Stream, Http2Headers.DynamicTable, Http2HuffmanDecoder, Http2Headers, Http2FrameData...) - Static method in class io.helidon.http.http2.Http2Headers
-
Create headers from HTTP request.
- create(Http2Stream, Http2Headers.DynamicTable, Http2HuffmanDecoder, Http2Headers, Set, Http2FrameData...) - Static method in class io.helidon.http.http2.Http2Headers
-
Create headers from HTTP request.
- create(Http2Stream, Http2Headers.DynamicTable, Http2HuffmanDecoder, Http2Headers, Set, LongConsumer, Http2FrameData...) - Static method in class io.helidon.http.http2.Http2Headers
-
Create headers from HTTP request.
- create(HttpLogConfig) - Static method in class io.helidon.http.LogFormatter
-
Create a formatter.
- create(HttpLogConfig, String) - Static method in class io.helidon.http.http1.Http1LoggingConnectionListener
-
Create a log connection listener for HTTP/1.1 communication.
- create(HttpLogConfig, String) - Static method in class io.helidon.http.http2.Http2LoggingFrameListener
-
Create a log listener.
- create(HttpLogConfig, String) - Static method in class io.helidon.webserver.http1.Http1LoggingConnectionListener
-
Create a new instance with the specified configuration and direction.
- create(HttpPrologue, Headers) - Static method in class io.helidon.webserver.http.DirectTransportRequest
-
Configure a simple request from known prologue and headers.
- create(JacksonSupportConfig) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new
JacksonSupportbased on theJacksonSupportConfig. - create(JsonBindingSupportConfig) - Static method in class io.helidon.http.media.json.binding.JsonBindingSupport
-
Create a new Helidon JSON Binding support from a configuration object.
- create(JsonSupportConfig) - Static method in class io.helidon.http.media.json.JsonSupport
-
Create a new Helidon JSON support from a configuration object.
- create(SmileSupportConfig) - Static method in class io.helidon.http.media.json.smile.SmileSupport
-
Create a new Smile support from a configuration object.
- create(JsonbSupportConfig) - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new
JsonbSupportbased on theJsonbSupportConfig. - create(JsonpSupportConfig) - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Creates a new
JsonpSupportbased on theJsonpSupportConfig. - create(MediaContextConfig) - Static method in interface io.helidon.http.media.MediaContext
-
Create media context from its prototype.
- create(WritableHeaders) - Static method in interface io.helidon.http.ClientRequestHeaders
-
Create client request headers from writable headers.
- create(WritableHeaders) - Static method in class io.helidon.http.http2.Http2Headers
-
Create from writable HTTP headers.
- create(JsonBindingConfig) - Static method in interface io.helidon.json.binding.JsonBinding
-
Create a JsonBinding instance with the specified configuration.
- create(JsonObject) - Static method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Create an instance from a JSON object.
- create(JsonObject) - Static method in class io.helidon.security.jwt.jwk.Jwk
-
Create an instance from Json object.
- create(JsonObject) - Static method in class io.helidon.security.jwt.jwk.JwkEC
-
Create an instance from Json object.
- create(JsonObject) - Static method in class io.helidon.security.jwt.jwk.JwkKeys
-
Create Jwk keys from its JSON representation.
- create(JsonObject) - Static method in class io.helidon.security.jwt.jwk.JwkOctet
-
Create an instance from Json object.
- create(JsonObject) - Static method in class io.helidon.security.jwt.jwk.JwkRSA
-
Create an instance from Json object.
- create(JsonParser) - Static method in class io.helidon.json.ObjectStartParser
-
Create a new JSON parser that pretends to be at the beginning of an object.
- create(JsonValue) - Static method in interface io.helidon.json.JsonParser
-
Create a new JSON parser from a pre-parsed JsonValue.
- create(JsonValue) - Static method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Create an instance from JSON-RPC params.
- create(JsonValue) - Static method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Create an instance from a JSON value.
- create(JsonValue...) - Static method in class io.helidon.json.JsonArray
-
Create a JsonArray from an array of JsonValue instances.
- create(Message) - Static method in class io.helidon.messaging.MessageBatch
-
Create an immutable singleton batch.
- create(Message, String, int, RuntimeException) - Static method in interface io.helidon.messaging.DeadLetterMessage
-
Create a dead-letter message.
- create(MessageHeader...) - Static method in interface io.helidon.messaging.MessageHeaders
-
Create immutable ordered headers.
- create(MessagingConfig) - Static method in interface io.helidon.messaging.MessagingGraph
-
Create a graph from its immutable configuration.
- create(MetadataDiscovery.Mode) - Static method in interface io.helidon.metadata.MetadataDiscovery
-
Create a new metadata discovery instance with an explicit mode.
- create(MetricsConfig) - Static method in interface io.helidon.metrics.api.MeterRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.either use
ServiceRegistry.get(Class)to get the global meter registry, or get theMetricsFactory.createMeterRegistry(MetricsConfig)to get a custom instance - create(MetricsConfig) - Static method in interface io.helidon.metrics.api.SystemTagsManager
-
Creates a new system tags manager using the provided metrics settings.
- create(MetricsConfig, MetricsFactory) - Static method in interface io.helidon.metrics.api.SystemTagsManager
-
Creates a new system tags manager using the provided metrics settings and metrics factory.
- create(OtlpPublisherConfig) - Static method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
-
Creates a new OTLP publisher using the provided configuration.
- create(PrometheusPublisherConfig) - Static method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
-
Creates a new Prometheus publisher using the provided configuration.
- create(OpenApi30VersionConfig) - Static method in class io.helidon.openapi.v30.OpenApi30Version
-
Create a new OpenAPI 3.0 version implementation from typed configuration.
- create(OpenApi31VersionConfig) - Static method in class io.helidon.openapi.v31.OpenApi31Version
-
Create a new OpenAPI 3.1 version implementation from typed configuration.
- create(OpenApi32VersionConfig) - Static method in class io.helidon.openapi.v32.OpenApi32Version
-
Create a new OpenAPI 3.2 version implementation from typed configuration.
- create(CronConfig) - Static method in interface io.helidon.scheduling.Cron
-
Create a cron task from programmatic configuration.
- create(FixedRateConfig) - Static method in interface io.helidon.scheduling.FixedRate
-
Create a fixed rate task from programmatic configuration.
- create(SignedJwt, Jwk) - Static method in class io.helidon.security.jwt.EncryptedJwt
-
Create new EncryptedJwt.
- create(Principal) - Static method in class io.helidon.security.Subject
-
Create a new subject for a principal.
- create(OutboundTarget) - Static method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig
-
Create header outbound configuration from an outbound target.
- create(OutboundTarget) - Static method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
Create basic outbound configuration from an outbound target.
- create(OidcConfig) - Static method in class io.helidon.security.providers.oidc.OidcFeature
-
Load OIDC support for webserver from
OidcConfiginstance. - create(OidcConfig) - Static method in class io.helidon.security.providers.oidc.OidcProvider
-
Create a new provider based on OIDC configuration.
- create(OidcConfig, TenantConfig) - Static method in class io.helidon.security.providers.oidc.common.Tenant
-
Create new instance and resolve all the metadata related values.
- create(QueryParamMapping) - Static method in class io.helidon.webserver.security.SecurityHandler.QueryParamHandler
-
Create an instance from existing mapping.
- create(Security) - Static method in class io.helidon.webclient.security.WebClientSecurity
-
Creates new instance of client security service base on
Security. - create(Security) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Create a new gRPC security interceptor.
- create(Security) - Static method in class io.helidon.webserver.security.SecurityHttpFeature
-
Create a consumer of routing config to be
registeredwith web server routing to process security requests. - create(SecurityContext, Map) - Static method in interface io.helidon.security.ProviderRequest
-
Create a new provider request.
- create(Security, Config) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Create a new gRPC security interceptor from security and configuration.
- create(DigestProvider.DigestFunction, DigestProvider.VerifyFunction) - Static method in class io.helidon.security.spi.DigestProvider.DigestSupport
-
Create a new support based on digest and verify functions.
- create(AbacSupport) - Static method in class io.helidon.security.util.AbacSupport.BasicAttributes
-
Create basic attributes that have all attributes of the toCopy.
- create(TokenHandler, String) - Static method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig
-
Create header outbound configuration from a token handler and username.
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.cors.CorsExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.faulttolerance.FtExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.graphql.server.GraphQlServerExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.grpc.client.GrpcClientExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.grpc.server.GrpcServerExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.http.restclient.RestClientExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.http.webserver.RestServerExtensionProvider
- create(RegistryCodegenContext) - Static method in class io.helidon.declarative.codegen.http.webserver.ServerEndpointAnalyzer
-
Create a new endpoint analyzer.
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.messaging.MessagingEmitterObserverProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.messaging.MessagingExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.metrics.MetricsExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.openapi.OpenApiExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.scheduling.SchedulingExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.tracing.TracingExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.validation.ValidationExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.websocket.client.WebSocketClientExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.declarative.codegen.websocket.server.WebSocketServerExtensionProvider
- create(RegistryCodegenContext) - Method in class io.helidon.service.codegen.EventEmitterObserverProvider
- create(RegistryCodegenContext) - Method in class io.helidon.service.codegen.EventObserverExtensionProvider
- create(RegistryCodegenContext) - Static method in class io.helidon.service.codegen.ServiceDescriptorCodegen
-
When used from outside, we do not support interception This method is intended for types generated by a Maven plugin, that have limited functions.
- create(RegistryCodegenContext) - Method in class io.helidon.service.codegen.ServiceExtensionProvider
- create(RegistryCodegenContext) - Method in interface io.helidon.service.codegen.spi.InjectCodegenObserverProvider
-
Create a new observer based on the Helidon Service Registry code generation context.
- create(RegistryCodegenContext) - Method in interface io.helidon.service.codegen.spi.RegistryCodegenExtensionProvider
-
Create a new extension based on the context.
- create(Dependency) - Static method in interface io.helidon.service.registry.Lookup
-
Create service lookup from this injection point information.
- create(ServiceRegistryConfig) - Static method in interface io.helidon.service.registry.ServiceDiscovery
-
Create a new instance that discovers service descriptors based on the configuration.
- create(ServiceRegistryConfig) - Static method in class io.helidon.service.registry.ServiceRegistryManager
-
Create a new service registry manager with custom configuration.
- create(OpenTelemetryConfig) - Static method in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Creates a new
HelidonOpenTelemetryfrom config. - create(SpanTracingConfig, String, RoutingRequest, RoutingResponse) - Method in interface io.helidon.webserver.observe.tracing.spi.TracingSemanticConventionsProvider
-
Creates a new instance of the tracing semantic conventions to help prepare span builders and spans.
- create(Tracer) - Static method in class io.helidon.webclient.tracing.WebClientTracing
-
Creates a new client tracing service for a specific tracer.
- create(Tracer) - Static method in class io.helidon.webserver.observe.tracing.TracingObserver
-
Create a tracing observer that is enabled for all paths and spans (that are enabled by default).
- create(Tracer, Config) - Static method in class io.helidon.webserver.observe.tracing.TracingObserver
-
Create a new tracing observer based on
Config. - create(Tracer, GrpcTracingConfig) - Static method in class io.helidon.webserver.grpc.tracing.GrpcTracingInterceptor
-
Create a
GrpcTracingInterceptorinterceptor. - create(ConstraintViolation.Location, String) - Static method in interface io.helidon.validation.ConstraintViolation.PathElement
-
Create a new path element.
- create(ValidationContextConfig) - Static method in interface io.helidon.validation.ValidationContext
-
Create a new validation context from a configuration.
- create(ClientConnection, WsListener) - Static method in class io.helidon.webclient.websocket.ClientWsConnection
-
Create a new connection without a sub-protocol.
- create(ClientConnection, WsListener, String) - Static method in class io.helidon.webclient.websocket.ClientWsConnection
-
Create a new connection.
- create(ClientConnectionTarget.LookupKey) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical connection target from a cache lookup key.
- create(ClientUri) - Static method in class io.helidon.webclient.api.ClientUri
-
Create a new client uri.
- create(ClientUri) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.SingleSupplier
-
Creates a single supplier.
- create(ClientUri...) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.OrderedSupplier
-
Creates an ordered supplier.
- create(ClientUri...) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.RandomSupplier
-
Creates a random supplier.
- create(ClientUri...) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.RoundRobinSupplier
-
Creates a round-robin supplier.
- create(ClientUri, Tls, DnsResolver, DnsAddressLookup, Proxy) - Static method in class io.helidon.webclient.api.ConnectionKey
-
Create new instance of the
ConnectionKey. - create(ClientUri, SniConfig, Tls, DnsResolver, DnsAddressLookup, Proxy, ClientRequestHeaders) - Static method in class io.helidon.webclient.api.ConnectionKey
-
Create new instance of the
ConnectionKey. - create(ConnectionKey, ClientUri, ClientRequestHeaders) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical IP connection target from a final request URI and headers.
- create(ConnectionKey, ClientUri, ClientRequestHeaders, ProxyRoute) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical IP connection target using an already-selected proxy route.
- create(ConnectionKey, String) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical IP connection target using the connection-key origin.
- create(ConnectionKey, String, UriAuthority) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical IP connection target from an already-normalized origin.
- create(ConnectionKey, String, UriAuthority, ProxyRoute) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical target from an already-normalized origin and selected route.
- create(ConnectionKey, String, UriAuthority, ProxyRoute, long) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical target from an already-normalized origin and selected route.
- create(ConnectionKey, String, UriAuthority, ProxyRoute, InetSocketAddress, long) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Recreate a logical target from an already-selected route and captured generations.
- create(ConnectionKey, String, ProxyRoute) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical target using the connection-key origin and a selected route.
- create(ResolvedClientTarget, boolean, String, Status, ClientResponseHeaders, Instant) - Static method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Create response context for a request sent to its direct route.
- create(WebClientConfig) - Static method in interface io.helidon.webclient.api.WebClient
-
Create a new webclient with customized configuration.
- create(WebClientCookieManagerConfig) - Static method in class io.helidon.webclient.api.WebClientCookieManager
-
Create a cookie manager from its configuration.
- create(WebClient, Tls, List, UnixDomainSocketAddress, String, int, Function, Consumer) - Static method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
-
Create a new UNIX Domain Socket Connection.
- create(WebClient, Tls, List, UnixDomainSocketAddress, Function, Consumer) - Static method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
-
Create a new UNIX Domain Socket Connection.
- create(WebClient, ClientConnectionTarget, List, Function, Consumer) - Static method in class io.helidon.webclient.api.TcpClientConnection
-
Create a TCP connection from a logical connection target.
- create(WebClient, ClientConnectionTarget, List, Function, Consumer) - Static method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
-
Create a new UNIX domain socket connection from a logical connection target.
- create(WebClient, ConnectionKey, List, UnixDomainSocketAddress, Function, Consumer) - Static method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
-
Create a new UNIX Domain Socket Connection.
- create(WebClient, ConnectionKey, List, Function, Consumer) - Static method in class io.helidon.webclient.api.TcpClientConnection
-
Create a new TCP Connection.
- create(WebClient, ResolvedClientTarget, List, Function, Consumer) - Static method in class io.helidon.webclient.api.TcpClientConnection
-
Create a TCP connection from a resolved physical target.
- create(WebClientContextConfig) - Static method in class io.helidon.webclient.context.WebClientContextService
-
Create a new instance from its configuration.
- create(WebClientDiscoveryConfig) - Static method in interface io.helidon.webclient.discovery.WebClientDiscovery
-
Returns a new
WebClientDiscoveryimplementation configured with the suppliedprototype. - create(GrpcClientConfig) - Static method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a new instance with custom configuration.
- create(Http1ClientConfig) - Static method in interface io.helidon.webclient.http1.Http1Client
-
Create a new HTTP/1.1 client with custom configuration.
- create(Http2ClientConfig) - Static method in interface io.helidon.webclient.http2.Http2Client
-
Create a new instance with custom configuration.
- create(Http2ClientImpl, ClientConnection, boolean) - Static method in class io.helidon.webclient.http2.Http2ClientConnection
-
Creates an HTTP2 client connection.
- create(JsonRpcClientConfig) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Create a new instance with custom configuration.
- create(WsClientConfig) - Static method in interface io.helidon.webclient.websocket.WsClient
-
Create a new WebSocket client with custom configuration.
- create(AccessLogConfig) - Static method in class io.helidon.webserver.accesslog.AccessLogFeature
-
Create a new instance from its configuration.
- create(LimitsFeatureConfig) - Static method in class io.helidon.webserver.concurrency.limits.LimitsFeature
-
Create a new instance from its configuration.
- create(ConnectionContext, HttpPrologue, Headers, String, WsRoute) - Static method in class io.helidon.webserver.websocket.WsConnection
-
Create a new connection using a route.
- create(ConnectionContext, HttpPrologue, Headers, String, WsListener) - Static method in class io.helidon.webserver.websocket.WsConnection
-
Create a new connection using a listener.
- create(ContextFeatureConfig) - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new instance from its configuration.
- create(CorsConfig) - Static method in class io.helidon.webserver.cors.CorsFeature
-
Create a new instance from its configuration.
- create(GrpcConfig) - Static method in class io.helidon.webserver.grpc.GrpcProtocolSelector
-
Create a new grpc protocol selector (default).
- create(GrpcConfig, ProtocolConfigs) - Method in class io.helidon.webserver.grpc.GrpcProtocolProvider
- create(GrpcReflectionConfig) - Static method in class io.helidon.webserver.grpc.GrpcReflectionFeature
-
Create a new instance from its configuration.
- create(HstsFeatureConfig) - Static method in class io.helidon.webserver.hsts.HstsFeature
-
Create a new instance from its configuration.
- create(AltSvcConfig) - Static method in class io.helidon.webserver.http.AltSvc
-
Create from its configuration prototype.
- create(ErrorHandlers, List) - Static method in class io.helidon.webserver.http.Filters
-
Create filters.
- create(Filter) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for a filter.
- create(HttpRoute) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for a route.
- create(HttpSecurity) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for HTTP security instance.
- create(HttpService...) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for service(s).
- create(SinkProviderContext) - Method in interface io.helidon.webserver.http.spi.SinkProvider
-
Creates a sink using this provider.
- create(SinkProviderContext) - Method in class io.helidon.webserver.sse.SseSinkProvider
-
Creates a Sink for SSE events.
- create(Http2Config) - Static method in class io.helidon.webserver.http2.Http2Upgrader
-
Create a new HTTP2 upgrader.
- create(Http2Config, ProtocolConfigs) - Method in class io.helidon.webserver.http2.Http2UpgradeProvider
- create(ConfigObserverConfig) - Static method in class io.helidon.webserver.observe.config.ConfigObserver
-
Create a new Config observer using the provided configuration.
- create(HealthObserverConfig) - Static method in class io.helidon.webserver.observe.health.HealthObserver
-
Create a new Health observer using the provided configuration.
- create(InfoObserverConfig) - Static method in class io.helidon.webserver.observe.info.InfoObserver
-
Create a new Info observer using the provided configuration.
- create(LogObserverConfig) - Static method in class io.helidon.webserver.observe.log.LogObserver
-
Create a new Log observer using the provided configuration.
- create(MetricsObserverConfig) - Static method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Create a new Metrics observer using the provided configuration.
- create(ObserveFeatureConfig) - Static method in class io.helidon.webserver.observe.ObserveFeature
-
Create a new observe feature based on its configuration.
- create(Observer...) - Static method in class io.helidon.webserver.observe.ObserveFeature
-
Create a new support with default configuration and an explicit list of observers.
- create(TracingObserverConfig) - Static method in class io.helidon.webserver.observe.tracing.TracingObserver
-
Create a new Tracing observer using the provided configuration.
- create(SecurityFeatureConfig) - Static method in class io.helidon.webserver.security.SecurityFeature
-
Create a new instance from its configuration.
- create(MemoryCacheConfig) - Static method in class io.helidon.webserver.staticcontent.MemoryCache
-
Create a new memory cache from its configuration.
- create(StaticContentConfig) - Static method in class io.helidon.webserver.staticcontent.StaticContentFeature
-
Create a new instance from its configuration.
- create(TemporaryStorageConfig) - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorage
-
Create a new instance from its configuration.
- create(StuckThreadDetectionConfig) - Static method in class io.helidon.webserver.StuckThreadDetectionFeature
-
Create a stuck thread detection feature from its configuration prototype.
- create(TcpTransportConfig) - Static method in class io.helidon.webserver.TcpTransportBindingFactory
-
Create a TCP transport binding factory.
- create(TransportBindingContext) - Method in interface io.helidon.webserver.spi.TransportBindingFactory
-
Create a binding for the transport.
- create(TransportBindingContext) - Method in class io.helidon.webserver.TcpTransportBindingFactory
- create(TransportBindingContext) - Method in class io.helidon.webserver.UdsTransportBindingFactory
- create(UdsTransportConfig) - Static method in class io.helidon.webserver.UdsTransportBindingFactory
-
Create a Unix domain socket transport binding factory.
- create(WebServerConfig) - Static method in interface io.helidon.webserver.WebServer
-
Create a new web server from its configuration.
- create(WsConfig) - Static method in class io.helidon.webserver.websocket.WsUpgrader
-
WebSocket upgrader for HTTP/1.
- create(WsConfig, ProtocolConfigs) - Method in class io.helidon.webserver.websocket.WsUpgradeProvider
- create(WsRouting) - Static method in class io.helidon.webserver.testing.junit5.websocket.DirectWsClient
-
Create a new client based on the provided routing.
- create(OpenTelemetry, Tracer, Map) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Wrap an open telemetry tracer.
- create(Span) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Wrap an open telemetry span.
- create(SpanBuilder, Tracer) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Wrap an open telemetry span builder.
- create(Span, Baggage) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Wrap an open telemetry span.
- create(Context) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Wrap an Open Telemetry context.
- create(Jsonb) - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new
JsonbSupport. - create(InputStream) - Static method in interface io.helidon.json.JsonParser
-
Create a new JSON parser from an input stream with default buffer size.
- create(InputStream) - Static method in class io.helidon.json.smile.SmileParser
-
Create a Smile parser from an input stream.
- create(InputStream, int) - Static method in interface io.helidon.json.JsonParser
-
Create a new JSON parser from an input stream with specified buffer size.
- create(InputStream, int) - Static method in class io.helidon.json.smile.SmileParser
-
Create a Smile parser from an input stream.
- create(InputStream, MediaType) - Static method in class io.helidon.config.ConfigSources
- create(InputStream, MediaType, Object) - Static method in interface io.helidon.config.spi.ConfigParser.Content
-
Create content from data, media type and a stamp.
- create(OutputStream) - Static method in interface io.helidon.json.JsonGenerator
-
Create a
JsonGeneratorinstance to write to the providedOutputStream. - create(OutputStream) - Static method in class io.helidon.json.smile.SmileGenerator
-
Create a
JsonGeneratorinstance producing Smile binary JSON into the providedOutputStream. - create(OutputStream, boolean) - Static method in interface io.helidon.json.JsonGenerator
-
Create a
JsonGeneratorinstance to write to the providedOutputStream. - create(OutputStream, SmileConfig) - Static method in class io.helidon.json.smile.SmileGenerator
-
Create a
JsonGeneratorinstance producing Smile binary JSON into the providedOutputStream. - create(Reader) - Static method in class io.helidon.config.spi.OverrideSource.OverrideData
-
Creates
OverrideDatafrom aReader. - create(Reader) - Static method in interface io.helidon.json.JsonParser
-
Create a new JSON parser from a reader.
- create(Writer) - Static method in interface io.helidon.json.JsonGenerator
-
Create a
JsonGeneratorinstance to write to the providedWriter. - create(Writer, boolean) - Static method in interface io.helidon.json.JsonGenerator
-
Create a
JsonGeneratorinstance to write to the providedWriter. - create(Annotation) - Static method in class io.helidon.metadata.reflection.AnnotationFactory
-
Create a Helidon annotation from Java annotation instance.
- create(CharSequence) - Static method in interface io.helidon.data.codegen.query.Property
-
Create entity property from single name element.
- create(CharSequence[]) - Static method in interface io.helidon.data.codegen.query.Property
-
Create entity property from an array of name elements.
- create(CharSequence, CharSequence) - Static method in class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder.MethodParameter
-
Creates an instance of method parameter.
- create(Class) - Static method in class io.helidon.codegen.classmodel.Annotation
-
New
Annotationinstance based on the type. - create(Class) - Static method in interface io.helidon.service.registry.Lookup
-
Create service lookup from a contract type.
- create(Class) - Static method in interface io.helidon.validation.ValidationContext
-
Create a new validation context for a given root type, where we do not have an instance to serve as root.
- create(Class, Object) - Static method in interface io.helidon.validation.ValidationContext
-
Create a new validation context for a given root type and object.
- create(Class) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with no value.
- create(Class) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a qualifier from an annotation.
- create(Class, String) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with a value.
- create(Class, String) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a qualifier with a value from an annotation.
- create(Class, Map) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with a value.
- create(Class) - Static method in class io.helidon.common.GenericType
-
Constructs a new generic type instance representing the given class.
- create(Class) - Static method in class io.helidon.common.HelidonServiceLoader
-
A shortcut method to create a service loader based on the provider interface directly.
- create(Class, ErrorHandler) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for an error handler.
- create(Class, BiConsumer) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes type request entity and
ServerResponse. - create(Class, Consumer) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes typed request entity and sends
Status.OK_200. - create(Class, Function) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes typed request entity and produces an entity object.
- create(Class, T) - Static method in interface io.helidon.common.types.AnnotationProperty
-
Create a new enum property.
- create(Class, T) - Static method in interface io.helidon.common.types.EnumValue
-
Create a new enum value.
- create(Iterable) - Static method in interface io.helidon.common.reactive.Multi
-
Create a
Multiinstance that publishes the given iterable. - create(ThreadMXBean) - Static method in class io.helidon.health.checks.DeadlockHealthCheck
-
Create a new deadlock health check to use.
- create(Object) - Static method in class io.helidon.common.testing.junit5.InMemoryLoggingHandler
-
Creates a new in-memory logging handler and attaches it to the logger named after the class name of the specified object.
- create(Object) - Static method in interface io.helidon.common.types.AnnotationProperty
-
Create a new annotation property.
- create(Object) - Static method in class io.helidon.http.sse.SseEvent
-
Creates a new SSE event with data.
- create(Object, MediaType) - Static method in class io.helidon.http.sse.SseEvent
-
Creates a new SSE event with data and media type.
- create(Object, TypeName, String) - Static method in interface io.helidon.common.types.AnnotationProperty
-
Create a new annotation property with a constant value.
- create(AnnotatedElement) - Static method in class io.helidon.metadata.reflection.AnnotationFactory
-
Create Helidon annotations from Java annotated element (method, field, class).
- create(Field) - Static method in class io.helidon.metadata.reflection.TypedElementFactory
-
Create an element info from a field.
- create(Method) - Static method in class io.helidon.metadata.reflection.TypedElementFactory
-
Create an element info from method.
- create(Parameter) - Static method in class io.helidon.metadata.reflection.TypedElementFactory
-
Create an element info from parameter.
- create(Type) - Static method in class io.helidon.common.GenericType
-
Constructs a new generic type, using the provided generic type information and deriving the class.
- create(Type) - Static method in interface io.helidon.common.types.ResolvedType
-
Create a type name from a type (such as class).
- create(Type) - Static method in interface io.helidon.common.types.TypeName
-
Create a type name from a type (such as class).
- create(Runnable) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that only runs code and returns
Status.OK_200. - create(String) - Static method in class io.helidon.codegen.classmodel.TypeArgument
-
Creates new
TypeArgumentinstance based on the provided token. - create(String) - Static method in class io.helidon.codegen.JavadocReader
-
Create a new instance.
- create(String) - Static method in class io.helidon.common.Base64Value
-
Create a base64 value from plain text.
- create(String) - Static method in interface io.helidon.common.buffers.BufferData
-
Create buffer data from a string.
- create(String) - Static method in interface io.helidon.common.concurrency.limits.Limit.InitializationContext
-
Create a limit context with no metric tags.
- create(String) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from classpath.
- create(String) - Static method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Create a new thread pool supplier with default configuration and a given name.
- create(String) - Static method in class io.helidon.common.crypto.HashDigest
-
Create a new instance of this class based on selected algorithm.
- create(String) - Static method in class io.helidon.common.media.type.MediaTypes
-
Create a new media type from the full media type string.
- create(String) - Static method in interface io.helidon.common.types.ResolvedType
-
Creates a type name from a fully qualified class name.
- create(String) - Static method in interface io.helidon.common.types.TypeName
-
Creates a type name from a fully qualified class name.
- create(String) - Static method in class io.helidon.common.uri.UriAuthority
-
Parse and normalize authority text.
- create(String) - Static method in class io.helidon.common.uri.UriFragment
-
Create a fragment from raw value.
- create(String) - Static method in class io.helidon.common.uri.UriHost
-
Create a normalized host.
- create(String) - Static method in interface io.helidon.common.uri.UriPath
-
Create a new path from its raw representation.
- create(String) - Static method in interface io.helidon.common.uri.UriPathSegment
-
Create a new path segment from raw (encoded) segment value that may contain matrix parameters.
- create(String) - Static method in interface io.helidon.common.uri.UriQuery
-
Create a new HTTP query from the query string.
- create(String) - Static method in class io.helidon.config.ClasspathConfigSource
-
Create a config source for the first resource on the classpath.
- create(String) - Static method in interface io.helidon.config.Config.Key
-
Creates new instance of Key for specified
keyliteral. - create(String) - Static method in interface io.helidon.config.spi.ConfigNode.ValueNode
-
Create new instance of the
ConfigNode.ValueNodefrom specified Stringvalue. - create(String) - Static method in class io.helidon.config.ValueNodeImpl
-
Create a value node for the provided value.
- create(String) - Method in interface io.helidon.data.jdbc.JdbcClient
-
Creates a description of one JDBC statement from positional SQL.
- create(String) - Static method in interface io.helidon.data.Order
-
Create new instance of order definition with default direction and case-sensitivity.
- create(String) - Static method in class io.helidon.http.Forwarded
-
Create forwarded from a value of a single forwarded header, such as
by=a.b.c;for=d.e.f;host=host;proto=https. - create(String) - Static method in class io.helidon.http.HeaderNames
-
Find or create a header name.
- create(String) - Static method in interface io.helidon.http.HttpMediaType
-
Parse media type from the provided string.
- create(String) - Static method in class io.helidon.http.Method
-
Create new HTTP request method instance from the provided name.
- create(String) - Static method in class io.helidon.http.PathMatchers
-
Create a path matcher from a path pattern.
- create(String) - Static method in class io.helidon.json.JsonKey
-
Create a new precomputed JSON key.
- create(String) - Static method in interface io.helidon.json.JsonParser
-
Create a new JSON parser from a JSON string.
- create(String) - Static method in class io.helidon.json.JsonString
-
Create a JsonString from a String value.
- create(String) - Static method in class io.helidon.messaging.MessageHeaderValue.TextValue
-
Create a text value.
- create(String) - Static method in interface io.helidon.security.Principal
-
Create a principal instance for an id (or name).
- create(String) - Static method in class io.helidon.security.Role
-
Create a role based on a name without any attributes.
- create(String) - Static method in interface io.helidon.tracing.TracerBuilder
-
Create a new builder for the service name.
- create(String) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.SingleSupplier
-
Creates a single supplier.
- create(String) - Static method in class io.helidon.webserver.accesslog.HeaderLogEntry
-
Create a header log entry for a specified header name with default configuration.
- create(String) - Static method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Create a new classpath based static content configuration from the defined location.
- create(String...) - Static method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Create roles config from an array of allowed roles.
- create(String...) - Static method in class io.helidon.security.abac.scope.ScopeValidator.ScopesConfig
-
Create an instance from an array of scopes.
- create(StringBuilder) - Static method in class io.helidon.codegen.JavadocWriter
-
Create a new instance.
- create(String, boolean) - Static method in interface io.helidon.common.uri.UriQuery
-
Create a new HTTP query from the query string, validating if requested.
- create(String, boolean) - Static method in class io.helidon.tracing.Tag
-
Create a boolean tag.
- create(String, byte[]) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from binary content.
- create(String, byte[]) - Static method in class io.helidon.messaging.MessageHeader
-
Create a binary header entry.
- create(String, byte[]) - Static method in class io.helidon.messaging.MessageHeaderValue.NativeValue
-
Create an immutable transport-specific encoded value.
- create(String, int) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- create(String, int, Duration) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Socket client that allows sending any content.
- create(String, int, Duration, Consumer) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Socket client that allows sending any content with custom socket configuration.
- create(String, long) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- create(String, GenericType) - Static method in interface io.helidon.messaging.MessagingChannel
-
Create a channel handle preserving the complete payload type.
- create(String, MediaType) - Static method in class io.helidon.config.ConfigSources
- create(String, ParserMode) - Static method in class io.helidon.common.media.type.MediaTypes
-
Create a new media type from the full media type string.
- create(String, ParserMode) - Static method in interface io.helidon.http.HttpMediaType
-
Parse media type from the provided string.
- create(String, Config) - Method in interface io.helidon.config.spi.ChangeWatcherProvider
-
Create an instance of the meta configurable using the provided meta configuration.
- create(String, Config) - Method in interface io.helidon.config.spi.ConfigSourceProvider
-
Create an instance of the meta configurable using the provided meta configuration.
- create(String, Config) - Method in interface io.helidon.config.spi.OverrideSourceProvider
-
Create an instance of the meta configurable using the provided meta configuration.
- create(String, Config) - Method in interface io.helidon.config.spi.PollingStrategyProvider
-
Create an instance of the meta configurable using the provided meta configuration.
- create(String, Config) - Method in interface io.helidon.config.spi.RetryPolicyProvider
-
Create an instance of the meta configurable using the provided meta configuration.
- create(String, Config) - Static method in class io.helidon.tracing.config.ComponentTracingConfig
-
Create a new traced component configuration from
Config. - create(String, Config) - Static method in class io.helidon.tracing.config.SpanLogTracingConfig
-
Create a new traced span log configuration from configuration.
- create(String, Config) - Static method in class io.helidon.tracing.config.SpanTracingConfig
-
Create traced span from configuration.
- create(String, ConfigSource) - Static method in class io.helidon.config.PrefixedConfigSource
-
Create a new prefixed config source.
- create(String, OrderDirection) - Static method in interface io.helidon.data.Order
-
Create new instance of order definition with default case-sensitivity.
- create(String, OrderDirection, boolean) - Static method in interface io.helidon.data.Order
-
Create new instance of order definition.
- create(String, MessageHeaderValue) - Static method in class io.helidon.messaging.MessageHeader
-
Create a header entry.
- create(String, TokenHandler) - Static method in class io.helidon.security.QueryParamMapping
-
Create a new mapping for a query parameter and
TokenHandlerto extract the parameter and store it as a new header with possible transformation. - create(String, TokenHandler) - Static method in class io.helidon.webserver.security.SecurityHandler.QueryParamHandler
-
Create an instance from parameter name and explicit
TokenHandler. - create(String, HttpService...) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for service(s) with a path.
- create(String, Http1Config, ProtocolConfigs) - Method in class io.helidon.webserver.http1.Http1ConnectionProvider
- create(String, Http2Config, ProtocolConfigs) - Method in class io.helidon.webserver.http2.Http2ConnectionProvider
- create(String, WsListener) - Static method in class io.helidon.webserver.websocket.WsRoute
-
Create a new WebSocket route for a specific path.
- create(String, InputStream) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from binary content from an input stream, using
Resource.Source.UNKNOWNtype. - create(String, Boolean) - Static method in class io.helidon.messaging.MessageHeader
-
Create a boolean header entry.
- create(String, Byte) - Static method in class io.helidon.messaging.MessageHeader
-
Create an integer header entry.
- create(String, Class) - Static method in interface io.helidon.messaging.MessagingChannel
-
Create a typed channel handle.
- create(String, Double) - Static method in class io.helidon.messaging.MessageHeader
-
Create a 64-bit IEEE 754 floating-point header entry.
- create(String, Float) - Static method in class io.helidon.messaging.MessageHeader
-
Create a 32-bit IEEE 754 floating-point header entry.
- create(String, Integer) - Static method in class io.helidon.messaging.MessageHeader
-
Create an integer header entry.
- create(String, Iterable) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(String, Long) - Static method in class io.helidon.messaging.MessageHeader
-
Create an integer header entry.
- create(String, Number) - Static method in class io.helidon.tracing.Tag
-
Create a numeric tag.
- create(String, Short) - Static method in class io.helidon.messaging.MessageHeader
-
Create an integer header entry.
- create(String, String) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from text content (e.g.
- create(String, String) - Static method in class io.helidon.common.media.type.MediaTypes
-
Create media type from the type and subtype.
- create(String, String) - Static method in interface io.helidon.declarative.codegen.model.http.ComputedHeader
-
Create a new computed header instance.
- create(String, String) - Static method in class io.helidon.http.HeaderNames
-
Find or create a header name.
- create(String, String) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- create(String, String) - Static method in class io.helidon.http.SetCookie
-
Creates new instance.
- create(String, String) - Static method in class io.helidon.messaging.MessageHeader
-
Create a text header entry.
- create(String, String) - Static method in interface io.helidon.metrics.api.Tag
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MetricsFactory.tagCreate(String, String)instead - create(String, String) - Static method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
Create basic outbound configuration for an explicit user and password.
- create(String, String) - Static method in class io.helidon.security.QueryParamMapping
-
Create a new mapping for a query parameter and a header name.
- create(String, String) - Static method in class io.helidon.tracing.Tag
-
Create a string tag.
- create(String, String) - Static method in class io.helidon.webserver.observe.DisabledObserverFeature
-
Create a new disabled feature.
- create(String, String...) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(String, String, boolean) - Static method in interface io.helidon.codegen.Option
-
Create a new boolean option.
- create(String, String, int) - Static method in interface io.helidon.codegen.Option
-
Create a new int option.
- create(String, String, int, Tls, DnsResolver, DnsAddressLookup, Proxy) - Static method in class io.helidon.webclient.api.ConnectionKey
-
Create new instance of the
ConnectionKey. - create(String, String, MethodDescriptor.Builder) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new
GrpcClientMethodDescriptor.Builderwith the specified name andMethodDescriptor. - create(String, String, DbClientContext) - Static method in class io.helidon.dbclient.DbExecuteContext
-
Create a new execution context.
- create(String, String, String) - Static method in interface io.helidon.codegen.Option
-
Create a new String option.
- create(String, String, String) - Static method in class io.helidon.webserver.http.DirectTransportRequest
-
Create a new request from as much known information as possible.
- create(String, String, String, Method, UriPath, UriQuery, UriFragment) - Static method in class io.helidon.http.HttpPrologue
-
Create a new prologue with decoded values.
- create(String, String, String, Method, String, boolean) - Static method in class io.helidon.http.HttpPrologue
-
Create a new prologue.
- create(String, String, Instant, Instant) - Static method in class io.helidon.security.providers.common.TokenCredential
-
Creates a new token credential for the specified token.
- create(String, String, T, Function, GenericType) - Static method in interface io.helidon.codegen.Option
-
Create a new option with a custom mapper.
- create(String, BigDecimal) - Static method in class io.helidon.messaging.MessageHeader
-
Create an arbitrary-precision decimal header entry.
- create(String, BigInteger) - Static method in class io.helidon.messaging.MessageHeader
-
Create an arbitrary-precision integer header entry.
- create(String, Instant) - Static method in class io.helidon.messaging.MessageHeader
-
Create a timestamp header entry.
- create(String, Collection) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(String, Supplier) - Static method in class io.helidon.webserver.websocket.WsRoute
-
Create a new WebSocket route for a specific path.
- create(String, List) - Static method in interface io.helidon.common.concurrency.limits.Limit.InitializationContext
-
Create a limit context with metric tags.
- create(String, List, Supplier) - Static method in interface io.helidon.common.concurrency.limits.Limit.InitializationContext
-
Create a limit context with metric tags and a meter registry supplier.
- create(String, Map) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map.
- create(String, Map, String...) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map.
- create(String, UUID) - Static method in class io.helidon.messaging.MessageHeader
-
Create a UUID header entry.
- create(String, T, GenericType, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create a value backed by data.
- create(String, T, GenericType, String...) - Static method in interface io.helidon.common.mapper.Value
-
Create a value backed by data.
- create(String, T, ProtocolConfigs) - Method in interface io.helidon.webserver.spi.ServerConnectionSelectorProvider
-
Creates an instance of server connection selector.
- create(String, T, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create a value backed by data.
- create(String, T, String...) - Static method in interface io.helidon.common.mapper.Value
-
Create a value backed by data.
- create(System.Logger) - Static method in interface io.helidon.codegen.CodegenLogger
-
Create a new logger backed by
System.Logger. - create(BigDecimal) - Static method in class io.helidon.json.JsonNumber
-
Create a JsonNumber from a BigDecimal value.
- create(BigDecimal) - Static method in class io.helidon.messaging.MessageHeaderValue.DecimalValue
-
Create an arbitrary-precision decimal value.
- create(BigDecimal, Size.Unit) - Static method in interface io.helidon.common.Size
-
Create a new size from amount and unit.
- create(BigInteger) - Static method in class io.helidon.messaging.MessageHeaderValue.IntegerValue
-
Create an arbitrary-precision integer value.
- create(URI) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from URI provided.
- create(URI) - Static method in interface io.helidon.common.uri.UriQuery
-
Create URI query from a URI instance.
- create(URI) - Static method in class io.helidon.webclient.api.ClientUri
-
Create a new client URI from an existing URI.
- create(URI, Proxy) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from URI provided with an explicit proxy server.
- create(ByteBuffer) - Static method in interface io.helidon.http.DataChunk
-
Creates a simple
ByteBufferbacked data chunk. - create(ByteBuffer...) - Static method in interface io.helidon.http.DataChunk
-
Creates a data chunk backed by one or more ByteBuffer.
- create(Path) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from file system.
- create(Path) - Static method in interface io.helidon.webserver.staticcontent.FileSystemHandlerConfig
-
Create a new file system based static content configuration from the defined location.
- create(Duration) - Static method in interface io.helidon.faulttolerance.Timeout
-
Create a
Timeoutwith specified timeout. - create(Duration, Runnable) - Static method in class io.helidon.common.task.DeadlineGuard
-
Creates a new guard and starts its timeout immediately.
- create(Instant) - Static method in class io.helidon.messaging.MessageHeaderValue.TimestampValue
-
Create a timestamp value.
- create(Collection) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.OrderedSupplier
-
Creates an ordered supplier.
- create(Collection) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.RandomSupplier
-
Creates a random supplier.
- create(Collection) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.RoundRobinSupplier
-
Creates a round-robin supplier.
- create(Collection) - Static method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Create roles config from a collection of allowed roles.
- create(CompletionStage) - Static method in interface io.helidon.common.reactive.OptionalCompletionStage
-
Creates a new instance of the completion stage that allows processing of cases when the element is present and when not.
- create(CompletionStage) - Static method in interface io.helidon.common.reactive.Multi
-
Wrap a CompletionStage into a Multi and signal its outcome non-blockingly.
- create(CompletionStage) - Static method in interface io.helidon.common.reactive.Single
-
Wrap a CompletionStage into a Multi and signal its outcome non-blockingly.
- create(CompletionStage, boolean) - Static method in interface io.helidon.common.reactive.Multi
-
Wrap a CompletionStage into a Multi and signal its outcome non-blockingly.
- create(CompletionStage, boolean) - Static method in interface io.helidon.common.reactive.Single
-
Wrap a CompletionStage into a Multi and signal its outcome non-blockingly.
- create(ExecutorService, HelidonSocket, int, boolean) - Static method in class io.helidon.common.socket.SocketWriter
-
Create a new socket writer.
- create(Flow.Publisher) - Static method in interface io.helidon.common.reactive.Multi
-
Create a
Multiinstance wrapped around the given publisher. - create(Flow.Publisher) - Static method in interface io.helidon.common.reactive.Single
-
Create a
Singleinstance that publishes the first and only item received from the given publisher. - create(Flow.Publisher, Flow.Publisher) - Static method in class io.helidon.common.reactive.ConcatPublisher
-
Create new
ConcatPublisher. - create(Flow.Subscriber) - Static method in class io.helidon.common.reactive.SequentialSubscriber
-
Wrapper
Flow.SubscriberensuringOnSubscribe,onNext,onErrorandonCompleteto be signaled serially. - create(Semaphore) - Static method in class io.helidon.common.concurrency.limits.FixedLimit
-
Create an instance from the provided semaphore.
- create(Semaphore) - Static method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Create an instance from the provided semaphore.
- create(Consumer) - Static method in class io.helidon.common.concurrency.limits.AimdLimit
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.common.concurrency.limits.FixedLimit
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.common.configurable.AllowList
-
Create a new allow list customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.common.configurable.Resource
-
Create a new resource, updating its configuration.
- create(Consumer) - Static method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Create a new thread pool supplier customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.common.mapper.Mappers
-
Create new
Mapperscustomizing its configuration. - create(Consumer) - Static method in class io.helidon.common.tls.Tls
-
Create TLS customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.data.jdbc.JdbcClient
-
Creates a JDBC client after updating a new builder.
- create(Consumer) - Static method in interface io.helidon.faulttolerance.Async
-
Create a new Async customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.faulttolerance.Bulkhead
-
Create
Bulkheadcustomizing its configuration. - create(Consumer) - Static method in interface io.helidon.faulttolerance.CircuitBreaker
-
Create a new circuit breaker with a possibility to customize its configuration.
- create(Consumer) - Static method in interface io.helidon.faulttolerance.Fallback
-
Create a fallback and customize its configuration.
- create(Consumer) - Static method in interface io.helidon.faulttolerance.Retry
-
Create a new retry with customized configuration.
- create(Consumer) - Static method in interface io.helidon.faulttolerance.Timeout
-
Create a timeout with a possibility to customize its configuration.
- create(Consumer) - Static method in interface io.helidon.http.encoding.ContentEncodingContext
-
Create media context, customizing its configuration.
- create(Consumer) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new customized
JacksonSupport. - create(Consumer) - Static method in class io.helidon.http.media.json.binding.JsonBindingSupport
-
Create a new Helidon JSON support using a configuration consumer.
- create(Consumer) - Static method in class io.helidon.http.media.json.smile.SmileSupport
-
Create a new Smile support using a configuration consumer.
- create(Consumer) - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new customized
JsonbSupport. - create(Consumer) - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Creates a new customized
JsonpSupport. - create(Consumer) - Static method in interface io.helidon.http.media.MediaContext
-
Create media context, customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.json.binding.JsonBinding
-
Create a JsonBinding instance using the provided consumer to configure it.
- create(Consumer) - Static method in interface io.helidon.messaging.MessagingGraph
-
Create a graph with customized configuration.
- create(Consumer) - Static method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
-
Creates a new OTLP publisher using a new builder and applying a consumer of the builder.
- create(Consumer) - Static method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
-
Creates a Prometheus publisher using a new builder and applying a consumer of the builder.
- create(Consumer) - Static method in class io.helidon.openapi.OpenApiFeature
-
Create a new instance with custom configuration.
- create(Consumer) - Static method in class io.helidon.openapi.v30.OpenApi30Version
-
Create a new OpenAPI 3.0 version implementation with custom configuration.
- create(Consumer) - Static method in class io.helidon.openapi.v31.OpenApi31Version
-
Create a new OpenAPI 3.1 version implementation with custom configuration.
- create(Consumer) - Static method in class io.helidon.openapi.v32.OpenApi32Version
-
Create a new OpenAPI 3.2 version implementation with custom configuration.
- create(Consumer) - Static method in interface io.helidon.scheduling.Cron
-
Create a cron task from configuration.
- create(Consumer) - Static method in interface io.helidon.scheduling.FixedRate
-
Create a fixed rate task from configuration.
- create(Consumer) - Static method in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Builds a new
HelidonOpenTelemetryinstance by revising and then building the supplied builder. - create(Consumer) - Static method in interface io.helidon.validation.ValidationContext
-
Create a new validation context customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.webclient.api.WebClient
-
Create a new webclient, customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webclient.api.WebClientCookieManager
-
Create a cookie manager updating its configuration.
- create(Consumer) - Static method in class io.helidon.webclient.context.WebClientContextService
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.webclient.discovery.WebClientDiscovery
-
A convenience method that calls the
WebClientDiscovery.builder()method, updates it using the suppliedConsumer, invokes itsbuild()method, and returns the result. - create(Consumer) - Static method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.webclient.http1.Http1Client
-
Create a new HTTP/1.1 client customizing configuration.
- create(Consumer) - Static method in interface io.helidon.webclient.http2.Http2Client
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.webclient.websocket.WsClient
-
Create a new WebSocket client customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.accesslog.AccessLogFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.concurrency.limits.LimitsFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.cors.CorsFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.grpc.GrpcReflectionFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Create a new handler, customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.hsts.HstsFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.http.AltSvc
-
Create by customizing the configuration builder.
- create(Consumer) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes a
ServerRequestand returnsStatus.OK_200. - create(Consumer) - Static method in class io.helidon.webserver.observe.config.ConfigObserver
-
Create a new Config observer customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.observe.health.HealthObserver
-
Create a new Health observer customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.observe.info.InfoObserver
-
Create a new Info observer customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.observe.log.LogObserver
-
Create a new Log observer customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Create a new Metrics observer customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.observe.ObserveFeature
-
Create a new observe feature customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.observe.tracing.TracingObserver
-
Create a new Tracing observer customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.security.SecurityFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.security.SecurityHandler
-
Create a new instance, customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.staticcontent.MemoryCache
-
Create a new memory cache customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.staticcontent.StaticContentFeature
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorage
-
Create a new instance customizing its configuration.
- create(Consumer) - Static method in class io.helidon.webserver.StuckThreadDetectionFeature
-
Create a stuck thread detection feature, customizing its configuration.
- create(Consumer) - Static method in interface io.helidon.webserver.WebServer
-
Create a new webserver customizing its configuration.
- create(Consumer, UnaryOperator, ContentDecoder, Function, Runnable, ServerRequestHeaders, MediaContext, long) - Static method in class io.helidon.webserver.http.ServerRequestEntity
- create(Consumer, UnaryOperator, ContentDecoder, Function, Runnable, ServerRequestHeaders, MediaContext, long, long) - Static method in class io.helidon.webserver.http.ServerRequestEntity
-
Create a new entity.
- create(Function, Function) - Static method in class io.helidon.security.spi.EncryptionProvider.EncryptionSupport
-
Create a new support based on encrypt and decrypt functions.
- create(Function) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes a
ServerRequestand returns an entity object. - create(Function) - Static method in interface io.helidon.webserver.http.HttpServiceLocator
-
Create a service locator from a locating function.
- create(Function, Runnable, ClientRequestHeaders, ClientResponseHeaders, MediaContext, long) - Static method in class io.helidon.webclient.api.ClientResponseEntity
-
Create a new client response entity.
- create(Supplier) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that produces an entity.
- create(Supplier...) - Static method in interface io.helidon.config.Config
-
Creates a new
Configloaded from environment variables, system properties, and the specifiedConfigSources. - create(Supplier) - Static method in interface io.helidon.common.reactive.Single
-
Create a
Singleinstance that publishes result of the given supplier to its subscriber(s). - create(Supplier) - Static method in class io.helidon.common.buffers.DataReader
-
Data reader from a supplier of bytes.
- create(Supplier, boolean) - Static method in class io.helidon.common.buffers.DataReader
-
Data reader from a supplier of bytes.
- create(Supplier, boolean) - Static method in class io.helidon.webserver.RequestScopeFeature
-
Create a request scope feature for Helidon declarative.
- create(Supplier) - Static method in interface io.helidon.common.LazyValue
-
Create a lazy value from a supplier.
- create(UnaryOperator, UnaryOperator, Function, Runnable, ServerRequestHeaders, MediaContext, long) - Static method in class io.helidon.webserver.http2.Http2ServerRequestEntity
- create(UnaryOperator, UnaryOperator, Function, Runnable, ServerRequestHeaders, MediaContext, long, long) - Static method in class io.helidon.webserver.http2.Http2ServerRequestEntity
-
Create a new entity.
- create(List) - Static method in class io.helidon.json.JsonArray
-
Create a JsonArray from a list of JsonValue instances.
- create(List) - Static method in class io.helidon.messaging.MessageBatch
-
Create an immutable batch by copying the supplied message list.
- create(List) - Static method in interface io.helidon.messaging.MessageHeaders
-
Create an immutable ordered snapshot.
- create(List) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of HSON values.
- create(List) - Static method in interface io.helidon.common.buffers.BufferData
-
Create composite buffer data from a list.
- create(List) - Static method in interface io.helidon.common.LazyList
-
Create wrapper from provided list of
LazyValues. - create(List) - Static method in interface io.helidon.data.Sort
-
Create new instance of query result ordering.
- create(List) - Static method in interface io.helidon.http.http1.Http1ConnectionListener
-
Create a new composite listener.
- create(List) - Static method in interface io.helidon.http.http2.Http2FrameListener
-
Create a new composite listener.
- create(List) - Static method in class io.helidon.security.abac.scope.ScopeValidator.ScopesConfig
-
Create an instance from a list of annotations.
- create(List) - Static method in interface io.helidon.webserver.http1.Http1ConnectionListener
-
Create a new listener from a list of listeners.
- create(List) - Static method in class io.helidon.webserver.ProtocolConfigs
-
Create new protocol configuration handler.
- create(List) - Static method in class io.helidon.webserver.ConnectionProviders
-
Create a new connection providers instance.
- create(List) - Static method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
-
Create a config with required headers only (e.g.
- create(List, List) - Static method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
-
Create a new instance with both required headers and headers that are signed only if present in request.
- create(List) - Static method in class io.helidon.config.spi.OverrideSource.OverrideData
-
Creates
OverrideDatafrom aListof predicate/replacement pairs. - create(Logger) - Static method in class io.helidon.common.testing.junit5.InMemoryLoggingHandler
-
Creates a new in-memory logging handler and attaches it to the specified logger.
- create(Map) - Static method in interface io.helidon.service.registry.DependencyContext
-
Create a new instance from a prepared map of dependencies.
- create(Map) - Static method in class io.helidon.webserver.http.ErrorHandlers
-
Create error handlers.
- create(Map) - Static method in class io.helidon.config.ObjectNodeBuilderImpl
-
Creates new instance of the builder initialized from original map of members.
- create(Map, Function) - Static method in class io.helidon.config.ObjectNodeBuilderImpl
-
Creates new instance of the builder initialized from original map of members.
- create(Map) - Static method in class io.helidon.json.JsonObject
-
Create a JsonObject from a map of string keys to JsonValue instances.
- create(Map) - Static method in class io.helidon.config.ConfigSources
- create(Map) - Static method in class io.helidon.config.MapConfigSource
-
Create a new config source from the provided map.
- create(Map) - Static method in class io.helidon.config.OverrideSources
-
Creates a new instance od
OverrideSourcefrom a map of wildcards to values. - create(Map, String) - Static method in class io.helidon.config.ConfigSources
- create(Map) - Static method in interface io.helidon.tracing.HeaderConsumer
-
Create a header consumer over a map of headers (must be mutable).
- create(Map) - Static method in interface io.helidon.tracing.HeaderProvider
-
Header provider from an existing map of headers (can be read only).
- create(Properties) - Static method in class io.helidon.config.ConfigSources
- create(Properties) - Static method in class io.helidon.config.MapConfigSource
-
Create a new config source from the provided properties.
- create(Properties) - Static method in class io.helidon.config.PropertiesFilter
-
Create a
PropertiesFilterinstance. - create(Properties, String) - Static method in class io.helidon.config.ConfigSources
- create(ServiceLoader) - Static method in class io.helidon.common.HelidonServiceLoader
-
Create a weighted service loader from a Java Service loader.
- create(Set, Set) - Static method in interface io.helidon.faulttolerance.ErrorChecker
-
Returns ErrorChecker that skips if throwable is in skipOnSet or if applyOnSet is not empty and throwable is not in it.
- create(Collector, StreamObserver) - Static method in class io.helidon.grpc.core.CollectingObserver
-
Creates collecting observer from a collector and another observer.
- create(Collector, StreamObserver, Consumer) - Static method in class io.helidon.grpc.core.CollectingObserver
-
Creates collecting observer from a collector, another observer and an error handler.
- create(Collector, StreamObserver, Function, Function) - Static method in class io.helidon.grpc.core.CollectingObserver
-
Creates collecting observer from a collector, another observer and converters.
- create(Stream, long) - Static method in interface io.helidon.dbclient.DbResultDml
-
Create new instance of DML statement execution result.
- create(Stream) - Static method in interface io.helidon.common.reactive.Multi
- create(UUID) - Static method in class io.helidon.messaging.MessageHeaderValue.UuidValue
-
Create a UUID value.
- create(N) - Static method in class io.helidon.common.GenericType
-
Constructs a new generic type instance representing the class of the given object.
- create(T) - Static method in interface io.helidon.common.LazyValue
-
Create a lazy value from a value.
- create(T) - Static method in interface io.helidon.messaging.Message
-
Create a payload-only message.
- create(T) - Method in interface io.helidon.tracing.Tag.TagSource
-
Create a tag with value.
- create(T...) - Static method in class io.helidon.security.ClassToInstanceStore
-
Create a new instance based on explicit instances.
- create(T, LimitAlgorithm.Outcome) - Static method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Result
-
Creates a new
Resultcombining the return value from theCallableand the limit algorithmLimitAlgorithm.Outcome. - create(T, ChangeEventType) - Static method in interface io.helidon.config.spi.ChangeWatcher.ChangeEvent
-
Create a new change event that occurred right now.
- create(T, ChangeEventType, Instant) - Static method in interface io.helidon.config.spi.ChangeWatcher.ChangeEvent
-
Create a new change event.
- create(T, Qualifier...) - Static method in interface io.helidon.service.registry.Service.QualifiedInstance
-
Create a new qualified instance.
- create(T, ProtocolConfigs) - Method in interface io.helidon.webserver.http1.spi.Http1UpgradeProvider
-
Creates an instance of HTTP/HTTP/1.1 connection upgrader.
- create(T, ProtocolConfigs) - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolProvider
-
Creates an instance of HTTP/2 sub-protocol selector.
- create(T, Collection, double) - Static method in class io.helidon.service.registry.ExistingInstanceDescriptor
-
Create a new instance.
- create(T, Set) - Static method in interface io.helidon.service.registry.Service.QualifiedInstance
-
Create a new qualified instance.
- CREATE_FOR_NAME - Static variable in interface io.helidon.service.registry.Qualifier
-
Represents a qualifier used for injecting name of
Service.PerInstanceinstances. - CREATE_META_INF_SERVICES - Static variable in interface io.helidon.codegen.CodegenOptions
-
Codegen option to configure creation of META-INF services when module-info.java is present.
- createAccessModifier() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Access modifier.
- createAccessModifier() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
- createAccessModifier() - Method in interface io.helidon.builder.codegen.PrototypeConfigured
-
Access modifier.
- createAccessModifier(AccessModifier) - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Access modifier.
- createAll(Config) - Static method in class io.helidon.config.ClasspathConfigSource
-
Create config source for each resource on the classpath.
- createAll(String) - Static method in class io.helidon.config.ClasspathConfigSource
-
Create config source for each resource on the classpath.
- createAlternative(ResolvedClientTarget, boolean, String, Status, ClientResponseHeaders, Instant, UriAuthority) - Static method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Create response context for a request sent to an alternative service.
- CreateApplicationMojo - Class in io.helidon.service.maven.plugin
-
Maven goal to create application bindings (a mapping of services that satisfy injection points), and to create application main class (reflection-free registration of services).
- CreateApplicationMojo() - Constructor for class io.helidon.service.maven.plugin.CreateApplicationMojo
-
Default constructor.
- createAvg() - Static method in class io.helidon.data.codegen.query.ProjectionExpression
-
Create projection expression with
ProjectionOperator.Avgoperator. - createBigDecimal(Number) - Static method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
-
BigDecimalfactory method forNumber. - createBooleans(List) - Static method in class io.helidon.json.JsonArray
-
Create a JsonArray from a list of booleans.
- createBooleans(List) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of booleans.
- createBuilder() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
- createBuilder() - Method in interface io.helidon.tracing.spi.TracerProvider
-
Create a new builder for this tracer.
- createCached(HeaderName, boolean, boolean, String) - Static method in class io.helidon.http.HeaderValues
-
Create and cache byte value.
- createCached(HeaderName, int) - Static method in class io.helidon.http.HeaderValues
-
Create and cache byte value.
- createCached(HeaderName, long) - Static method in class io.helidon.http.HeaderValues
-
Create and cache byte value.
- createCached(HeaderName, String) - Static method in class io.helidon.http.HeaderValues
-
Create and cache byte value.
- createCached(String, int) - Static method in class io.helidon.http.HeaderValues
-
Create and cache byte value.
- createCached(String, long) - Static method in class io.helidon.http.HeaderValues
-
Create and cache byte value.
- createCached(String, String) - Static method in class io.helidon.http.HeaderValues
-
Create and cache byte value.
- createCaseSensitive(String) - Static method in class io.helidon.http.Method
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Method.create(String), which is case-sensitive - createComposite() - Static method in interface io.helidon.common.buffers.BufferData
-
Composite buffer data that are mutable.
- createComposite(BufferData) - Static method in interface io.helidon.common.buffers.BufferData
-
Composite buffer data that are mutable with initial value.
- createConnection() - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestClient
-
Create new low-level http/2 connection.
- createConnectionInBorrowThread() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Set this flag to
trueto make UCP use the borrowing thread to create new connections. - createConnectionInBorrowThread() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- createConnectionInBorrowThread() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Set this flag to
trueto make UCP use the borrowing thread to create new connections. - createConnectionInBorrowThread(boolean) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Set this flag to
trueto make UCP use the borrowing thread to create new connections. - createConstructor(List) - Static method in interface io.helidon.common.types.ElementSignature
-
A constructor signature.
- createContext(String) - Method in interface io.helidon.security.Security
-
Create a new security context with the defined id and all defaults.
- createCookie(String) - Method in class io.helidon.security.providers.oidc.common.OidcCookieHandler
-
SetCookiebuilder to set a new cookie, returns a future, as the value may need to be encrypted using a remote service. - createCount() - Static method in class io.helidon.data.codegen.query.ProjectionExpression
-
Create projection expression with
ProjectionOperator.Countoperator. - CREATED - Enum constant in enum class io.helidon.config.spi.ChangeEventType
-
The content is now present (was deleted).
- CREATED_201 - Static variable in class io.helidon.http.Status
-
201 Created, see HTTP/1.1 documentation.
- CREATED_201_CODE - Static variable in class io.helidon.http.Status
-
201 Created, see HTTP/1.1 documentation.
- createDelete(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a delete statement using a statement text.
- createDelete(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createDeserializer(GenericType) - Method in interface io.helidon.json.binding.JsonBindingFactory
-
Create a deserializer for the specified generic type.
- createDeserializer(Class) - Method in interface io.helidon.json.binding.JsonBindingFactory
-
Create a deserializer for the specified class type.
- createDmlStatement(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a data modification statement using a statement passed as an argument.
- createDmlStatement(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createDnsResolver() - Method in class io.helidon.webclient.dns.resolver.first.FirstDnsResolverProvider
- createDnsResolver() - Method in class io.helidon.webclient.dns.resolver.roundrobin.RoundRobinDnsResolverProvider
- createDnsResolver() - Method in interface io.helidon.webclient.spi.DnsResolverProvider
-
Create new instance of the
DnsResolver. - createEmpty(String, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create an empty value.
- createEmptyCreate() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to create an empty
create()method. - createEmptyCreate() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- createEmptyCreate() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Whether to create an empty
create()method. - createEmptyCreate(boolean) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to create an empty
create()method. - createEmptyPublic() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
Method create() is created whenever there are no fields required (or all have default values).
- createEqual(Property) - Static method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Create criteria condition with
CriteriaOperator.Equal. - createEqual(Property, CharSequence) - Static method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Create criteria condition with
CriteriaOperator.Equal. - createException(String) - Method in interface io.helidon.json.JsonParser
-
Create a JsonException with the given message.
- createException(String) - Method in class io.helidon.json.ObjectStartParser
- createException(String) - Method in class io.helidon.json.smile.SmileParser
- createException(String, byte) - Method in interface io.helidon.json.JsonParser
-
Create a JsonException with the given message and found byte information.
- createException(String, byte) - Method in class io.helidon.json.ObjectStartParser
- createException(String, Exception) - Method in interface io.helidon.json.JsonParser
-
Create a JsonException with the given message and cause.
- createException(String, Exception) - Method in class io.helidon.json.ObjectStartParser
- createException(String, Exception) - Method in class io.helidon.json.smile.SmileParser
- createExists() - Static method in class io.helidon.data.codegen.query.ProjectionExpression
-
Create projection expression with
ProjectionOperator.Existsoperator. - createField(TypeName, String) - Static method in interface io.helidon.common.types.ElementSignature
-
A field signature.
- createFile() - Method in interface io.helidon.webserver.staticcontent.TemporaryStorage
-
Create a temporary file.
- createFirst(int) - Static method in class io.helidon.data.codegen.query.ProjectionExpression
-
Create projection expression with
ProjectionOperator.Firstoperator. - createFor() - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- createFor() - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- createFor() - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- createFor() - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- createFor() - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- createFor() - Method in interface io.helidon.service.registry.GeneratedService.PerInstanceDescriptor
-
Service instances may be created for instances of another service.
- createFor() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- createFromConfigPublic() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
Method create(config) is public by default.
- createFromDecoded(String) - Static method in class io.helidon.common.uri.UriFragment
-
Create a fragment from decoded value.
- createFromDecoded(String) - Static method in interface io.helidon.common.uri.UriPath
-
Create a new path from its decoded representation.
- createFromEncoded(String) - Static method in class io.helidon.common.Base64Value
-
Create from an already encoded base64 value.
- createFromGenericDeclaration(String) - Static method in interface io.helidon.common.types.TypeName
-
Creates a type name from a generic alias type name.
- createFromLowercase(String) - Static method in class io.helidon.http.HeaderNames
-
Create a header name from lower case letters.
- createFromMethod(Function) - Static method in interface io.helidon.faulttolerance.Fallback
-
Create a fallback from the fallback method.
- createFromWildcards(List) - Static method in class io.helidon.config.spi.OverrideSource.OverrideData
-
Creates
OverrideDatafrom aListofStringpairs. - createGenerated(JdbcClient, String, int) - Static method in class io.helidon.data.jdbc.GeneratedJdbcData
-
Creates a statement description for generated repository code that has already validated the positional JDBC SQL.
- createGet(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a database query returning a single row using a statement passed as an argument.
- createGet(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createInbound(ConnectionFlowControl.Type, int, int, int, BiConsumer) - Static method in interface io.helidon.http.http2.WindowSize
-
Create inbound window size container with initial window size set.
- createInboundNoop(int, BiConsumer) - Static method in interface io.helidon.http.http2.WindowSize
-
Create inbound window size container with flow control turned off.
- createInsert(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create an insert statement using a statement text.
- createInsert(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createInteger(int) - Static method in interface io.helidon.data.codegen.query.ProjectionParameter
-
Create projection expression parameter with
Integervalue. - createInvoker(ServiceInfo, Set, List, TypedElementInfo, InterceptionInvoker, Set) - Method in interface io.helidon.service.registry.InterceptionMetadata
-
Create an invoker that handles interception if needed, for constructors.
- createInvoker(Object, ServiceInfo, Set, List, TypedElementInfo, InterceptionInvoker, Set) - Method in interface io.helidon.service.registry.InterceptionMetadata
-
Create an invoker that handles interception if needed.
- createJsonNumber(JsonParserBase, double) - Static method in class io.helidon.json.JsonParserSupport
-
Creates a JSON number associated with a built-in parser's expansion budget when needed.
- createJsonNumber(JsonParserBase, BigDecimal) - Static method in class io.helidon.json.JsonParserSupport
-
Creates a JSON number associated with a built-in parser's expansion budget when needed.
- createList(String, String, List, Function, GenericType) - Static method in interface io.helidon.codegen.Option
-
Create a new option that has a list of values, with a custom mapper.
- createLocator(HttpServiceLocator) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for a service locator.
- createLocator(String, HttpServiceLocator) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for a service locator with a path.
- createMax() - Static method in class io.helidon.data.codegen.query.ProjectionExpression
-
Create projection expression with
ProjectionOperator.Maxoperator. - createMaxRerouteCount(int) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for configuration of max re-route count.
- createMeterRegistry(Clock, MetricsConfig) - Method in interface io.helidon.metrics.api.MetricsFactory
- createMeterRegistry(Clock, MetricsConfig, Consumer, Consumer) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a new caller-owned
MeterRegistryusing the providedClockandMetricsConfigand enrolling the specified listeners with the new meter registry. - createMeterRegistry(MetricsConfig) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a new caller-owned
MeterRegistryusing the provided metrics config. - createMeterRegistry(MetricsConfig, Consumer, Consumer) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a new caller-owned
MeterRegistryusing the provided metrics config and enrolling the specified listeners with the returned meter registry. - createMethod(TypeName, String, List) - Static method in interface io.helidon.common.types.ElementSignature
-
A method signature.
- createMin() - Static method in class io.helidon.data.codegen.query.ProjectionExpression
-
Create projection expression with
ProjectionOperator.Minoperator. - createMulti(String, Config) - Method in interface io.helidon.config.spi.ConfigSourceProvider
-
Create a list of configuration sources from a single configuration.
- createNamed(Service.Named) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a
Service.Namedqualifier. - createNamed(Service.NamedByType) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a
Service.Namedqualifier. - createNamed(Class) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a
Service.Namedqualifier from a class name. - createNamed(String) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a
Service.Namedqualifier. - createNamedDelete(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a delete statement using a named statement.
- createNamedDelete(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createNamedDelete(String, String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a delete statement using a named statement passed as an argument.
- createNamedDelete(String, String) - Method in class io.helidon.dbclient.mongodb.MongoDbExecute
- createNamedDmlStatement(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a data modification statement using a statement defined in the configuration file.
- createNamedDmlStatement(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createNamedDmlStatement(String, String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a data modification statement using a named statement passed as an argument.
- createNamedDmlStatement(String, String) - Method in class io.helidon.dbclient.mongodb.MongoDbExecute
- createNamedGet(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a database query returning a single row using a statement defined in the configuration file.
- createNamedGet(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createNamedGet(String, String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a database query returning a single row using a named statement passed as an argument.
- createNamedGet(String, String) - Method in class io.helidon.dbclient.mongodb.MongoDbExecute
- createNamedInsert(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create an insert statement using a named statement.
- createNamedInsert(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createNamedInsert(String, String) - Method in interface io.helidon.dbclient.DbExecute
-
Create an insert statement using a named statement passed as an argument.
- createNamedInsert(String, String) - Method in class io.helidon.dbclient.mongodb.MongoDbExecute
- createNamedQuery(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a database query using a statement defined in the configuration file.
- createNamedQuery(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createNamedQuery(String, String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a database query using a named statement passed as argument.
- createNamedQuery(String, String) - Method in class io.helidon.dbclient.mongodb.MongoDbExecute
- createNamedUpdate(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create an update statement using a named statement.
- createNamedUpdate(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createNamedUpdate(String, String) - Method in interface io.helidon.dbclient.DbExecute
-
Create an update statement using a named statement passed as an argument.
- createNamedUpdate(String, String) - Method in class io.helidon.dbclient.mongodb.MongoDbExecute
- createNoop() - Static method in interface io.helidon.webclient.api.ConnectionListener
-
Returns a
ConnectionListenerwhich does nothing. - createNumbers(List) - Static method in class io.helidon.json.JsonArray
-
Create a JsonArray from a list of BigDecimal numbers.
- createNumbers(List) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Numbers.
- createOutbound(ConnectionFlowControl.Type, int, ConnectionFlowControl) - Static method in interface io.helidon.http.http2.WindowSize
-
Create outbound window size container with initial window size set.
- createQuery(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create a database query using a statement passed as an argument.
- createQuery(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createReadOnly(byte[], int, int) - Static method in interface io.helidon.common.buffers.BufferData
-
Fixed size buffer data fully written.
- createRelative(UriPath, String) - Static method in interface io.helidon.common.uri.UriPath
-
Creates a relative path from the provided path and the relative segment(s).
- createRepositoryInfo(TypeInfo, CodegenContext) - Method in class io.helidon.data.codegen.common.BaseRepositoryGenerator
-
Creates metadata for a Data repository interface.
- createRepositoryInfo(TypeInfo, CodegenContext) - Method in interface io.helidon.data.codegen.common.spi.RepositoryGenerator
-
Create data repository interface descriptor (info).
- createScope(TypeName, String, Map) - Method in interface io.helidon.service.registry.Scopes
-
Create a registry managed scope.
- createSerializer(GenericType) - Method in interface io.helidon.json.binding.JsonBindingFactory
-
Create a serializer for the specified generic type.
- createSerializer(Class) - Method in interface io.helidon.json.binding.JsonBindingFactory
-
Create a serializer for the specified class type.
- createServerSocket() - Method in class io.helidon.common.tls.Tls
-
Create a TLS socket for a server.
- createService(ClasspathHandlerConfig) - Static method in class io.helidon.webserver.staticcontent.StaticContentFeature
-
Create an Http service for classpath based content handler.
- createService(FileSystemHandlerConfig) - Static method in class io.helidon.webserver.staticcontent.StaticContentFeature
-
Create an Http service for file system based content handler.
- createSet(String, String, Set, Function, GenericType) - Static method in interface io.helidon.codegen.Option
-
Create a new option that has a set of values, with a custom mapper.
- createSingleValueMap(String, Map) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map with just a single value.
- createSink(SinkProvider, ServerRequest, ConnectionContext, Function, Runnable, Runnable) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Create a sink using the shared provider context and protocol-specific callbacks.
- createSocket(List, Socket, String, int) - Method in class io.helidon.common.tls.Tls
-
Create a TLS socket using a logical peer identity and the configured server names.
- createSocket(List, Socket, String, int, List) - Method in class io.helidon.common.tls.Tls
-
Create a SSLSocket for the chosen protocol and the given socket.
- createSocket(List, Socket, InetSocketAddress) - Method in class io.helidon.common.tls.Tls
-
Create a SSLSocket for the chosen protocol and the given socket.
- createStreamFlowControl(int, int, int) - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Create stream specific inbound and outbound flow control.
- createStrings(List) - Static method in class io.helidon.json.JsonArray
-
Create a JsonArray from a list of strings.
- createStrings(List) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Strings.
- createSum() - Static method in class io.helidon.data.codegen.query.ProjectionExpression
-
Create projection expression with
ProjectionOperator.Sumoperator. - createSupplier(Config.Key) - Static method in exception class io.helidon.config.MissingValueException
-
Create new missing value exception supplier.
- createSupplier(Callable) - Static method in class io.helidon.grpc.core.ResponseHelper
- createTenantConfigFinder(Config) - Method in interface io.helidon.security.providers.oidc.common.spi.TenantConfigProvider
-
Create a tenant configuration API from Helidon config.
- createTenantIdFinder(Config) - Method in interface io.helidon.security.providers.oidc.common.spi.TenantIdProvider
-
Create a tenant ID finder API from Helidon config.
- CreateTestApplicationMojo - Class in io.helidon.service.maven.plugin
-
A mojo wrapper to
BindingGeneratorfor test specific types. - CreateTestApplicationMojo() - Constructor for class io.helidon.service.maven.plugin.CreateTestApplicationMojo
-
Default constructor.
- createTmf(TlsConfig) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Create a new trust manager factory based on the configuration (i.e., the algorithm and provider).
- createTmf(TlsMaterial) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Create a new trust manager factory based on the TLS material (i.e., the algorithm and provider).
- createUnixDomainSocket(ClientUri, Tls, DnsResolver, DnsAddressLookup, UnixDomainSocketAddress) - Static method in class io.helidon.webclient.api.ConnectionKey
-
Create new instance of the
ConnectionKeyfor a Unix domain socket transport. - createUnixDomainSocket(ClientUri, SniConfig, Tls, DnsResolver, DnsAddressLookup, UnixDomainSocketAddress, ClientRequestHeaders) - Static method in class io.helidon.webclient.api.ConnectionKey
-
Create new instance of the
ConnectionKeyfor a Unix domain socket transport. - createUnixDomainSocket(ConnectionKey, ClientUri, ClientRequestHeaders, UnixDomainSocketAddress) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a logical Unix-domain-socket target.
- createUnixDomainSocket(String, String, int, Tls, DnsResolver, DnsAddressLookup, UnixDomainSocketAddress) - Static method in class io.helidon.webclient.api.ConnectionKey
-
Create new instance of the
ConnectionKeyfor a Unix domain socket transport. - createUpdate(String) - Method in interface io.helidon.dbclient.DbExecute
-
Create an update statement using a statement text.
- createUpdate(String) - Method in class io.helidon.dbclient.DbExecuteBase
- createWriteOnConnect(byte[]) - Static method in interface io.helidon.webclient.api.ConnectionListener
-
Returns a
ConnectionListenerwhich writes bytes to the socket once the socket is connected. - creationDate() - Method in class io.helidon.http.ContentDisposition
-
Get the value of the
creation-dateparameter that can be used to indicate the date at which the file was created. - creationDate(ZonedDateTime) - Method in class io.helidon.http.ContentDisposition.Builder
-
Set the content disposition
creation-dateparameter. - credDb(String) - Method in class io.helidon.dbclient.mongodb.MongoDbClientBuilder
-
Credential database.
- criteria() - Method in class io.helidon.data.codegen.query.CriteriaConditionNext
-
Criteria condition.
- criteria() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query criteria.
- criteria() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
- criteria() - Method in interface io.helidon.data.codegen.query.DataQuery
-
Data query criteria.
- criteria(Criteria) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query criteria.
- criteria(Consumer) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query criteria.
- criteria(Supplier) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query criteria.
- Criteria - Class in io.helidon.data.codegen.query
-
Data query criteria.
- CRITERIA - Enum constant in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.DynamicQueryParts
-
Criteria part of the query is dynamic.
- Criteria.Builder - Class in io.helidon.data.codegen.query
-
Criteriabuilder. - CriteriaCondition - Interface in io.helidon.data.codegen.query
-
Criteria condition.
- CriteriaCondition.Builder - Class in io.helidon.data.codegen.query
-
Fluent API builder for
CriteriaCondition. - CriteriaCondition.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.codegen.query
-
Fluent API builder base for
CriteriaCondition. - CriteriaCondition.BuilderBase.CriteriaConditionImpl - Class in io.helidon.data.codegen.query
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CriteriaConditionImpl(CriteriaCondition.BuilderBase) - Constructor for class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
-
Create an instance providing a builder.
- CriteriaConditionNext - Class in io.helidon.data.codegen.query
-
Next criteria condition with joining
LogicalOperator. - CriteriaOperator - Enum Class in io.helidon.data.codegen.query
-
Criteria condition operator.
- CriteriaParameters - Interface in io.helidon.data.codegen.query
-
Criteria condition operator parameters.
- critical() - Method in class io.helidon.security.jwt.JwtHeaders
-
Critical claim.
- cron() - Method in interface io.helidon.scheduling.CronInvocation
-
Cron expression specifying interval invocation is scheduled with.
- Cron - Interface in io.helidon.scheduling
-
Scheduling periodically executed task with specified cron expression.
- CronConfig - Interface in io.helidon.scheduling
-
Interface generated from blueprint
io.helidon.scheduling.CronConfigBlueprint. - CronConfig.Builder - Class in io.helidon.scheduling
-
Fluent API builder for
Cron. - CronConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.scheduling
-
Fluent API builder base for
CronConfig. - CronConfig.BuilderBase.CronConfigImpl - Class in io.helidon.scheduling
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CronConfigImpl(CronConfig.BuilderBase) - Constructor for class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
-
Create an instance providing a builder.
- CronInvocation - Interface in io.helidon.scheduling
-
Specific method invocation metadata for scheduled task.
- crossesRedirectOriginBoundary(ClientUri) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Whether a redirect from this request to the provided URI would cross, or has already crossed, an origin boundary.
- CryptoException - Exception Class in io.helidon.common.crypto
-
Common cryptography exception.
- CryptoException(String) - Constructor for exception class io.helidon.common.crypto.CryptoException
-
Constructor with detailed message.
- CryptoException(String, Throwable) - Constructor for exception class io.helidon.common.crypto.CryptoException
-
Constructor with detailed message and wrapped throwable.
- ctx() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Returns the socket context associated with the stream.
- CUMULATIVE - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricTemporalityPreferenceType
-
Cumulative.
- current() - Static method in interface io.helidon.tracing.Span
-
Provide current span if one is available.
- currentByte() - Method in interface io.helidon.json.JsonParser
-
Return the last byte that was read from the stream.
- currentByte() - Method in class io.helidon.json.ObjectStartParser
- currentByte() - Method in class io.helidon.json.smile.SmileParser
- currentScope() - Method in interface io.helidon.service.registry.Service.ScopeHandler
-
Get the current scope if available.
- currentSpan() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
- currentSpan() - Method in interface io.helidon.tracing.spi.TracerProvider
-
Provide current span.
- currentThread() - Element in annotation interface io.helidon.faulttolerance.Ft.Timeout
-
Flag to indicate that code must be executed in current thread instead of in an executor's thread.
- currentThread() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Flag to indicate that code must be executed in current thread instead of in an executor's thread.
- currentThread() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- currentThread() - Method in interface io.helidon.faulttolerance.TimeoutConfig
-
Flag to indicate that code must be executed in current thread instead of in an executor's thread.
- currentThread(boolean) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Flag to indicate that code must be executed in current thread instead of in an executor's thread.
- currentTlsGeneration() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Whether this target still represents the current TLS reload generation.
- currentTlsGeneration() - Method in class io.helidon.webclient.api.ClientConnectionTarget.LookupKey
-
Whether this key still represents the current TLS reload generation.
- CURVE_P256 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
P-256 Curve.
- CURVE_P384 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
P-384 Curve.
- CURVE_P521 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
P-521 Curve.
- CUSTOM - Enum constant in enum class io.helidon.security.providers.httpsign.HttpSignHeader
-
Custom provided using a
TokenHandler. - customAnnotations() - Method in interface io.helidon.security.Security
-
Get the complete set of annotations expected by (all) security providers configured.
- customize(Meter.Builder) - Method in interface io.helidon.metrics.spi.MeterBuilderCustomizer
-
Customizes a meter builder.
- customObject(Class) - Method in class io.helidon.security.providers.common.OutboundTarget
-
Allows a programmatic client to send custom security provider specific parameters to the provider.
- customObject(Class, V) - Method in class io.helidon.security.EndpointConfig.Builder
-
Set or replace a custom object.
- customObject(Class, V) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Set or replace a custom object.
- customObject(Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Register a custom object for security request(s).
- customObject(Object) - Method in class io.helidon.webserver.security.SecurityHandler
-
Register a custom object for security request(s).
- customObjects() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- customObjects() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- customObjects() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- customObjects() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects(ClassToInstanceStore) - Method in class io.helidon.security.EndpointConfig.Builder
-
Provide custom object map to be sent to security providers.
- customObjects(ClassToInstanceStore) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects(ClassToInstanceStore) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
A store of custom objects, that can be used to customize specific security providers.
- customObjects(ClassToInstanceStore) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
A store of custom objects, that can be used to customize specific security providers.
- Custom pattern - Section in class io.helidon.common.SerializationConfig
- cut(int) - Method in record class io.helidon.http.http2.Http2FrameData
-
Cut the frame of given size from larger frame, returns two frames, first of given size, second with the rest of the data.
- cut(Http2FrameData) - Method in interface io.helidon.http.http2.FlowControl.Outbound
-
Split frame into frames that can be sent.
D
- daemon() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Is daemon of the thread pool executor.
- daemon() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- daemon() - Method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Is daemon of the thread pool executor.
- daemon() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Is daemon of the thread pool executor.
- daemon() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- daemon() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Is daemon of the thread pool executor.
- daemon(boolean) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Is daemon of the thread pool executor.
- daemon(boolean) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Is daemon of the thread pool executor.
- data() - Method in interface io.helidon.common.context.spi.DataPropagationProvider
-
Return data that should be propagated.
- data() - Method in class io.helidon.config.FileSourceHelper.DataAndDigest
-
Data loaded from the file.
- data() - Method in interface io.helidon.config.spi.ConfigContent.NodeContent
-
Data of this config source.
- data() - Method in interface io.helidon.config.spi.ConfigContent.OverrideContent
-
Data of this override source.
- data() - Method in interface io.helidon.config.spi.ConfigParser.Content
-
Data of this config source.
- data() - Method in class io.helidon.config.spi.OverrideSource.OverrideData
-
Returns the predicate/replacement value pairs.
- data() - Method in interface io.helidon.http.DataChunk
-
Returns a representation of this chunk as an array of ByteBuffer.
- data() - Method in record class io.helidon.http.http2.Http2FrameData
-
Returns the value of the
datarecord component. - data() - Method in class io.helidon.http.http2.Http2Ping
-
Underlying buffer.
- data() - Method in class io.helidon.http.sse.SseEvent
-
Get data for this event.
- data() - Method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Get the data associated with this error, if defined.
- data() - Method in class io.helidon.logging.common.MdcSupplierPropagator
- data() - Method in class io.helidon.logging.jul.JulMdcPropagator
- data() - Method in class io.helidon.logging.log4j.Log4jMdcPropagator
- data() - Method in class io.helidon.logging.slf4j.Slf4jMdcPropagator
- data() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider
- data(BufferData, boolean) - Static method in class io.helidon.websocket.ClientWsFrame
-
Create a binary data frame.
- data(BufferData, boolean) - Static method in class io.helidon.websocket.ServerWsFrame
-
Create a binary data frame.
- data(SocketContext, byte[], int, int) - Method in class io.helidon.http.http1.Http1LoggingConnectionListener
- data(SocketContext, BufferData) - Method in class io.helidon.http.http1.Http1LoggingConnectionListener
- data(OverrideSource.OverrideData) - Method in class io.helidon.config.spi.ConfigContent.OverrideContent.Builder
-
Data of this override source.
- data(Http2FrameHeader, BufferData) - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector.SubProtocolHandler
-
Data was received.
- data(Http2FrameHeader, BufferData, boolean) - Method in interface io.helidon.http.http2.Http2Stream
-
Data frame.
- data(Http2FrameHeader, BufferData, boolean) - Method in class io.helidon.webclient.http2.Http2ClientStream
- data(ConnectionContext, byte[], int, int) - Method in class io.helidon.webserver.http1.Http1LoggingConnectionListener
- data(ConnectionContext, BufferData) - Method in class io.helidon.webserver.http1.Http1LoggingConnectionListener
- data(InputStream) - Method in class io.helidon.config.spi.ConfigParser.Content.Builder
-
Data of the config source as loaded from underlying storage.
- data(Class) - Method in interface io.helidon.http.DataChunk
-
Returns a representation of this chunk as an array of T's.
- data(Class) - Method in class io.helidon.http.sse.SseEvent
-
Get data for this event as type T.
- data(Class, MediaType) - Method in class io.helidon.http.sse.SseEvent
-
Get data for this event as type T.
- data(Object) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Set event data.
- data(String...) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Use an array of strings to set the value of a multi-line event.
- data(String, boolean) - Static method in class io.helidon.websocket.ClientWsFrame
-
Create a text data frame.
- data(String, boolean) - Static method in class io.helidon.websocket.ServerWsFrame
-
Create a text data frame.
- data(T, byte[], int, int) - Method in interface io.helidon.common.buffers.DataListener
-
Data received or sent.
- data(T, BufferData) - Method in interface io.helidon.common.buffers.DataListener
-
Data received or sent.
- Data - Class in io.helidon.data
-
Helidon Data Repository annotations and interfaces.
- DATA - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Data frame.
- DATA - Static variable in class io.helidon.declarative.codegen.RunLevels
-
Services that modify data or data structures.
- DATA - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for data.
- DATA - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Data frame types.
- DATA_CONNECT - Static variable in class io.helidon.declarative.codegen.RunLevels
-
Services that establish connectivity to database.
- DATA_LOSS - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Unrecoverable data loss or corruption.
- Data.BasicRepository<E,
ID> - Interface in io.helidon.data -
Data repository interface for basic entity operations.
- Data.CrudRepository<E,
ID> - Interface in io.helidon.data -
Data repository interface for CRUD entity operations.
- Data.GenericRepository<E,
ID> - Interface in io.helidon.data -
Marker interface for a data repository that declares an entity type and its identifier type.
- Data.PageableRepository<E,
ID> - Interface in io.helidon.data -
A
Data.GenericRepositorythat supports pagination. - Data.PersistenceUnit - Annotation Interface in io.helidon.data
-
Repository persistence unit name.
- Data.Provider - Annotation Interface in io.helidon.data
-
Provider used to implement the repository.
- Data.ProviderType - Annotation Interface in io.helidon.data
-
Qualifier used in generated code to reference which provider type to use when creating instances of repositories, such as
eclipselink, jakarta, sql. - Data.Query - Annotation Interface in io.helidon.data
-
User supplied query.
- Data.Repository - Annotation Interface in io.helidon.data
-
Repository interface.
- Data.SessionRepository<S> - Interface in io.helidon.data
-
Data repository interface with persistence provider session support.
- dataAs(Class) - Method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Get the data associated with this error as a Java object, if defined.
- databaseName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the database name.
- databaseName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- databaseName() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the database name.
- databaseName(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the database name.
- DataChunk - Interface in io.helidon.http
-
The DataChunk represents a part of the HTTP body content.
- DataException - Exception Class in io.helidon.data
-
A
RuntimeExceptionthat indicates an operation on a data repository has failed. - DataException(String) - Constructor for exception class io.helidon.data.DataException
-
Creates a new
DataExceptionwith the supplied detail message. - DataException(String, Throwable) - Constructor for exception class io.helidon.data.DataException
-
Creates a new
DataExceptionwith the supplied detail message and cause. - dataFetcher(ServiceDescriptor, Set, List, TypedElementInfo, DataFetcher) - Method in interface io.helidon.webserver.graphql.GraphQlEntryPoint.EntryPoints
-
Data fetcher that triggers interceptors.
- DataGeneratorProvider - Class in io.helidon.data.codegen
-
Data repository generator provider.
- DataGeneratorProvider() - Constructor for class io.helidon.data.codegen.DataGeneratorProvider
-
Creates an instance of Data repository generator provider.
- DataListener<T> - Interface in io.helidon.common.buffers
-
A listener for data.
- DataPropagationProvider<T> - Interface in io.helidon.common.context.spi
-
This is an SPI provider which helps user to propagate values from one thread to another.
- dataQuery() - Method in interface io.helidon.data.codegen.parser.MethodNameParser
-
Pass parser token events to provided tokens events listener.
- DataQuery - Interface in io.helidon.data.codegen.query
-
Data query definition.
- DataQuery.Builder - Class in io.helidon.data.codegen.query
-
Fluent API builder for
DataQuery. - DataQuery.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.codegen.query
-
Fluent API builder base for
DataQuery. - DataQuery.BuilderBase.DataQueryImpl - Class in io.helidon.data.codegen.query
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- DataQueryImpl(DataQuery.BuilderBase) - Constructor for class io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
-
Create an instance providing a builder.
- dataReader() - Method in interface io.helidon.webserver.ConnectionContext
-
Data reader to read request bytes.
- DataReader - Class in io.helidon.common.buffers
-
Data reader that can pull additional data.
- DataReader.IncorrectNewLineException - Exception Class in io.helidon.common.buffers
-
New line not valid.
- DataReader.InsufficientDataAvailableException - Exception Class in io.helidon.common.buffers
-
Not enough data available to finish the requested operation.
- dataSource() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Existing
DataSourceowned by the application. - dataSource() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- dataSource() - Method in interface io.helidon.data.sql.common.SqlConfig
-
Existing
DataSourceowned by the application. - dataSource(String) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Uses a registered data source as the connection source.
- dataSource(DataSource) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Existing
DataSourceowned by the application. - DataSourceConfig - Interface in io.helidon.data.sql.datasource
-
DataSourceconfiguration. - DataSourceConfig.Builder - Class in io.helidon.data.sql.datasource
-
Fluent API builder for
DataSourceConfig. - DataSourceConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.sql.datasource
-
Fluent API builder base for
DataSourceConfig. - DataSourceConfig.BuilderBase.DataSourceConfigImpl - Class in io.helidon.data.sql.datasource
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- DataSourceConfigFactory__ServiceDescriptor<T> - Class in io.helidon.data.sql.datasource
-
Service descriptor for
DataSourceConfigFactory. - DataSourceConfigFactory__ServiceDescriptor() - Constructor for class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
-
Constructor with no side effects
- DataSourceConfigImpl(DataSourceConfig.BuilderBase) - Constructor for class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase.DataSourceConfigImpl
-
Create an instance providing a builder.
- DataSourceConfigProvider - Interface in io.helidon.data.sql.datasource.spi
-
Provider (as in
ServiceLoader) of provider (as in ucp) configuration. - dataSourceName() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Name of the registered
DataSourceto use. - dataSourceName() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- dataSourceName() - Method in interface io.helidon.data.sql.common.SqlConfig
-
Name of the registered
DataSourceto use. - dataSourceName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source name.
- dataSourceName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- dataSourceName() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the data source name.
- dataSourceName(String) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Name of the registered
DataSourceto use. - dataSourceName(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source name.
- dataValue() - Element in annotation interface io.helidon.openapi.OpenApi.Example
-
OpenAPI 3.2 data value.
- dataValue(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Set OpenAPI 3.2 data value.
- dataWriter() - Method in interface io.helidon.webserver.ConnectionContext
-
Data writer to write response bytes.
- DataWriter - Interface in io.helidon.common.buffers
-
Write data to the underlying transport (most likely a socket).
- date() - Method in interface io.helidon.http.ServerRequestHeaders
-
Optionally returns request date (
HeaderNames.DATEheader). - DATE - Static variable in class io.helidon.http.HeaderNames
-
The "Date" header name.
- DATE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Date" header name.
- DateConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
DateConverter. - DateConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
-
Constructor with no side effects
- DateTime - Class in io.helidon.http
-
Support for HTTP date formats based on RFC2616.
- DAYS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
- daysOfWeek(DayOfWeek...) - Static method in class io.helidon.security.abac.time.TimeValidator.TimeConfig
-
Create a time config for a check for days of week.
- DB_STATEMENT - Static variable in class io.helidon.tracing.Tag
-
Tag marking a Database statement.
- DB_TYPE - Static variable in class io.helidon.tracing.Tag
-
Tag marking a Database type.
- dbClient() - Method in class io.helidon.dbclient.health.DbClientHealthCheck
-
Database client used by this health check.
- DbClient - Interface in io.helidon.dbclient
-
Helidon database client.
- DbClient.Builder - Class in io.helidon.dbclient
-
Helidon database handler builder.
- DbClientBase - Class in io.helidon.dbclient
-
Base
DbClientimplementation. - DbClientBase(DbClientContext) - Constructor for class io.helidon.dbclient.DbClientBase
-
Create a new instance.
- DbClientBuilder<T> - Interface in io.helidon.dbclient.spi
-
Provider specific
DbClientbuilder. - DbClientBuilderBase<T> - Class in io.helidon.dbclient
-
Base
DbClientBuilderimplementation. - DbClientBuilderBase() - Constructor for class io.helidon.dbclient.DbClientBuilderBase
-
Creates an instance of
DbClientBuilderBase. - DbClientContext - Class in io.helidon.dbclient
-
Helidon database client context.
- DbClientContext(DbClientContext.BuilderBase) - Constructor for class io.helidon.dbclient.DbClientContext
-
Create an instance of client context.
- DbClientContext.Builder - Class in io.helidon.dbclient
-
Builder for
DbClientContext. - DbClientContext.BuilderBase<B,
T> - Class in io.helidon.dbclient -
Base builder for
DbClientContext. - DbClientException - Exception Class in io.helidon.dbclient
-
A
RuntimeExceptionused by Helidon database client. - DbClientException(String) - Constructor for exception class io.helidon.dbclient.DbClientException
-
Create a new exception for a message.
- DbClientException(String, Throwable) - Constructor for exception class io.helidon.dbclient.DbClientException
-
Create a new exception for a message and a cause.
- DbClientHealthCheck - Class in io.helidon.dbclient.health
-
Database health check.
- DbClientHealthCheck.Builder - Class in io.helidon.dbclient.health
-
Fluent API builder for
DbClientHealthCheck. - DbClientMetricBuilder<B,
T> - Class in io.helidon.dbclient.metrics -
Database Client metric builder.
- DbClientMetricBuilder() - Constructor for class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Deprecated, for removal: This API element is subject to removal in a future version.direct public use is not supported; use
DbClientMetrics.counter()orDbClientMetrics.timer()for the built-in metric builders - DbClientMetrics - Class in io.helidon.dbclient.metrics
-
Utility class to obtain various types of metrics to register with
DbClient.Builder.addService(io.helidon.dbclient.DbClientService). - DbClientMetricsProvider - Class in io.helidon.dbclient.metrics
-
Java service loader service for DB metrics.
- DbClientMetricsProvider() - Constructor for class io.helidon.dbclient.metrics.DbClientMetricsProvider
-
Creates a database client metrics provider.
- DbClientProvider - Interface in io.helidon.dbclient.spi
-
Java
ServiceLoaderinterface that provides drivers for a database (or a set of databases). - DbClientService - Interface in io.helidon.dbclient
-
Services can modify the data used to execute a statement as well as react on a statement result.
- DbClientServiceBase - Class in io.helidon.dbclient
-
A base implementation of a client service that supports configuration of execution based on a statement name pattern and statement types.
- DbClientServiceBase(DbClientServiceBase.BuilderBase) - Constructor for class io.helidon.dbclient.DbClientServiceBase
-
Create a new instance based on the builder base each implementation must extend.
- DbClientServiceBase.BuilderBase<B,
T> - Class in io.helidon.dbclient -
A base class for builders of
DbClientServiceBase. - DbClientServiceContext - Interface in io.helidon.dbclient
-
Interceptor context to get (and possibly manipulate) database operations.
- DbClientServiceContextImpl - Class in io.helidon.dbclient
-
Interceptor context to get (and possibly manipulate) database operations.
- DbClientServiceProvider - Interface in io.helidon.dbclient.spi
-
Java service loader service to configure client services.
- DbClientTracing - Class in io.helidon.dbclient.tracing
-
Tracing interceptor.
- DbClientTracing.Builder - Class in io.helidon.dbclient.tracing
-
Fluent API builder for
DbClientTracing. - DbClientTracingProvider - Class in io.helidon.dbclient.tracing
-
Provider of tracing interceptors.
- DbClientTracingProvider() - Constructor for class io.helidon.dbclient.tracing.DbClientTracingProvider
-
Creates a database client tracing provider.
- DbColumn - Interface in io.helidon.dbclient
-
Column data and metadata.
- DbColumnBase - Class in io.helidon.dbclient
-
Base
DbColumnimplementation. - DbColumnBase(Object, Mappers, String...) - Constructor for class io.helidon.dbclient.DbColumnBase
-
Create a new instance.
- DbContext - Interface in io.helidon.dbclient
-
Database context.
- DbExecute - Interface in io.helidon.dbclient
-
Database executor.
- DbExecuteBase - Class in io.helidon.dbclient
-
Base
DbExecuteimplementation. - DbExecuteBase(DbClientContext) - Constructor for class io.helidon.dbclient.DbExecuteBase
-
Create an instance of common database executor.
- DbExecuteContext - Class in io.helidon.dbclient
-
Execution context.
- DbExecuteContext(DbExecuteContext.BuilderBase) - Constructor for class io.helidon.dbclient.DbExecuteContext
-
Creates an instance of execution context.
- DbExecuteContext.Builder - Class in io.helidon.dbclient
-
Builder for
DbExecuteContext. - DbExecuteContext.BuilderBase<B,
T> - Class in io.helidon.dbclient -
Base builder for
DbExecuteContext. - DbIndexedStatementParameters - Class in io.helidon.dbclient
-
Indexed
DbStatementParameters. - DbIndexedStatementParameters() - Constructor for class io.helidon.dbclient.DbIndexedStatementParameters
-
Creates indexed statement parameters.
- DbMapper<T> - Interface in io.helidon.dbclient
-
A mapper to map database objects to/from a specific type.
- dbMapperManager() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Get manager of all configured
mappers. - dbMapperManager() - Method in class io.helidon.dbclient.DbClientContext
- dbMapperManager() - Method in interface io.helidon.dbclient.DbContext
-
Configured DB Mapper manager.
- dbMapperManager() - Method in class io.helidon.dbclient.DbExecuteContext
- dbMapperManager(DbMapperManager) - Method in class io.helidon.dbclient.DbClientBuilderBase
- dbMapperManager(DbMapperManager) - Method in class io.helidon.dbclient.DbClientContext.BuilderBase
-
Configure the DB mapper manager to use.
- dbMapperManager(DbMapperManager) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Mapper manager of all configured
mappers. - DbMapperManager - Interface in io.helidon.dbclient
-
Mapper manager of all configured
mappers. - DbMapperManager.Builder - Class in io.helidon.dbclient
-
Fluent API builder for
DbMapperManager. - DbMapperProvider - Interface in io.helidon.dbclient.spi
-
Java
ServiceLoaderinterface for database mappers. - DbMapperProviderImpl - Class in io.helidon.dbclient
-
Java
ServiceLoaderservice to get database types mappers. - DbMapperProviderImpl() - Constructor for class io.helidon.dbclient.DbMapperProviderImpl
-
Public constructor required by
ServiceLoader. - DbNamedStatementParameters - Class in io.helidon.dbclient
-
Named
DbStatementParameters. - DbNamedStatementParameters() - Constructor for class io.helidon.dbclient.DbNamedStatementParameters
-
Creates named statement parameters.
- DbResultDml - Interface in io.helidon.dbclient
-
Result of DML statement execution.
- DbRow - Interface in io.helidon.dbclient
-
Representation of a single row in a database (in SQL this would be a row, in a Document DB, this would be a single document).
- DbRowBase - Class in io.helidon.dbclient
-
Base
DbRowimplementation. - DbRowBase(DbColumnBase[], DbMapperManager) - Constructor for class io.helidon.dbclient.DbRowBase
-
Creates a row base.
- DbStatement<D> - Interface in io.helidon.dbclient
-
Database statement that can process parameters.
- DbStatementBase<S> - Class in io.helidon.dbclient
-
Base
DbStatementimplementation. - DbStatementBase(DbExecuteContext) - Constructor for class io.helidon.dbclient.DbStatementBase
-
Create a new instance.
- DbStatementDml - Interface in io.helidon.dbclient
-
Data Manipulation Language (DML) database statement.
- DbStatementException - Exception Class in io.helidon.dbclient
-
A
DbClientExceptionused for database statement. - DbStatementException(String, String) - Constructor for exception class io.helidon.dbclient.DbStatementException
-
Create a new exception for message and statement.
- DbStatementException(String, String, Throwable) - Constructor for exception class io.helidon.dbclient.DbStatementException
-
Create a new exception for message, statement and cause.
- DbStatementGet - Interface in io.helidon.dbclient
-
Database statement that queries the database and returns an optional row.
- DbStatementParameters - Class in io.helidon.dbclient
-
Statement parameters.
- DbStatementQuery - Interface in io.helidon.dbclient
-
Database query statement.
- DbStatements - Interface in io.helidon.dbclient
-
Configuration of statements to be used by database provider.
- DbStatements.Builder - Class in io.helidon.dbclient
-
Fluent API builder for
DbStatements. - DbStatementType - Enum Class in io.helidon.dbclient
-
Statement types.
- DbTransaction - Interface in io.helidon.dbclient
-
Database transaction.
- dbType() - Method in interface io.helidon.dbclient.DbClient
-
Type of this database provider (such as jdbc:mysql, mongoDB etc.).
- dbType() - Method in class io.helidon.dbclient.DbClientContext
-
Type of this database provider (such as jdbc:mysql, mongoDB etc.).
- dbType() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Type of this database (usually the same string used by the
DbClientProvider.name()). - dbType() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- dbType() - Method in interface io.helidon.dbclient.DbColumn
-
Type of the column in the language of the database.
- dbType() - Method in interface io.helidon.dbclient.DbContext
-
Type of this database provider (such as jdbc:mysql, mongoDB etc.).
- dbType() - Method in class io.helidon.dbclient.DbExecuteContext
- dbType() - Method in interface io.helidon.dbclient.jdbc.JdbcConnectionPool
-
The type of this database.
- dbType() - Method in class io.helidon.dbclient.mongodb.MongoDbClient
- dbType() - Method in class io.helidon.dbclient.mongodb.MongoDbColumn
- dbType(String) - Method in class io.helidon.dbclient.DbClientContext.BuilderBase
-
Configure the type of this database provider.
- deactivate() - Method in interface io.helidon.service.registry.Activator
-
Deactivate a managed service.
- deactivate() - Method in interface io.helidon.service.registry.ScopedRegistry
-
Deactivate this registry instance.
- deactivate(Scope) - Method in interface io.helidon.service.registry.Service.ScopeHandler
-
De-activate the given scope.
- DEAD_LETTER - Enum constant in enum class io.helidon.messaging.FailureDisposition
-
Deliver the failed messages to another logical messaging channel before settling the source delivery.
- deadLetter() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Dead-letter delivery configuration; required for
FailureDisposition.DEAD_LETTERand invalid for other dispositions. - deadLetter() - Method in interface io.helidon.messaging.FailurePolicy
-
Dead-letter delivery configuration; required for
FailureDisposition.DEAD_LETTERand invalid for other dispositions. - deadLetter() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Dead-letter target override.
- deadLetter() - Method in interface io.helidon.messaging.MessagingFailureConfig
-
Dead-letter target override.
- deadLetter(DeadLetterConfig) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Dead-letter delivery configuration; required for
FailureDisposition.DEAD_LETTERand invalid for other dispositions. - deadLetter(DeadLetterConfig) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Dead-letter target override.
- deadLetter(Consumer) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Dead-letter delivery configuration; required for
FailureDisposition.DEAD_LETTERand invalid for other dispositions. - deadLetter(Consumer) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Dead-letter target override.
- deadLetter(Supplier) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Dead-letter delivery configuration; required for
FailureDisposition.DEAD_LETTERand invalid for other dispositions. - deadLetter(Supplier) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Dead-letter target override.
- deadLetterChannel() - Element in annotation interface io.helidon.messaging.Messaging.OnFailure
-
Logical channel used for dead-letter delivery.
- DeadLetterConfig - Interface in io.helidon.messaging
-
Dead-letter delivery configuration.
- DeadLetterConfig.Builder - Class in io.helidon.messaging
-
Fluent API builder for
DeadLetterConfig. - DeadLetterConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
DeadLetterConfig. - DeadLetterMessage<T> - Interface in io.helidon.messaging
-
Immutable message routed to a logical dead-letter channel.
- DEADLINE_EXCEEDED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Deadline expired before operation could complete.
- DeadlineGuard - Class in io.helidon.common.task
-
Guard for a scoped operation with a deadline.
- deadlockCheck() - Static method in class io.helidon.health.checks.HealthChecks
-
Deadlock health check.
- DeadlockHealthCheck - Class in io.helidon.health.checks
-
A health check that looks for thread deadlocks.
- debugDataBinary() - Method in interface io.helidon.common.buffers.BufferData
-
Debug this buffer as binary string.
- debugDataHex() - Method in interface io.helidon.common.buffers.BufferData
-
Debug the full buffer.
- debugDataHex() - Method in class io.helidon.common.buffers.DataReader
-
Debug data as a hex string.
- debugDataHex(boolean) - Method in interface io.helidon.common.buffers.BufferData
-
Debug this buffer as hex string.
- DECIMAL_LOWER_CASE - Enum constant in enum class io.helidon.common.Size.UnitKind
-
All letters are lower case, such as
b, kb, mb. - DECIMAL_UPPER_CASE - Enum constant in enum class io.helidon.common.Size.UnitKind
-
The first letter (if two lettered) is lower case, the second is upper case, such ase
B, kB, mB. - declarations() - Method in class io.helidon.codegen.TypeHierarchyResolver.ResolvedMethod
-
Returns the source declarations that contribute to the method.
- DeclarativeElementInfo - Class in io.helidon.declarative.codegen.common
-
Utilities for declarative element processing.
- declarativeHttpEntryPoints(HttpEntryPoint.EntryPoints, ServiceDescriptor, Set, List) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Configure HTTP entry point wrapping for a generated declarative GraphQL service.
- DeclarativeTypes - Class in io.helidon.declarative.codegen
-
Types used by Helidon Declarative code generators.
- DeclarativeUtils - Class in io.helidon.declarative.codegen
-
Utilities of Declarative code generators.
- declaredFailurePolicy() - Method in interface io.helidon.messaging.ConsumerRegistration
-
Failure policy declared for this registration's incoming logical channel.
- declaredName() - Method in interface io.helidon.common.types.TypeName
-
Typically used as part of code-gen, when ".class" is tacked onto the suffix of what this returns.
- declaredType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
The return type of the blueprint method, or the type expected in getter of the option.
- declaredType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- declaredType() - Method in interface io.helidon.builder.codegen.OptionInfo
-
The return type of the blueprint method, or the type expected in getter of the option.
- declaredType() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The declared type name, including type parameters.
- declaredType() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- declaredType() - Method in interface io.helidon.common.types.TypeInfo
-
The declared type name, including type parameters.
- declaredType(TypeName) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
The return type of the blueprint method, or the type expected in getter of the option.
- declaredType(TypeName) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The declared type name, including type parameters.
- declaredType(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
The return type of the blueprint method, or the type expected in getter of the option.
- declaredType(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The declared type name, including type parameters.
- declaredType(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
The return type of the blueprint method, or the type expected in getter of the option.
- declaredType(Supplier) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The declared type name, including type parameters.
- declaringType() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Type declaring the factory method.
- declaringType() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- declaringType() - Method in interface io.helidon.builder.codegen.FactoryMethod
-
Type declaring the factory method.
- declaringType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Type that declares this option.
- declaringType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- declaringType() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Type that declares this option.
- declaringType(TypeInfo) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Type that declares this option.
- declaringType(TypeName) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Type declaring the factory method.
- declaringType(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Type that declares this option.
- declaringType(Consumer) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Type declaring the factory method.
- declaringType(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Type that declares this option.
- declaringType(Supplier) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Type declaring the factory method.
- decode(BufferData, int, byte[]) - Static method in class io.helidon.common.buffers.HuffmanCodec
-
Decode bytes into a destination byte array.
- decode(BufferData, int, Appendable) - Static method in class io.helidon.common.buffers.HuffmanCodec
-
Decode bytes into an appendable.
- decode(String, Errors.Collector, JwtTokenPart) - Static method in class io.helidon.security.jwt.JwtHeaders
-
Decode a Base64 URL encoded JWT segment.
- DecodedLimiter - Class in io.helidon.webserver.http
-
Limits decoded request entity streams.
- decodeQuery(String) - Static method in class io.helidon.common.uri.UriEncoding
-
Decode a URI query.
- decoder() - Method in interface io.helidon.http.encoding.ContentEncoding
-
To decode bytes.
- decoder() - Method in class io.helidon.http.encoding.deflate.DeflateEncoding
- decoder() - Method in class io.helidon.http.encoding.gzip.GzipEncoding
- decoder(String) - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
Obtain a content decoder for the id.
- decodeString(BufferData, int) - Method in class io.helidon.http.http2.Http2HuffmanDecoder
-
Decode string.
- decodeUri(String) - Static method in class io.helidon.common.uri.UriEncoding
-
Decode a URI segment.
- decorate(B, T) - Method in interface io.helidon.builder.api.Prototype.OptionDecorator
-
Provides the ability to decorate option as it is being set on the target builder.
- decorate(T) - Method in interface io.helidon.builder.api.Prototype.BuilderDecorator
-
Provides the ability to decorate the target.
- decorateAddList(B, List) - Method in interface io.helidon.builder.api.Prototype.OptionDecorator
-
Decorate a list of values, when a setter that adds values is called.
- decorateAddSet(B, Set) - Method in interface io.helidon.builder.api.Prototype.OptionDecorator
-
Decorate a set of values, when a setter that adds values is called.
- decorateSetList(B, List) - Method in interface io.helidon.builder.api.Prototype.OptionDecorator
-
Decorate a list of values, when a setter that replaces values is called.
- decorateSetSet(B, Set) - Method in interface io.helidon.builder.api.Prototype.OptionDecorator
-
Decorate a set of values, when a setter that replaces values is called.
- decorator() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
Used to decorate the builder, right before method build is called.
- decorator() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Option decorator type.
- decorator() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- decorator() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Option decorator type.
- decorator(TypeName) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Option decorator type.
- decorator(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Option decorator type.
- decorator(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Option decorator type.
- decreaseContentPadding() - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Method for manual padding decrement.
- decreaseContentPadding() - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- decreaseContentPadding() - Method in class io.helidon.codegen.classmodel.Executable.Builder
- decreaseContentPadding() - Method in class io.helidon.codegen.classmodel.Field.Builder
- decreasePadding(Method.Builder, int) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Decrease padding.
- decrementInboundConnectionWindowSize(int) - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Decrement inbound connection flow control window, called when DATA frame is received.
- decrementWindowSize(int) - Method in interface io.helidon.http.http2.FlowControl
-
Decrement window size.
- decrementWindowSize(int) - Method in interface io.helidon.http.http2.WindowSize
-
Decrement window size.
- decrypt(Base64Value) - Method in class io.helidon.common.crypto.AsymmetricCipher
- decrypt(Base64Value) - Method in interface io.helidon.common.crypto.CommonCipher
-
Decrypt encrypted message.
- decrypt(Base64Value) - Method in class io.helidon.common.crypto.SymmetricCipher
- decrypt(Jwk) - Method in class io.helidon.security.jwt.EncryptedJwt
-
Decrypt
SignedJwtfrom the content of the encrypted jwt. - decrypt(JwkKeys) - Method in class io.helidon.security.jwt.EncryptedJwt
-
Decrypt
SignedJwtfrom the content of the encrypted jwt. - decrypt(JwkKeys, Jwk) - Method in class io.helidon.security.jwt.EncryptedJwt
-
Decrypt
SignedJwtfrom the content of the encrypted jwt. - decrypt(String) - Method in class io.helidon.security.providers.oidc.common.OidcCookieHandler
-
Restore an encrypted or compressed cookie value.
- decrypt(String) - Method in class io.helidon.security.spi.EncryptionProvider.EncryptionSupport
-
Decrypt the bytes.
- decrypt(String, byte[], byte[], Base64Value) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Decrypt the message with the usage of provided parameters.
- decrypt(String, String) - Method in interface io.helidon.security.Security
-
Decrypt cipher text.
- decrypt(String, String, byte[], byte[], Base64Value) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Decrypt the message with the usage of provided parameters.
- decrypt(String, String, byte[], AlgorithmParameterSpec, Base64Value) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Decrypt the message with the usage of provided parameters.
- decrypt(String, String, PrivateKey, Base64Value) - Static method in class io.helidon.common.crypto.AsymmetricCipher
-
Decrypt the message with the provided private key and selected algorithm.
- decryptAes(char[], String) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Decrypt using AES.
- decryptAesBytes(char[], String) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Deprecated.This method will be moved to a new module
- decryptAesEnvelope(char[], String) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Decrypt using AES from a versioned envelope.
- decryptFromString(String) - Method in interface io.helidon.common.crypto.CommonCipher
-
Decrypt cipherText provided by
CommonCipher.encryptToString(Base64Value). - decryptionKeys(Resource) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
A resource pointing to JWK with private keys used for JWE content key decryption.
- decryptionKeys(JwkKeys) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Set
JwkKeysused for JWE content key decryption. - decryptRsa(PrivateKey, String) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Decrypt using RSA with OAEP.
- DEEP_OBJECT - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Deep object style parameters.
- deepMerge(AbstractNodeBuilderImpl.MergingKey, MergeableNode) - Method in class io.helidon.config.AbstractNodeBuilderImpl
-
Applies deep merging through whole structure.
- Default - Class in io.helidon.common
-
A container class for default values related types for Helidon declarative.
- DEFAULT - Enum constant in enum class io.helidon.common.types.Modifier
-
The
defaultmodifier. - DEFAULT - Enum constant in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Default aggregation for a given instrument type.
- DEFAULT - Static variable in annotation interface io.helidon.grpc.api.Grpc.GrpcMarshaller
-
Deprecated.The name to use to specify the default marshaller supplier.
- DEFAULT - Static variable in class io.helidon.metrics.api.Meter.Scope
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope values, and this constant will be removed.
- DEFAULT_AMOUNT - Static variable in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Default amount, meaning unlimited execution.
- DEFAULT_BOUNDARY - Static variable in class io.helidon.http.media.multipart.MultiPartSupport
-
The default boundary used for encoding multipart messages.
- DEFAULT_CALLS - Static variable in interface io.helidon.faulttolerance.RetryConfig
-
Default calls to make.
- DEFAULT_CALLS - Static variable in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
-
Default calls to make.
- DEFAULT_CAPACITY - Static variable in interface io.helidon.common.LruCache
-
Default capacity of the cache: 10000.
- DEFAULT_CONTEXT - Static variable in class io.helidon.webserver.graphql.GraphQlServer
-
Default GraphQL web context.
- DEFAULT_COOKIE_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default access token cookie name.
- DEFAULT_CORE_POOL_SIZE - Static variable in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Default core pool size (16).
- DEFAULT_CORE_POOL_SIZE - Static variable in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
-
Default core pool size (16).
- DEFAULT_CORE_POOL_SIZE - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default core pool size (10).
- DEFAULT_CORE_POOL_SIZE - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default core pool size (10).
- DEFAULT_DB_TYPE - Static variable in interface io.helidon.dbclient.jdbc.JdbcConnectionPool
-
Default JDBC connection pool
JdbcConnectionPool.dbType()value. - DEFAULT_DELAY - Static variable in interface io.helidon.faulttolerance.RetryConfig
-
Default delay between retries.
- DEFAULT_DELAY - Static variable in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
-
Default delay between retries.
- DEFAULT_DURATION - Static variable in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Default duration over which to count operations.
- DEFAULT_ERROR_MESSAGE - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default error message to return for unchecked exceptions and errors.
- DEFAULT_ERROR_RATIO - Static variable in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Default error ratio.
- DEFAULT_ERROR_RATIO - Static variable in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
-
Default error ratio.
- DEFAULT_ERROR_SEVERITY - Static variable in annotation interface io.helidon.security.annotations.Audited
-
Default severity for non-OK statuses.
- DEFAULT_EVENT_TYPE - Static variable in annotation interface io.helidon.security.annotations.Audited
-
Default event type: "request".
- DEFAULT_FILE_PREFIX - Static variable in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Default prefix.
- DEFAULT_FILE_PREFIX - Static variable in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
-
Default prefix.
- DEFAULT_FILE_SUFFIX - Static variable in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Default suffix.
- DEFAULT_FILE_SUFFIX - Static variable in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
-
Default suffix.
- DEFAULT_FROM - Static variable in annotation interface io.helidon.security.abac.time.TimeValidator.TimeOfDay
-
Default from time.
- DEFAULT_GROWTH_RATE - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default growth rate (0).
- DEFAULT_GROWTH_RATE - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default growth rate (0).
- DEFAULT_GROWTH_THRESHOLD - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default growth threshold (1000).
- DEFAULT_GROWTH_THRESHOLD - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default growth threshold (1000).
- DEFAULT_ID_COOKIE_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default id token cookie name.
- DEFAULT_IS_DAEMON - Static variable in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Default daemon status of the created threads (true).
- DEFAULT_IS_DAEMON - Static variable in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
-
Default daemon status of the created threads (true).
- DEFAULT_IS_DAEMON - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default is daemon (true).
- DEFAULT_IS_DAEMON - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default is daemon (true).
- DEFAULT_JSON_UNITS_DEFAULT - Static variable in interface io.helidon.metrics.api.MetricsConfig
-
Default JSON unit.
- DEFAULT_JSON_UNITS_DEFAULT - Static variable in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
-
Default JSON unit.
- DEFAULT_KEEP_ALIVE - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default keep alive (duration format - "PT3M").
- DEFAULT_KEEP_ALIVE - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default keep alive (duration format - "PT3M").
- DEFAULT_KEYSTORE_TYPE - Static variable in interface io.helidon.common.pki.KeystoreKeys
-
Default keystore type.
- DEFAULT_KEYSTORE_TYPE - Static variable in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
-
Default keystore type.
- DEFAULT_LIMIT - Static variable in class io.helidon.common.concurrency.limits.FixedLimit
-
Default limit, meaning unlimited execution.
- DEFAULT_LIMIT - Static variable in interface io.helidon.faulttolerance.BulkheadConfig
-
Default limit.
- DEFAULT_LIMIT - Static variable in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
-
Default limit.
- DEFAULT_LOGGER_NAME - Static variable in class io.helidon.webserver.accesslog.AccessLogFeature
-
Name of the
System.getLogger(String)used to log access log records. - DEFAULT_LOGGER_NAME - Static variable in class io.helidon.webserver.accesslog.AccessLogRoutingFeature
-
Name of the
System.getLogger(String)used to log access log records. - DEFAULT_MAX_FRAME_SIZE - Static variable in interface io.helidon.http.http2.WindowSize
-
Default and smallest possible setting for MAX_FRAME_SIZE (2^14).
- DEFAULT_MAX_LENGTH - Static variable in class io.helidon.webserver.accesslog.AbstractLogEntry
-
Default limit for the number of characters written.
- DEFAULT_MAX_POOL_SIZE - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default max pool size (50).
- DEFAULT_MAX_POOL_SIZE - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default max pool size (50).
- DEFAULT_MAX_QUERY_COMPLEXITY - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default maximum query complexity.
- DEFAULT_MAX_QUERY_DEPTH - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default maximum query depth.
- DEFAULT_MAX_SERVICE_CACHE_SIZE - Static variable in interface io.helidon.webserver.http.HttpServiceLocator
-
Default maximum number of service instances cached by one locator.
- DEFAULT_MESSAGE_FORMAT - Static variable in annotation interface io.helidon.security.annotations.Audited
-
Default message format: "%3$s %1$s \"%2$s\" %5$s %6$s requested by %4$s".
- DEFAULT_METHOD - Static variable in class io.helidon.security.SecurityEnvironment.Builder
-
Default method is "GET".
- DEFAULT_MODULE_NAME - Static variable in interface io.helidon.codegen.ModuleInfo
-
The default module name (i.e., "unnamed").
- DEFAULT_NAME - Static variable in annotation interface io.helidon.service.registry.Service.Named
-
Default name to identify a default instance.
- DEFAULT_NAMED - Static variable in interface io.helidon.service.registry.Qualifier
-
Represents an instance named with the default name: "@default".
- DEFAULT_NOT_BEFORE_SECONDS - Static variable in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget
-
Default token validity before issue time.
- DEFAULT_OK_SEVERITY - Static variable in annotation interface io.helidon.security.annotations.Audited
-
Default severity for OK status.
- DEFAULT_OVERALL_TIMEOUT - Static variable in interface io.helidon.faulttolerance.RetryConfig
-
Default overall timeout.
- DEFAULT_OVERALL_TIMEOUT - Static variable in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
-
Default overall timeout.
- DEFAULT_PADDING - Static variable in class io.helidon.codegen.classmodel.ClassModel
-
Default padding used in the generated type.
- DEFAULT_PATH - Static variable in class io.helidon.health.checks.DiskSpaceHealthCheck
-
Default path on the file system the health check will be executed for.
- DEFAULT_PRESTART - Static variable in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Default prestart status of threads (false).
- DEFAULT_PRESTART - Static variable in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
-
Default prestart status of threads (false).
- DEFAULT_PRESTART - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default prestart of threads (true).
- DEFAULT_PRESTART - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default prestart of threads (true).
- DEFAULT_PRIVATE_KEY_ALIAS - Static variable in interface io.helidon.common.pki.KeystoreKeys
-
Default private key alias.
- DEFAULT_PRIVATE_KEY_ALIAS - Static variable in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
-
Default private key alias.
- DEFAULT_PROTOCOL - Static variable in interface io.helidon.common.tls.TlsConfig
-
The default protocol is set to "TLS".
- DEFAULT_QUEUE_CAPACITY - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default queue capacity (10000).
- DEFAULT_QUEUE_CAPACITY - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default queue capacity (10000).
- DEFAULT_QUEUE_LENGTH - Static variable in class io.helidon.common.concurrency.limits.AimdLimit
-
Default length of the queue.
- DEFAULT_QUEUE_LENGTH - Static variable in class io.helidon.common.concurrency.limits.FixedLimit
-
Default length of the queue.
- DEFAULT_QUEUE_LENGTH - Static variable in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Default length of the queue.
- DEFAULT_QUEUE_LENGTH - Static variable in interface io.helidon.faulttolerance.BulkheadConfig
-
Default queue lengths.
- DEFAULT_QUEUE_LENGTH - Static variable in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
-
Default queue lengths.
- DEFAULT_QUEUE_TIMEOUT_DURATION - Static variable in class io.helidon.common.concurrency.limits.AimdLimit
-
Timeout of a request that is enqueued.
- DEFAULT_QUEUE_TIMEOUT_DURATION - Static variable in class io.helidon.common.concurrency.limits.FixedLimit
-
Timeout of a request that is enqueued.
- DEFAULT_QUEUE_TIMEOUT_DURATION - Static variable in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Timeout of a request that is enqueued.
- DEFAULT_REFRESH_COOKIE_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default refresh token cookie name.
- DEFAULT_REQUIRED - Static variable in annotation interface io.helidon.config.metadata.ConfiguredOption
-
The default value for
ConfiguredOption.required()isfalse. - DEFAULT_SCHEMA_URI - Static variable in class io.helidon.webserver.graphql.GraphQlServer
-
Default schema endpoint URI under the GraphQL web context.
- DEFAULT_SESSION_CACHE_SIZE - Static variable in interface io.helidon.common.tls.TlsConfig
-
The default session cache size as defined for unset value in
SSLSessionContext.getSessionCacheSize(). - DEFAULT_SESSION_TIMEOUT - Static variable in interface io.helidon.common.tls.TlsConfig
-
The default session timeout as defined for unset value in
SSLSessionContext.getSessionTimeout(). - DEFAULT_SOCKET_NAME - Static variable in interface io.helidon.webserver.WebServer
-
The default server socket configuration name.
- DEFAULT_STATE_COOKIE_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default state cookie name.
- DEFAULT_SUCCESS_THRESHOLD - Static variable in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Default success threshold.
- DEFAULT_SUCCESS_THRESHOLD - Static variable in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
-
Default success threshold.
- DEFAULT_TENANT_COOKIE_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default tenant cookie name.
- DEFAULT_TENANT_ID - Static variable in interface io.helidon.security.providers.oidc.common.spi.TenantConfigFinder
-
Default tenant id used when requesting configuration for unknown tenant.
- DEFAULT_TENANT_PARAM_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default tenant query param name.
- DEFAULT_THREAD_NAME_PREFIX - Static variable in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Default thread name prefix ("helidon-").
- DEFAULT_THREAD_NAME_PREFIX - Static variable in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
-
Default thread name prefix ("helidon-").
- DEFAULT_THREAD_NAME_PREFIX - Static variable in interface io.helidon.common.configurable.ThreadPoolConfig
-
Default thread name prefix ("helidon-").
- DEFAULT_THREAD_NAME_PREFIX - Static variable in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Default thread name prefix ("helidon-").
- DEFAULT_THRESHOLD - Static variable in class io.helidon.common.testing.virtualthreads.PinningRecorder
-
Default threshold for considering carrier thread blocking as pinning.
- DEFAULT_THRESHOLD - Static variable in class io.helidon.health.checks.DiskSpaceHealthCheck
-
Default threshold percent, when this check starts reporting
HealthCheckResponse.Status.DOWN. - DEFAULT_THRESHOLD - Static variable in class io.helidon.health.checks.HeapMemoryHealthCheck
-
Default threshold percentage.
- DEFAULT_TO - Static variable in annotation interface io.helidon.security.abac.time.TimeValidator.TimeOfDay
-
Default to time.
- DEFAULT_TOKEN_HANDLER - Static variable in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
Default token handler for HTTP basic authentication - uses
Authorizationheader andbasicprefix. - DEFAULT_TRANSPORT - Static variable in class io.helidon.security.SecurityEnvironment.Builder
-
Default transport is "http".
- DEFAULT_VALIDITY_SECONDS - Static variable in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget
-
Default token validity for an outbound target.
- DEFAULT_VOLUME - Static variable in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Default volume.
- DEFAULT_VOLUME - Static variable in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
-
Default volume.
- DEFAULT_WEIGHT - Static variable in interface io.helidon.common.Weighted
-
Default weight for any weighted component (whether it implements this interface or uses
Weightannotation). - DEFAULT_WIN_SIZE - Static variable in interface io.helidon.http.http2.WindowSize
-
Default window size.
- Default.Boolean - Annotation Interface in io.helidon.common
-
A default value specified as a boolean.
- Default.Double - Annotation Interface in io.helidon.common
-
A default value specified as a double.
- Default.Int - Annotation Interface in io.helidon.common
-
A default value specified as an integer.
- Default.Long - Annotation Interface in io.helidon.common
-
A default value specified as a long.
- Default.Value - Annotation Interface in io.helidon.common
-
A default value specified as a string.
- defaultCase() - Method in interface io.helidon.http.HeaderName
-
Header name as used in HTTP/1, or "human-readable" value of this header.
- DefaultClockService__ServiceDescriptor<T> - Class in io.helidon.validation
-
Service descriptor for
DefaultClockService. - DefaultClockService__ServiceDescriptor() - Constructor for class io.helidon.validation.DefaultClockService__ServiceDescriptor
-
Constructor with no side effects
- defaultConfig() - Method in class io.helidon.webclient.grpc.GrpcProtocolProvider
- defaultConfig() - Method in class io.helidon.webclient.http1.Http1ClientSpiProvider
- defaultConfig() - Method in class io.helidon.webclient.http2.Http2ClientSpiProvider
- defaultConfig() - Method in class io.helidon.webclient.jsonrpc.JsonRpcProtocolProvider
- defaultConfig() - Method in interface io.helidon.webclient.spi.ClientProtocolProvider
-
Default configuration of this protocol.
- defaultConfig() - Method in class io.helidon.webclient.websocket.WsProtocolProvider
- defaultConfig(SignedHeadersConfig.HeadersConfig) - Method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.Builder
-
Default configuration is used by methods that do not have an explicit configuration.
- defaultCookies() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Map of default cookies to include in all requests if cookies enabled.
- defaultCookies() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- defaultCookies() - Method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Map of default cookies to include in all requests if cookies enabled.
- defaultCookies(Map) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Map of default cookies to include in all requests if cookies enabled.
- DefaultDnsResolver - Class in io.helidon.webclient.api
-
Default DNS resolver.
- defaultEndpoint() - Method in enum class io.helidon.health.HealthCheckType
-
Default endpoint of a health check type, relative to the root of health checks (such as
readyfor readiness, so full path by default would be/observe/health/ready). - DefaultErrorHandling__ServiceDescriptor<T> - Class in io.helidon.webclient.api
-
Service descriptor for
DefaultErrorHandling. - DefaultErrorHandling__ServiceDescriptor() - Constructor for class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
-
Constructor with no side effects
- defaultErrorMessage() - Method in interface io.helidon.graphql.server.InvocationHandler
-
Configured default error message.
- defaultErrorMessage(String) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Default error message to return when an internal server error occurs.
- defaultHandler() - Static method in interface io.helidon.http.DirectHandler
-
Default handler will HTML encode the message (if any), use the default status code for the event type, and copy all headers configured.
- defaultHeadersMap() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request from configuration.
- defaultHeadersMap() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- defaultHeadersMap() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Default headers to be used in every request from configuration.
- defaultHeadersMap(Map) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request from configuration.
- defaultHistogramAggregation() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Preferred default histogram aggregation technique, configurable as
MetricDefaultHistogramAggregationConfig. - defaultHistogramAggregation() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase.MetricExporterConfigImpl
- defaultHistogramAggregation() - Method in interface io.helidon.telemetry.otelconfig.MetricExporterConfig
-
Preferred default histogram aggregation technique, configurable as
MetricDefaultHistogramAggregationConfig. - defaultHistogramAggregation(DefaultAggregationSelector) - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Preferred default histogram aggregation technique, configurable as
MetricDefaultHistogramAggregationConfig. - defaultIdcsSubjectType() - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Default subject type to use when requesting data from IDCS.
- defaultIdcsSubjectType(String) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Configure subject type to use when requesting roles from IDCS.
- defaultIfEmpty(Supplier) - Method in interface io.helidon.common.reactive.Multi
-
Signals the default item supplied by specified supplier if the upstream is empty.
- defaultIfEmpty(Supplier) - Method in interface io.helidon.common.reactive.Single
-
Signals the default item supplied by specified supplier if the upstream is empty.
- defaultIfEmpty(Supplier) - Method in interface io.helidon.common.reactive.Subscribable
-
Signals the default item supplied by specified supplier if the upstream is empty.
- defaultIfEmpty(T) - Method in interface io.helidon.common.reactive.Multi
-
Signals the default item if the upstream is empty.
- defaultIfEmpty(T) - Method in interface io.helidon.common.reactive.Single
-
Signals the default item if the upstream is empty.
- defaultIfEmpty(T) - Method in interface io.helidon.common.reactive.Subscribable
-
Signals the default item if the upstream is empty.
- defaultKeepAlive() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Whether to use keep alive by default.
- defaultKeepAlive() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
- defaultKeepAlive() - Method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Whether to use keep alive by default.
- defaultKeepAlive(boolean) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Whether to use keep alive by default.
- defaultLogFormat() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Use default log format.
- defaultLogFormat() - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Use default log format.
- defaultLookup() - Static method in enum class io.helidon.webclient.api.DnsAddressLookup
-
Default address lookup for this VM.
- DefaultMapperProvider__ServiceDescriptor<T> - Class in io.helidon.common.mapper
-
Service descriptor for
DefaultMapperProvider. - DefaultMapperProvider__ServiceDescriptor() - Constructor for class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
-
Constructor with no side effects
- defaultMethodsPredicate() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
A predicate to include possible interface default methods as options.
- defaultMethodsPredicate() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- defaultMethodsPredicate() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
A predicate to include possible interface default methods as options.
- defaultMethodsPredicate(Predicate) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
A predicate to include possible interface default methods as options.
- DefaultMultitenancyEndpoints(OidcConfig) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints
-
Creates endpoints from provided OIDC configuration using default URIs.
- defaultRequestHeaders() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Default headers as a headers object.
- DefaultResolverService__ServiceDescriptor<T> - Class in io.helidon.common.mapper
-
Service descriptor for
DefaultResolverService. - DefaultResolverService__ServiceDescriptor() - Constructor for class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
-
Constructor with no side effects
- defaults() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Default gRPC security handler.
- defaults() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl
- defaults() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityConfig
-
Default gRPC security handler.
- defaults() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Default security handler for this gRPC service.
- defaults() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl
- defaults() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig
-
Default security handler for this gRPC service.
- defaults() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
The default security handler.
- defaults() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- defaults() - Method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
The default security handler.
- defaults(GrpcSecurityHandler) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Default gRPC security handler.
- defaults(GrpcSecurityHandler) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Default security handler for this gRPC service.
- defaults(GrpcSecurityHandlerConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Default gRPC security handler.
- defaults(GrpcSecurityHandlerConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Default security handler for this gRPC service.
- defaults(DirectHandlers) - Method in class io.helidon.webserver.http.DirectHandlers.Builder
-
Add defaults for even types not supported by the created handlers.
- defaults(SecurityHandler) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
The default security handler.
- defaults(SecurityHandlerConfig) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
The default security handler.
- defaults(Consumer) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Default gRPC security handler.
- defaults(Consumer) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Default security handler for this gRPC service.
- defaults(Consumer) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
The default security handler.
- DefaultsCodegen - Class in io.helidon.service.codegen
-
Code generation for handling of
Defaultannotations. - DefaultsCodegen.DefaultCode - Interface in io.helidon.service.codegen
-
Information about a default element.
- DefaultsParams - Interface in io.helidon.service.codegen
-
Parameters to code generate default values.
- DefaultsParams.Builder - Class in io.helidon.service.codegen
-
Fluent API builder for
DefaultsParams. - DefaultsParams.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.codegen
-
Fluent API builder base for
DefaultsParams. - DefaultsParams.BuilderBase.DefaultsParamsImpl - Class in io.helidon.service.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- DefaultsParamsImpl(DefaultsParams.BuilderBase) - Constructor for class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
-
Create an instance providing a builder.
- DefaultsResolver - Interface in io.helidon.common.mapper
-
A service that resolves defaults from annotations.
- defaultStatus() - Method in enum class io.helidon.http.DirectHandler.EventType
-
Default status of this event type.
- defaultValue() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Default value for this option, a consumer of the field content builder.
- defaultValue() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- defaultValue() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Default value for this option, a consumer of the field content builder.
- defaultValue() - Method in interface io.helidon.codegen.Option
-
Default to use if the option is not defined.
- defaultValue() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- defaultValue() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Default value to send if not configured in context.
- defaultValue() - Method in interface io.helidon.common.context.http.ContextRecordConfig
-
Default value to send if not configured in context.
- defaultValue() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The default value assigned to the element, represented as a string.
- defaultValue() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- defaultValue() - Method in interface io.helidon.common.types.TypedElementInfo
-
The default value assigned to the element, represented as a string.
- defaultValue() - Method in interface io.helidon.http.http2.Http2Setting
-
Typed default value of this setting.
- defaultValue() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- defaultValue() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- defaultValue() - Method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- defaultValue() - Element in annotation interface io.helidon.openapi.OpenApi.ServerVariable
-
Default value.
- defaultValue(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Set default value this field should be initialized with, wrapping the value in double quotes if the field type is String.
- defaultValue(String) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Default value to send if not configured in context.
- defaultValue(String) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The default value assigned to the element, represented as a string.
- defaultValue(String) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- defaultValue(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Default value for this option, a consumer of the field content builder.
- defaultValueContent(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Configure a default value for this field as a string that will be copied verbatim to the generated sources.
- defaultValues() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- defaultValues() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Default values to send if not configured in context.
- defaultValues() - Method in interface io.helidon.common.context.http.ContextRecordConfig
-
Default values to send if not configured in context.
- defaultValues(List) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Default values to send if not configured in context.
- defaultWeight(double) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
Configure default weight for services that do not have any.
- defer(Supplier) - Static method in interface io.helidon.common.reactive.Single
-
Call the given supplier function for each individual downstream Subscriber to return a Flow.Publisher to subscribe to.
- defer(Supplier) - Static method in interface io.helidon.common.reactive.Multi
-
Call the given supplier function for each individual downstream Subscriber to return a Flow.Publisher to subscribe to.
- DEFERRED - Enum constant in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Timing
-
Algorithm had to wait to decide because too many concurrent executions were already in progress when it was asked about the new work item.
- deferredAcceptance(String, String, LimitAlgorithm.Token, long, long) - Static method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
Creates a new
LimitAlgorithm.Outcomerepresenting a deferred acceptance of a work item. - deferredRejection(String, String, long, long) - Static method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
Creates a new
LimitAlgorithm.Outcomerepresenting a deferred rejection of a work item. - deferredRequest(AtomicReference, AtomicLong, long) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Accumulates request amounts until the subscription field receives a Subscription instance, then requests this accumulated amount and forwards subsequent requests to it.
- deferredSetOnce(AtomicReference, AtomicLong, Flow.Subscription) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Atomically sets the only upstream subscription in the field and then requests the amount accumulated in the requestedField.
- DeflateEncoding - Class in io.helidon.http.encoding.deflate
-
Support for
deflatecontent encoding. - DeflateEncodingProvider - Class in io.helidon.http.encoding.deflate
-
Support for
deflatecontent encoding. - DeflateEncodingProvider() - Constructor for class io.helidon.http.encoding.deflate.DeflateEncodingProvider
-
Required public constructor for
ServiceLoader. - delay() - Method in class io.helidon.config.SimpleRetryPolicy
-
Delay between retries.
- delay() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- delay() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
How long to wait before transitioning from open to half-open state; must not be negative and must be small enough to represent in milliseconds.
- delay() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
How long to wait before transitioning from open to half-open state; must not be negative and must be small enough to represent in milliseconds.
- delay() - Element in annotation interface io.helidon.faulttolerance.Ft.CircuitBreaker
-
Delay duration.
- delay() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
Duration to delay Defaults to
200milliseconds. - delay() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Non-negative base delay between the initial call and retries, which defaults to
200 ms. - delay() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- delay() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Non-negative base delay between the initial call and retries, which defaults to
200 ms. - delay(Duration) - Method in class io.helidon.config.FileSystemWatcher.Builder
-
Configure a delay between schedules.
- delay(Duration) - Method in class io.helidon.config.SimpleRetryPolicy.Builder
-
Delay between the invocations.
- delay(Duration) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
How long to wait before transitioning from open to half-open state; must not be negative and must be small enough to represent in milliseconds.
- delay(Duration) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy.Builder
-
Base delay between the invocations.
- delay(Duration) - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy.Builder
-
Base delay between the invocations.
- delay(Duration) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Non-negative base delay between the initial call and retries, which defaults to
200 ms. - delayBy() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Initial delay of the first invocation.
- delayBy() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- delayBy() - Method in interface io.helidon.scheduling.FixedRateConfig
-
Initial delay of the first invocation.
- delayBy() - Method in interface io.helidon.scheduling.FixedRateInvocation
-
Delay the first invocation by the specified time.
- delayBy() - Element in annotation interface io.helidon.scheduling.Scheduling.FixedRate
-
Initial delay of the first invocation.
- delayBy(Duration) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Initial delay of the first invocation.
- delayFactor() - Method in class io.helidon.config.SimpleRetryPolicy
-
Delay multiplication factor.
- delayFactor() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
Delay retry policy factor.
- delayFactor() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Delay multiplier that must be
-1or finite and non-negative;-1selects2unless either jitter option is configured, and an explicit multiplier is applied before jitter. - delayFactor() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- delayFactor() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Delay multiplier that must be
-1or finite and non-negative;-1selects2unless either jitter option is configured, and an explicit multiplier is applied before jitter. - delayFactor(double) - Method in class io.helidon.config.SimpleRetryPolicy.Builder
-
A delay multiplication factor.
- delayFactor(double) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy.Builder
-
A delay multiplication factor.
- delayFactor(double) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Delay multiplier that must be
-1or finite and non-negative;-1selects2unless either jitter option is configured, and an explicit multiplier is applied before jitter. - delayType() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Configure whether the interval between the invocations should be calculated from the time when previous task started or ended.
- delayType() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- delayType() - Method in interface io.helidon.scheduling.FixedRateConfig
-
Configure whether the interval between the invocations should be calculated from the time when previous task started or ended.
- delayType() - Element in annotation interface io.helidon.scheduling.Scheduling.FixedRate
-
Whether the interval should be calculated from the start or end of the previous task.
- delayType(FixedRate.DelayType) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Configure whether the interval between the invocations should be calculated from the time when previous task started or ended.
- DelcarativeConfigSupport - Class in io.helidon.declarative.codegen
-
Support to generate consistent configuration for declarative types.
- delegate() - Method in class io.helidon.grpc.core.SafeStreamObserver
-
Obtain the wrapped
StreamObserver. - delegate() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- delegate() - Method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Tracer instance to use instead of constructing one from other config settings.
- delete() - Static method in interface io.helidon.data.codegen.query.Projection
-
Create
DELETEDML statement. - delete() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for delete method with default path.
- delete(E) - Method in interface io.helidon.data.Data.BasicRepository
-
Delete provided entity.
- delete(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- delete(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a delete route.
- delete(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for delete method with a path.
- delete(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- delete(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a delete route.
- delete(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute delete statement using a statement passed as an argument.
- Delete - Enum constant in enum class io.helidon.data.codegen.query.ProjectionAction
-
DELETEaction. - DELETE - Enum constant in enum class io.helidon.dbclient.DbStatementType
-
Delete is a statement that deletes existing records.
- DELETE - Static variable in class io.helidon.http.Method
-
The DELETE method requests that the origin server delete the resource identified by the Request-URI.
- DELETE_NAME - Static variable in class io.helidon.http.Method
-
"DELETE" method name.
- deleteAll() - Method in interface io.helidon.data.Data.BasicRepository
-
Delete all entities of the
Etype. - deleteAll(Iterable) - Method in interface io.helidon.data.Data.BasicRepository
-
Delete all provided entities.
- deleteById(ID) - Method in interface io.helidon.data.Data.BasicRepository
-
Delete the entity with the given ID (primary key).
- DELETED - Enum constant in enum class io.helidon.config.spi.ChangeEventType
-
The content is not present.
- deleteOnExit() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Whether temporary files should be deleted on JVM exit.
- deleteOnExit() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- deleteOnExit() - Method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Whether temporary files should be deleted on JVM exit.
- deleteOnExit(boolean) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Whether temporary files should be deleted on JVM exit.
- DELTA - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricTemporalityPreferenceType
-
Delta.
- denied() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- denied() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to deny.
- denied() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Exact strings to deny.
- denied(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to deny.
- deniedPatterns() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- deniedPatterns() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to deny.
- deniedPatterns() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Patterns specifying strings to deny.
- deniedPatterns(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to deny.
- deniedPredicates() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- deniedPredicates() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Deny predicates.
- deniedPredicates() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Deny predicates.
- deniedPredicates(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Deny predicates.
- deniedPrefixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- deniedPrefixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to deny.
- deniedPrefixes() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Prefixes specifying strings to deny.
- deniedPrefixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to deny.
- deniedSuffixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- deniedSuffixes() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to deny.
- deniedSuffixes() - Method in interface io.helidon.common.configurable.AllowListConfig
-
Suffixes specifying strings to deny.
- deniedSuffixes(List) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to deny.
- deny() - Static method in class io.helidon.security.AuthorizationResponse
-
Deny the request.
- DENY_ALL_JAKARTA_TYPE - Static variable in class io.helidon.security.providers.abac.AbacProvider
-
Type name for
jakarta.annotation.security.DenyAll. - DENY_ALL_JAVAX_TYPE - Static variable in class io.helidon.security.providers.abac.AbacProvider
-
Type name for
javax.annotation.security.DenyAll. - denyAll() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Returns true if access should be denied to all.
- DEP_0 - Static variable in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
-
Injection point dependency for DefaultResolverService(Supplier mappers), parameter mappers.
- DEP_0 - Static variable in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
-
Injection point dependency for MappersFactory(List mapperProviders, List mappers), parameter mapperProviders.
- DEP_0 - Static variable in class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Injection point dependency for ConfigProvider(Supplier metaConfigSupplier, Supplier configSources, Supplier configParsers, Supplier configFilters, Supplier configMappers, ServiceRegistry serviceRegistry), parameter metaConfigSupplier.
- DEP_0 - Static variable in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
-
Injection point dependency for ConfigurationValueFactory(Supplier defaultsResolver, Supplier config), parameter defaultsResolver.
- DEP_0 - Static variable in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
-
Injection point dependency for MetaConfigFactory(ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_0 - Static variable in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
-
Injection point dependency for JpaRepositoryExecutorImpl(EntityManagerFactory factory, Optional txSupport), parameter factory.
- DEP_0 - Static variable in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
-
Injection point dependency for LocalTransactionStorage.LocalTransactionProvider(LocalTransactionStorage.LocalTransactionManager transactionManager), parameter transactionManager.
- DEP_0 - Static variable in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
-
Injection point dependency for LocalTxSupport(LocalTransactionStorage.LocalTransactionProvider provider, List txListeners), parameter provider.
- DEP_0 - Static variable in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
-
Injection point dependency for PersistenceUnitFactory(Supplier dataSourcesSupplier, Supplier entitiesSupplier, Supplier configSupplier, Supplier txSupportSupplier), parameter dataSourcesSupplier.
- DEP_0 - Static variable in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
-
Injection point dependency for JdbcClientConfigFactory(Supplier config), parameter config.
- DEP_0 - Static variable in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
-
Injection point dependency for JdbcClientFactory(Supplier configurations, Supplier dataSources, JdbcTransactionConnectionManager connectionManager), parameter configurations.
- DEP_0 - Static variable in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
-
Injection point dependency for JdbcTxSupport(JdbcTransactionConnectionManager connectionManager, List listeners), parameter connectionManager.
- DEP_0 - Static variable in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
-
Injection point dependency for DataSourceConfigFactory(Supplier config), parameter config.
- DEP_0 - Static variable in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
-
Injection point dependency for HikariDataSourceProviderService(Supplier dsConfigs), parameter dsConfigs.
- DEP_0 - Static variable in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
-
Injection point dependency for JdbcDataSourceService(Supplier dsConfigs), parameter dsConfigs.
- DEP_0 - Static variable in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
-
Injection point dependency for UcpDataSourceProviderService(Supplier dsConfigs), parameter dsConfigs.
- DEP_0 - Static variable in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
-
Injection point dependency for AsyncImpl(ServiceRegistry services, AsyncConfig config), parameter services.
- DEP_0 - Static variable in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
-
Injection point dependency for BulkheadImpl(BulkheadConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter config.
- DEP_0 - Static variable in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
-
Injection point dependency for CircuitBreakerImpl(CircuitBreakerConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter config.
- DEP_0 - Static variable in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
-
Injection point dependency for RetryImpl(RetryConfig retryConfig, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter retryConfig.
- DEP_0 - Static variable in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
-
Injection point dependency for TimeoutImpl(TimeoutConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter config.
- DEP_0 - Static variable in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
-
Injection point dependency for JsonBindingConfigProvider(Supplier serializers, Supplier deserializers, Supplier factories), parameter serializers.
- DEP_0 - Static variable in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
-
Injection point dependency for JsonBindingProvider(Supplier bindingConfig), parameter bindingConfig.
- DEP_0 - Static variable in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
-
Injection point dependency for ChannelRegistry(MessagingConfig config, MessagingLifecycleGuard lifecycleGuard), parameter config.
- DEP_0 - Static variable in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
-
Injection point dependency for MessagingConfigSupport.ConfigurationProvider(Config config, ServiceRegistry serviceRegistry, List consumerRegistrations, List emitterRegistrations), parameter config.
- DEP_0 - Static variable in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
-
Injection point dependency for MessagingEntryPointsImpl(List entryPointInterceptors), parameter entryPointInterceptors.
- DEP_0 - Static variable in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
-
Injection point dependency for ExemplarServiceManager(List exemplarServices), parameter exemplarServices.
- DEP_0 - Static variable in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
-
Injection point dependency for MeterRegistryFactory(MetricsFactory metricsFactory), parameter metricsFactory.
- DEP_0 - Static variable in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
-
Injection point dependency for MetricsFactoryFactory(Config config, ServiceRegistry serviceRegistry), parameter config.
- DEP_0 - Static variable in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
-
Injection point dependency for SystemTagsManagerImpl(MetricsFactory metricsFactory), parameter metricsFactory.
- DEP_0 - Static variable in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
-
Injection point dependency for
OpenApiFeature(ServiceRegistry registry, Config config, Supplier openApiVersionProviders), parameter registry. - DEP_0 - Static variable in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
-
Injection point dependency for EventManagerImpl(Supplier registrations, Optional executorService), parameter registrations.
- DEP_0 - Static variable in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
-
Injection point dependency for HelidonTracingBasedTracerServiceFactory(ServiceRegistry registry, Config config, Supplier strategies, Supplier openTelemetry), parameter registry.
- DEP_0 - Static variable in class io.helidon.tracing.TracerFactory__ServiceDescriptor
-
Injection point dependency for TracerFactory(Config config), parameter config.
- DEP_0 - Static variable in class io.helidon.validation.TypeValidationService__ServiceDescriptor
-
Injection point dependency for TypeValidationService(ServiceRegistry registry), parameter registry.
- DEP_0 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter notNullProvider.
- DEP_0 - Static variable in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
-
Injection point dependency for DefaultErrorHandling(List errorHandlers), parameter errorHandlers.
- DEP_0 - Static variable in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
-
Injection point dependency for LoomClient(WebClientConfig config), parameter config.
- DEP_0 - Static variable in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
-
Injection point dependency for WebClientConfigFactory(Supplier config, ServiceRegistry serviceRegistry), parameter config.
- DEP_0 - Static variable in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
-
Injection point dependency for
CorsFeature(ServiceRegistry registry, Config config), parameter registry. - DEP_0 - Static variable in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
-
Injection point dependency for GrpcEntryPointsImpl(List entryPointInterceptors, List grpcEntryPointInterceptors), parameter entryPointInterceptors.
- DEP_0 - Static variable in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
-
Injection point dependency for GrpcServerFeature(Config config, ServiceRegistry serviceRegistry, Supplier meterRegistry, Supplier routes), parameter config.
- DEP_0 - Static variable in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
-
Injection point dependency for HttpEntryPointsImpl(List entryPointInterceptors, List httpEntryPointInterceptors, List authorizationInterceptors), parameter entryPointInterceptors.
- DEP_0 - Static variable in class io.helidon.webserver.LoomServer__ServiceDescriptor
-
Injection point dependency for LoomServer(WebServerService service, Supplier metricsFactory, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter service.
- DEP_0 - Static variable in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
-
Injection point dependency for ObserveFeatureServicesFactory(ObserveServices observeServices), parameter observeServices.
- DEP_0 - Static variable in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
-
Injection point dependency for ObserverServicesFactory(ObserveServices observeServices), parameter observeServices.
- DEP_0 - Static variable in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
-
Injection point dependency for ObserveServices(Supplier config, Supplier featureProviders, ServiceRegistry serviceRegistry), parameter config.
- DEP_0 - Static variable in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
-
Injection point dependency for
RequestScopeFeatureProvider(Supplier scopes), parameter scopes. - DEP_0 - Static variable in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
-
Injection point dependency for HttpSecurityInterceptor(Security security, Config config, List annotationAnalyzers, List responseMappers), parameter security.
- DEP_0 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter config.
- DEP_0 - Static variable in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
-
Injection point dependency for WebServerStarterService(LoomServer server), parameter server.
- DEP_0 - Static variable in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
-
Injection point dependency for WsServerFeature(Config config, Supplier routes), parameter config.
- DEP_1 - Static variable in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
-
Injection point dependency for MappersFactory(List mapperProviders, List mappers), parameter mappers.
- DEP_1 - Static variable in class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Injection point dependency for ConfigProvider(Supplier metaConfigSupplier, Supplier configSources, Supplier configParsers, Supplier configFilters, Supplier configMappers, ServiceRegistry serviceRegistry), parameter configSources.
- DEP_1 - Static variable in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
-
Injection point dependency for ConfigurationValueFactory(Supplier defaultsResolver, Supplier config), parameter config.
- DEP_1 - Static variable in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
-
Injection point dependency for JpaRepositoryExecutorImpl(EntityManagerFactory factory, Optional txSupport), parameter txSupport.
- DEP_1 - Static variable in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
-
Injection point dependency for LocalTxSupport(LocalTransactionStorage.LocalTransactionProvider provider, List txListeners), parameter txListeners.
- DEP_1 - Static variable in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
-
Injection point dependency for PersistenceUnitFactory(Supplier dataSourcesSupplier, Supplier entitiesSupplier, Supplier configSupplier, Supplier txSupportSupplier), parameter entitiesSupplier.
- DEP_1 - Static variable in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
-
Injection point dependency for JdbcClientFactory(Supplier configurations, Supplier dataSources, JdbcTransactionConnectionManager connectionManager), parameter dataSources.
- DEP_1 - Static variable in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
-
Injection point dependency for JdbcTxSupport(JdbcTransactionConnectionManager connectionManager, List listeners), parameter listeners.
- DEP_1 - Static variable in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
-
Injection point dependency for AsyncImpl(ServiceRegistry services, AsyncConfig config), parameter config.
- DEP_1 - Static variable in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
-
Injection point dependency for BulkheadImpl(BulkheadConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter meterRegistry.
- DEP_1 - Static variable in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
-
Injection point dependency for CircuitBreakerImpl(CircuitBreakerConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter meterRegistry.
- DEP_1 - Static variable in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
-
Injection point dependency for RetryImpl(RetryConfig retryConfig, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter meterRegistry.
- DEP_1 - Static variable in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
-
Injection point dependency for TimeoutImpl(TimeoutConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter meterRegistry.
- DEP_1 - Static variable in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
-
Injection point dependency for JsonBindingConfigProvider(Supplier serializers, Supplier deserializers, Supplier factories), parameter deserializers.
- DEP_1 - Static variable in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
-
Injection point dependency for ChannelRegistry(MessagingConfig config, MessagingLifecycleGuard lifecycleGuard), parameter lifecycleGuard.
- DEP_1 - Static variable in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
-
Injection point dependency for MessagingConfigSupport.ConfigurationProvider(Config config, ServiceRegistry serviceRegistry, List consumerRegistrations, List emitterRegistrations), parameter serviceRegistry.
- DEP_1 - Static variable in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
-
Injection point dependency for MetricsFactoryFactory(Config config, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_1 - Static variable in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
-
Injection point dependency for
OpenApiFeature(ServiceRegistry registry, Config config, Supplier openApiVersionProviders), parameter config. - DEP_1 - Static variable in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
-
Injection point dependency for EventManagerImpl(Supplier registrations, Optional executorService), parameter executorService.
- DEP_1 - Static variable in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
-
Injection point dependency for HelidonTracingBasedTracerServiceFactory(ServiceRegistry registry, Config config, Supplier strategies, Supplier openTelemetry), parameter config.
- DEP_1 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter nullProvider.
- DEP_1 - Static variable in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
-
Injection point dependency for WebClientConfigFactory(Supplier config, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_1 - Static variable in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
-
Injection point dependency for
CorsFeature(ServiceRegistry registry, Config config), parameter config. - DEP_1 - Static variable in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
-
Injection point dependency for GrpcEntryPointsImpl(List entryPointInterceptors, List grpcEntryPointInterceptors), parameter grpcEntryPointInterceptors.
- DEP_1 - Static variable in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
-
Injection point dependency for GrpcServerFeature(Config config, ServiceRegistry serviceRegistry, Supplier meterRegistry, Supplier routes), parameter serviceRegistry.
- DEP_1 - Static variable in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
-
Injection point dependency for HttpEntryPointsImpl(List entryPointInterceptors, List httpEntryPointInterceptors, List authorizationInterceptors), parameter httpEntryPointInterceptors.
- DEP_1 - Static variable in class io.helidon.webserver.LoomServer__ServiceDescriptor
-
Injection point dependency for LoomServer(WebServerService service, Supplier metricsFactory, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter metricsFactory.
- DEP_1 - Static variable in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
-
Injection point dependency for ObserveServices(Supplier config, Supplier featureProviders, ServiceRegistry serviceRegistry), parameter featureProviders.
- DEP_1 - Static variable in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
-
Injection point dependency for HttpSecurityInterceptor(Security security, Config config, List annotationAnalyzers, List responseMappers), parameter config.
- DEP_1 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter serverFeatures.
- DEP_1 - Static variable in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
-
Injection point dependency for WsServerFeature(Config config, Supplier routes), parameter routes.
- DEP_10 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberPositiveOrZeroProvider.
- DEP_11 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberMinProvider.
- DEP_12 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberMaxProvider.
- DEP_13 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberDigitsProvider.
- DEP_14 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberMultipleOfProvider.
- DEP_15 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter integerMinProvider.
- DEP_16 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter integerMaxProvider.
- DEP_17 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter integerMultipleOfProvider.
- DEP_18 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter longMinProvider.
- DEP_19 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter longMaxProvider.
- DEP_2 - Static variable in class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Injection point dependency for ConfigProvider(Supplier metaConfigSupplier, Supplier configSources, Supplier configParsers, Supplier configFilters, Supplier configMappers, ServiceRegistry serviceRegistry), parameter configParsers.
- DEP_2 - Static variable in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
-
Injection point dependency for PersistenceUnitFactory(Supplier dataSourcesSupplier, Supplier entitiesSupplier, Supplier configSupplier, Supplier txSupportSupplier), parameter configSupplier.
- DEP_2 - Static variable in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
-
Injection point dependency for JdbcClientFactory(Supplier configurations, Supplier dataSources, JdbcTransactionConnectionManager connectionManager), parameter connectionManager.
- DEP_2 - Static variable in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
-
Injection point dependency for BulkheadImpl(BulkheadConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_2 - Static variable in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
-
Injection point dependency for CircuitBreakerImpl(CircuitBreakerConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_2 - Static variable in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
-
Injection point dependency for RetryImpl(RetryConfig retryConfig, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_2 - Static variable in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
-
Injection point dependency for TimeoutImpl(TimeoutConfig config, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_2 - Static variable in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
-
Injection point dependency for JsonBindingConfigProvider(Supplier serializers, Supplier deserializers, Supplier factories), parameter factories.
- DEP_2 - Static variable in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
-
Injection point dependency for MessagingConfigSupport.ConfigurationProvider(Config config, ServiceRegistry serviceRegistry, List consumerRegistrations, List emitterRegistrations), parameter consumerRegistrations.
- DEP_2 - Static variable in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
-
Injection point dependency for
OpenApiFeature(ServiceRegistry registry, Config config, Supplier openApiVersionProviders), parameter openApiVersionProviders. - DEP_2 - Static variable in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
-
Injection point dependency for HelidonTracingBasedTracerServiceFactory(ServiceRegistry registry, Config config, Supplier strategies, Supplier openTelemetry), parameter strategies.
- DEP_2 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter stringEmailProvider.
- DEP_2 - Static variable in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
-
Injection point dependency for GrpcServerFeature(Config config, ServiceRegistry serviceRegistry, Supplier meterRegistry, Supplier routes), parameter meterRegistry.
- DEP_2 - Static variable in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
-
Injection point dependency for HttpEntryPointsImpl(List entryPointInterceptors, List httpEntryPointInterceptors, List authorizationInterceptors), parameter authorizationInterceptors.
- DEP_2 - Static variable in class io.helidon.webserver.LoomServer__ServiceDescriptor
-
Injection point dependency for LoomServer(WebServerService service, Supplier metricsFactory, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter meterRegistry.
- DEP_2 - Static variable in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
-
Injection point dependency for ObserveServices(Supplier config, Supplier featureProviders, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_2 - Static variable in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
-
Injection point dependency for HttpSecurityInterceptor(Security security, Config config, List annotationAnalyzers, List responseMappers), parameter annotationAnalyzers.
- DEP_2 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter httpFeatures.
- DEP_20 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter longMultipleOfProvider.
- DEP_21 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter booleanTrueProvider.
- DEP_22 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter booleanFalseProvider.
- DEP_23 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter calendarFutureProvider.
- DEP_24 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter calendarFutureOrPresentProvider.
- DEP_25 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter calendarPastProvider.
- DEP_26 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter calendarPastOrPresentProvider.
- DEP_27 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter collectionSizeProvider.
- DEP_3 - Static variable in class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Injection point dependency for ConfigProvider(Supplier metaConfigSupplier, Supplier configSources, Supplier configParsers, Supplier configFilters, Supplier configMappers, ServiceRegistry serviceRegistry), parameter configFilters.
- DEP_3 - Static variable in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
-
Injection point dependency for PersistenceUnitFactory(Supplier dataSourcesSupplier, Supplier entitiesSupplier, Supplier configSupplier, Supplier txSupportSupplier), parameter txSupportSupplier.
- DEP_3 - Static variable in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
-
Injection point dependency for MessagingConfigSupport.ConfigurationProvider(Config config, ServiceRegistry serviceRegistry, List consumerRegistrations, List emitterRegistrations), parameter emitterRegistrations.
- DEP_3 - Static variable in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
-
Injection point dependency for HelidonTracingBasedTracerServiceFactory(ServiceRegistry registry, Config config, Supplier strategies, Supplier openTelemetry), parameter openTelemetry.
- DEP_3 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter stringNotBlankProvider.
- DEP_3 - Static variable in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
-
Injection point dependency for GrpcServerFeature(Config config, ServiceRegistry serviceRegistry, Supplier meterRegistry, Supplier routes), parameter routes.
- DEP_3 - Static variable in class io.helidon.webserver.LoomServer__ServiceDescriptor
-
Injection point dependency for LoomServer(WebServerService service, Supplier metricsFactory, Supplier meterRegistry, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_3 - Static variable in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
-
Injection point dependency for HttpSecurityInterceptor(Security security, Config config, List annotationAnalyzers, List responseMappers), parameter responseMappers.
- DEP_3 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter protocolConfigs.
- DEP_4 - Static variable in class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Injection point dependency for ConfigProvider(Supplier metaConfigSupplier, Supplier configSources, Supplier configParsers, Supplier configFilters, Supplier configMappers, ServiceRegistry serviceRegistry), parameter configMappers.
- DEP_4 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter stringNotEmptyProvider.
- DEP_4 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter contentEncodings.
- DEP_5 - Static variable in class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Injection point dependency for ConfigProvider(Supplier metaConfigSupplier, Supplier configSources, Supplier configParsers, Supplier configFilters, Supplier configMappers, ServiceRegistry serviceRegistry), parameter serviceRegistry.
- DEP_5 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter stringLengthProvider.
- DEP_5 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter mediaSupports.
- DEP_6 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter stringPatternProvider.
- DEP_6 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter connectionSelectors.
- DEP_7 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberNegativeProvider.
- DEP_7 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter httpErrorHandlers.
- DEP_8 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberNegativeOrZeroProvider.
- DEP_8 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter directHandlers.
- DEP_9 - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Injection point dependency for ValidatorsService(ConstraintValidatorProvider notNullProvider, ConstraintValidatorProvider nullProvider, ConstraintValidatorProvider stringEmailProvider, ConstraintValidatorProvider stringNotBlankProvider, ConstraintValidatorProvider stringNotEmptyProvider, ConstraintValidatorProvider stringLengthProvider, ConstraintValidatorProvider stringPatternProvider, ConstraintValidatorProvider numberNegativeProvider, ConstraintValidatorProvider numberNegativeOrZeroProvider, ConstraintValidatorProvider numberPositiveProvider, ConstraintValidatorProvider numberPositiveOrZeroProvider, ConstraintValidatorProvider numberMinProvider, ConstraintValidatorProvider numberMaxProvider, ConstraintValidatorProvider numberDigitsProvider, ConstraintValidatorProvider numberMultipleOfProvider, ConstraintValidatorProvider integerMinProvider, ConstraintValidatorProvider integerMaxProvider, ConstraintValidatorProvider integerMultipleOfProvider, ConstraintValidatorProvider longMinProvider, ConstraintValidatorProvider longMaxProvider, ConstraintValidatorProvider longMultipleOfProvider, ConstraintValidatorProvider booleanTrueProvider, ConstraintValidatorProvider booleanFalseProvider, ConstraintValidatorProvider calendarFutureProvider, ConstraintValidatorProvider calendarFutureOrPresentProvider, ConstraintValidatorProvider calendarPastProvider, ConstraintValidatorProvider calendarPastOrPresentProvider, ConstraintValidatorProvider collectionSizeProvider), parameter numberPositiveProvider.
- DEP_9 - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Injection point dependency for WebServerService(Optional config, Supplier serverFeatures, List httpFeatures, List protocolConfigs, List contentEncodings, List mediaSupports, List connectionSelectors, List httpErrorHandlers, Optional directHandlers, Optional requestedUriDiscoveryContext), parameter requestedUriDiscoveryContext.
- dependencies() - Method in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
- dependencies() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- dependencies() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- dependencies() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- dependencies() - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- dependencies() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- dependencies() - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- dependencies() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- dependencies() - Method in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
- dependencies() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- dependencies() - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- dependencies() - Method in interface io.helidon.service.registry.ServiceInfo
-
List of dependencies required by this service.
- dependencies() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- dependencies() - Method in class io.helidon.validation.ValidatorsService__ServiceDescriptor
- dependencies() - Method in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
- dependencies() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- dependencies() - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.LoomServer__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.WebServerService__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- dependencies() - Method in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
- dependency() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
The module we depend on.
- dependency() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl
- dependency() - Method in interface io.helidon.common.types.ModuleInfoRequires
-
The module we depend on.
- dependency() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Optionally, the injection point search applies to.
- dependency() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- dependency() - Method in interface io.helidon.service.registry.Lookup
-
Optionally, the injection point search applies to.
- dependency(Dependency) - Method in interface io.helidon.service.registry.DependencyContext
-
Obtain a parameter for a specific dependency.
- dependency(Dependency) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Optionally, the injection point search applies to.
- dependency(String) - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
The module we depend on.
- dependency(Consumer) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Optionally, the injection point search applies to.
- dependency(Supplier) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Optionally, the injection point search applies to.
- Dependency - Interface in io.helidon.service.registry
-
Dependency metadata.
- DEPENDENCY_CARDINALITY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.DependencyCardinality. - Dependency.Builder - Class in io.helidon.service.registry
-
Fluent API builder for
Dependency. - Dependency.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.registry
-
Fluent API builder base for
Dependency. - Dependency.BuilderBase.DependencyImpl - Class in io.helidon.service.registry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- DependencyCardinality - Enum Class in io.helidon.service.registry
-
Cardinality of the injection point.
- DependencyContext - Interface in io.helidon.service.registry
-
All data needed for creating an instance of a service.
- DependencyImpl(Dependency.BuilderBase) - Constructor for class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
-
Create an instance providing a builder.
- DependencyPlanBinder - Interface in io.helidon.service.registry
-
Responsible for registering the injection plan to the services in the service registry.
- DependencyPlanBinder.Binder - Interface in io.helidon.service.registry
-
The binder builder for the service plan.
- deploymentEnvironmentName() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Name of the deployment environment.
- deploymentEnvironmentName() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- deploymentEnvironmentName() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Name of the deployment environment.
- deploymentEnvironmentName(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Name of the deployment environment.
- deprecated() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Configure to
trueif this option is deprecated. - deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.ApiKeySecurityScheme
-
Whether the security scheme is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.Header
-
Whether the header is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.HttpSecurityScheme
-
Whether the security scheme is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.MutualTlsSecurityScheme
-
Whether the security scheme is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.OAuth2SecurityScheme
-
Whether the security scheme is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.OidcSecurityScheme
-
Whether the security scheme is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.Operation
-
Whether the operation is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Whether the parameter is deprecated.
- deprecated() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
Whether the security scheme is deprecated.
- deprecated(boolean) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set deprecated flag.
- deprecated(boolean) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set deprecated flag.
- deprecated(boolean) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set deprecated flag.
- deprecated(boolean) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set whether the security scheme is deprecated.
- DEPRECATED - Enum constant in enum class io.helidon.common.features.metadata.FeatureStatus
-
Deprecated feature, will be removed in a future major version of Helidon (if previous state was
FeatureStatus.PRODUCTIONorFeatureStatus.PREVIEW, or next minor version of Helidon (if previous state wasFeatureStatus.INCUBATING). - DEPRECATED - Static variable in class io.helidon.common.types.Annotations
-
Deprecated annotation.
- DeprecatedConfig - Class in io.helidon.config
-
A utility class to handle configuration properties that should no longer be used.
- deprecation() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Deprecation details.
- deprecation() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- deprecation() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Deprecation details.
- deprecation() - Method in class io.helidon.codegen.classmodel.Javadoc
-
Deprecation description.
- deprecation() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Deprecation information.
- deprecation() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- deprecation() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Deprecation information.
- deprecation(OptionDeprecation) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Deprecation details.
- deprecation(Deprecation) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Deprecation information.
- deprecation(String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Deprecation description.
- deprecation(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Deprecation details.
- deprecation(Consumer) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Deprecation information.
- deprecation(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Deprecation details.
- deprecation(Supplier) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Deprecation information.
- deprecation(List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Deprecation description, multiple lines.
- Deprecation - Interface in io.helidon.common.features.metadata
-
Deprecation information.
- Deprecation.Builder - Class in io.helidon.common.features.metadata
-
Fluent API builder for
Deprecation. - Deprecation.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.features.metadata
-
Fluent API builder base for
Deprecation. - Deprecation.BuilderBase.DeprecationImpl - Class in io.helidon.common.features.metadata
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- DeprecationImpl(Deprecation.BuilderBase) - Constructor for class io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
-
Create an instance providing a builder.
- DeprecationSupport - Class in io.helidon.common
-
Deprecation utility.
- dequeued(Supplier) - Method in interface io.helidon.faulttolerance.Bulkhead.QueueListener
-
Called after semaphore is acquired and before supplier is called.
- derive() - Method in class io.helidon.security.EndpointConfig
-
Derive a new endpoint configuration builder based on this instance.
- derive() - Method in class io.helidon.security.SecurityEnvironment
-
Derive a new environment builder based on this environment.
- derive(List) - Method in class io.helidon.messaging.MessageBatch
-
Internal generated-code operation that creates a one-to-one transformed batch while preserving delivery identity and item lineage.
- derived(double) - Static method in interface io.helidon.metrics.api.Sample
-
Create a new derived value without a reference.
- derived(double, Sample.Labeled) - Static method in interface io.helidon.metrics.api.Sample
-
Create a new derived value with a reference.
- deriveKey(char[], byte[], int, int) - Static method in class io.helidon.common.crypto.PasswordKeyDerivation
-
Derive key from the password with the usage of the salt.
- deriveKey(String, String, char[], byte[], int, int) - Static method in class io.helidon.common.crypto.PasswordKeyDerivation
-
Derive key from the password with the usage of the salt and selected algorithm.
- DESC - Enum constant in enum class io.helidon.data.codegen.query.OrderOperator
-
descending order.
- DESC - Enum constant in enum class io.helidon.data.OrderDirection
-
Ordering in descending direction.
- describe(OpenApiDocumentContext, OpenApiDocument.Builder) - Method in interface io.helidon.openapi.spi.OpenApiDocumentSource
-
Describe this source as OpenAPI document metadata.
- describeMismatchSafely(ConfigNode, Description) - Method in class io.helidon.config.testing.ValueNodeMatcher
- describeTo(Description) - Method in class io.helidon.config.testing.ValueNodeMatcher
- description() - Element in annotation interface io.helidon.builder.api.Option.AllowedValue
-
Description of this value, used in documentation, may be used in error handling.
- description() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Description of this value.
- description() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
- description() - Method in interface io.helidon.builder.codegen.OptionAllowedValue
-
Description of this value.
- description() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Description of this option, used in Javadoc as the main text if defined.
- description() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- description() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Description of this option, used in Javadoc as the main text if defined.
- description() - Method in class io.helidon.codegen.classmodel.Annotation
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.AnnotationParameter
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.ClassModel
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.Constructor
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.EnumConstant
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.Executable
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.Field
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.InnerClass
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.Method
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.Returns
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.Throws
-
Description (javadoc) of this component.
- description() - Method in class io.helidon.codegen.classmodel.Parameter
-
Description (javadoc lines) of this parameter.
- description() - Method in interface io.helidon.codegen.Option
-
Option description, metadata that can be used to list available options and their description.
- description() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Description of this resource when configured through plain text or binary.
- description() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- description() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Description of this resource when configured through plain text or binary.
- description() - Element in annotation interface io.helidon.common.features.api.Features.Aot
-
Description of AOT support, such as when AOT is supported, but with limitations.
- description() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase.AotImpl
- description() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
AOT description.
- description() - Method in interface io.helidon.common.features.metadata.Aot
-
AOT description.
- description() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
- description() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Deprecation description.
- description() - Method in interface io.helidon.common.features.metadata.Deprecation
-
Deprecation description.
- description() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature description.
- description() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- description() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Feature description.
- description() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Description, such as javadoc, if available.
- description() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- description() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
Description, such as javadoc, if available.
- description() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Description, such as javadoc, if available.
- description() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- description() - Method in interface io.helidon.common.types.TypedElementInfo
-
Description, such as javadoc, if available.
- description() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Description, such as javadoc, if available.
- description() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- description() - Method in interface io.helidon.common.types.TypeInfo
-
Description, such as javadoc, if available.
- description() - Method in class io.helidon.config.AbstractSource
- description() - Method in interface io.helidon.config.ConfigSourceRuntime
-
Description of the underlying config source.
- description() - Element in annotation interface io.helidon.config.metadata.Configured
-
Description of this configured type.
- description() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Description of the configuration option.
- description() - Element in annotation interface io.helidon.config.metadata.ConfiguredValue
-
Description of this value.
- description() - Method in class io.helidon.config.ObjectNodeImpl
-
Description of this node.
- description() - Method in class io.helidon.config.PrefixedConfigSource
- description() - Method in interface io.helidon.config.spi.Source
-
Short, human-readable summary referring to the underlying source.
- description() - Method in class io.helidon.config.ValueNodeImpl
-
Description of this node.
- description() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source description.
- description() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- description() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the data source description.
- description() - Method in interface io.helidon.faulttolerance.ResilientValueConfig
-
Safe description of the value, used in messages and logs.
- description() - Method in interface io.helidon.graphql.GeneratedGraphQl.CustomScalar
-
Description of this scalar.
- description() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Description of the item.
- description() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
- description() - Method in interface io.helidon.json.schema.SchemaItem
-
Description of the item.
- description() - Method in interface io.helidon.metrics.api.Meter.Builder
-
Returns the description the builder will use.
- description() - Method in interface io.helidon.metrics.api.Meter
-
Returns the meter's description.
- description() - Element in annotation interface io.helidon.metrics.api.Metrics.Counted
-
Description of the metric.
- description() - Element in annotation interface io.helidon.metrics.api.Metrics.Gauge
-
Description of the metric.
- description() - Element in annotation interface io.helidon.metrics.api.Metrics.Timed
-
Description of the metric.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.ApiKeySecurityScheme
-
Security scheme description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.Example
-
Example description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.ExternalDocs
-
Documentation description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.HttpSecurityScheme
-
Security scheme description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.Info
-
API description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.Link
-
Link description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.MutualTlsSecurityScheme
-
Security scheme description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.OAuth2SecurityScheme
-
Security scheme description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthScope
-
Scope description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.OidcSecurityScheme
-
Security scheme description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.Operation
-
Operation description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.Response
-
Response description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
Security scheme description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.Server
-
Server description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.ServerVariable
-
Variable description.
- description() - Element in annotation interface io.helidon.openapi.OpenApi.Tag
-
Tag description.
- description() - Method in class io.helidon.openapi.OpenApiDocument.Info
-
API description.
- description() - Method in class io.helidon.openapi.OpenApiDocument.Response
-
Response description.
- description() - Method in class io.helidon.openapi.OpenApiDocument.Tag
-
Tag description.
- description() - Method in interface io.helidon.scheduling.Invocation
-
Human readable description of the scheduled interval.
- description() - Method in interface io.helidon.scheduling.Task
-
Human-readable description of the task invocation interval.
- description() - Method in class io.helidon.security.SecurityResponse
-
Description of current security status.
- description() - Method in interface io.helidon.service.registry.Activator
-
Description of this activator, including the current phase.
- description() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Metric view description.
- description() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- description() - Method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Metric view description.
- description(String) - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Description of this value.
- description(String) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Description of this option, used in Javadoc as the main text if defined.
- description(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.Method.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.Returns.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.Throws.Builder
- description(String) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Set description of the component.
- description(String) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Description of this resource when configured through plain text or binary.
- description(String) - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
AOT description.
- description(String) - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Deprecation description.
- description(String) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature description.
- description(String) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Description, such as javadoc, if available.
- description(String) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Description, such as javadoc, if available.
- description(String) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Description, such as javadoc, if available.
- description(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source description.
- description(String) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Description of the metric used in metric metadata.
- description(String) - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Description of the item.
- description(String) - Method in interface io.helidon.metrics.api.Meter.Builder
-
Sets the description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.CallbackBuilder
-
Set reference description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.ExternalDocsBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set reference description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.ServerBuilder
-
Set server description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.ServerVariableBuilder
-
Set description.
- description(String) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Set tag description.
- description(String) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set description of this security response failure.
- description(String) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Set description of this security response failure.
- description(String) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Set description of this security response failure.
- description(String) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Metric view description.
- description(List) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.Field.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.Method.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.Returns.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.Throws.Builder
- description(List) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Set description of the component.
- Description - Annotation Interface in io.helidon.builder.api
-
Custom description.
- descriptions() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Whether to include meter descriptions in Prometheus output.
- descriptions() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- descriptions() - Method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Whether to include meter descriptions in Prometheus output.
- descriptions(boolean) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Whether to include meter descriptions in Prometheus output.
- descriptor() - Method in interface io.helidon.service.registry.Activator
-
Service descriptor of this activator.
- descriptor() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- descriptor() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Descriptor declaring this dependency.
- descriptor() - Method in interface io.helidon.service.registry.Dependency
-
Descriptor declaring this dependency.
- descriptor() - Method in interface io.helidon.service.registry.DescriptorHandler
-
Descriptor instance.
- descriptor() - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Returns the
MethodDescriptorof this method. - descriptor() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Return gRPC method descriptor.
- descriptor() - Method in interface io.helidon.webserver.grpc.GrpcRouteRegistration
-
gRPC service descriptor provided by this registration.
- descriptor(TypeName) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Descriptor declaring this dependency.
- descriptor(Consumer) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Descriptor declaring this dependency.
- descriptor(Supplier) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Descriptor declaring this dependency.
- DescriptorClassCode - Interface in io.helidon.service.codegen
-
New service descriptor metadata with its class code.
- descriptorConstant() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- descriptorConstant() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Field name that declares this dependency in the
Dependency.descriptor(). - descriptorConstant() - Method in interface io.helidon.service.registry.Dependency
-
Field name that declares this dependency in the
Dependency.descriptor(). - descriptorConstant(String) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Field name that declares this dependency in the
Dependency.descriptor(). - DescriptorHandler - Interface in io.helidon.service.registry
-
Metadata of a single service descriptor.
- DescriptorMetadata - Interface in io.helidon.service.metadata
-
Metadata of a service descriptor, as stored in Helidon specific file "META-INF/helidon/service-registry.json".
- descriptors(String, Hson.Array) - Static method in class io.helidon.service.metadata.Descriptors
-
Get all service descriptors from the array of descriptors discovered from classpath (or other source).
- Descriptors - Class in io.helidon.service.metadata
-
Service descriptor utilities.
- descriptorType() - Method in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptor
-
Generated proto descriptor type, if this is a type source.
- descriptorType() - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.http.Headers__ServiceDescriptor
- descriptorType() - Method in class io.helidon.http.HttpPrologue__ServiceDescriptor
- descriptorType() - Method in class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- descriptorType() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
- descriptorType() - Method in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
- descriptorType() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
- descriptorType() - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- descriptorType() - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.service.codegen.ServiceSuperType
-
Type name of the service descriptor of the super service type.
- descriptorType() - Method in interface io.helidon.service.metadata.DescriptorMetadata
-
Descriptor type name.
- descriptorType() - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- descriptorType() - Method in class io.helidon.service.registry.InstanceName__ServiceDescriptor
- descriptorType() - Method in class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
- descriptorType() - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- descriptorType() - Method in class io.helidon.service.registry.Scopes__ServiceDescriptor
- descriptorType() - Method in interface io.helidon.service.registry.ServiceInfo
-
Type of the service descriptor (usually generated).
- descriptorType() - Method in class io.helidon.service.registry.ServiceLoader__ServiceDescriptor
- descriptorType() - Method in class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
- descriptorType() - Method in class io.helidon.service.registry.VirtualDescriptor
- descriptorType() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
- descriptorType() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
- descriptorType() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.validation.ValidatorsService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.LoomServer__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.WebServerService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- descriptorType() - Method in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
- descriptorType(TypeName) - Static method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptor
-
Create a generated proto type descriptor source.
- descriptorType(TypeName) - Method in interface io.helidon.service.codegen.RegistryCodegenContext
-
Create a descriptor type for a service.
- Deserialization filtering in Helidon - Section in class io.helidon.common.SerializationConfig
- Deserialization tracing - Section in class io.helidon.common.SerializationConfig
- deserialize(byte[], GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a byte array to an object of the specified generic type.
- deserialize(byte[], Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a byte array to an object of the specified type.
- deserialize(JsonParser) - Method in interface io.helidon.json.binding.JsonDeserializer
-
Deserializes JSON data from the parser into an object of type T.
- deserialize(JsonParser, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a parser to an object of the specified generic type.
- deserialize(JsonParser, JsonDeserializer) - Static method in class io.helidon.json.binding.Deserializers
-
Deserializes a value using the provided deserializer, handling null values.
- deserialize(JsonParser, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a parser to an object of the specified type.
- deserialize(JsonValue, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JsonValue to an object of the specified generic type.
- deserialize(JsonValue, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JsonValue to an object of the specified type.
- deserialize(InputStream, int, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from an InputStream with buffer size to an object of the specified generic type.
- deserialize(InputStream, int, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from an InputStream with buffer size to an object of the specified type.
- deserialize(InputStream, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from an InputStream to an object of the specified generic type.
- deserialize(InputStream, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from an InputStream to an object of the specified type.
- deserialize(Reader, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a Reader to an object of the specified generic type.
- deserialize(Reader, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a Reader to an object of the specified type.
- deserialize(String, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a string to an object of the specified generic type.
- deserialize(String, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes JSON from a string to an object of the specified type.
- deserializeList(byte[], Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JSON array from a byte array to a list of objects of the specified item type.
- deserializeList(JsonParser, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JSON array from a parser to a list of objects of the specified item type.
- deserializeList(JsonValue, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JSON array value to a list of objects of the specified item type.
- deserializeList(InputStream, int, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JSON array from an InputStream with buffer size to a list of objects of the specified item type.
- deserializeList(InputStream, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JSON array from an InputStream to a list of objects of the specified item type.
- deserializeList(Reader, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JSON array from a Reader to a list of objects of the specified item type.
- deserializeList(String, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Deserializes a JSON array from a string to a list of objects of the specified item type.
- deserializeNull() - Method in interface io.helidon.json.binding.JsonDeserializer
-
Return the default value when deserializing a null JSON value.
- deserializer(GenericType) - Method in interface io.helidon.json.binding.JsonBindingConfigurator
-
Return a deserializer for the specified generic type.
- deserializer(Class) - Method in interface io.helidon.json.binding.JsonBindingConfigurator
-
Return a deserializer for the specified class.
- deserializer(Type) - Method in interface io.helidon.json.binding.JsonBindingConfigurator
-
Return a deserializer for the specified type.
- deserializers() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type deserializers.
- deserializers() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- deserializers() - Method in interface io.helidon.json.binding.JsonBindingConfig
-
Registered type deserializers.
- deserializers(List) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type deserializers.
- Deserializers - Class in io.helidon.json.binding
-
Utility class for deserialization operations.
- deserializersDiscoverServices() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service discovery flag for
JsonBindingConfig.BuilderBase.deserializers(). - deserializersDiscoverServices(boolean) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service discovery flag for
JsonBindingConfig.BuilderBase.deserializers(). - destAddress() - Method in interface io.helidon.webserver.ProxyProtocolData
-
Destination address that is either IP4 or IP46 depending on
ProxyProtocolData.family(). - destinationAddress() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Logical destination supplied to a proxy tunnel.
- destPort() - Method in interface io.helidon.webserver.ProxyProtocolData
-
Destination port number.
- DESTROYED - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Destroyed (after calling any pre-destroy).
- destSocketAddress() - Method in interface io.helidon.webserver.ProxyProtocolV2Data
-
The destination address, which may be either an
InetSocketAddressor aUnixDomainSocketAddress. - detach() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
If set to
truethe generated type will not extend the blueprint interface. - detach() - Method in interface io.helidon.config.Config
-
Returns a copy of the
Confignode with no parent. - detach() - Method in class io.helidon.config.MergedConfig
- detachBlueprint() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to detach the blueprint from the generated prototype.
- detachBlueprint() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- detachBlueprint() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Whether to detach the blueprint from the generated prototype.
- detachBlueprint(boolean) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to detach the blueprint from the generated prototype.
- detail(String, Object) - Method in class io.helidon.health.HealthCheckResponse.Builder
-
Add a detail of this health check, used when details are enabled.
- details() - Method in interface io.helidon.health.HealthCheckResponse
-
Details of this health check.
- details() - Method in record class io.helidon.http.http2.Http2GoAway
-
Returns the value of the
detailsrecord component. - details() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Whether details should be printed.
- details() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- details() - Method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Whether details should be printed.
- details(boolean) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Whether details should be printed.
- detectExtensionType(String) - Static method in class io.helidon.common.media.type.MediaTypes
-
Detecd media type for a specific file extension.
- detectExtensionType(String) - Method in interface io.helidon.common.media.type.spi.MediaTypeDetector
-
Detect media type from a file suffix.
- detectType(String) - Static method in class io.helidon.common.media.type.MediaTypes
-
Detect media type for a path (may be URL, URI, path on a file system).
- detectType(String) - Method in interface io.helidon.common.media.type.spi.MediaTypeDetector
-
Detect type based on a file string.
- detectType(URI) - Static method in class io.helidon.common.media.type.MediaTypes
-
Detect media type based on URI.
- detectType(URI) - Method in interface io.helidon.common.media.type.spi.MediaTypeDetector
-
Detect type based on a
URL. - detectType(URL) - Static method in class io.helidon.common.media.type.MediaTypes
-
Detect media type based on URL.
- detectType(URL) - Method in interface io.helidon.common.media.type.spi.MediaTypeDetector
-
Detect type based on a
URL. - detectType(Path) - Static method in class io.helidon.common.media.type.MediaTypes
-
Detect media type for a file on file system.
- detectType(Path) - Method in interface io.helidon.common.media.type.spi.MediaTypeDetector
-
Detect type based on a
Path. - deviceAuthorization() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlows
-
OpenAPI 3.2 OAuth device authorization flow.
- deviceAuthorizationUrl() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlow
-
OpenAPI 3.2 device authorization URL.
- digest() - Method in class io.helidon.config.FileSourceHelper.DataAndDigest
-
Digest of the data that was loaded.
- digest(byte[], boolean) - Method in class io.helidon.security.spi.DigestProvider.DigestSupport
-
Generates a signature or an HMAC.
- digest(Base64Value) - Method in interface io.helidon.common.crypto.Digest
-
Create digest of the value.
- digest(Base64Value) - Method in class io.helidon.common.crypto.HashDigest
- digest(Base64Value) - Method in class io.helidon.common.crypto.HmacDigest
- digest(Base64Value) - Method in class io.helidon.common.crypto.Signature
- digest(Config) - Method in interface io.helidon.security.spi.DigestProvider
-
Create digest support from configuration.
- digest(String, byte[]) - Method in interface io.helidon.security.Security
-
Create a digest for the provided raw bytes.
- digest(String, byte[], boolean) - Method in interface io.helidon.security.Security
-
Create a digest for the provided bytes.
- digest(Path) - Static method in class io.helidon.config.FileSourceHelper
-
Returns an MD5 digest of the specified file or null if the file cannot be read.
- digest(T) - Method in interface io.helidon.security.spi.DigestProvider
-
Create digest support from configuration object.
- Digest - Interface in io.helidon.common.crypto
-
Common digest which simplifies digest creation and its verification.
- DigestProvider<T> - Interface in io.helidon.security.spi
-
Provider that can create digests of bytes, and then verify them.
- DigestProvider.DigestFunction - Interface in io.helidon.security.spi
-
Function to generate a digest from bytes.
- DigestProvider.DigestSupport - Class in io.helidon.security.spi
-
Digest support created for each named digest configuration, used by
SecurityforSecurity.digest(String, byte[])andSecurity.verifyDigest(String, byte[], String)methods. - DigestProvider.VerifyFunction - Interface in io.helidon.security.spi
-
Function to verify a digest string.
- digestString(Base64Value) - Method in interface io.helidon.common.crypto.Digest
-
Create digest of the value and return as String format.
- DigestSupport(DigestProvider.DigestFunction, DigestProvider.VerifyFunction) - Constructor for class io.helidon.security.spi.DigestProvider.DigestSupport
-
Digest support based on the two functions.
- direct() - Method in class io.helidon.webclient.api.ProxyRoute
-
Whether this is a direct route.
- DIRECT - Enum constant in enum class io.helidon.webclient.api.ProxyRoute.Kind
-
Direct route to the selected target.
- DirectClient - Class in io.helidon.webserver.testing.junit5
-
Unit testing client that bypasses HTTP transport and directly invokes router.
- DirectClient(HttpRouting.Builder) - Constructor for class io.helidon.webserver.testing.junit5.DirectClient
-
Create a direct client for HTTP routing.
- DirectHandler - Interface in io.helidon.http
-
A handler that is invoked when a response is sent outside of routing.
- DirectHandler.EventType - Enum Class in io.helidon.http
-
Types of events that can be triggered outside of router that immediately return a response.
- DirectHandler.TransportRequest - Interface in io.helidon.http
-
Request information.
- DirectHandler.TransportResponse - Class in io.helidon.http
-
Response to correctly reply to the original client.
- DirectHandler.TransportResponse.Builder - Class in io.helidon.http
-
Fluent API builder for
DirectHandler.TransportResponse. - directHandlers() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Direct handlers specific for this listener.
- directHandlers() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- directHandlers() - Method in interface io.helidon.webserver.ListenerConfig
-
Direct handlers specific for this listener.
- directHandlers() - Method in interface io.helidon.webserver.ListenerContext
-
Direct handlers for non-routing exception handling.
- directHandlers(DirectHandlers) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Direct handlers specific for this listener.
- directHandlers(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Direct handlers specific for this listener.
- directHandlers(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Direct handlers specific for this listener.
- DirectHandlers - Class in io.helidon.webserver.http
-
Configured handlers for expected (and internal) exceptions.
- DirectHandlers.Builder - Class in io.helidon.webserver.http
-
Fluent API builder for
DirectHandlers. - direction() - Method in class io.helidon.data.Order.BuilderBase
-
Direction of the ordering.
- direction() - Method in class io.helidon.data.Order.BuilderBase.OrderImpl
- direction() - Method in interface io.helidon.data.Order
-
Direction of the ordering.
- direction(OrderDirection) - Method in class io.helidon.data.Order.BuilderBase
-
Direction of the ordering.
- DirectJunitExtension - Interface in io.helidon.webserver.testing.junit5.spi
-
Java
ServiceLoaderprovider interface for extending unit tests with support for additional injection, such as Direct HTTP/1.1 client. - DirectJunitExtension.ParamHandler<T> - Interface in io.helidon.webserver.testing.junit5.spi
-
Handler to provide an instance that can be injected as a parameter to
SetUpRoutestatic methods. - directory() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Location of the temporary storage, defaults to temporary storage configured for the JVM.
- directory() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- directory() - Method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Location of the temporary storage, defaults to temporary storage configured for the JVM.
- directory(String) - Static method in class io.helidon.config.ConfigSources
-
Provides a
Builderfor creating aConfigSourcefrom the specified directory path. - directory(Path) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Location of the temporary storage, defaults to temporary storage configured for the JVM.
- DirectoryConfigSource - Class in io.helidon.config
-
ConfigSourceimplementation that loads configuration content from a directory on a filesystem. - DirectoryConfigSource.Builder - Class in io.helidon.config
-
A fluent API builder for
DirectoryConfigSource. - DirectPeerInfo - Record Class in io.helidon.webserver.testing.junit5
-
Peer information that can be used with
DirectSocket. - DirectPeerInfo(SocketAddress, String, int, Optional, Optional) - Constructor for record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Creates an instance of a
DirectPeerInforecord class. - DirectSocket - Class in io.helidon.webserver.testing.junit5
-
A socket not backed by any network, used for unit testing.
- DirectTransportRequest - Class in io.helidon.webserver.http
-
Simple request to use with
RequestException. - DirectWebClient - Class in io.helidon.webserver.testing.junit5
-
Unit testing client that bypasses HTTP transport and directly invokes router.
- DirectWebClient(HttpRouting.Builder) - Constructor for class io.helidon.webserver.testing.junit5.DirectWebClient
-
Create a direct client for HTTP routing.
- DirectWsClient - Class in io.helidon.webserver.testing.junit5.websocket
-
A client for WebSocket, that directly invokes routing (and bypasses network).
- disableCaching() - Method in interface io.helidon.config.Config.Builder
-
Disables caching of elementary configuration values on
Configside. - DISABLED - Enum constant in enum class io.helidon.webclient.api.SniMode
-
Clear the SNI server name.
- DISABLED - Static variable in class io.helidon.tracing.config.ComponentTracingConfig
-
Disabled component - all subsequent calls return disabled spans and logs.
- DISABLED - Static variable in class io.helidon.tracing.config.SpanLogTracingConfig
-
Disabled traced span log.
- DISABLED - Static variable in class io.helidon.tracing.config.SpanTracingConfig
-
A traced span that is disabled and all logs on it are disabled as well.
- DISABLED - Static variable in class io.helidon.tracing.config.TracingConfig
-
Traced conifg that is disabled for all components, spans and logs.
- DisabledObserverFeature - Class in io.helidon.webserver.observe
-
An
HttpFeaturethat marks endpoint as disabled. - disableEnvironmentVariablesSource() - Method in interface io.helidon.config.Config.Builder
-
Disables use of
environment variables config source. - disableFilterServices() - Method in interface io.helidon.config.Config.Builder
-
Disables automatic registration of filters loaded as a
service. - disableKeyResolving() - Method in interface io.helidon.config.Config.Builder
-
Disables any usage of resolving key tokens.
- disableMapperServices() - Method in interface io.helidon.config.Config.Builder
-
Disables automatic registration of mappers via
ConfigMapperProviderSPI loaded as aservice. - disableParserServices() - Method in interface io.helidon.config.Config.Builder
-
Disables automatic registration of parsers loaded as a
service. - disableSystemPropertiesSource() - Method in interface io.helidon.config.Config.Builder
-
Disables use of
system properties config source. - disableTracing() - Method in class io.helidon.security.Security.Builder
-
Disable open tracing support in this security instance.
- disableValueResolving() - Method in interface io.helidon.config.Config.Builder
-
Disables any usage of resolving value tokens.
- disconnect() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Disconnect from server socket.
- Discovered Sets - Section in interface io.helidon.discovery.Discovery
- DiscoveredUri - Interface in io.helidon.discovery
-
A representation of a discovered URI, often supplied by invocations of an implementation of the
Discovery.uris(String, URI)method. - Discovered URIs - Section in interface io.helidon.discovery.Discovery
- discoverService(Config, String, Class, Class, boolean, Optional) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Discover service from configuration.
- discoverService(Config, String, Class, Class, ConfigBuilderSupport.ProviderSettings, Optional) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Used by generated configured builders to discover one service using
ServiceLoader, validating the configured provider identity and outer container form when configuration is consulted. - discoverService(Config, String, Optional, Class, Class, boolean, Optional) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Used to discover service from
ServiceRegistryfor builder options annotated withOption.Provider, if the blueprint is annotated withPrototype.RegistrySupport. - discoverService(Config, String, Optional, Class, Class, ConfigBuilderSupport.ProviderSettings, Optional) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Used by generated configured builders to discover one service from
ServiceRegistry, validating the configured provider identity and outer container form when configuration is consulted. - discoverService(Class, boolean, Optional) - Static method in class io.helidon.builder.api.BuilderSupport
-
Discover a service from
ServiceLoader. - discoverServices() - Element in annotation interface io.helidon.builder.api.Option.Provider
-
Whether service discovery may add option values that do not have corresponding configuration.
- discoverServices() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Whether to discover services by default.
- discoverServices() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
- discoverServices() - Method in interface io.helidon.builder.codegen.OptionProvider
-
Whether to discover services by default.
- discoverServices() - Method in class io.helidon.config.ConfigBuilderSupport.ProviderSettings
-
Whether providers without an explicit configuration entry should be discovered.
- discoverServices() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Whether to discover services from the class path.
- discoverServices() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- discoverServices() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Whether to discover services from the class path.
- discoverServices(boolean) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Whether to discover services by default.
- discoverServices(boolean) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Whether to discover services from the class path.
- discoverServices(Config, String, Class, Class, boolean, List) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Discover services from configuration.
- discoverServices(Config, String, Class, Class, ConfigBuilderSupport.ProviderSettings, List) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Used by generated configured builders to discover services using
ServiceLoaderafter the configured provider identity and outer container form have been validated. - discoverServices(Config, String, Optional, Class, Class, boolean, List) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Used to discover services from
ServiceRegistryfor builder options annotated withOption.Provider, if the blueprint is annotated withPrototype.RegistrySupport. - discoverServices(Config, String, Optional, Class, Class, ConfigBuilderSupport.ProviderSettings, List) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Used by generated configured builders to discover services from
ServiceRegistryafter the configured provider identity and outer container form have been validated. - discoverServices(Class, boolean, List) - Static method in class io.helidon.builder.api.BuilderSupport
-
Discover services from Java
ServiceLoader. - discoverServicesFromServiceLoader() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Whether to discover services from Java service loader.
- discoverServicesFromServiceLoader() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- discoverServicesFromServiceLoader() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Whether to discover services from Java service loader.
- discoverServicesFromServiceLoader(boolean) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Whether to discover services from Java service loader.
- discoverTenantConfigProviders(boolean) - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
-
Whether to allow
TenantConfigProviderservice loader discovery. - discoverTenantConfigProviders(boolean) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Whether to allow
TenantConfigProviderservice loader discovery. - discoverTenantIdProviders(boolean) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Whether to allow
TenantIdFinderservice loader discovery. - discovery() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
A
Discovery(normally sourced from the service registry). - discovery() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- discovery() - Method in interface io.helidon.webclient.discovery.WebClientDiscoveryConfig
-
A
Discovery(normally sourced from the service registry). - discovery(Discovery) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
A
Discovery(normally sourced from the service registry). - Discovery - Interface in io.helidon.discovery
-
An interface whose implementations discover possibly transient
DiscoveredUriinstances suitable, at the moment of discovery, for a given discovery name. - discoveryDiscoverServices() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Service discovery flag for
WebClientDiscoveryConfig.BuilderBase.discovery(). - discoveryDiscoverServices(boolean) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Service discovery flag for
WebClientDiscoveryConfig.BuilderBase.discovery(). - Discovery Names - Section in interface io.helidon.discovery.Discovery
- diskSpaceCheck() - Static method in class io.helidon.health.checks.HealthChecks
-
Disk space health check.
- diskSpaceCheck(Config) - Static method in class io.helidon.health.checks.HealthChecks
-
Disk space health check, set up via config.
- DiskSpaceHealthCheck - Class in io.helidon.health.checks
-
A health check that verifies whether the server is running out of disk space.
- DiskSpaceHealthCheck.Builder - Class in io.helidon.health.checks
-
Fluent API builder for
DiskSpaceHealthCheck. - dispatch(MessageBatch) - Method in interface io.helidon.messaging.ConsumerRegistration
-
Dispatch one immutable delivery batch to the generated invocation adapter.
- dispatch(MessageBatch) - Method in interface io.helidon.messaging.ProcessorRegistration
- displayTagPairs() - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Returns name/value pairs of system tags, avoiding constructing the provider's
Tagimplementations for each. - displayTags() - Method in interface io.helidon.metrics.api.SystemTagsManager
- disposition() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
The
LimitAlgorithm.Outcome.Dispositionof the work item. - distinct() - Method in interface io.helidon.common.reactive.Multi
-
Filter out all duplicates.
- distinct() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Whether projection is distinct.
- distinct() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- distinct() - Method in interface io.helidon.data.codegen.query.Projection
-
Whether projection is distinct.
- distinct(boolean) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Whether projection is distinct.
- DISTRIBUTION_SUMMARY - Enum constant in enum class io.helidon.metrics.api.Meter.Type
-
Distribution summary (measures distribution of samples).
- distributionStatisticsConfig() - Method in interface io.helidon.metrics.api.DistributionSummary.Builder
-
Returns the statistics config set on the builder, if any.
- distributionStatisticsConfig(DistributionStatisticsConfig.Builder) - Method in interface io.helidon.metrics.api.DistributionSummary.Builder
-
Sets the config for distribution statistics for the distribution summary.
- DistributionStatisticsConfig - Interface in io.helidon.metrics.api
-
Configuration which controls the behavior of distribution statistics from meters that support them (for example, timers and distribution summaries).
- DistributionStatisticsConfig.Builder - Interface in io.helidon.metrics.api
-
Builder for a new
DistributionStatisticsConfiginstance. - distributionStatisticsConfigBuilder() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a builder for a
DistributionStatisticsConfig. - DistributionSummary - Interface in io.helidon.metrics.api
-
Records a distribution of samples (e.g., sizes of responses returned by a server), each with a
longvalue, and reports statistics over all samples (count, total, mean, max) as well as grouping samples using percentiles or bucket boundaries. - DistributionSummary.Builder - Interface in io.helidon.metrics.api
-
Builder for a
DistributionSummary. - distributionSummaryBuilder(String, DistributionStatisticsConfig.Builder) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a builder for a
DistributionSummary. - dml() - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Set health check statement type to DML.
- dml(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute data modification statement using a statement passed as an argument.
- Dml - Enum constant in enum class io.helidon.data.codegen.query.ProjectionResult
-
DML result.
- DML - Enum constant in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryReturnType
-
DML statement return type (numeric value or boolean).
- DML - Enum constant in enum class io.helidon.dbclient.DbStatementType
-
Generic DML statement.
- DNS - Enum constant in enum class io.helidon.common.uri.UriHost.Kind
-
DNS name.
- dnsAddressLookup() - Method in class io.helidon.webclient.api.ConnectionKey
-
Configured
DnsAddressLookup. - dnsAddressLookup() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
DNS address lookup preferences to be used by this client.
- dnsAddressLookup() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- dnsAddressLookup() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
DNS address lookup preferences to be used by this client.
- dnsAddressLookup(DnsAddressLookup) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
DNS address lookup preferences to be used by this client.
- DnsAddressLookup - Enum Class in io.helidon.webclient.api
-
DNS address lookup strategy.
- dnsResolver() - Method in class io.helidon.webclient.api.ConnectionKey
-
Configured
DnsResolver. - dnsResolver() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
DNS resolver to be used by this client.
- dnsResolver() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- dnsResolver() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
DNS resolver to be used by this client.
- dnsResolver(DnsResolver) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
DNS resolver to be used by this client.
- DnsResolver - Interface in io.helidon.webclient.spi
-
DNS resolving interface.
- DnsResolverProvider - Interface in io.helidon.webclient.spi
-
Provider interface for custom DNS resolvers.
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry
-
Apply the "raw" log entry.
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.HeaderLogEntry
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.HostLogEntry
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.RequestLineLogEntry
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.SizeLogEntry
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.StatusLogEntry
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.TimestampLogEntry
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.TimeTakenLogEntry
- doApply(AccessLogContext) - Method in class io.helidon.webserver.accesslog.UserLogEntry
- doBuild() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Actual
DbClientBuilderBase.build()implementation forDbClientsubclasses. - doBuild() - Method in class io.helidon.dbclient.jdbc.JdbcClientBuilder
- doBuild() - Method in class io.helidon.dbclient.mongodb.MongoDbClientBuilder
- doConnect(WsClient, Map) - Method in class io.helidon.webclient.websocket.WsClientEndpointFactoryBase
-
Implement this method to correctly type path parameters provided by a user.
- doConnect(WsClient, Map, Supplier) - Method in class io.helidon.webclient.websocket.WsClientEndpointFactoryBase
-
Connects using the provided client.
- document3x(Map, OpenApi3xMapperRules) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Filter and normalize an OpenAPI 3.x document using version-specific field rules.
- DOCUMENTED - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Documented. - documentFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Document fields.
- documentFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- documentFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Document fields.
- documentFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Document fields.
- doExecute(BiFunction) - Method in class io.helidon.dbclient.DbStatementBase
-
Execute the statement with interception.
- DOLLAR_QUOTE - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
A PostgreSQL dollar-quoted string.
- domain() - Method in class io.helidon.http.SetCookie
-
Domain of cookie.
- domain(String) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
Domainparameter. - domainAndPath(URI) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
DomainandPathparameters. - doOutputStream(ClientRequest.OutputStreamHandler) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Submit a request entity provided through an output stream.
- doOutputStream(ClientRequest.OutputStreamHandler) - Method in class io.helidon.webclient.api.HttpClientRequest
- doSign(byte[]) - Method in class io.helidon.security.jwt.jwk.JwkOctet
- doSign(byte[]) - Method in class io.helidon.security.jwt.jwk.JwkEC
- doSign(byte[]) - Method in class io.helidon.security.jwt.jwk.JwkRSA
- doSubmit(Object) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Submit a request entity.
- doSubmit(Object) - Method in class io.helidon.webclient.api.HttpClientRequest
- DOT_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
.byte. - DOTALL - Enum constant in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Enables dotall mode.
- doTryAcquireOutcome(boolean) - Method in class io.helidon.common.concurrency.limits.FixedLimit
- doTryAcquireOutcome(boolean) - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- DOUBLE - Enum constant in enum class io.helidon.codegen.JavadocTree.AttrValue.Kind
-
Double quoted.
- DOUBLE_QUOTE - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
A double-quoted identifier.
- DOUBLE_QUOTE_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
"byte. - DoubleArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
DoubleArrayConverter. - DoubleArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- doubleAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Double attributes.
- doubleAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
- doubleAttributes() - Method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
Double attributes.
- doubleAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Double attributes.
- DoubleConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
DoubleConverter. - DoubleConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
-
Constructor with no side effects
- doubleValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - doubleValue() - Method in class io.helidon.json.JsonNumber
-
Return the double value of this JsonNumber.
- doubleValue() - Method in class io.helidon.metrics.api.LabeledSample
- doubleValue() - Method in interface io.helidon.metrics.api.Sample
-
Returns the value as a double.
- doubleValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- doubleValue(String) - Method in class io.helidon.json.JsonObject
-
Return the double value associated with the specified key as an Optional.
- doubleValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get double value.
- doubleValue(String, double) - Method in class io.helidon.json.JsonObject
-
Return the double value associated with the specified key, or the default value if the key is not present.
- doubleValue(String, double) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get a double value with default if not defined (or null).
- doubleValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - doubleValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- doVerify(byte[], byte[]) - Method in class io.helidon.security.jwt.jwk.JwkEC
- doVerify(byte[], byte[]) - Method in class io.helidon.security.jwt.jwk.JwkOctet
- doVerify(byte[], byte[]) - Method in class io.helidon.security.jwt.jwk.JwkRSA
- DOWN - Enum constant in enum class io.helidon.health.HealthCheckResponse.Status
-
This health check failed its precondition.
- drain() - Method in interface io.helidon.messaging.spi.IncomingChannel
-
Stop acquiring new transport deliveries while allowing already acquired deliveries to settle.
- driver() - Method in interface io.helidon.data.sql.common.SqlDriver
-
Driver instance.
- driverClass() - Method in interface io.helidon.data.sql.common.SqlDriver
-
Class of the driver.
- DROP - Enum constant in enum class io.helidon.messaging.FailureDisposition
-
Log the processing failure and settle the source delivery without delivering it.
- DROP - Enum constant in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Drops all metrics; exports no metrics.
- dropped() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Token
-
Operation was dropped, for example because it hit a timeout, or was rejected by other limits.
- dropScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Path to database cleanup script on classpath.
- dropScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- dropScript() - Method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Path to database cleanup script on classpath.
- dropScript(Path) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Path to database cleanup script on classpath.
- dropWhile(Predicate) - Method in interface io.helidon.common.reactive.Multi
-
Drop the longest prefix of elements from this stream that satisfy the given predicate.
- DropwizardMetricsListener - Class in io.helidon.dbclient.metrics.hikari
-
Hikari CP to Helidon metrics mapper.
- duplicate() - Method in interface io.helidon.http.DataChunk
-
Makes a copy of this data chunk including its underlying
ByteBuffer. - duration() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Duration of the time window over which operations will be counted.
- duration() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- duration() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Duration of the time window over which operations will be counted.
- duration(Duration) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Duration of the time window over which operations will be counted.
- DURATION - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Duration. - DurationConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
DurationConverter. - DurationConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
-
Constructor with no side effects
- dynamic() - Method in interface io.helidon.data.codegen.common.MethodParams
-
Whether existing method parameters trigger dynamic query to be generated.
- dynamicParts() - Method in interface io.helidon.data.codegen.common.MethodParams
-
Builds
Setof query dynamic parts based on the method parameters.
E
- EB - Enum constant in enum class io.helidon.common.Size.Unit
-
Exabytes (represented as
eB): i.e. - effectiveInterfaceMethods(TypeInfo) - Method in class io.helidon.codegen.TypeHierarchyResolver
-
Returns effective interface methods with interface type variables resolved.
- effectiveRoute(String, String, int, boolean) - Method in class io.helidon.webclient.api.Proxy
-
Resolve configured proxy policy to one effective route for a logical request target.
- effectiveScope(Optional) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not assign scopes, and this method will be removed.
- effectiveScope(Optional, Iterable) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not assign scopes, and this method will be removed.
- EIB - Enum constant in enum class io.helidon.common.Size.Unit
-
Exbi-bytes (represented as either
EBorEiB), where we use binary approach, i.e. - elapsedTime() - Method in interface io.helidon.faulttolerance.RetryContext
-
Time elapsed since the retry invocation started when this attempt began.
- elapsedTime() - Method in interface io.helidon.faulttolerance.RetryOutcome
-
Time elapsed since the retry invocation started.
- ELEMENT - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
A collection element, optional or map value.
- ELEMENT_KIND - Static variable in class io.helidon.common.types.TypeNames
-
Helidon element kind (enum).
- elementInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up the type that are relevant for processing.
- elementInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- elementInfo() - Method in interface io.helidon.common.types.TypeInfo
-
The elements that make up the type that are relevant for processing.
- elementInfo() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The element info represents the method, field, or the constructor being invoked.
- elementInfo() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- elementInfo() - Method in interface io.helidon.service.registry.InterceptionContext
-
The element info represents the method, field, or the constructor being invoked.
- elementInfo(TypedElementInfo) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The element info represents the method, field, or the constructor being invoked.
- elementInfo(Consumer) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The element info represents the method, field, or the constructor being invoked.
- elementInfo(Supplier) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The element info represents the method, field, or the constructor being invoked.
- elementInfo(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up the type that are relevant for processing.
- ElementInfoPredicates - Class in io.helidon.codegen
-
Commonly used predicates to filter typed element info.
- elementKind() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- elementKind() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Kind of element we inject into (constructor, field, method).
- elementKind() - Method in interface io.helidon.service.registry.Dependency
-
Kind of element we inject into (constructor, field, method).
- elementKind(ElementKind) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Kind of element we inject into (constructor, field, method).
- ElementKind - Enum Class in io.helidon.common.types
-
Kind of element.
- ElementMapper - Interface in io.helidon.codegen.spi
-
Maps (or removes) elements.
- ElementMapperProvider - Interface in io.helidon.codegen.spi
-
ServiceLoaderprovider interface for element mapping. - elementMappers() - Method in interface io.helidon.codegen.CodegenContext
-
List of available element mappers in this environment.
- elementMappers() - Method in class io.helidon.codegen.CodegenContextBase
- elementMappers() - Method in class io.helidon.codegen.CodegenContextDelegate
- elementModifiers() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Element modifiers.
- elementModifiers() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- elementModifiers() - Method in interface io.helidon.common.types.TypedElementInfo
-
Element modifiers.
- elementModifiers() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Type modifiers.
- elementModifiers() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- elementModifiers() - Method in interface io.helidon.common.types.TypeInfo
-
Type modifiers.
- elementModifiers(Set) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Element modifiers.
- elementModifiers(Set) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Type modifiers.
- elementName() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The element (e.g., method, field, etc) name.
- elementName() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- elementName() - Method in interface io.helidon.common.types.TypedElementInfo
-
The element (e.g., method, field, etc) name.
- elementName(String) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for element name (such as method name, or field name).
- elementName(String) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The element (e.g., method, field, etc) name.
- ElementSignature - Interface in io.helidon.common.types
-
Signature of a
TypedElementInfo. - elementTypeAnnotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The list of known annotations on the type name referenced by
TypedElementInfo.typeName(). - elementTypeAnnotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- elementTypeAnnotations() - Method in interface io.helidon.common.types.TypedElementInfo
-
The list of known annotations on the type name referenced by
TypedElementInfo.typeName(). - elementTypeAnnotations(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The list of known annotations on the type name referenced by
TypedElementInfo.typeName(). - email() - Element in annotation interface io.helidon.openapi.OpenApi.Contact
-
Contact email.
- email() - Method in class io.helidon.security.jwt.Jwt
-
Email claim.
- email(String) - Method in class io.helidon.openapi.OpenApiDocument.ContactBuilder
-
Set email.
- email(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Email claim.
- emailVerified() - Method in class io.helidon.security.jwt.Jwt
-
Email verified claim.
- emailVerified(Boolean) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Claim defining whether e-mail is verified or not.
- emit(ResolvedType, Object, Set) - Method in interface io.helidon.service.registry.EventManager
-
Emit an event.
- emit(SseEvent) - Method in interface io.helidon.webserver.sse.SseSink
-
Emits an event using to the sink.
- emit(Message) - Method in interface io.helidon.messaging.Emitter
-
Emit a message with metadata.
- emit(MessageBatch) - Method in interface io.helidon.messaging.Emitter
-
Emit a batch of messages.
- emit(String, Message) - Method in interface io.helidon.messaging.MessagingRuntime
-
Emit a message to a named channel.
- emit(T) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Emit item to the stream, if there is no immediate demand from downstream, buffer item for sending when demand is signaled.
- emit(T) - Method in class io.helidon.common.reactive.EmittingPublisher
-
Emit one item to the stream, if there is enough requested and publisher is not cancelled, item is signaled to downstream as
onNextand method returns true. - emit(T) - Method in interface io.helidon.messaging.Emitter
-
Emit a payload-only message.
- emit(T) - Method in interface io.helidon.webserver.http.spi.Sink
-
Emits an event using to the sink.
- emit(T, Qualifier...) - Method in interface io.helidon.service.registry.Event.Emitter
-
Emit an event.
- emitAsync(ResolvedType, T, Set) - Method in interface io.helidon.service.registry.EventManager
-
Emit an asynchronous event.
- emitAsync(T, Qualifier...) - Method in interface io.helidon.service.registry.Event.Emitter
-
Emit an event.
- emitBatch(String, MessageBatch) - Method in interface io.helidon.messaging.MessagingRuntime
-
Emit a batch of messages to a named channel.
- emitEndMark() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to emit the optional Smile end marker when closing a generator.
- emitEndMark() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- emitEndMark() - Method in interface io.helidon.json.smile.SmileConfig
-
Whether to emit the optional Smile end marker when closing a generator.
- emitEndMark(boolean) - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to emit the optional Smile end marker when closing a generator.
- emitter(MessagingChannel) - Method in interface io.helidon.messaging.MessagingGraph
-
Obtain an imperative emitter for a channel owned by this graph.
- Emitter<T> - Interface in io.helidon.messaging
-
Synchronous emitter for a named messaging channel.
- EmitterRegistration - Interface in io.helidon.messaging
-
Generated topology metadata for an injected messaging emitter.
- emitterRegistrations() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Emitter registrations contributing typed producer metadata.
- emitterRegistrations() - Method in interface io.helidon.messaging.MessagingConfig
-
Emitter registrations contributing typed producer metadata.
- emitterRegistrations(List) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Emitter registrations contributing typed producer metadata.
- EmittingPublisher<T> - Class in io.helidon.common.reactive
-
Emitting publisher for manual publishing on the same thread.
- empty() - Static method in interface io.helidon.common.buffers.BufferData
-
Empty buffer data.
- empty() - Static method in interface io.helidon.common.reactive.Multi
-
Get a
Multiinstance that completes immediately. - empty() - Static method in interface io.helidon.common.reactive.Single
-
Get a
Singleinstance that completes immediately. - empty() - Static method in class io.helidon.common.uri.UriFragment
-
Empty fragment.
- empty() - Static method in interface io.helidon.common.uri.UriQuery
-
Create an empty HTTP query.
- empty() - Static method in interface io.helidon.config.Config
-
Returns empty instance of
Config. - empty() - Static method in class io.helidon.config.ConfigSources
-
Provides an empty config source.
- empty() - Static method in class io.helidon.config.ConfigValues
-
Simple empty value that can be used e.g.
- empty() - Static method in class io.helidon.config.OverrideSources
-
An empty implementation of
OverrideSource. - empty() - Static method in interface io.helidon.config.spi.ConfigNode.ObjectNode
-
Returns empty object node.
- empty() - Static method in class io.helidon.config.spi.OverrideSource.OverrideData
-
Creates an
OverrideDataobject containing no overrides. - empty() - Static method in class io.helidon.http.ContentDisposition
-
An empty content disposition.
- empty() - Static method in interface io.helidon.http.DirectHandler.TransportRequest
-
Create an empty transport request.
- empty() - Static method in class io.helidon.http.media.ReadableEntityBase
-
Create a new empty readable entity (when there is no entity).
- empty() - Static method in class io.helidon.json.JsonArray
-
Returns the shared empty JSON array instance.
- empty() - Static method in class io.helidon.json.JsonObject
-
Returns the shared empty JSON object instance.
- empty() - Static method in interface io.helidon.messaging.MessageHeaders
-
Empty headers.
- empty() - Static method in interface io.helidon.messaging.MessageMetadata
-
Empty local metadata.
- empty() - Static method in class io.helidon.security.OutboundSecurityResponse
-
There is nothing we can add - e.g.
- empty() - Method in class io.helidon.service.codegen.ServiceSuperType
-
Whether there is NOT a super service type.
- empty() - Static method in interface io.helidon.tracing.HeaderProvider
-
Empty headers.
- empty() - Static method in interface io.helidon.webserver.http.HttpRouting
-
Empty routing (all requests will return
Status.NOT_FOUND_404. - empty() - Static method in interface io.helidon.webserver.Router
-
Empty router.
- empty() - Static method in class io.helidon.webserver.websocket.WsRouting
-
Empty WebSocket routing.
- empty(long, double, double) - Static method in interface io.helidon.metrics.api.HistogramSnapshot
-
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get a
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.histogramSnapshotEmpty(long, double, double)instead - empty(String) - Static method in interface io.helidon.common.parameters.Parameters
-
Create empty (named) parameters.
- Empty - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Emptyoperator. - EMPTY - Enum constant in enum class io.helidon.codegen.JavadocTree.AttrValue.Kind
-
Empty.
- EMPTY - Static variable in record class io.helidon.codegen.JavadocTree.AttrValue
-
Constant for the empty attribute value.
- EMPTY - Static variable in interface io.helidon.service.registry.Lookup
-
Empty lookup matches anything and everything except for abstract types and hidden raw factory providers.
- EMPTY_BYTES - Static variable in interface io.helidon.common.buffers.BufferData
-
Empty byte array.
- EMPTY_PASSWORD - Static variable in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
An empty char array used for empty passwords.
- EmptyBinding - Class in io.helidon.service.registry
-
An empty binding that configures nothing.
- EmptyBinding(String) - Constructor for class io.helidon.service.registry.EmptyBinding
-
Create a new named binding.
- ENABLE_PUSH - Static variable in interface io.helidon.http.http2.Http2Setting
-
Setting to enable or disable push.
- enableCompression() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Whether to support compression if requested by a client.
- enableCompression() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- enableCompression() - Method in interface io.helidon.webserver.grpc.GrpcConfig
-
Whether to support compression if requested by a client.
- enableCompression(boolean) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Whether to support compression if requested by a client.
- enabled() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Flag indicating whether this revocation config is enabled.
- enabled() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- enabled() - Method in interface io.helidon.common.tls.RevocationConfig
-
Flag indicating whether this revocation config is enabled.
- enabled() - Method in class io.helidon.common.tls.Tls
-
Whether this TLS configuration is enabled or not.
- enabled() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Flag indicating whether Tls is enabled.
- enabled() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- enabled() - Method in interface io.helidon.common.tls.TlsConfig
-
Flag indicating whether Tls is enabled.
- enabled() - Method in interface io.helidon.http.http1.Http1ConnectionListener
-
Whether this listener is enabled.
- enabled() - Method in class io.helidon.http.http1.Http1LoggingConnectionListener
- enabled() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether metrics functionality is enabled.
- enabled() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- enabled() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Whether metrics functionality is enabled.
- enabled() - Method in interface io.helidon.metrics.api.MetricsPublisher
-
Whether this publisher is enabled.
- enabled() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- enabled() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- enabled() - Method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- enabled() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
- enabled() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Whether the configured publisher is enabled.
- enabled() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- enabled() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Whether the configured publisher is enabled.
- enabled() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
- enabled() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Whether the configured publisher is enabled.
- enabled() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- enabled() - Method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Whether the configured publisher is enabled.
- enabled() - Method in interface io.helidon.scheduling.Task
-
If task is enabled or disabled, scheduling tasks are enabled by default and can be disabled programmatically or via configuration.
- enabled() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Whether the task is enabled.
- enabled() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
- enabled() - Method in interface io.helidon.scheduling.TaskConfig
-
Whether the task is enabled.
- enabled() - Method in interface io.helidon.security.Security
-
Whether security is enabled or disabled.
- enabled() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Whether the OpenTelemetry support is enabled.
- enabled() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- enabled() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Whether the OpenTelemetry support is enabled.
- enabled() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Whether the OpenTelemetry logger should be enabled.
- enabled() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- enabled() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Whether the OpenTelemetry logger should be enabled.
- enabled() - Method in class io.helidon.tracing.config.Traceable
-
Whether this traceable should be executed or not.
- enabled() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Whether to enable tracing.
- enabled() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- enabled() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Whether to enable tracing.
- enabled() - Method in interface io.helidon.tracing.Tracer
-
Whether this tracer is enabled or not.
- enabled() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase.ClientAltSvcConfigImpl
- enabled() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Whether alternative service handling is enabled.
- enabled() - Method in interface io.helidon.webclient.api.ClientAltSvcConfig
-
Whether alternative service handling is enabled.
- enabled() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- enabled() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Whether this feature will be enabled.
- enabled() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Whether this feature will be enabled.
- enabled() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Whether this feature is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- enabled() - Method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Whether this feature is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- enabled() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
This feature can be disabled.
- enabled() - Method in interface io.helidon.webserver.cors.CorsConfig
-
This feature can be disabled.
- enabled() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- enabled() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Whether this CORS configuration should be enabled or not.
- enabled() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Whether this CORS configuration should be enabled or not.
- enabled() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
This feature can be enabled.
- enabled() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- enabled() - Method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
This feature can be enabled.
- enabled() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Whether gRPC security is enabled.
- enabled() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl
- enabled() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityConfig
-
Whether gRPC security is enabled.
- enabled() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
A flag indicating if tracing is enabled.
- enabled() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- enabled() - Method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
A flag indicating if tracing is enabled.
- enabled() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Whether gRPC validation is enabled.
- enabled() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase.GrpcValidationConfigImpl
- enabled() - Method in interface io.helidon.webserver.grpc.validation.GrpcValidationConfig
-
Whether gRPC validation is enabled.
- enabled() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Whether this feature is enabled.
- enabled() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- enabled() - Method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Whether this feature is enabled.
- enabled() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- enabled() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Whether the alternative service should be advertised.
- enabled() - Method in interface io.helidon.webserver.http.AltSvcConfig
-
Whether the alternative service should be advertised.
- enabled() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Whether stream is enabled.
- enabled() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- enabled() - Method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
Whether stream is enabled.
- enabled() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- enabled() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Whether automatic metrics collection as a whole is enabled.
- enabled() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Whether automatic metrics collection as a whole is enabled.
- enabled() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- enabled() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Whether automatic metrics are to be enabled for requests which match the specified
PathMatcherand HTTP methods. - enabled() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Whether automatic metrics are to be enabled for requests which match the specified
PathMatcherand HTTP methods. - enabled() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Whether the observe support is enabled.
- enabled() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- enabled() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Whether the observe support is enabled.
- enabled() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Whether this observer is enabled.
- enabled() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl
- enabled() - Method in interface io.helidon.webserver.observe.ObserverConfigBase
-
Whether this observer is enabled.
- enabled() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Whether PROXY protocol support is enabled.
- enabled() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase.ProxyProtocolConfigImpl
- enabled() - Method in interface io.helidon.webserver.ProxyProtocolConfig
-
Whether PROXY protocol support is enabled.
- enabled() - Method in interface io.helidon.webserver.spi.ProtocolConfig
-
Whether this protocol configuration is enabled.
- enabled() - Method in interface io.helidon.webserver.spi.TransportBindingFactory
-
Whether this binding factory is enabled.
- enabled() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- enabled() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Whether this handle is enabled, defaults to
true. - enabled() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Whether this handle is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Whether the cache is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
- enabled() - Method in interface io.helidon.webserver.staticcontent.MemoryCacheConfig
-
Whether the cache is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Whether this feature is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- enabled() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Whether this feature is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Whether the temporary storage is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- enabled() - Method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Whether the temporary storage is enabled, defaults to
true. - enabled() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Whether this feature is enabled.
- enabled() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- enabled() - Method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Whether this feature is enabled.
- enabled() - Method in class io.helidon.webserver.TcpTransportBindingFactory
- enabled() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Whether this binding is enabled.
- enabled() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase.TcpTransportConfigImpl
- enabled() - Method in interface io.helidon.webserver.TcpTransportConfig
-
Whether this binding is enabled.
- enabled() - Method in class io.helidon.webserver.UdsTransportBindingFactory
- enabled() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Whether this binding is enabled.
- enabled() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase.UdsTransportConfigImpl
- enabled() - Method in interface io.helidon.webserver.UdsTransportConfig
-
Whether this binding is enabled.
- enabled(boolean) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Flag indicating whether this revocation config is enabled.
- enabled(boolean) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Flag indicating whether Tls is enabled.
- enabled(boolean) - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Configure whether this service is enabled or not.
- enabled(boolean) - Method in class io.helidon.http.RequestedUriDiscoveryContext.Builder
-
Sets whether requested URI discovery is enabled for requestes arriving on the socket.
- enabled(boolean) - Method in interface io.helidon.metrics.api.ComponentMetricsSettings.Builder
-
Sets whether metrics should be enabled for the component.
- enabled(boolean) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether metrics functionality is enabled.
- enabled(boolean) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- enabled(boolean) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Whether the configured publisher is enabled.
- enabled(boolean) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Whether the configured publisher is enabled.
- enabled(boolean) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Whether the task is enabled.
- enabled(boolean) - Method in class io.helidon.security.providers.oidc.OidcFeature.Builder
-
You can disable the OIDC support in case it should not be used.
- enabled(boolean) - Method in class io.helidon.security.Security.Builder
-
Security can be disabled using configuration, or explicitly.
- enabled(boolean) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Whether the OpenTelemetry support is enabled.
- enabled(boolean) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Whether the OpenTelemetry logger should be enabled.
- enabled(boolean) - Method in class io.helidon.tracing.config.ComponentTracingConfig.Builder
-
Configure whether this component is enabled or disabled.
- enabled(boolean) - Method in class io.helidon.tracing.config.SpanLogTracingConfig.Builder
-
Configure whether this traced span log is enabled or disabled.
- enabled(boolean) - Method in class io.helidon.tracing.config.SpanTracingConfig.Builder
-
Configure whether this traced span is enabled or disabled.
- enabled(boolean) - Method in class io.helidon.tracing.config.TracingConfig.Builder
-
Whether overall tracing is enabled.
- enabled(boolean) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Whether to enable tracing.
- enabled(boolean) - Method in interface io.helidon.tracing.TracerBuilder
-
When enabled, tracing will be sent.
- enabled(boolean) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Whether alternative service handling is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Whether this feature will be enabled.
- enabled(boolean) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Access logging can be disabled (either through configuration or explicitly in code.
- enabled(boolean) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Whether this feature is enabled, defaults to
true. - enabled(boolean) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
This feature can be disabled.
- enabled(boolean) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Whether this CORS configuration should be enabled or not.
- enabled(boolean) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
This feature can be enabled.
- enabled(boolean) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Whether gRPC security is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
A flag indicating if tracing is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Whether gRPC validation is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Whether this feature is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Whether the alternative service should be advertised.
- enabled(boolean) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Whether stream is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Whether automatic metrics collection as a whole is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Whether automatic metrics are to be enabled for requests which match the specified
PathMatcherand HTTP methods. - enabled(boolean) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Whether the observe support is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Whether this observer is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Whether PROXY protocol support is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Whether this handle is enabled, defaults to
true. - enabled(boolean) - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Whether the cache is enabled, defaults to
true. - enabled(boolean) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Whether this feature is enabled, defaults to
true. - enabled(boolean) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Whether the temporary storage is enabled, defaults to
true. - enabled(boolean) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Whether this feature is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Whether this binding is enabled.
- enabled(boolean) - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Whether this binding is enabled.
- enabled(Option) - Method in interface io.helidon.codegen.CodegenOptions
-
Boolean option that defaults to false.
- ENABLED - Static variable in class io.helidon.tracing.config.ComponentTracingConfig
-
Enabled component - all subsequent calls return enabled spans and logs.
- ENABLED - Static variable in class io.helidon.tracing.config.SpanLogTracingConfig
-
Enabled traced span log.
- ENABLED - Static variable in class io.helidon.tracing.config.SpanTracingConfig
-
A traced span that is inabled and all logs on it are enabled as well.
- ENABLED - Static variable in class io.helidon.tracing.config.TracingConfig
-
Traced config that is enabled for all components, spans and logs.
- ENABLED_CONFIG_KEY - Static variable in interface io.helidon.metrics.api.ComponentMetricsSettings.Builder
-
Config key within the component's
metricsconfig section controlling whether metrics are enabled for that component. - enabledCipherSuites() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled cipher suites for TLS communication.
- enabledCipherSuites() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- enabledCipherSuites() - Method in interface io.helidon.common.tls.TlsConfig
-
Enabled cipher suites for TLS communication.
- enabledCipherSuites(List) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled cipher suites for TLS communication.
- enabledProtocols() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled protocols for TLS communication.
- enabledProtocols() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- enabledProtocols() - Method in interface io.helidon.common.tls.TlsConfig
-
Enabled protocols for TLS communication.
- enabledProtocols(List) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled protocols for TLS communication.
- enableMetrics() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- enableMetrics() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Whether to collect metrics for the AIMD implementation.
- enableMetrics() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Whether to collect metrics for the AIMD implementation.
- enableMetrics() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Whether to collect metrics for the fixed limit implementation.
- enableMetrics() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- enableMetrics() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Whether to collect metrics for the fixed limit implementation.
- enableMetrics() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Whether to collect metrics for the throughput limit implementation.
- enableMetrics() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- enableMetrics() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Whether to collect metrics for the throughput limit implementation.
- enableMetrics() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- enableMetrics() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in interface io.helidon.faulttolerance.BulkheadConfig
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- enableMetrics() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- enableMetrics() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- enableMetrics() - Method in interface io.helidon.faulttolerance.TimeoutConfig
-
Flag to enable metrics for this instance.
- enableMetrics() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Whether to collect metrics for gRPC client calls.
- enableMetrics() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- enableMetrics() - Method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
Whether to collect metrics for gRPC client calls.
- enableMetrics() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Whether to collect metrics for gRPC server calls.
- enableMetrics() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- enableMetrics() - Method in interface io.helidon.webserver.grpc.GrpcConfig
-
Whether to collect metrics for gRPC server calls.
- enableMetrics(boolean) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Whether to collect metrics for the AIMD implementation.
- enableMetrics(boolean) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Whether to collect metrics for the fixed limit implementation.
- enableMetrics(boolean) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Whether to collect metrics for the throughput limit implementation.
- enableMetrics(boolean) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics(boolean) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics(boolean) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics(boolean) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Flag to enable metrics for this instance.
- enableMetrics(boolean) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Whether to collect metrics for gRPC client calls.
- enableMetrics(boolean) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Whether to collect metrics for gRPC server calls.
- enableProxyProtocol() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ListenerConfig.BuilderBase.proxyProtocol()instead - enableProxyProtocol() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- enableProxyProtocol() - Method in interface io.helidon.webserver.ListenerConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ListenerConfig.proxyProtocol()instead - enableProxyProtocol(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ListenerConfig.BuilderBase.proxyProtocol()instead - enclosingNames() - Method in class io.helidon.codegen.classmodel.TypeArgument
- enclosingNames() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Simple names of enclosing classes (if any exist).
- enclosingNames() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- enclosingNames() - Method in interface io.helidon.common.types.TypeName
-
Simple names of enclosing classes (if any exist).
- enclosingNames(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Simple names of enclosing classes (if any exist).
- enclosingType() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The enclosing type name for this typed element.
- enclosingType() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- enclosingType() - Method in interface io.helidon.common.types.TypedElementInfo
-
The enclosing type name for this typed element.
- enclosingType(TypeName) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The enclosing type name for this typed element.
- enclosingType(Consumer) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The enclosing type name for this typed element.
- enclosingType(Supplier) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The enclosing type name for this typed element.
- encode(CharSequence, byte[]) - Static method in class io.helidon.common.buffers.HuffmanCodec
-
Encode a value into a destination byte array.
- encode(String) - Static method in class io.helidon.http.HtmlEncoder
-
Encode HTML string replacing the special characters by their corresponding entities.
- encode(String, UriEncoding.Type) - Static method in class io.helidon.common.uri.UriEncoding
-
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that are not allowed.
- encodedLength(CharSequence) - Static method in class io.helidon.common.buffers.HuffmanCodec
-
Calculate the encoded length of a value.
- encoder() - Method in interface io.helidon.http.encoding.ContentEncoding
-
To encode bytes.
- encoder() - Method in class io.helidon.http.encoding.deflate.DeflateEncoding
- encoder() - Method in class io.helidon.http.encoding.gzip.GzipEncoding
- encoder(Headers) - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
Discover content encoder based on the HTTP headers.
- encoder(String) - Method in interface io.helidon.http.encoding.ContentEncodingContext
-
Obtain a content encoder for the id.
- encodeUri(String) - Static method in class io.helidon.common.uri.UriEncoding
-
Encode a URI segment.
- encoding(String, OpenApiDocument.Encoding) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Add nested OpenAPI 3.2 encoding.
- encoding(String, OpenApiDocument.Encoding) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Add encoding.
- encodingFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Encoding fields.
- encodingFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- encodingFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Encoding fields.
- encodingFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Encoding fields.
- encrypt(byte[]) - Method in class io.helidon.security.spi.EncryptionProvider.EncryptionSupport
-
Encrypt the bytes.
- encrypt(Base64Value) - Method in class io.helidon.common.crypto.AsymmetricCipher
- encrypt(Base64Value) - Method in interface io.helidon.common.crypto.CommonCipher
-
Encrypt message.
- encrypt(Base64Value) - Method in class io.helidon.common.crypto.SymmetricCipher
- encrypt(String, byte[]) - Method in interface io.helidon.security.Security
-
Encrypt bytes.
- encrypt(String, byte[], byte[], Base64Value) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Encrypt the message with the usage of provided parameters.
- encrypt(String, String, byte[], byte[], Base64Value) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Encrypt the message with the usage of provided parameters.
- encrypt(String, String, byte[], AlgorithmParameterSpec, Base64Value) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Encrypt the message with the usage of provided parameters.
- encrypt(String, String, PublicKey, Base64Value) - Static method in class io.helidon.common.crypto.AsymmetricCipher
-
Encrypt the message with the provided public key and selected algorithm.
- encryptAes(char[], String) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Encrypt using AES with GCM method, key is derived from password with random salt.
- encryptAesBytes(char[], byte[]) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Deprecated.this method will be removed once a separate module for encryption is created
- encryptAesEnvelope(char[], String) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Encrypt using AES with GCM method into a versioned envelope, key is derived from password with random salt.
- encryptAesEnvelope(char[], String, int) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Encrypt using AES with GCM method into a versioned envelope, key is derived from password with random salt.
- EncryptedJwt - Class in io.helidon.security.jwt
-
The JWT used to transfer content across network - e.g.
- EncryptedJwt.Builder - Class in io.helidon.security.jwt
-
Encrypted JWT builder.
- EncryptedJwt.SupportedAlgorithm - Enum Class in io.helidon.security.jwt
-
Supported RSA cipher for content key encryption.
- EncryptedJwt.SupportedEncryption - Enum Class in io.helidon.security.jwt
-
Supported AES cipher for content encryption.
- encryptedKey() - Method in class io.helidon.security.jwt.EncryptedJwt
-
Encrypted content encryption key.
- encryptedPayload() - Method in class io.helidon.security.jwt.EncryptedJwt
-
Encrypted content.
- encryption() - Method in class io.helidon.security.jwt.JwtHeaders
-
Encryption algorithm claim.
- encryption(Config) - Method in interface io.helidon.security.spi.EncryptionProvider
-
Create encryption support from configuration.
- encryption(EncryptedJwt.SupportedEncryption) - Method in class io.helidon.security.jwt.EncryptedJwt.Builder
-
Encryption which should be used for content encryption.
- encryption(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
Encryption algorithm to use.
- encryption(T) - Method in interface io.helidon.security.spi.EncryptionProvider
-
Create encryption support from configuration object.
- EncryptionFilter - Class in io.helidon.config.encryption
-
Provides possibility to decrypt passwords from configuration sources.
- EncryptionFilter.Builder - Class in io.helidon.config.encryption
-
Builder to programmatically setup
EncryptionFilter. - EncryptionFilterService - Class in io.helidon.config.encryption
-
A Java service for
EncryptionFilter. - EncryptionFilterService() - Constructor for class io.helidon.config.encryption.EncryptionFilterService
-
Service provider constructor.
- EncryptionProvider<T> - Interface in io.helidon.security.spi
-
Provider that can encrypt and decrypt secrets.
- EncryptionProvider.EncryptionSupport - Class in io.helidon.security.spi
-
Encryption support created for each named encryption configuration.
- EncryptionSupport(Function, Function) - Constructor for class io.helidon.security.spi.EncryptionProvider.EncryptionSupport
-
Encryption support based on the two functions.
- EncryptionUtil - Class in io.helidon.config.encryption
-
Encryption utilities for secrets protection.
- encryptRsa(PublicKey, String) - Static method in class io.helidon.config.encryption.EncryptionUtil
-
Encrypt secret using RSA with OAEP.
- encryptToString(Base64Value) - Method in interface io.helidon.common.crypto.CommonCipher
-
Encrypt message to the String format.
- end() - Method in interface io.helidon.tracing.Span
-
End this span (finish processing) using current timestamp.
- end() - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
Transaction method was finished.
- end(Throwable) - Method in interface io.helidon.tracing.Span
-
End with error status and an exception.
- end(Instant) - Method in interface io.helidon.tracing.Span
-
End this span using the provided timestamp.
- end(Instant, Throwable) - Method in interface io.helidon.tracing.Span
-
End this span with an error status using the provided ending time and throwable.
- END_OF_HEADERS - Static variable in class io.helidon.http.http2.Http2Flag
-
End of headers flag (used by headers, and continuations).
- END_OF_STREAM - Static variable in class io.helidon.http.http2.Http2Flag
-
End of stream flag (used by headers, and data).
- ended(Span) - Method in interface io.helidon.tracing.SpanListener
-
Invoked just after a span has been ended successfully.
- ended(Span, Throwable) - Method in interface io.helidon.tracing.SpanListener
-
Invoked just after a span has been ended unsuccessfully.
- endOfHeaders() - Method in class io.helidon.http.http2.Http2Flag.ContinuationFlags
-
Whether the end of headers flag is set.
- endOfHeaders() - Method in class io.helidon.http.http2.Http2Flag.HeaderFlags
-
Whether the end of headers flag is set.
- endOfHeaders() - Method in class io.helidon.http.http2.Http2Flag.PushPromiseFlags
-
Whether the end of headers flag is set.
- endOfStream() - Method in class io.helidon.http.http2.Http2Flag.DataFlags
-
Whether the end of stream flag is set.
- endOfStream() - Method in class io.helidon.http.http2.Http2Flag.HeaderFlags
-
Whether the end of stream flag is set.
- endpoint() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Endpoint of the collector to which the exporter should transmit.
- endpoint() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- endpoint() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Endpoint of the collector to which the exporter should transmit.
- endpoint() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- endpoint() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Endpoint this observer is available on.
- endpoint() - Method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Endpoint this observer is available on.
- endpoint() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- endpoint() - Method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- endpoint() - Method in interface io.helidon.webserver.observe.info.InfoObserverConfig
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- endpoint() - Method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- endpoint() - Method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
Endpoint option.
- endpoint() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Root endpoint to use for observe providers.
- endpoint() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- endpoint() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Root endpoint to use for observe providers.
- endpoint(String) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Endpoint this observer is available on.
- endpoint(String) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Endpoint option.
- endpoint(String) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Endpoint option.
- endpoint(String) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Endpoint option.
- endpoint(String) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Endpoint option.
- endpoint(String) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Root endpoint to use for observe providers.
- endpoint(String, WsListener) - Method in class io.helidon.webserver.websocket.WsRouting.Builder
-
Add endpoint.
- endpoint(String, Supplier) - Method in class io.helidon.webserver.websocket.WsRouting.Builder
-
Add endpoint.
- endpoint(URI) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Endpoint of the collector to which the exporter should transmit.
- ENDPOINT_IDENTIFICATION_HTTPS - Static variable in class io.helidon.common.tls.Tls
-
HTTPS endpoint identification algorithm, verifies certificate cn against host name.
- ENDPOINT_IDENTIFICATION_NONE - Static variable in class io.helidon.common.tls.Tls
-
Disable host name verification.
- endpointConfig() - Method in interface io.helidon.security.ProviderRequest
-
Configuration of the invoked endpoint, such as annotations declared.
- endpointConfig() - Method in interface io.helidon.security.SecurityContext
-
Current endpoint configuration.
- endpointConfig(EndpointConfig) - Method in class io.helidon.security.SecurityContext.Builder
-
Set the endpoint configuration to start with.
- endpointConfig(EndpointConfig) - Method in interface io.helidon.security.SecurityContext
-
Set endpoint configuration to use for subsequent security requests.
- endpointConfig(Supplier) - Method in interface io.helidon.security.SecurityContext
-
Shortcut method to set
EndpointConfigusing a builder rather than built instance. - EndpointConfig - Class in io.helidon.security
-
Each endpoint can have security configuration either statically declared (e.g.
- EndpointConfig.AnnotationScope - Enum Class in io.helidon.security
-
Scope of annotations used in applications that integrate security.
- EndpointConfig.Builder - Class in io.helidon.security
-
A fluent API builder for
EndpointConfig. - endpointIdentificationAlgorithm() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Identification algorithm for SSL endpoints.
- endpointIdentificationAlgorithm() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- endpointIdentificationAlgorithm() - Method in interface io.helidon.common.tls.TlsConfig
-
Identification algorithm for SSL endpoints.
- endpointIdentificationAlgorithm(String) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Identification algorithm for SSL endpoints.
- endpoints(RegistryRoundContext) - Method in class io.helidon.declarative.codegen.http.webserver.ServerEndpointAnalyzer
-
Analyze endpoint types available in the provided round.
- endpoints(Collection) - Method in class io.helidon.declarative.codegen.http.webserver.ServerEndpointAnalyzer
-
Analyze endpoint types from the provided candidates.
- endpointType() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Type name of the GraphQL endpoint that declares the resolver method.
- endpointType() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Type name of the class that defines the processed endpoint.
- EndsWith - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
EndsWithoperator. - endTimeUnixNanos() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns the end time in nanoseconds of the span.
- enforce() - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Return a default handler to customize.
- enforce() - Static method in class io.helidon.webserver.security.SecurityFeature
-
Return a default instance to create a default enforcement point (or modify the result further).
- enhance(ProviderRequest, AuthenticationResponse, Subject) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Enhance the subject with appropriate roles from IDCS.
- enhance(ProviderRequest, AuthenticationResponse, Subject) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
- enhance(ProviderRequest, AuthenticationResponse, Subject) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Enhance subject with IDCS roles, reactive.
- ENHANCE_YOUR_CALM - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint detected that its peer is exhibiting a behavior that might be generating excessive load.
- enqueueing(Supplier) - Method in interface io.helidon.faulttolerance.Bulkhead.QueueListener
-
Called right before blocking on the internal semaphore's queue.
- ensureAvailable() - Method in class io.helidon.common.buffers.DataReader
-
Ensure we have at least one byte available.
- ensureCapacity(int) - Method in class io.helidon.json.JsonGeneratorBase
-
Ensures there is enough capacity for an upcoming write operation.
- ensureCapacity(int) - Method in class io.helidon.json.smile.SmileGenerator
- ensureHeaderNameConstant(FieldHandler, String) - Static method in class io.helidon.declarative.codegen.http.HttpFields
-
Ensure a header name constant.
- ensureHeaderValueConstant(FieldHandler, HeaderValue) - Static method in class io.helidon.declarative.codegen.http.HttpFields
-
Ensure a header value constant.
- ensureHttpMediaTypeConstant(FieldHandler, String) - Static method in class io.helidon.declarative.codegen.http.HttpFields
-
Ensure HTTP Media Type constant.
- ensureHttpMethodConstant(FieldHandler, String) - Static method in class io.helidon.declarative.codegen.http.HttpFields
-
Ensure an HTTP method constant.
- ensureHttpStatusConstant(FieldHandler, HttpStatus) - Static method in class io.helidon.declarative.codegen.http.HttpFields
-
Ensure an HTTP status constant.
- ensureMapperField(FieldHandler) - Method in class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider
-
Ensure the generated feature exposes the shared
mappersdependency field. - ensureSafeObserver(StreamObserver) - Static method in class io.helidon.grpc.core.SafeStreamObserver
-
Ensure that the specified
StreamObserveris a safe observer. - ensureStatusException(Throwable, Status) - Static method in class io.helidon.grpc.core.GrpcHelper
- ensureStatusRuntimeException(Throwable, Status) - Static method in class io.helidon.grpc.core.GrpcHelper
-
Ensure that a
Throwableis aStatusRuntimeException. - ENTITIES - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Local entities Collection variable.
- entity() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Entity
TypeName. - entity() - Method in class io.helidon.http.DirectHandler.TransportResponse
-
Configured message.
- entity() - Method in interface io.helidon.messaging.Message
-
Payload.
- entity() - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Non-null message payload.
- entity() - Method in interface io.helidon.messaging.MessageConfig
-
Non-null message payload.
- entity() - Method in interface io.helidon.webclient.api.ClientResponseTyped
-
Entity of the requested type.
- entity() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Response entity.
- entity(byte[]) - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
-
Custom entity.
- entity(String) - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
-
Custom entity.
- entity(T) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Non-null message payload.
- ENTITY - Enum constant in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryReturnType
-
Entity or its attribute for entity query.
- ENTITY - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Local entity variable.
- entityAlias(TypeName) - Static method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Extract entity alias from class name.
- entityAlias(String) - Static method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Extract entity alias from class name.
- entityAs(GenericType) - Method in class io.helidon.http.media.ReadableEntityBase
-
Read entity as a specific generic type.
- entityAs(GenericType) - Method in class io.helidon.webclient.api.ClientResponseEntity
- entityAs(GenericType) - Method in class io.helidon.webserver.http.ServerRequestEntity
- entityAs(GenericType) - Method in class io.helidon.webserver.http2.Http2ServerRequestEntity
- entityBeforeSend(Runnable) - Method in interface io.helidon.webserver.http.RoutingResponse
-
Register an infrastructure listener associated with the current response entity.
- entityBeforeSend(Runnable) - Method in class io.helidon.webserver.http.ServerResponseBase
- entityBytes(byte[]) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Entity bytes encoded using content encoding.
- entityBytes(byte[], int, int) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Entity bytes encoded using content encoding.
- entityClass() - Method in interface io.helidon.data.jakarta.persistence.spi.JpaEntityProvider
-
Persistence entity class.
- EntityExistsException - Exception Class in io.helidon.data
-
Thrown when persistence entity being inserted already exists.
- EntityExistsException(String) - Constructor for exception class io.helidon.data.EntityExistsException
-
Creates a new
EntityExistsExceptionwith the supplied detail message. - EntityExistsException(String, Throwable) - Constructor for exception class io.helidon.data.EntityExistsException
-
Creates a new
EntityExistsExceptionwith the supplied detail message and cause. - entityFromResponse(String, boolean) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Get entity from response.
- entityInfo() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Returns the value of the
entityInforecord component. - EntityNotFoundException - Exception Class in io.helidon.data
-
Thrown when requested persistence entity cannot be found.
- EntityNotFoundException(String) - Constructor for exception class io.helidon.data.EntityNotFoundException
-
Creates a new
EntityNotFoundExceptionwith the supplied detail message. - EntityNotFoundException(String, Throwable) - Constructor for exception class io.helidon.data.EntityNotFoundException
-
Creates a new
EntityNotFoundExceptionwith the supplied detail message and cause. - entityOutputStream(Runnable) - Method in interface io.helidon.webserver.http.spi.SinkProviderContext
-
Entity output stream supplied by protocols that cannot expose the connection data writer directly to a sink provider.
- entityParameter() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Entity parameter (if defined).
- entityParameter() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- entityParameter() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Entity parameter (if defined).
- entityParameter(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Entity parameter (if defined).
- entityParameter(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Entity parameter (if defined).
- entityParameter(Supplier) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Entity parameter (if defined).
- entityProcessedRunnable() - Method in class io.helidon.http.media.ReadableEntityBase
-
Runnable to run once the entity is fully consumed.
- EntityReader<T> - Interface in io.helidon.http.media
-
Reader of entity into a specific type.
- EntityReaderBase<T> - Class in io.helidon.http.media
-
Base for readers that care about charset.
- EntityReaderBase() - Constructor for class io.helidon.http.media.EntityReaderBase
-
Constructor with no side effects.
- entityStreamFilter(UnaryOperator) - Method in interface io.helidon.webserver.http.RoutingResponse
-
Configure an infrastructure output stream filter associated with the current response entity.
- entityStreamFilter(UnaryOperator) - Method in class io.helidon.webserver.http.ServerResponseBase
- entityType() - Method in record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Returns the value of the
entityTyperecord component. - EntityWriter<T> - Interface in io.helidon.http.media
-
Writer of entity into bytes.
- EntityWriterBase<T> - Class in io.helidon.http.media
-
Base class for entity writers that care about charsets ands content types.
- EntityWriterBase(MediaSupportConfig) - Constructor for class io.helidon.http.media.EntityWriterBase
-
Provide the media support config with default content type, and supported accepted media types.
- entries() - Method in interface io.helidon.messaging.MessageHeaders
-
Authoritative ordered immutable entries.
- entries() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- entries() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configured log entries.
- entries() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Configured log entries.
- entries(List) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configured log entries.
- entrySet() - Method in class io.helidon.config.ObjectNodeImpl
- ENUM - Enum constant in enum class io.helidon.common.types.ElementKind
-
Enum element type kind.
- ENUM_CONSTANT - Enum constant in enum class io.helidon.common.types.ElementKind
-
Enumeration constant.
- EnumBindingFactory__ServiceDescriptor<T> - Class in io.helidon.json.binding.factories
-
Service descriptor for
EnumBindingFactory. - EnumBindingFactory__ServiceDescriptor() - Constructor for class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
-
Constructor with no side effects
- EnumConstant - Class in io.helidon.codegen.classmodel
-
Field model representation.
- EnumConstant.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
EnumConstant. - enumeration() - Element in annotation interface io.helidon.openapi.OpenApi.ServerVariable
-
Allowed values.
- EnumMapperProvider - Class in io.helidon.config
-
Built-in mapper for
enums. - EnumMapperProvider() - Constructor for class io.helidon.config.EnumMapperProvider
-
Required constructor for
ServiceLoader. - enumValue(Class) - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - enumValue(String, Class) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- EnumValue - Interface in io.helidon.common.types
-
When creating an
Annotation, we may need to create an enum value without access to the enumeration. - enumValues(Class) - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - enumValues(String, Class) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- env() - Method in interface io.helidon.security.ProviderRequest
-
Environment of current request, such as the URI invoked, time to use for security decisions etc.
- env() - Method in interface io.helidon.security.SecurityContext
-
Current
SecurityEnvironment. - env(SecurityEnvironment) - Method in class io.helidon.security.SecurityContext.Builder
-
Set the security environment to start with.
- env(SecurityEnvironment) - Method in interface io.helidon.security.SecurityContext
-
Set a new security environment to be used in this context.
- env(Supplier) - Method in interface io.helidon.security.SecurityContext
-
Set a new security environment to be used int this context.
- envConfig() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Use the provided configuration as a default for any request.
- envConfig() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- envConfig() - Method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Use the provided configuration as a default for any request.
- envConfig(TracingConfig) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Use the provided configuration as a default for any request.
- envConfig(Consumer) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Use the provided configuration as a default for any request.
- envConfig(Supplier) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Use the provided configuration as a default for any request.
- envelopeGenericType() - Method in interface io.helidon.messaging.ConsumerRegistration
-
Expected message envelope type including generic arguments.
- envelopeGenericType() - Method in interface io.helidon.messaging.EmitterRegistration
-
Produced message envelope type including generic arguments.
- environmentBuilder() - Method in interface io.helidon.security.Security
-
Security environment builder, to be used to create environment for evaluating security in integration components.
- environmentOverrides(TypeInfo, TypedElementInfo, TypedElementInfo) - Method in class io.helidon.codegen.TypeHierarchyResolver
-
Determines whether one declaration overrides another in the inspected interface.
- environmentParamName() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterCodegenContext
-
Name of the
graphql.schema.DataFetchingEnvironmentparameter in the generated resolver method. - environmentReturnTypeAssignable(TypeInfo, TypedElementInfo, TypedElementInfo) - Method in class io.helidon.codegen.TypeHierarchyResolver
-
Determines whether a candidate method has a return type that can implement another declaration.
- environmentVariables() - Static method in class io.helidon.config.ConfigSources
-
Provides a @{code ConfigSource} for creating a
Configfrom environment variables. - Equal - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Equaloperator. - equality() - Element in annotation interface io.helidon.builder.api.Option.Redundant
-
Set to
falseto mark this NOT redundant for equals and hashcode. - Equality - Section in interface io.helidon.discovery.DiscoveredUri
- equals(Object) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- equals(Object) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase.GeneratedMethodImpl
- equals(Object) - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
- equals(Object) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
- equals(Object) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
- equals(Object) - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- equals(Object) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- equals(Object) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
- equals(Object) - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase.OptionSingularImpl
- equals(Object) - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
- equals(Object) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- equals(Object) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- equals(Object) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
- equals(Object) - Method in record class io.helidon.codegen.ClassCode
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.codegen.classmodel.EnumConstant
- equals(Object) - Method in class io.helidon.codegen.classmodel.Field
- equals(Object) - Method in class io.helidon.codegen.classmodel.Method
- equals(Object) - Method in class io.helidon.codegen.classmodel.Parameter
- equals(Object) - Method in class io.helidon.codegen.classmodel.TypeArgument
- equals(Object) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
- equals(Object) - Method in record class io.helidon.codegen.CodegenScope
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- equals(Object) - Method in record class io.helidon.codegen.JavadocTree.AttrValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- equals(Object) - Method in record class io.helidon.codegen.ModuleInfoRequires
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- equals(Object) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- equals(Object) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- equals(Object) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- equals(Object) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- equals(Object) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- equals(Object) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- equals(Object) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- equals(Object) - Method in class io.helidon.common.Errors.ErrorMessage
- equals(Object) - Method in class io.helidon.common.features.metadata.Aot.BuilderBase.AotImpl
- equals(Object) - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
- equals(Object) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- equals(Object) - Method in class io.helidon.common.GenericType
- equals(Object) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- equals(Object) - Method in record class io.helidon.common.mapper.spi.MapperProvider.ProviderResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- equals(Object) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- equals(Object) - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- equals(Object) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- equals(Object) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- equals(Object) - Method in class io.helidon.common.tls.Tls
- equals(Object) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- equals(Object) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- equals(Object) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- equals(Object) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl
- equals(Object) - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl
- equals(Object) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl
- equals(Object) - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl
- equals(Object) - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase.ModuleInfoUsesImpl
- equals(Object) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- equals(Object) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- equals(Object) - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- equals(Object) - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- equals(Object) - Method in class io.helidon.common.uri.UriAuthority
- equals(Object) - Method in class io.helidon.common.uri.UriFragment
- equals(Object) - Method in class io.helidon.common.uri.UriHost
- equals(Object) - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- equals(Object) - Method in class io.helidon.config.ConfigItem.BuilderBase.ConfigItemImpl
- equals(Object) - Method in class io.helidon.config.ValueNodeImpl
- equals(Object) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase.MethodParamsImpl
- equals(Object) - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.data.codegen.parser.MethodParserError
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- equals(Object) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
- equals(Object) - Method in class io.helidon.data.codegen.query.Order.BuilderBase.OrderImpl
- equals(Object) - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase.OrderExpressionImpl
- equals(Object) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- equals(Object) - Method in class io.helidon.data.codegen.query.Property.BuilderBase.PropertyImpl
- equals(Object) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- equals(Object) - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
- equals(Object) - Method in class io.helidon.data.Order.BuilderBase.OrderImpl
- equals(Object) - Method in class io.helidon.data.PageRequest.BuilderBase.PageRequestImpl
- equals(Object) - Method in class io.helidon.data.Sort.BuilderBase.SortImpl
- equals(Object) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
- equals(Object) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- equals(Object) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase.DataSourceConfigImpl
- equals(Object) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- equals(Object) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- equals(Object) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- equals(Object) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- equals(Object) - Method in record class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider.ParametersSource
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
- equals(Object) - Method in record class io.helidon.declarative.codegen.model.http.HeaderValue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- equals(Object) - Method in record class io.helidon.declarative.codegen.model.http.HttpMethod
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.declarative.codegen.model.http.HttpStatus
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
- equals(Object) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase.RestEndpointImpl
- equals(Object) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- equals(Object) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- equals(Object) - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase.ServerEndpointImpl
- equals(Object) - Method in interface io.helidon.discovery.DiscoveredUri
- equals(Object) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- equals(Object) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- equals(Object) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- equals(Object) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase.FallbackConfigImpl
- equals(Object) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy
- equals(Object) - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy
- equals(Object) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- equals(Object) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- equals(Object) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
- equals(Object) - Method in record class io.helidon.http.http2.Http2FrameData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.http.http2.Http2GoAway
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.http.http2.Http2Priority
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.http.http2.Http2RstStream
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.http.http2.Http2WindowUpdate
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- equals(Object) - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- equals(Object) - Method in class io.helidon.http.HttpPrologue
- equals(Object) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- equals(Object) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
- equals(Object) - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
- equals(Object) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
- equals(Object) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- equals(Object) - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- equals(Object) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- equals(Object) - Method in record class io.helidon.http.media.MediaSupport.ReaderResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.http.media.MediaSupport.WriterResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase.MediaSupportConfigImpl
- equals(Object) - Method in class io.helidon.http.Method
- equals(Object) - Method in record class io.helidon.http.PathMatchers.MatchResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.http.SetCookie
- equals(Object) - Method in class io.helidon.http.Status
- equals(Object) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- equals(Object) - Method in class io.helidon.json.JsonArray
- equals(Object) - Method in class io.helidon.json.JsonKey
- equals(Object) - Method in class io.helidon.json.JsonNumber
- equals(Object) - Method in class io.helidon.json.JsonObject
- equals(Object) - Method in class io.helidon.json.JsonString
- equals(Object) - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase.SchemaBooleanImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaNull.BuilderBase.SchemaNullImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- equals(Object) - Method in class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
- equals(Object) - Method in class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- equals(Object) - Method in class io.helidon.messaging.MessageHeader
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.BinaryValue
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.BooleanValue
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.DecimalValue
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.Float32Value
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.Float64Value
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.IntegerValue
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.NativeValue
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.TextValue
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.TimestampValue
- equals(Object) - Method in class io.helidon.messaging.MessageHeaderValue.UuidValue
- equals(Object) - Method in class io.helidon.messaging.MessagingChannel.BuilderBase.MessagingChannelImpl
- equals(Object) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
- equals(Object) - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl
- equals(Object) - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase.MessagingIncomingConfigImpl
- equals(Object) - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase.MessagingOutgoingConfigImpl
- equals(Object) - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
- equals(Object) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- equals(Object) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated.
- equals(Object) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated.
- equals(Object) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- equals(Object) - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase.PrometheusNamingConventionConfigImpl
- equals(Object) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- equals(Object) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- equals(Object) - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
- equals(Object) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- equals(Object) - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
- equals(Object) - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
- equals(Object) - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- equals(Object) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- equals(Object) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
- equals(Object) - Method in class io.helidon.security.Grant
- equals(Object) - Method in class io.helidon.security.providers.common.OutboundTarget
- equals(Object) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtContext
- equals(Object) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
- equals(Object) - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase.ClientCredentialsConfigImpl
- equals(Object) - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
- equals(Object) - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase.ActivationRequestImpl
- equals(Object) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- equals(Object) - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- equals(Object) - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- equals(Object) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- equals(Object) - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- equals(Object) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
- equals(Object) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- equals(Object) - Method in class io.helidon.service.registry.VirtualDescriptor
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase.AggregationConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase.LogLimitsConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase.LogRecordExporterConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase.MetricExporterConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase.MetricReaderConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase.OtlpHttpExporterConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase.PeriodicMetricReaderConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase.ProcessorConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase.SamplerConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase.SpanExporterConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
- equals(Object) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- equals(Object) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- equals(Object) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- equals(Object) - Method in class io.helidon.tracing.Tag
- equals(Object) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
- equals(Object) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase.ClientAltSvcConfigImpl
- equals(Object) - Method in class io.helidon.webclient.api.ClientConnectionTarget
- equals(Object) - Method in class io.helidon.webclient.api.ClientConnectionTarget.LookupKey
- equals(Object) - Method in class io.helidon.webclient.api.ConnectionKey
- equals(Object) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- equals(Object) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- equals(Object) - Method in class io.helidon.webclient.api.Proxy
- equals(Object) - Method in class io.helidon.webclient.api.ProxyRoute
- equals(Object) - Method in class io.helidon.webclient.api.ResolvedClientTarget
- equals(Object) - Method in class io.helidon.webclient.api.SniConfig.BuilderBase.SniConfigImpl
- equals(Object) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
- equals(Object) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- equals(Object) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- equals(Object) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- equals(Object) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- equals(Object) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- equals(Object) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- equals(Object) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- equals(Object) - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
- equals(Object) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
- equals(Object) - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
- equals(Object) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- equals(Object) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
- equals(Object) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase.JsonRpcClientProtocolConfigImpl
- equals(Object) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
- equals(Object) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl
- equals(Object) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- equals(Object) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- equals(Object) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- equals(Object) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- equals(Object) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- equals(Object) - Method in class io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
- equals(Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- equals(Object) - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase.GrpcValidationConfigImpl
- equals(Object) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- equals(Object) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- equals(Object) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- equals(Object) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- equals(Object) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- equals(Object) - Method in record class io.helidon.webserver.http2.spi.SubProtocolResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl
- equals(Object) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- equals(Object) - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl
- equals(Object) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- equals(Object) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase.ProxyProtocolConfigImpl
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Alpn
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Authority
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Crc32c
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Netns
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Noop
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCipher
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCn
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslKeyAlg
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslSigAlg
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslVersion
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.UniqueId
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Unregistered
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- equals(Object) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- equals(Object) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- equals(Object) - Method in class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
- equals(Object) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- equals(Object) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- equals(Object) - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
- equals(Object) - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
- equals(Object) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- equals(Object) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- equals(Object) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- equals(Object) - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase.TcpTransportConfigImpl
- equals(Object) - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase.UdsTransportConfigImpl
- equals(Object) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase.VirtualHostConfigImpl
- equals(Object) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- equals(Object) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
- equals(Object) - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase.WsProtocolConfigImpl
- EQUALS_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
=byte. - error() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- error() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Any throwable/exceptions that were observed during activation.
- error() - Method in interface io.helidon.service.registry.ActivationResult
-
Any throwable/exceptions that were observed during activation.
- error() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Get an error set on this response.
- error() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Get an error set on this response.
- error(int, String) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set a JSON-RPC error on this response with a code and a message.
- error(int, String, JsonValue) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set a JSON-RPC error on this response with a code, a message and some associated data.
- error(Class, ErrorHandler) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Registers an error handler that handles the given type of exceptions.
- error(String) - Method in class io.helidon.security.integration.common.AtnTracing
-
Log error and finish the span.
- error(String) - Method in class io.helidon.security.integration.common.AtzTracing
-
Log error and finish the span.
- error(String) - Method in class io.helidon.security.integration.common.OutboundTracing
-
Log error and finish the span.
- error(String) - Method in class io.helidon.security.integration.common.ResponseTracing
-
Log error and finish the span.
- error(String) - Method in class io.helidon.security.integration.common.RoleMapTracing
-
Log error and finish the span.
- error(String) - Method in class io.helidon.security.integration.common.SecurityTracing
-
Log error and finish the span.
- error(String, String) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- error(String, String, Throwable) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- error(Throwable) - Static method in interface io.helidon.common.reactive.Multi
-
Create a
Multiinstance that reports the given exception to its subscriber(s). - error(Throwable) - Static method in interface io.helidon.common.reactive.Single
-
Create a
Singleinstance that reports the given given exception to its subscriber(s). - error(Throwable) - Method in class io.helidon.security.integration.common.AtnTracing
-
Log error and finish the span.
- error(Throwable) - Method in class io.helidon.security.integration.common.AtzTracing
-
Log error and finish the span.
- error(Throwable) - Method in class io.helidon.security.integration.common.OutboundTracing
-
Log error and finish the span.
- error(Throwable) - Method in class io.helidon.security.integration.common.ResponseTracing
-
Log error and finish the span.
- error(Throwable) - Method in class io.helidon.security.integration.common.RoleMapTracing
-
Log error and finish the span.
- error(Throwable) - Method in class io.helidon.security.integration.common.SecurityTracing
-
Log error and finish the span.
- error(Throwable) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Any throwable/exceptions that were observed during activation.
- ERROR - Enum constant in enum class io.helidon.health.HealthCheckResponse.Status
-
This health check failed with an exception that was not expected.
- ERROR - Enum constant in enum class io.helidon.http.HttpTransportObserver.ConnectionOutcome
-
Connection termination was caused by an error other than a timeout.
- ERROR - Enum constant in enum class io.helidon.http.HttpTransportObserver.StreamOutcome
-
Stream ended because of a non-reset error.
- ERROR - Enum constant in enum class io.helidon.security.AuditEvent.AuditSeverity
-
Security event error - we tried to process security, but failed with exception (equivalent of http 500).
- ERROR - Enum constant in enum class io.helidon.tracing.Span.Status
-
The span ended with an error.
- ErrorChecker - Interface in io.helidon.faulttolerance
-
Support for checking
skipOnandapplyOnsets of throwables. - errorCode() - Method in record class io.helidon.http.http2.Http2GoAway
-
Returns the value of the
errorCoderecord component. - errorCode() - Method in record class io.helidon.http.http2.Http2RstStream
-
Returns the value of the
errorCoderecord component. - errorHandler() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Get access to the error handler, if registered.
- errorHandler() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl
- errorHandler() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcHandlers
-
Get access to the error handler, if registered.
- errorHandler(JsonRpcErrorHandler) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Get access to the error handler, if registered.
- ErrorHandler<T> - Interface in io.helidon.webserver.http
-
The routing error handler.
- ErrorHandlerProvider<T> - Interface in io.helidon.webserver.http.spi
-
Error handler provider to create a service using
ServiceRegistry, that provides an error handler. - ErrorHandlers - Class in io.helidon.webserver.http
-
Http routing Error handlers.
- errorHandling() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration for this listener's error handling.
- errorHandling() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- errorHandling() - Method in interface io.helidon.webserver.ListenerConfig
-
Configuration for this listener's error handling.
- errorHandling(ErrorHandling) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration for this listener's error handling.
- errorHandling(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration for this listener's error handling.
- errorHandling(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration for this listener's error handling.
- ErrorHandling - Interface in io.helidon.webserver
-
Error handling configuration.
- ErrorHandling.Builder - Class in io.helidon.webserver
-
Fluent API builder for
ErrorHandling. - ErrorHandling.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
ErrorHandling. - ErrorHandling.BuilderBase.ErrorHandlingImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ErrorHandlingImpl(ErrorHandling.BuilderBase) - Constructor for class io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
-
Create an instance providing a builder.
- errorRatio() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- errorRatio() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
How many failures out of 100 will trigger the circuit to open; must be between 1 and 100, inclusive, and its product with the configured volume must not exceed 2,147,483,647.
- errorRatio() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
How many failures out of 100 will trigger the circuit to open; must be between 1 and 100, inclusive, and its product with the configured volume must not exceed 2,147,483,647.
- errorRatio() - Element in annotation interface io.helidon.faulttolerance.Ft.CircuitBreaker
-
How many failures out of 100 will trigger the circuit to open.
- errorRatio(int) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
How many failures out of 100 will trigger the circuit to open; must be between 1 and 100, inclusive, and its product with the configured volume must not exceed 2,147,483,647.
- errors() - Method in interface io.helidon.data.codegen.parser.MethodNameParser
-
Listof method name parsing errors. - errors(boolean) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Whether to measure failed statements.
- Errors - Class in io.helidon.common
-
Errors utility used to file processing messages (e.g.
- ERRORS - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for errors.
- Errors.Collector - Class in io.helidon.common
-
A collector of
Errors.ErrorMessages. - Errors.ErrorMessage - Class in io.helidon.common
-
Error message with a severity and a source.
- Errors.ErrorMessagesException - Exception Class in io.helidon.common
-
Exception used by
Errors.checkValid()thrown in case there are fatal messages. - errorSeverity() - Element in annotation interface io.helidon.security.annotations.Audited
-
Severity of request with unsuccessful response (in http, this would be 4** and 5** status).
- errorType() - Method in interface io.helidon.webserver.http.spi.ErrorHandlerProvider
-
Type of the exception to handle.
- escape(String) - Static method in class io.helidon.http.LogFormatter
-
Escape a string before including it in a log record.
- escapeName(String) - Static method in interface io.helidon.config.Config.Key
-
Escape
'~'to~0and'.'to~1in specified name. - ETAG - Static variable in class io.helidon.http.HeaderNames
-
The "ETag" header name.
- ETAG_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "ETag" header name.
- Event - Class in io.helidon.service.registry
-
Injection event types.
- EVENT_EMITTER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Event.Emitter. - EVENT_MANAGER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.EventManager. - EVENT_OBSERVER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Event.Observer. - EVENT_OBSERVER_ASYNC - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Event.AsyncObserver. - Event.AsyncObserver - Annotation Interface in io.helidon.service.registry
-
A service method that is an event observer.
- Event.Emitter<T> - Interface in io.helidon.service.registry
-
To publish an event, simply inject an instance of this type (correctly typed with your event object) into your service, and call
Event.Emitter.emit(Object, Qualifier...)on it when needed. - Event.Observer - Annotation Interface in io.helidon.service.registry
-
A service method that is an event observer.
- EventConfigSource - Interface in io.helidon.config.spi
-
A source that supports notifications when changed.
- EventDispatchException - Exception Class in io.helidon.service.registry
-
This exception is thrown when event dispatching fails.
- EventDispatchException(String, Throwable) - Constructor for exception class io.helidon.service.registry.EventDispatchException
-
Create an exception with the first encountered exception as the cause.
- EventEmitterObserverProvider - Class in io.helidon.service.codegen
-
ServiceLoaderprovider implementation that generates services for event emitters. - EventEmitterObserverProvider() - Constructor for class io.helidon.service.codegen.EventEmitterObserverProvider
-
Required public constructor for
ServiceLoader. - EventManager - Interface in io.helidon.service.registry
-
Event manager is used by generated code to manage events and listeners.
- EventManagerImpl__ServiceDescriptor<T> - Class in io.helidon.service.registry
-
Service descriptor for
EventManagerImpl. - EventManagerImpl__ServiceDescriptor() - Constructor for class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
-
Constructor with no side effects
- EventObserverExtensionProvider - Class in io.helidon.service.codegen
-
ServiceLoaderprovider implementation that adds support for generating event observer registrations. - EventObserverExtensionProvider() - Constructor for class io.helidon.service.codegen.EventObserverExtensionProvider
-
Required public constructor for
ServiceLoader. - eventType() - Method in exception class io.helidon.http.RequestException
-
Event type of this exception.
- eventType() - Method in interface io.helidon.security.AuditEvent
-
Gets the type of this
AuditEvent. - eventType() - Method in class io.helidon.security.internal.SecurityAuditEvent
- evict() - Method in class io.helidon.webclient.http2.Http2ConnectionCache
- evict() - Method in class io.helidon.webclient.spi.ClientConnectionCache
-
Evict all cached connections.
- EVICT_PARALLELISM_THRESHOLD - Static variable in interface io.helidon.security.providers.common.EvictableCache
-
Parameter to
ConcurrentHashMap.forEachKey(long, Consumer)used for eviction. - EvictableCache<K,
V> - Interface in io.helidon.security.providers.common -
Generic cache with eviction support.
- EvictableCache.Builder<K,
V> - Class in io.helidon.security.providers.common -
Builder to create instances of
EvictableCacheusing the default implementation backed by aConcurrentHashMap. - evictor(BiFunction) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Configure evictor to check if a record is still valid.
- evictSchedule(long, long, TimeUnit) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Configure eviction scheduling.
- exact(String) - Static method in class io.helidon.http.PathMatchers
-
Exact match path matcher.
- EXACT - Enum constant in enum class io.helidon.webserver.SniMatchType
-
SNI matched an exact configured virtual host.
- example() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter example.
- example(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set example.
- example(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set example.
- example(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set example.
- example(String, OpenApiDocument.Example) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set example.
- example(String, OpenApiDocument.Example) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Add example.
- example(String, OpenApiDocument.Example) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Add example.
- example(String, OpenApiDocument.Example) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Add example.
- example(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set example.
- exampleFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Example fields.
- exampleFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- exampleFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Example fields.
- exampleFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Example fields.
- examples() - Element in annotation interface io.helidon.openapi.OpenApi.Content
-
Examples.
- examples() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter examples.
- exampleValue(String) - Static method in class io.helidon.openapi.OpenApiSourceBase
-
Create an OpenAPI example value from annotation text.
- exception(Class, JsonRpcExceptionHandler) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of throwable to exception handlers.
- exceptionally(Function) - Method in class io.helidon.common.reactive.CompletionAwaitable
- exceptionally(Function) - Method in interface io.helidon.common.reactive.Single
- exceptionallyAccept(Consumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
-
Returns a new CompletionAwaitable that, when this stage completes exceptionally, is executed with this stage's exception as the argument to the supplied consumer.
- exceptionallyAccept(Consumer) - Method in interface io.helidon.common.reactive.Single
-
Returns a new CompletionAwaitable that, when this stage completes exceptionally, is executed with this stage's exception as the argument to the supplied consumer.
- exceptionBlacklist(String[]) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Blacklisted error classes that will not return error message back to caller.
- exceptionMap() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of throwable to exception handlers.
- exceptionMap() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl
- exceptionMap() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcHandlers
-
Return a map of throwable to exception handlers.
- exceptionMap(Map) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of throwable to exception handlers.
- exceptions() - Method in class io.helidon.codegen.classmodel.Executable
-
List of thrown exceptions.
- exceptionWhitelist(String[]) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Whitelisted error classes that will return error message back to caller.
- exclude() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- exclude() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- exclude() - Method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- exclude() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health check names to exclude in computing the overall health of the server.
- exclude() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- exclude() - Method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Health check names to exclude in computing the overall health of the server.
- exclude(String) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ScopeConfig.BuilderBase.exclude(Pattern). Core metrics ignores scope configuration, and this method will be removed. - exclude(List) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health check names to exclude in computing the overall health of the server.
- exclude(Pattern) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- excludedServiceNames(Set) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Configured gRPC server service names to exclude.
- exclusive() - Method in record class io.helidon.http.http2.Http2Priority
-
Returns the value of the
exclusiverecord component. - exclusive() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- exclusive() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Whether this acts as an exclusive configuration for the configured
pathPattern. - exclusive() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Whether this acts as an exclusive configuration for the configured
pathPattern. - exclusive(boolean) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Whether this acts as an exclusive configuration for the configured
pathPattern. - exclusiveMaximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Maximal exclusive value of the integer number.
- exclusiveMaximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- exclusiveMaximum() - Method in interface io.helidon.json.schema.SchemaInteger
-
Maximal exclusive value of the integer number.
- exclusiveMaximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Maximal exclusive value of the number.
- exclusiveMaximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- exclusiveMaximum() - Method in interface io.helidon.json.schema.SchemaNumber
-
Maximal exclusive value of the number.
- exclusiveMaximum(double) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Maximal exclusive value of the number.
- exclusiveMaximum(int) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Maximal exclusive value of the integer number.
- exclusiveMaximum(long) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Maximal exclusive value of the integer number.
- exclusiveMinimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Minimal exclusive value of the integer number.
- exclusiveMinimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- exclusiveMinimum() - Method in interface io.helidon.json.schema.SchemaInteger
-
Minimal exclusive value of the integer number.
- exclusiveMinimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Minimal exclusive value of the number.
- exclusiveMinimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- exclusiveMinimum() - Method in interface io.helidon.json.schema.SchemaNumber
-
Minimal exclusive value of the number.
- exclusiveMinimum(double) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Minimal exclusive value of the number.
- exclusiveMinimum(int) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Minimal exclusive value of the integer number.
- exclusiveMinimum(long) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Minimal exclusive value of the integer number.
- execPing() - Method in class io.helidon.dbclient.health.DbClientHealthCheck
-
Execute the ping statement.
- Executable - Class in io.helidon.codegen.classmodel
-
Executable base, used by method and constructor.
- Executable.Builder<B,
T> - Class in io.helidon.codegen.classmodel -
Base builder from executable components (method an constructor).
- execute() - Method in interface io.helidon.data.jdbc.JdbcClient.Statement
-
Executes an update and returns its update count as a
longvalue. - execute() - Method in interface io.helidon.dbclient.DbClient
-
Execute database statements.
- execute() - Method in interface io.helidon.dbclient.DbStatementDml
-
Execute this statement using the parameters configured with
paramsandaddParamsmethods. - execute() - Method in interface io.helidon.dbclient.DbStatementGet
-
Execute this statement using the parameters configured with
paramsandaddParamsmethods. - execute() - Method in interface io.helidon.dbclient.DbStatementQuery
-
Execute this statement using the parameters configured with
paramsandaddParamsmethods. - execute() - Method in class io.helidon.dbclient.mongodb.MongoDbClient
- execute() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementDml
- execute() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- execute() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementQuery
- execute() - Method in class io.helidon.service.maven.plugin.CreateApplicationMojo
- execute() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
- execute(InterruptableTask) - Method in interface io.helidon.common.task.HelidonTaskExecutor
-
Executes a task.
- execute(String) - Method in interface io.helidon.graphql.server.InvocationHandler
-
Execute a GraphQL query.
- execute(String, String, Map) - Method in interface io.helidon.graphql.server.InvocationHandler
-
Execute a GraphQL query.
- execute(Supplier) - Method in class io.helidon.config.SimpleRetryPolicy
- execute(Supplier) - Method in interface io.helidon.config.spi.RetryPolicy
-
Invokes the provided
Supplierto read the source data and returns that data. - executePolicy(String, Errors.Collector, ProviderRequest) - Method in interface io.helidon.security.abac.policy.spi.PolicyExecutor
-
Execute a policy based on a policy statement.
- executeWithContext(String, String, Map, Map) - Method in interface io.helidon.graphql.server.InvocationHandler
-
Execute a GraphQL query with context values available from
ExecutionContext.contextValue(String)and fromDataFetchingEnvironment.getGraphQlContext(). - executeWithContext(String, Map) - Method in interface io.helidon.graphql.server.InvocationHandler
-
Execute a GraphQL query with context values available from
ExecutionContext.contextValue(String)and fromDataFetchingEnvironment.getGraphQlContext(). - executeWithContext(String, Map, Map) - Method in interface io.helidon.graphql.server.InvocationHandler
-
Execute a GraphQL query with context values available from
ExecutionContext.contextValue(String)and fromDataFetchingEnvironment.getGraphQlContext(). - execution() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Execution overrides for this channel.
- execution() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
- execution() - Method in interface io.helidon.messaging.spi.MessagingChannelConfig
-
Execution overrides for this channel.
- execution(MessagingExecutionConfig) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Execution overrides for this channel.
- execution(Consumer) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Execution overrides for this channel.
- execution(Supplier) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Execution overrides for this channel.
- EXECUTION_CONTEXT_KEY - Static variable in interface io.helidon.graphql.server.ExecutionContext
-
GraphQL Java context key that stores the Helidon GraphQL execution context.
- ExecutionContext - Interface in io.helidon.graphql.server
-
GraphQL execution context to support partial results and context values.
- executor() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- executor() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Executor service.
- executor() - Method in interface io.helidon.faulttolerance.AsyncConfig
-
Executor service.
- executor() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- executor() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Executor service to schedule future tasks.
- executor() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Executor service to schedule future tasks.
- executor() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Executor service to schedule the timeout.
- executor() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- executor() - Method in interface io.helidon.faulttolerance.TimeoutConfig
-
Executor service to schedule the timeout.
- executor() - Method in interface io.helidon.scheduling.Task
-
Executorused for invocation of scheduled tasks. - executor() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Custom
ScheduledExecutorServiceused for executing scheduled task. - executor() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
- executor() - Method in interface io.helidon.scheduling.TaskConfig
-
Custom
ScheduledExecutorServiceused for executing scheduled task. - executor() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Programmatically-assigned scheduled executor service.
- executor() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase.PeriodicMetricReaderConfigImpl
- executor() - Method in interface io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig
-
Programmatically-assigned scheduled executor service.
- executor() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client executor service.
- executor() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- executor() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Client executor service.
- executor() - Method in interface io.helidon.webclient.api.WebClient
-
Executor services, uses virtual threads.
- executor() - Method in interface io.helidon.webserver.ConnectionContext
-
Executor service to submit asynchronous tasks.
- executor() - Method in interface io.helidon.webserver.ListenerContext
-
Virtual thread per task executor service that can be used to execute tasks.
- executor() - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- executor(Executor) - Method in class io.helidon.common.reactive.IoMulti.MultiToByteChannelBuilder
-
Supply custom executor for handling the blocking of
WritableByteChannel. - executor(ExecutorService) - Method in class io.helidon.common.reactive.IoMulti.MultiFromInputStreamBuilder
-
If the
InputStreamcan block in read method, use executor for asynchronous waiting. - executor(ExecutorService) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Executor service.
- executor(ExecutorService) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Executor service to schedule future tasks.
- executor(ExecutorService) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Executor service to schedule the timeout.
- executor(ExecutorService) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client executor service.
- executor(ExecutorService) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.GraphQL request processing does not use a dedicated executor
- executor(ScheduledExecutorService) - Method in class io.helidon.common.reactive.IoMulti.MultiFromByteChannelBuilder
-
Configure executor service to use for scheduling reads from the channel.
- executor(ScheduledExecutorService) - Method in class io.helidon.config.FileSystemWatcher.Builder
-
Executor to use for this watcher.
- executor(ScheduledExecutorService) - Method in class io.helidon.config.PollingStrategies.ScheduledBuilder
-
Sets a custom
serviceused to schedule polling ticks on. - executor(ScheduledExecutorService) - Method in class io.helidon.config.ScheduledPollingStrategy.Builder
-
Executor service to use to schedule the polling events.
- executor(ScheduledExecutorService) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Custom
ScheduledExecutorServiceused for executing scheduled task. - executor(ScheduledExecutorService) - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Programmatically-assigned scheduled executor service.
- executor(Supplier) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.GraphQL request processing does not use a dedicated executor
- EXECUTOR - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Local executor variable.
- EXECUTOR_SERVICE - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Type name for
ExecutorService. - ExecutorException - Exception Class in io.helidon.common.context
-
Exception related to execution of a task in context.
- ExecutorException(String) - Constructor for exception class io.helidon.common.context.ExecutorException
-
Create exception with a descriptive message.
- ExecutorException(String, Throwable) - Constructor for exception class io.helidon.common.context.ExecutorException
-
Create exception with a descriptive message and a cause.
- executorName() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- executorName() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Name of an executor service.
- executorName() - Method in interface io.helidon.faulttolerance.AsyncConfig
-
Name of an executor service.
- executorName() - Element in annotation interface io.helidon.faulttolerance.Ft.Async
-
Name of an executor service to use.
- executorName(String) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Name of an executor service.
- executorService(ScheduledExecutorService) - Method in class io.helidon.config.SimpleRetryPolicy.Builder
-
An executor service to schedule retries and run timed operations on.
- ExecutorServiceSupplierObserver - Interface in io.helidon.common.configurable.spi
-
Behavior for observers of the various executor service suppliers.
- ExecutorServiceSupplierObserver.SupplierObserverContext - Interface in io.helidon.common.configurable.spi
-
Context with which suppliers (or their surrogates) interact with observers.
- executorType() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Repository executor type.
- ExemplarService - Interface in io.helidon.metrics.spi
-
Behavior for supporting exemplars in metrics histograms.
- ExemplarServiceManager__ServiceDescriptor<T> - Class in io.helidon.metrics.api
-
Service descriptor for
ExemplarServiceManager. - ExemplarServiceManager__ServiceDescriptor() - Constructor for class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
-
Constructor with no side effects
- ExistingInstanceDescriptor<T> - Class in io.helidon.service.registry
-
A special case service descriptor allowing registration of service instances that do not have a code generated service descriptor, such as for testing.
- exists() - Method in interface io.helidon.config.Config
-
Returns
trueif the node exists, whether an object, a list, or a value node. - exists() - Method in enum class io.helidon.config.Config.Type
-
Returns
trueif the node exists, either as an object, a list or as a value node. - exists() - Method in class io.helidon.config.DirectoryConfigSource
- exists() - Method in class io.helidon.config.FileConfigSource
- exists() - Method in class io.helidon.config.FileOverrideSource
- exists() - Method in class io.helidon.config.PrefixedConfigSource
- exists() - Method in interface io.helidon.config.spi.Source
-
If the underlying data exist at this time.
- Exists - Enum constant in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Existsoperator. - Exists - Enum constant in enum class io.helidon.data.codegen.query.ProjectionResult
-
Only boolean values.
- existsById(ID) - Method in interface io.helidon.data.Data.BasicRepository
-
Check whether entity with given ID (primary key) exists.
- EXPECT - Static variable in class io.helidon.http.HeaderNames
-
The "Expect" header name.
- EXPECT_100 - Static variable in class io.helidon.http.HeaderValues
-
Expect 100 header.
- EXPECT_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Expect" header name.
- EXPECTATION_FAILED_417 - Static variable in class io.helidon.http.Status
-
417 Expectation Failed, see HTTP/1.1 documentation.
- EXPECTATION_FAILED_417_CODE - Static variable in class io.helidon.http.Status
-
417 Expectation Failed, see HTTP/1.1 documentation.
- expectedAudience(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Audience expected in inbound JWTs.
- expectedAudience(Set) - Method in class io.helidon.security.jwt.AudienceValidator.Builder
-
Overwrite previously set audience with the new
Setof values. - expectedIssuer(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Issuer expected in inbound JWTs.
- expectedMaxTokenAge(Duration) - Method in class io.helidon.security.jwt.MaxTokenAgeValidator.Builder
-
Expected max token age.
- expectedValue(String) - Method in class io.helidon.security.jwt.FieldValidator.Builder
-
Expected value to be present in the supported claim.
- expectPreface() - Method in class io.helidon.webserver.http2.Http2Connection
-
Expect connection preface (prior knowledge).
- experimental() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Set to
truefor experimental configuration. - expirationTime() - Method in class io.helidon.security.jwt.Jwt
-
Expiration time claim.
- expirationTime() - Method in class io.helidon.webclient.api.AltSvcHeader.Alternative
-
Time at which this alternative expires after accounting for response age.
- expirationTime(Instant) - Method in class io.helidon.security.jwt.Jwt.Builder
-
The expiration time defines the time that this JWT loses validity.
- ExpirationValidator - Class in io.helidon.security.jwt
-
Validator of expiration claim.
- ExpirationValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
ExpirationValidator. - expires() - Method in interface io.helidon.http.ClientResponseHeaders
-
Optionally gets the value of
HeaderNames.EXPIRESheader. - expires() - Method in class io.helidon.http.SetCookie
-
Expiration of cookie.
- expires(Instant) - Method in interface io.helidon.http.ServerResponseHeaders
-
Sets the value of
HeaderNames.EXPIRESheader. - expires(Instant) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
Expiresparameter. - expires(ZonedDateTime) - Method in interface io.helidon.http.ServerResponseHeaders
-
Sets the value of
HeaderNames.EXPIRESheader. - expires(ZonedDateTime) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
Expiresparameter. - EXPIRES - Static variable in class io.helidon.http.HeaderNames
-
The "Expires" header name.
- EXPIRES_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Expires" header name.
- explicit() - Element in annotation interface io.helidon.security.annotations.Authorized
-
By default, authorization is implicit and all annotations are processed before method invocation to authorize access.
- EXPLICIT - Enum constant in enum class io.helidon.service.codegen.InterceptionStrategy
-
Meta-annotation based.
- EXPLICIT - Enum constant in enum class io.helidon.webclient.api.SniMode
-
Use the explicitly configured SNI host.
- EXPLICIT_BUCKET_HISTOGRAM - Enum constant in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Aggregates measurements into a histogram using default or explicit bucket boundaries.
- EXPLICIT_BUCKET_HISTOGRAM - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationType
-
Explicit buckets.
- ExplicitBucketHistogramAggregationConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for explicit bucket histogram default aggregation.
- ExplicitBucketHistogramAggregationConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
ExplicitBucketHistogramAggregationConfig. - ExplicitBucketHistogramAggregationConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
ExplicitBucketHistogramAggregationConfig. - ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ExplicitBucketHistogramAggregationConfigImpl(ExplicitBucketHistogramAggregationConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImpl
-
Create an instance providing a builder.
- explicitConnection() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Whether the request used a caller-supplied or otherwise out-of-band connection.
- Explicit Conversion by the Application - Section in interface io.helidon.config.Config
- explicitPassword(String) - Method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig.Builder
-
Configure explicit password to use for this outbound target.
- explicitProvider(String) - Method in class io.helidon.security.SecurityRequestBuilder
-
Use an explicit provider.
- explicitUser(String) - Method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig.Builder
-
Username to propagate.
- explicitUser(String) - Method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig.Builder
-
Configure explicit user to use for this outbound target.
- explode() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter explode override.
- explode(boolean) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Set explode flag.
- explode(boolean) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set explode flag.
- explode(boolean) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set explode flag.
- exporter() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Name of the configured metric exporter to use for this metric reader.
- exporter() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase.MetricReaderConfigImpl
- exporter() - Method in interface io.helidon.telemetry.otelconfig.MetricReaderConfig
-
Name of the configured metric exporter to use for this metric reader.
- exporter(String) - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Name of the configured metric exporter to use for this metric reader.
- exporterConfigs() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- exporterConfigs() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Log record exporters.
- exporterConfigs() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- exporterConfigs() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Span exporters.
- exporters() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Metric exporter configurations, configurable using
MetricExporterConfig. - exporters() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- exporters() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Metric exporter configurations, configurable using
MetricExporterConfig. - exporters() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Name(s) of the exporter(s) this processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s)).
- exporters() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase.ProcessorConfigImpl
- exporters() - Method in interface io.helidon.telemetry.otelconfig.ProcessorConfig
-
Name(s) of the exporter(s) this processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s)).
- exporters(List) - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Name(s) of the exporter(s) this processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s)).
- exporters(Map) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Metric exporter configurations, configurable using
MetricExporterConfig. - exporterType() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Type of OTLP exporter to use for pushing span data.
- exporterType() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- exporterType() - Method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Type of OTLP exporter to use for pushing span data.
- exporterType(OtlpExporterProtocolType) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Type of OTLP exporter to use for pushing span data.
- exports() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Exports of the module.
- exports() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- exports() - Method in interface io.helidon.codegen.ModuleInfo
-
Exports of the module.
- exports() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of exports directives.
- exports() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- exports() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
List of exports directives.
- exports(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of exports directives.
- exports(Map) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Exports of the module.
- exportTimeout() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Maximum time a transmission can be in progress before being cancelled.
- exportTimeout() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- exportTimeout() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Maximum time a transmission can be in progress before being cancelled.
- exportTimeout(Duration) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Maximum time a transmission can be in progress before being cancelled.
- exposeHeaders() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- exposeHeaders() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of exposed headers, defaults to none.
- exposeHeaders() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Set of exposed headers, defaults to none.
- exposeHeaders(Set) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Set of exposed headers, defaults to none.
- expression() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection expression.
- expression() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- expression() - Method in interface io.helidon.data.codegen.query.Projection
-
Projection expression.
- expression() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- expression() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Cron expression for specifying period of execution.
- expression() - Method in interface io.helidon.scheduling.CronConfig
-
Cron expression for specifying period of execution.
- expression(int) - Method in interface io.helidon.data.codegen.query.Order
-
Ordering expression at the specified index.
- expression(ProjectionExpression) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection expression.
- expression(String) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Cron expression for specifying period of execution.
- expression(String, OpenApiDocument.PathItem) - Method in class io.helidon.openapi.OpenApiDocument.CallbackBuilder
-
Add a callback path item.
- expression(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.CallbackBuilder
-
Add a callback path item.
- expressions() - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- expressions() - Method in class io.helidon.data.codegen.query.Order.BuilderBase.OrderImpl
- expressions() - Method in interface io.helidon.data.codegen.query.Order
-
Ordering expressions.
- expressions() - Method in class io.helidon.openapi.OpenApiDocument.Callback
-
Callback path items keyed by runtime expression.
- expressions(List) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- expTime(Instant) - Method in class io.helidon.security.providers.common.TokenCredential.Builder
-
Time the token would expire.
- extended() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Whether KPI extended metrics are enabled.
- extended() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
- extended() - Method in interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
-
Whether KPI extended metrics are enabled.
- extended(boolean) - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Whether KPI extended metrics are enabled.
- ExtendedTracerConfig - Interface in io.helidon.tracing
-
Common settings for tracers including settings for span processors and secure client connections.
- ExtendedTracerConfig.Builder - Class in io.helidon.tracing
-
Fluent API builder for
ExtendedTracerConfig. - ExtendedTracerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.tracing
-
Fluent API builder base for
ExtendedTracerConfig. - ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl - Class in io.helidon.tracing
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ExtendedTracerConfigImpl(ExtendedTracerConfig.BuilderBase) - Constructor for class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
-
Create an instance providing a builder.
- extendsType(String, TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Generate
<type> extends <extended>generic type. - extension(Config) - Method in interface io.helidon.dbclient.hikari.spi.HikariMetricsProvider
-
Get instance of
HikariMetricsRegistryfrom config. - extension(Config) - Method in class io.helidon.dbclient.metrics.hikari.HikariMetricsExtensionProvider
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.CallbackBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ContactBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ExternalDocsBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.LicenseBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ServerBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ServerVariableBuilder
-
Add an extension.
- extension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Add an extension.
- EXTENSIONS - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for extensions.
- EXTENSIONS - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Websocket protocol header name.
- extensionValue(String, String, boolean) - Static method in class io.helidon.openapi.OpenApiSourceBase
-
Create an OpenAPI extension value from resolved annotation text.
- externalDocs() - Method in class io.helidon.openapi.OpenApiDocument
-
External documentation.
- externalDocs(OpenApiDocument.ExternalDocs) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set external documentation.
- externalDocs(OpenApiDocument.ExternalDocs) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set external documentation.
- externalDocs(OpenApiDocument.ExternalDocs) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Set external documentation.
- externalDocs(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set external documentation.
- externalDocs(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set external documentation.
- externalDocs(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Set external documentation.
- externalDocsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
External docs fields.
- externalDocsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- externalDocsFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
External docs fields.
- externalDocsFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
External docs fields.
- externalValue() - Element in annotation interface io.helidon.openapi.OpenApi.Example
-
External example value URI.
- externalValue(String) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Set external value.
- extract(HeaderProvider) - Method in interface io.helidon.tracing.Tracer
-
Extract parent span context from inbound request, such as from HTTP headers.
- extractIdcsMtContext(Subject, ProviderRequest) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Extract IDCS multitenancy context form the the request.
- extractMethodName(String) - Static method in class io.helidon.grpc.core.GrpcHelper
-
Extract the gRPC method name from a method full name.
- extractNamePrefix(String) - Static method in class io.helidon.grpc.core.GrpcHelper
-
Extract the name prefix from a method full name.
- extractServiceName(String) - Static method in class io.helidon.grpc.core.GrpcHelper
-
Extract the gRPC service name from a method full name.
- extractToken(String) - Method in class io.helidon.security.util.TokenHandler
-
Extracts the token from the string value of the header (or other field).
- extractToken(Map) - Method in class io.helidon.security.util.TokenHandler
-
Extracts the token from request.
F
- factory() - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
-
Persistence session factory.
- factoryClassName() - Element in annotation interface io.helidon.webclient.websocket.WebSocketClient.Endpoint
-
Class name of the generated factory, default to
ClassNameOfAnnotatedTypeFactory, i.e. - factoryContracts() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- factoryContracts() - Method in interface io.helidon.service.codegen.DescriptorClassCode
-
Contracts of the class if it is a factory.
- factoryContracts() - Method in interface io.helidon.service.metadata.DescriptorMetadata
-
Contracts that identify the factory provider itself, if this describes a factory, empty otherwise.
- factoryContracts() - Method in interface io.helidon.service.registry.ServiceInfo
-
Set of contracts that identify the factory provider itself.
- factoryContracts() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- factoryContracts() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- factoryMethod() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Factory method for this option.
- factoryMethod() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
- factoryMethod() - Method in interface io.helidon.builder.codegen.OptionConfigured
-
Factory method for this option.
- factoryMethod() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Factory method.
- factoryMethod() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
- factoryMethod() - Method in interface io.helidon.builder.codegen.RuntimeTypeInfo
-
Factory method.
- factoryMethod(FactoryMethod) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Factory method for this option.
- factoryMethod(FactoryMethod) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Factory method.
- factoryMethod(Consumer) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Factory method for this option.
- factoryMethod(Consumer) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Factory method.
- factoryMethod(Supplier) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Factory method for this option.
- factoryMethod(Supplier) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Factory method.
- FactoryMethod - Interface in io.helidon.builder.codegen
-
Static factory method metadata used by builder code generation.
- FactoryMethod.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
FactoryMethod. - FactoryMethod.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
FactoryMethod. - FactoryMethod.BuilderBase.FactoryMethodImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- FactoryMethodImpl(FactoryMethod.BuilderBase) - Constructor for class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
-
Create an instance providing a builder.
- factoryType() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- factoryType() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- factoryType() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- factoryType() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- factoryType() - Method in class io.helidon.http.Headers__ServiceDescriptor
- factoryType() - Method in class io.helidon.http.HttpPrologue__ServiceDescriptor
- factoryType() - Method in class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
- factoryType() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- factoryType() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- factoryType() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- factoryType() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- factoryType() - Method in interface io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
-
Type of the factory interface with type arguments (such as
Supplier×String>, guard access byServiceContracts.FactoryAnalysis.valid()). - factoryType() - Method in class io.helidon.service.registry.InstanceName__ServiceDescriptor
- factoryType() - Method in class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
- factoryType() - Method in class io.helidon.service.registry.Scopes__ServiceDescriptor
- factoryType() - Method in interface io.helidon.service.registry.ServiceInfo
-
What factory type is the described service.
- factoryType() - Method in class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
- factoryType() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- factoryType() - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
- factoryType() - Method in class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
- factoryType() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- factoryType() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- FactoryType - Enum Class in io.helidon.service.registry
-
Described service factory type.
- factoryTypes() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
If configured, the lookup will return service factories of the chosen types.
- factoryTypes() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- factoryTypes() - Method in interface io.helidon.service.registry.Lookup
-
If configured, the lookup will return service factories of the chosen types.
- factoryTypes(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
If configured, the lookup will return service factories of the chosen types.
- fail(Throwable) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Send
onErrorsignal downstream, regardless of the buffer content. - fail(Throwable) - Method in class io.helidon.common.reactive.EmittingPublisher
-
Properly fail the stream, set publisher to cancelled state and send
onErrorsignal downstream. - FAIL - Enum constant in enum class io.helidon.common.SerializationConfig.Action
-
Fail by throwing an
IllegalStateException. - FAIL - Enum constant in enum class io.helidon.messaging.FailureDisposition
-
Propagate the processing failure and leave the source delivery unsettled.
- FAIL_ON_MISSING_REFERENCE_KEY_NAME - Static variable in class io.helidon.config.ConfigFilters.ValueResolvingBuilder
-
Config key for setting missing reference behavior on
ValueResolvingFilters. - failCause() - Method in class io.helidon.common.reactive.EmittingPublisher
-
Return cause of fail, if publisher is in failed state.
- failed(int) - Static method in class io.helidon.messaging.BatchItemOutcome
-
Create a confirmed failed outcome without an item-specific failure cause.
- failed(int, Throwable) - Static method in class io.helidon.messaging.BatchItemOutcome
-
Create a confirmed failed outcome with an item-specific failure cause.
- failed(String) - Static method in class io.helidon.security.AuthenticationResponse
-
Construct a failed response with an explanatory message.
- failed(String, Throwable) - Static method in class io.helidon.security.AuthenticationResponse
-
Construct a failed response with a throwable as a cause.
- FAILED - Enum constant in enum class io.helidon.messaging.BatchItemStatus
-
The message is known not to have reached the operation's success point.
- FAILED_DEPENDENCY_424 - Static variable in class io.helidon.http.Status
-
Failed dependency, see RFC 4918 - HTTP Extensions for WebDAV.
- FAILED_DEPENDENCY_424_CODE - Static variable in class io.helidon.http.Status
-
Failed dependency, see RFC 4918 - HTTP Extensions for WebDAV.
- FAILED_PRECONDITION - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Operation was rejected because the system is not in a state required for the operation's execution.
- failIfNoneValidated(boolean) - Method in class io.helidon.security.providers.abac.AbacProvider.Builder
-
Whether to fail if NONE of the attributes is validated.
- failOnMissingKeyReference(boolean) - Method in interface io.helidon.config.Config.Builder
-
When key resolving is enabled and a reference cannot be resolved, should we fail, or use the key verbatim.
- failOnMissingReference(boolean) - Method in class io.helidon.config.ConfigFilters.ValueResolvingBuilder
-
Sets how the
ValueResolvingFilterresulting from this builder will behave when a value contains a reference to a non-existent key. - failOnMissingValueReference(boolean) - Method in interface io.helidon.config.Config.Builder
-
When value resolving is enabled and a reference cannot be resolved, should we fail, or use the value verbatim.
- failOnUnvalidated(boolean) - Method in class io.helidon.security.providers.abac.AbacProvider.Builder
-
Whether to fail if any attribute is left unvalidated.
- failure() - Method in class io.helidon.messaging.BatchItemOutcome
-
Item-specific failure, if available.
- failure() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Typed failure-policy overrides for incoming deliveries.
- failure() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase.MessagingIncomingConfigImpl
- failure() - Method in interface io.helidon.messaging.spi.MessagingIncomingConfig
-
Typed failure-policy overrides for incoming deliveries.
- failure() - Method in interface io.helidon.service.registry.ActivationResult
-
Returns true if this result was unsuccessful.
- failure(MessagingFailureConfig) - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Typed failure-policy overrides for incoming deliveries.
- failure(HttpClientResponse) - Static method in class io.helidon.webclient.http1.UpgradeResponse
-
Create an upgrade failure response.
- failure(String, String) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- failure(String, String, Throwable) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- failure(Consumer) - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Typed failure-policy overrides for incoming deliveries.
- failure(Supplier) - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Typed failure-policy overrides for incoming deliveries.
- FAILURE - Enum constant in enum class io.helidon.http.HttpTransportObserver.HandshakeOutcome
-
Handshake failed.
- FAILURE - Enum constant in enum class io.helidon.security.AuditEvent.AuditSeverity
-
Security event failure - we tried to process security, but the result was negative (e.g.
- FAILURE - Enum constant in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Indicates that the message processing by the security module was NOT successful.
- FAILURE_FINISH - Enum constant in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Failed and provider did everything to be done.
- FAILURE_MESSAGE_METADATA - Static variable in interface io.helidon.messaging.DeadLetterMessage
-
Required reserved local metadata containing the processing failure message.
- FAILURE_TYPE_METADATA - Static variable in interface io.helidon.messaging.DeadLetterMessage
-
Required reserved local metadata containing the processing failure class.
- FailureDisposition - Enum Class in io.helidon.messaging
-
Terminal disposition applied after delivery attempts are exhausted.
- failureMessage() - Method in interface io.helidon.messaging.DeadLetterMessage
-
Processing failure message.
- FailurePolicy - Interface in io.helidon.messaging
-
Portable incoming delivery failure policy.
- FailurePolicy.Builder - Class in io.helidon.messaging
-
Fluent API builder for
FailurePolicy. - FailurePolicy.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
FailurePolicy. - failureType() - Method in interface io.helidon.messaging.DeadLetterMessage
-
Processing failure class name.
- fair() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- fair() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- fair() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- fair() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair(boolean) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair(boolean) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fair(boolean) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Whether the
Semaphoreshould beSemaphore.isFair(). - fallback() - Static method in interface io.helidon.config.spi.MergingStrategy
-
Returns an implementation of
MergingStrategyin which nodes from a root earlier in the list have higher priority than nodes from a root later in the list. - fallback() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
A fallback function.
- fallback() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase.FallbackConfigImpl
- fallback() - Method in interface io.helidon.faulttolerance.FallbackConfig
-
A fallback function.
- fallback() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Existing context to be used as a fallback for this context.
- fallback() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- fallback() - Method in interface io.helidon.http.media.MediaContextConfig
-
Existing context to be used as a fallback for this context.
- fallback(MediaContext) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Existing context to be used as a fallback for this context.
- fallback(MediaContextConfig) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Existing context to be used as a fallback for this context.
- fallback(Consumer) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Existing context to be used as a fallback for this context.
- fallback(Function) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
A fallback function.
- fallback(T, Throwable, Object...) - Method in class io.helidon.faulttolerance.FtSupport.FallbackMethod
-
Implementation of the fallback for exceptions that are valid.
- Fallback<T> - Interface in io.helidon.faulttolerance
-
Fallback allows the user to execute an alternative function in case the provided supplier fails.
- FALLBACK - Enum constant in enum class io.helidon.webserver.SniSelectionPolicy
-
Use listener default TLS.
- FALLBACK_AUTHORITY - Enum constant in enum class io.helidon.webserver.SniContext.AuthorityCheck
-
Fallback TLS was used but authority matches a configured virtual host.
- FALLBACK_MISSING - Enum constant in enum class io.helidon.webserver.SniMatchType
-
ClientHello had no SNI host and listener default TLS was selected.
- FALLBACK_UNMATCHED - Enum constant in enum class io.helidon.webserver.SniMatchType
-
ClientHello had unmatched SNI and listener default TLS was selected.
- fallbackAuthority() - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for HTTP requests that use default listener TLS but claim a configured virtual-host authority.
- fallbackAuthority() - Method in class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
- fallbackAuthority() - Method in interface io.helidon.webserver.SniConfig
-
Policy for HTTP requests that use default listener TLS but claim a configured virtual-host authority.
- fallbackAuthority(SniAuthorityPolicy) - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for HTTP requests that use default listener TLS but claim a configured virtual-host authority.
- FallbackConfig<T> - Interface in io.helidon.faulttolerance
-
Fallbackconfiguration. - FallbackConfig.Builder<T> - Class in io.helidon.faulttolerance
-
Fluent API builder for
FallbackConfig. - FallbackConfig.BuilderBase<T, BUILDER, PROTOTYPE> - Class in io.helidon.faulttolerance
-
Fluent API builder base for
FallbackConfig. - FallbackConfig.BuilderBase.FallbackConfigImpl<T> - Class in io.helidon.faulttolerance
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- FallbackConfigImpl(FallbackConfig.BuilderBase) - Constructor for class io.helidon.faulttolerance.FallbackConfig.BuilderBase.FallbackConfigImpl
-
Create an instance providing a builder.
- fallbackEnabled() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Enable fallback to the less preferred checking option.
- fallbackEnabled() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- fallbackEnabled() - Method in interface io.helidon.common.tls.RevocationConfig
-
Enable fallback to the less preferred checking option.
- fallbackEnabled(boolean) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Enable fallback to the less preferred checking option.
- FallbackMethod() - Constructor for class io.helidon.faulttolerance.FtSupport.FallbackMethod
-
Constructor with no side effects.
- fallbackToDefaultTenantEnabled() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether unknown tenant ids fall back to the default tenant.
- fallbackToDefaultTenantEnabled(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether unknown tenant ids should use default tenant configuration.
- False - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Falseoperator. - FALSE - Enum constant in enum class io.helidon.openapi.OpenApi.Explode
-
Document the parameter with
explode=false. - FALSE - Enum constant in enum class io.helidon.openapi.OpenApi.Required
-
Document the item as optional.
- FALSE - Static variable in class io.helidon.json.JsonBoolean
-
The singleton instance representing the JSON boolean value false.
- family() - Method in class io.helidon.http.Status
-
Get the class of status code.
- family() - Method in interface io.helidon.webserver.ProxyProtocolData
-
Family from protocol header.
- familyName() - Method in class io.helidon.security.jwt.Jwt
-
Family name claim.
- familyName(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Family name of subject (surname).
- fastConnectionFailoverEnabled() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Enables Fast Connection Failover (FCF) for the connection pool accessed using this pool-enabled data source.
- fastConnectionFailoverEnabled() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- fastConnectionFailoverEnabled() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Enables Fast Connection Failover (FCF) for the connection pool accessed using this pool-enabled data source.
- fastConnectionFailoverEnabled(boolean) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Enables Fast Connection Failover (FCF) for the connection pool accessed using this pool-enabled data source.
- fatal(Object, String) - Method in class io.helidon.common.Errors.Collector
-
Add a fatal error to the list of messages.
- fatal(String) - Method in class io.helidon.common.Errors.Collector
-
Add a fatal error to the list of messages.
- FATAL - Enum constant in enum class io.helidon.common.Severity
-
Fatal.
- fatalBindingFailure(TransportBinding, Throwable) - Method in interface io.helidon.webserver.TransportBindingContext
-
Report an unrecoverable runtime failure in a transport binding.
- FaultTolerance - Class in io.helidon.faulttolerance
-
System-wide fault tolerance configuration and access to a customized sequence of fault tolerance handlers.
- FaultTolerance.Builder - Class in io.helidon.faulttolerance
-
A builder used for setting up a customized list of fault tolerance handlers.
- FaultTolerance.TypedBuilder<T> - Class in io.helidon.faulttolerance
-
A builder used for fault tolerance handlers that require a specific type to be used, such as
Fallback. - FaultToleranceException - Exception Class in io.helidon.faulttolerance
-
A fault-tolerance exception.
- FaultToleranceException(String) - Constructor for exception class io.helidon.faulttolerance.FaultToleranceException
-
Create a new instance with customized message.
- FaultToleranceException(String, Throwable) - Constructor for exception class io.helidon.faulttolerance.FaultToleranceException
-
Create a new instance with customized message and cause.
- FEATURE_REGISTRY_FILE - Static variable in class io.helidon.metadata.MetadataConstants
-
Feature registry JSON.
- FEATURE_REGISTRY_LOCATION_V1 - Static variable in class io.helidon.common.features.metadata.FeatureRegistry
-
Location of version 1 feature metadata.
- FEATURE_REGISTRY_LOCATION_V2 - Static variable in class io.helidon.common.features.metadata.FeatureRegistry
-
Location of version 2 feature registry.
- FeatureCodegenProvider - Class in io.helidon.common.features.codegen
-
Service provider implementation for
CodegenExtensionProvider. - FeatureCodegenProvider() - Constructor for class io.helidon.common.features.codegen.FeatureCodegenProvider
-
Public constructor required by
ServiceLoader. - FeatureMetadata - Interface in io.helidon.common.features.metadata
-
Metadata of a feature, as stored in one of the Helidon specific files
FeatureRegistry.FEATURE_REGISTRY_LOCATION_V1orFeatureRegistry.FEATURE_REGISTRY_LOCATION_V2. - FeatureMetadata.Builder - Class in io.helidon.common.features.metadata
-
Fluent API builder for
FeatureMetadata. - FeatureMetadata.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.features.metadata
-
Fluent API builder base for
FeatureMetadata. - FeatureMetadata.BuilderBase.FeatureMetadataImpl - Class in io.helidon.common.features.metadata
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- FeatureMetadataImpl(FeatureMetadata.BuilderBase) - Constructor for class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
-
Create an instance providing a builder.
- featureName() - Method in interface io.helidon.openapi.OpenApiDocumentContext
-
OpenAPI feature instance name.
- FeatureRegistry - Class in io.helidon.common.features.metadata
-
Feature descriptor utilities.
- features() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Server features allow customization of the server, listeners, or routings.
- features() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- features() - Method in interface io.helidon.webserver.WebServerConfig
-
Server features allow customization of the server, listeners, or routings.
- features(List) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Server features allow customization of the server, listeners, or routings.
- Features - Class in io.helidon.common.features.api
-
A container class for annotations and types related to declaration of Helidon features.
- Features.Aot - Annotation Interface in io.helidon.common.features.api
-
Declaration of support for ahead of time compilation using native image.
- Features.Description - Annotation Interface in io.helidon.common.features.api
-
Feature description.
- Features.Flavor - Annotation Interface in io.helidon.common.features.api
-
Flavor this feature is designed for, and for which it will be printed during startup.
- Features.Incubating - Annotation Interface in io.helidon.common.features.api
-
Annotation for incubating feature modules.
- Features.InvalidFlavor - Annotation Interface in io.helidon.common.features.api
-
Flavor this feature must not be present in.
- Features.Name - Annotation Interface in io.helidon.common.features.api
-
Feature name.
- Features.Path - Annotation Interface in io.helidon.common.features.api
-
Feature path.
- Features.Preview - Annotation Interface in io.helidon.common.features.api
-
Annotation for preview feature modules.
- Features.Since - Annotation Interface in io.helidon.common.features.api
-
Since which Helidon version is this feature available.
- featuresDiscoverServices() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Service discovery flag for
WebServerConfig.BuilderBase.features(). - featuresDiscoverServices(boolean) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Service discovery flag for
WebServerConfig.BuilderBase.features(). - FeatureStatus - Enum Class in io.helidon.common.features.metadata
-
Supported Feature states.
- field(TypeName, String, AccessModifier, Object, Consumer, BiConsumer) - Method in interface io.helidon.service.codegen.FieldHandler
-
Creates (or re-uses) a private final field in the generated class.
- Field - Class in io.helidon.codegen.classmodel
-
Field model representation.
- FIELD - Enum constant in enum class io.helidon.common.types.ElementKind
-
Field element type kind.
- FIELD - Enum constant in enum class io.helidon.declarative.codegen.graphql.server.GraphQlResolverKind
-
Child field resolver.
- FIELD - Enum constant in enum class io.helidon.security.EndpointConfig.AnnotationScope
-
Annotations on field.
- FIELD - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
An annotated field.
- Field.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Field. - fieldAccessor(Function) - Method in class io.helidon.security.jwt.FieldValidator.Builder
-
Function to extract field from JWT.
- fieldHandler() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Constant handler for the type being created.
- FieldHandler - Interface in io.helidon.service.codegen
-
An element capable of handling constants on a type.
- fields() - Method in class io.helidon.codegen.classmodel.ClassBase
-
All declared fields.
- FieldValidator - Class in io.helidon.security.jwt
-
Validator of a string field obtained from the JWT.
- FieldValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
FieldValidator. - file(String) - Static method in class io.helidon.config.ConfigSources
-
Provides a
Builderfor creating aConfigSourcefrom the specified file path. - file(String) - Static method in class io.helidon.config.OverrideSources
-
Creates new instance of the File OverrideSource Builder to be used to bootstrap an File OverrideSource instance.
- file(Path) - Static method in class io.helidon.config.ConfigSources
-
Provides a
Builderfor creating aConfigSourcefrom the specified file path. - FILE - Enum constant in enum class io.helidon.common.configurable.Resource.Source
-
Resource was loaded from a file.
- FILE_NAME - Static variable in interface io.helidon.codegen.ModuleInfo
-
The file name in sources ("module-info.java").
- FileConfigSource - Class in io.helidon.config
-
ConfigSourceimplementation that loads configuration content from a file on a filesystem. - FileConfigSource.Builder - Class in io.helidon.config
-
File ConfigSource Builder.
- fileExists() - Static method in class io.helidon.common.testing.junit5.FileMatchers
-
A matcher that tests if a
Pathexists. - FileMatchers - Class in io.helidon.common.testing.junit5
-
Hamcrest matchers for
Path. - filename() - Method in class io.helidon.http.ContentDisposition
-
Get the value of the
filenameparameter that can be used to suggest a filename to be used if the entity is detached and stored in a separate file. - filename(String) - Method in class io.helidon.http.ContentDisposition.Builder
-
Set the content disposition
filenameparameter. - fileName() - Method in interface io.helidon.http.media.multipart.ReadablePart
-
File name of this part if defined in part
Content-Disposition. - fileName() - Method in interface io.helidon.http.media.multipart.WriteablePart
-
File name if defined in content disposition.
- fileName() - Method in interface io.helidon.metadata.MetadataFile
-
Name of the file.
- fileName() - Method in interface io.helidon.security.spi.AuditProvider.AuditSource
-
File name of the source that caused this event.
- fileName(String) - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
-
Configure file name to be added to content disposition (for
multipart/form-data). - FileOverrideSource - Class in io.helidon.config
-
OverrideSourceimplementation that loads override definitions from a file on a filesystem. - FileOverrideSource.Builder - Class in io.helidon.config
-
File OverrideSource Builder.
- filePrefix() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Prefix of the files in temporary storage.
- filePrefix() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- filePrefix() - Method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Prefix of the files in temporary storage.
- filePrefix(String) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Prefix of the files in temporary storage.
- filer() - Method in interface io.helidon.codegen.CodegenContext
-
Filer to generate sources and resources.
- filer() - Method in class io.helidon.codegen.CodegenContextBase
- filer() - Method in class io.helidon.codegen.CodegenContextDelegate
- FilerResource - Interface in io.helidon.codegen
-
A resource from output (such as
target/META-INF/helidon) that can have existing values, and may be replaced with a new value. - FilerTextResource - Interface in io.helidon.codegen
-
A resource from output (such as
target/META-INF/helidon) that can have existing values, and may be replaced with a new value. - FileSourceHelper - Class in io.helidon.config
-
Utilities for file-related source classes.
- FileSourceHelper.DataAndDigest - Class in io.helidon.config
-
Data and digest of a file.
- fileSuffix() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Suffix of the files in temporary storage.
- fileSuffix() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- fileSuffix() - Method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Suffix of the files in temporary storage.
- fileSuffix(String) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Suffix of the files in temporary storage.
- FileSystemHandlerConfig - Interface in io.helidon.webserver.staticcontent
-
File system based static content handler configuration.
- FileSystemHandlerConfig.Builder - Class in io.helidon.webserver.staticcontent
-
Fluent API builder for
FileSystemHandlerConfig. - FileSystemHandlerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.staticcontent
-
Fluent API builder base for
FileSystemHandlerConfig. - FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl - Class in io.helidon.webserver.staticcontent
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- FileSystemHandlerConfigImpl(FileSystemHandlerConfig.BuilderBase) - Constructor for class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
-
Create an instance providing a builder.
- FileSystemWatcher - Class in io.helidon.config
-
This change watcher is backed by
WatchServiceto fire a polling event with every change on monitoredPath. - FileSystemWatcher.Builder - Class in io.helidon.config
-
Fluent API builder for
FileSystemWatcher. - fileTypes() - Method in enum class io.helidon.openapi.OpenApiFormat
-
File types usable with this format.
- filter(ConnectionContext, RoutingRequest, RoutingResponse, Callable) - Method in class io.helidon.webserver.http.Filters
-
Filter request.
- filter(FilterChain, RoutingRequest, RoutingResponse) - Method in interface io.helidon.webserver.http.Filter
-
Handle a request.
- filter(MetricsObserverConfig) - Method in interface io.helidon.webserver.observe.metrics.spi.AutoHttpMetricsProvider
-
Provides a
Filterwhich uses the supplied configuration to search for, register if needed, and update metrics for each routing. - filter(InetAddress[]) - Method in enum class io.helidon.webclient.api.DnsAddressLookup
-
Process obtained
InetAddressarray according to the selected lookup strategy. - filter(Predicate) - Method in interface io.helidon.common.mapper.Value
-
If a value is present, and the value matches the given predicate, return an
Optionaldescribing the value, otherwise return an emptyOptional. - filter(Predicate) - Method in interface io.helidon.common.reactive.Multi
-
Filter stream items with provided predicate.
- filter(Map) - Method in class io.helidon.config.PropertiesFilter
-
Filter provided properties with this filter.
- Filter - Interface in io.helidon.webserver.http
-
HTTP filter.
- filterAnnotations(TypeName, EndpointConfig.AnnotationScope) - Method in class io.helidon.security.SecurityLevel
-
Filters out all annotations of the specific type in the specific scope.
- FilterChain - Interface in io.helidon.webserver.http
-
Filter chain contains all subsequent filters that are configured, as well as the final route.
- filterEmptyStringValues() - Method in record class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider.ParametersSource
-
Returns the value of the
filterEmptyStringValuesrecord component. - filterPattern(String) - Method in class io.helidon.common.SerializationConfig.Builder
-
Filter pattern to use.
- filterRedirectHeaders() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether headers sensitive to cross-origin redirects should be filtered before the redirected request is sent.
- filterRedirectHeaders() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- filterRedirectHeaders() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Whether headers sensitive to cross-origin redirects should be filtered before the redirected request is sent.
- filterRedirectHeaders(boolean) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether headers sensitive to cross-origin redirects should be filtered before the redirected request is sent.
- Filters - Class in io.helidon.webserver.http
-
Handler of HTTP filters.
- fin() - Method in class io.helidon.websocket.ClientWsFrame
- fin() - Method in class io.helidon.websocket.ServerWsFrame
- fin() - Method in interface io.helidon.websocket.WsFrame
-
Is the end of message (or end of continuation).
- FINAL - Enum constant in enum class io.helidon.common.types.Modifier
-
The
finalmodifier. - find(int) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Get a single array param by index as a JSON value, if present.
- find(int) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Get a JSON array value by index as a JSON value, if present.
- find(TypeName) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Find if the provided type name is handled as part of this generated class.
- find(HeaderName) - Method in interface io.helidon.http.Headers
-
Find the first header.
- find(RegistryCodegenContext, TypeInfo, List, TypeName, TypeName, TypeName, TypeName, String) - Static method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors
-
Find and validate the proto descriptor source declared by a declarative gRPC type.
- find(Class) - Static method in interface io.helidon.json.schema.Schema
-
Return a Schema related to the given class.
- find(Class, double) - Static method in class io.helidon.common.Weights
-
Find weight from class annotation, or return default if none found.
- find(Object, double) - Static method in class io.helidon.common.Weights
-
Find weight for an instance.
- find(String) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Get a single param by name as a JSON value, if present.
- find(String) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Get a JSON object property value as a JSON value, if present.
- Find - Enum constant in enum class io.helidon.data.codegen.query.ProjectionResult
-
Optionalof single entity or entity property instance. - findAll() - Method in interface io.helidon.data.Data.BasicRepository
-
Return all entities of the
Etype. - findAnnotation(TypeName) - Method in interface io.helidon.common.types.Annotated
-
Find an annotation on this annotated type.
- findById(ID) - Method in interface io.helidon.data.Data.BasicRepository
-
Find entity by ID (primary key) value.
- findContentTypeCharset(Headers) - Static method in class io.helidon.http.media.EntityReaderBase
-
Get Content-Type from the provided headers (if available), then get its charset (if available), and return it, otherwise return empty optional.
- findCookie(Map) - Method in class io.helidon.security.providers.oidc.common.OidcCookieHandler
-
Locate cookie in a map of headers and return its value.
- findDefault(Set, TypeName) - Static method in class io.helidon.service.codegen.DefaultsCodegen
-
Find a default annotation within the set of annotations on an element.
- findFirst(TypeName, Collection) - Static method in class io.helidon.common.types.Annotations
-
Attempts to find the annotation in the provided collection.
- findFirst(Class, Collection) - Static method in class io.helidon.common.types.Annotations
-
Attempts to find the annotation in the provided collection.
- findInHierarchy(TypeName) - Method in interface io.helidon.common.types.TypeInfo
-
Checks if the current type implements, or extends the provided type.
- findMetaAnnotated(Collection, TypeName) - Static method in class io.helidon.declarative.codegen.DeclarativeUtils
-
Find an annotation that is of the provided type, even it is a meta annotation of one of the annotations present.
- findNewLine(int) - Method in class io.helidon.common.buffers.DataReader
-
Find new line with the next n bytes.
- findOrNewLine(byte, int) - Method in class io.helidon.common.buffers.DataReader
-
Find the byte or next new line.
- findParent() - Method in class io.helidon.security.integration.common.AtnTracing
-
Find closes parent span context.
- findParent() - Method in class io.helidon.security.integration.common.AtzTracing
-
Find closes parent span context.
- findParent() - Method in class io.helidon.security.integration.common.OutboundTracing
-
Find closes parent span context.
- findParent() - Method in class io.helidon.security.integration.common.ResponseTracing
-
Find closes parent span context.
- findParent() - Method in class io.helidon.security.integration.common.RoleMapTracing
-
Find closes parent span context.
- findParent() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Find closes parent span context.
- findRoute(HttpPrologue) - Method in class io.helidon.webserver.websocket.WsRouting
-
Find a route based on the provided prologue.
- findSinkProvider(GenericType, ServerRequest) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Find a sink provider for the requested sink type.
- findTarget(SecurityEnvironment) - Method in class io.helidon.security.providers.common.OutboundConfig
-
Find target for current security request.
- findTargetCustomObject(SecurityEnvironment, Class, Function, Supplier) - Method in class io.helidon.security.providers.common.OutboundConfig
-
Find, create and cache a custom object associated with a specific outbound target.
- findValue(CodegenOptions) - Method in interface io.helidon.codegen.Option
-
Find an option value from the codegen options.
- finish() - Method in class io.helidon.security.integration.common.AtnTracing
-
Finish the span.
- finish() - Method in class io.helidon.security.integration.common.AtzTracing
-
Finish the span.
- finish() - Method in class io.helidon.security.integration.common.OutboundTracing
-
Finish the span.
- finish() - Method in class io.helidon.security.integration.common.ResponseTracing
-
Finish the span.
- finish() - Method in class io.helidon.security.integration.common.RoleMapTracing
-
Finish the span.
- finish() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Finish the span.
- finishingActivationPhase() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- finishingActivationPhase() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
The activation phase we finished successfully on, or are otherwise currently in if not yet finished.
- finishingActivationPhase() - Method in interface io.helidon.service.registry.ActivationResult
-
The activation phase we finished successfully on, or are otherwise currently in if not yet finished.
- finishingActivationPhase(ActivationPhase) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
The activation phase we finished successfully on, or are otherwise currently in if not yet finished.
- first() - Method in interface io.helidon.common.reactive.Multi
- first() - Method in class io.helidon.config.AbstractNodeBuilderImpl.MergingKey
-
Returns first key token.
- first() - Method in class io.helidon.data.codegen.query.Criteria
-
First condition of the criteria expression.
- first(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract with the expectation that there may not be a match available.
- first(TypeName) - Static method in class io.helidon.service.registry.Services
-
Get first instance of the contract from the registry, all an empty optional if none exist.
- first(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract with the expectation that there may not be a match available.
- first(TypeName, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Get the first service instance matching the contract with the expectation that there may not be a match available.
- first(HeaderName) - Method in interface io.helidon.http.Headers
-
Returns a first header value.
- first(Lookup) - Method in class io.helidon.service.registry.GeneratedService.IpFactoryInterceptionWrapper
- first(Lookup) - Method in interface io.helidon.service.registry.Service.InjectionPointFactory
-
Get (or create) an instance of this service type for the given injection point context.
- first(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract with the expectation that there may not be a match available.
- first(Qualifier, Lookup, GenericType) - Method in class io.helidon.service.registry.GeneratedService.QualifiedFactoryInterceptionWrapper
- first(Qualifier, Lookup, GenericType) - Method in interface io.helidon.service.registry.Service.QualifiedFactory
-
Get the first instance (if any) matching the qualifier and type.
- first(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract with the expectation that there may not be a match available.
- first(Class) - Static method in class io.helidon.service.registry.Services
-
Get first instance of the contract from the registry, all an empty optional if none exist.
- first(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract with the expectation that there may not be a match available.
- first(Class, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Get the first service instance matching the contract with the expectation that there may not be a match available.
- first(String) - Method in interface io.helidon.common.parameters.Parameters
-
Get the first value as an optional.
- first(String) - Method in interface io.helidon.messaging.MessageHeaders
-
First value with an exact header name.
- First - Enum constant in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Firstoperator. - firstActive(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first active service instance matching the contract.
- firstActive(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first active service instance matching the contract with the expectation that there may not be a match available.
- firstActive(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first active service instance matching the lookup with the expectation that there may not be a match available.
- firstActive(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first active service instance matching the contract.
- firstActive(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first active service instance matching the contract with the expectation that there may not be a match available.
- FirstDnsResolverProvider - Class in io.helidon.webclient.dns.resolver.first
-
Provider of the
FirstDnsResolverinstance. - FirstDnsResolverProvider() - Constructor for class io.helidon.webclient.dns.resolver.first.FirstDnsResolverProvider
-
Required public constructor for
ServiceLoader. - firstIndexOf(byte[], int, int, byte) - Static method in class io.helidon.common.buffers.Bytes
-
This is using a SWAR (SIMD Within A Register) batch read technique to minimize bound-checks and improve memory usage while searching for
value. - firstNamed(TypeName, String) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first named service instance matching the contract with the expectation that there may not be a match available.
- firstNamed(TypeName, String) - Static method in class io.helidon.service.registry.Services
-
Get the first named service instance matching the contract with the expectation that there may not be a match available.
- firstNamed(Class, String) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first named service instance matching the contract with the expectation that there may not be a match available.
- firstNamed(Class, String) - Static method in class io.helidon.service.registry.Services
-
Get the first named service instance matching the contract with the expectation that there may not be a match available.
- firstRequestParamsComponentAnnotation(Collection) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Find the first supported request parameter record component annotation.
- firstSentence() - Method in interface io.helidon.codegen.JavadocTree.Document
-
Get the first sentence of a documentation comment.
- firstUnqualifiedExport() - Method in interface io.helidon.codegen.ModuleInfo
-
first export that does not export to a specific module (if present).
- FIXED_RATE - Enum constant in enum class io.helidon.common.concurrency.limits.RateLimitingAlgorithmType
-
Requests are processed at a fixed rate.
- FixedLimit - Class in io.helidon.common.concurrency.limits
-
Semaphore based limit, that supports queuing for a permit, and timeout on the queue.
- FixedLimitConfig - Interface in io.helidon.common.concurrency.limits
-
Configuration of
FixedLimit. - FixedLimitConfig.Builder - Class in io.helidon.common.concurrency.limits
-
Fluent API builder for
FixedLimit. - FixedLimitConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.concurrency.limits
-
Fluent API builder base for
FixedLimitConfig. - FixedLimitConfig.BuilderBase.FixedLimitConfigImpl - Class in io.helidon.common.concurrency.limits
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- FixedLimitConfigImpl(FixedLimitConfig.BuilderBase) - Constructor for class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
-
Create an instance providing a builder.
- FixedLimitProvider - Class in io.helidon.common.concurrency.limits
-
ServiceLoaderservice provider forFixedLimitlimit implementation. - FixedLimitProvider() - Constructor for class io.helidon.common.concurrency.limits.FixedLimitProvider
-
Constructor required by the service loader.
- fixedPathOperationFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Fixed path operation fields.
- fixedPathOperationFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- fixedPathOperationFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Fixed path operation fields.
- fixedPathOperationFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Fixed path operation fields.
- FixedRate - Interface in io.helidon.scheduling
-
Scheduling periodically executed task with specified fixed rate.
- FixedRate.DelayType - Enum Class in io.helidon.scheduling
-
Whether the interval of the next invocation should be calculated from the start or end of the previous task.
- FixedRateConfig - Interface in io.helidon.scheduling
-
Interface generated from blueprint
io.helidon.scheduling.FixedRateConfigBlueprint. - FixedRateConfig.Builder - Class in io.helidon.scheduling
-
Fluent API builder for
FixedRate. - FixedRateConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.scheduling
-
Fluent API builder base for
FixedRateConfig. - FixedRateConfig.BuilderBase.FixedRateConfigImpl - Class in io.helidon.scheduling
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- FixedRateConfigImpl(FixedRateConfig.BuilderBase) - Constructor for class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
-
Create an instance providing a builder.
- FixedRateInvocation - Interface in io.helidon.scheduling
-
Specific method invocation metadata for scheduled task.
- flags() - Method in class io.helidon.http.http2.Http2FrameHeader
-
Flags as an integer.
- flags() - Element in annotation interface io.helidon.validation.Validation.String.Pattern
-
Pattern flags to use.
- flags(int) - Method in interface io.helidon.http.http2.Http2FrameTypes
-
Typed flags.
- flags(Http2FrameTypes) - Method in class io.helidon.http.http2.Http2FrameHeader
-
Get typed flags of this frame header.
- flatMap(Function) - Method in interface io.helidon.common.reactive.Multi
-
Transform item with supplied function and flatten resulting
Flow.Publisherto downstream. - flatMap(Function) - Method in interface io.helidon.common.reactive.Single
-
Map this
Singleinstance to a publisher using the given mapper. - flatMap(Function) - Method in interface io.helidon.common.reactive.Subscribable
-
Transform item with supplied function and flatten resulting
Flow.Publisherto downstream. - flatMap(Function, long, boolean, long) - Method in interface io.helidon.common.reactive.Multi
-
Transform item with supplied function and flatten resulting
Flow.Publisherto downstream while limiting the maximum number of concurrent innerFlow.Publishers and their in-flight item count, optionally aggregating and delaying all errors until all sources terminate. - flatMap(Function) - Method in interface io.helidon.common.mapper.Value
-
Apply the provided
Optional-bearing mapping function to this value, return that result. - flatMapCompletionStage(Function) - Method in interface io.helidon.common.reactive.Multi
-
Transform item with supplied function and flatten resulting
CompletionStageresults to downstream. - flatMapCompletionStage(Function) - Method in interface io.helidon.common.reactive.Single
-
Transforms item with supplied function and flatten resulting
CompletionStageresult to downstream. - flatMapIterable(Function) - Method in interface io.helidon.common.reactive.Multi
-
Transform item with supplied function and flatten resulting
Iterableto downstream. - flatMapIterable(Function) - Method in interface io.helidon.common.reactive.Single
-
Maps the single upstream value into an
Iterableand relays its items to the downstream. - flatMapIterable(Function) - Method in interface io.helidon.common.reactive.Subscribable
-
Transform item with supplied function and flatten resulting
Iterableto downstream. - flatMapIterable(Function, int) - Method in interface io.helidon.common.reactive.Multi
-
Transform item with supplied function and flatten resulting
Iterableto downstream. - flatMapOptional(Function) - Method in interface io.helidon.common.reactive.Multi
-
Transform item with supplied function and flatten resulting
Optionalto downstream as one item if present or nothing if empty. - flatMapOptional(Function) - Method in interface io.helidon.common.reactive.Single
-
Transform item with supplied function and flatten resulting
Optionalto downstream as Single with its value as item if present or empty Single. - flatMapSingle(Function) - Method in interface io.helidon.common.reactive.Single
-
Transforms item with supplied function and flatten resulting
Singleto downstream. - flattenNodes(ConfigNode.ObjectNode) - Static method in class io.helidon.config.ConfigHelper
-
Create a map of keys to string values from an object node.
- flavor(HelidonFlavor) - Static method in class io.helidon.common.features.HelidonFeatures
-
Set the current Helidon flavor.
- Flavor - Enum Class in io.helidon.common.features.metadata
-
Flavors of Helidon.
- flavors() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- flavors() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Which flavor(s) should print this feature.
- flavors() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Which flavor(s) should print this feature.
- flavors(List) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Which flavor(s) should print this feature.
- FloatArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
FloatArrayConverter. - FloatArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- FloatConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
FloatConverter. - FloatConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
-
Constructor with no side effects
- floatValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - floatValue() - Method in class io.helidon.json.JsonNumber
-
Return the float value of this JsonNumber.
- floatValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- floatValue(String) - Method in class io.helidon.json.JsonObject
-
Return the float value associated with the specified key as an Optional.
- floatValue(String, float) - Method in class io.helidon.json.JsonObject
-
Return the float value associated with the specified key, or the default value if the key is not present.
- floatValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - floatValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- FLOW_CONTROL - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint detected that its peer violated the flow-control protocol.
- flowControl() - Method in interface io.helidon.http.http2.Http2Stream
-
Outbound flow control of this stream.
- flowControl() - Method in class io.helidon.webclient.http2.Http2ClientStream
- FlowControl - Interface in io.helidon.http.http2
-
Flow control used by HTTP/2 for backpressure.
- FlowControl.Inbound - Interface in io.helidon.http.http2
-
Inbound flow control used by HTTP/2 for backpressure.
- FlowControl.Outbound - Interface in io.helidon.http.http2
-
Outbound flow control used by HTTP/2 for backpressure.
- flowControlBlockTimeout() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Timeout for blocking while waiting for window update when window is depleted.
- flowControlBlockTimeout() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- flowControlBlockTimeout() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Timeout for blocking while waiting for window update when window is depleted.
- flowControlBlockTimeout(Duration) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Timeout for blocking while waiting for window update when window is depleted.
- flowControlTimeout() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Outbound flow control blocking timeout configured as
Durationor text in ISO-8601 format. - flowControlTimeout() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- flowControlTimeout() - Method in interface io.helidon.webserver.http2.Http2Config
-
Outbound flow control blocking timeout configured as
Durationor text in ISO-8601 format. - flowControlTimeout(Duration) - Method in interface io.helidon.webclient.http2.Http2ClientRequest
-
Outbound flow control blocking timeout.
- flowControlTimeout(Duration) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Outbound flow control blocking timeout configured as
Durationor text in ISO-8601 format. - flows() - Element in annotation interface io.helidon.openapi.OpenApi.OAuth2SecurityScheme
-
OAuth flows.
- flows() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
OAuth flows.
- flows(JsonObject) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set OAuth flows object.
- flush() - Method in interface io.helidon.common.buffers.DataWriter
-
Flushes to the underlying transport any pending data that has been written using either
DataWriter.write(BufferData)orDataWriter.write(BufferData...). - flush() - Method in class io.helidon.common.reactive.OutputStreamMulti
- flush() - Method in class io.helidon.common.socket.SmartSocketWriter
- flush() - Method in class io.helidon.common.testing.junit5.InMemoryLoggingHandler
- flush() - Method in interface io.helidon.http.DataChunk
-
Returns
trueif all caches are requested to flush when this chunk is written. - flushHeaders() - Method in interface io.helidon.webserver.http.spi.SinkProviderContext
-
Flushes final response headers while keeping the entity output stream open.
- fn() - Method in interface io.helidon.metrics.api.FunctionalCounter.Builder
-
Returns the function which, when applied to the state object, returns the counter value.
- followCrossOriginEntityRedirects() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether redirects that preserve request method and entity may be followed across origins.
- followCrossOriginEntityRedirects() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- followCrossOriginEntityRedirects() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Whether redirects that preserve request method and entity may be followed across origins.
- followCrossOriginEntityRedirects(boolean) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether redirects that preserve request method and entity may be followed across origins.
- followRedirects() - Method in interface io.helidon.webclient.api.ClientRequest
-
Whether to follow redirects.
- followRedirects() - Method in class io.helidon.webclient.api.ClientRequestBase
- followRedirects() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Whether to follow redirects.
- followRedirects() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- followRedirects() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
Whether to follow redirects.
- followRedirects(boolean) - Method in interface io.helidon.webclient.api.ClientRequest
-
Whether to follow redirects.
- followRedirects(boolean) - Method in class io.helidon.webclient.api.ClientRequestBase
- followRedirects(boolean) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Whether to follow redirects.
- FORBIDDEN - Enum constant in enum class io.helidon.http.DirectHandler.EventType
-
Forbidden, such as when CORS forbids this request.
- FORBIDDEN - Enum constant in enum class io.helidon.security.CompositeProviderFlag
-
Provider must not be successful for this request (e.g.
- FORBIDDEN - Enum constant in enum class io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
-
Security MUST NOT be used (strictly public endpoint - do not invoke security).
- FORBIDDEN_403 - Static variable in class io.helidon.http.Status
-
403 Forbidden, see HTTP/1.1 documentation.
- FORBIDDEN_403_CODE - Static variable in class io.helidon.http.Status
-
403 Forbidden, see HTTP/1.1 documentation.
- ForbiddenException - Exception Class in io.helidon.http
-
A runtime exception indicating a
forbidden. - ForbiddenException(String) - Constructor for exception class io.helidon.http.ForbiddenException
-
Creates
ForbiddenException. - ForbiddenException(String, Throwable) - Constructor for exception class io.helidon.http.ForbiddenException
-
Creates
ForbiddenException. - ForbiddenOperationException() - Constructor for exception class io.helidon.tracing.SpanListener.ForbiddenOperationException
-
Creates a new instance of the exception with no message.
- ForbiddenOperationException(String) - Constructor for exception class io.helidon.tracing.SpanListener.ForbiddenOperationException
-
Creates a new instance of the exception with the specified message.
- forceClose() - Method in interface io.helidon.messaging.spi.ChannelConnection
-
Force prompt shutdown without waiting for normal delivery settlement.
- FORCED - Enum constant in enum class io.helidon.webserver.spi.TransportBinding.ShutdownResult
-
Binding had to force-stop active work after the graceful shutdown period elapsed.
- forceHttpConnect(boolean) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Forces HTTP CONNECT with the proxy server.
- forceHttpsRedirects() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether to force https when redirecting to identity provider.
- forceHttpsRedirects(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Force HTTPS for redirects to identity provider.
- forceTerminate() - Method in interface io.helidon.common.task.HelidonTaskExecutor
-
Force termination by forcefully interrupting all tasks.
- forClient() - Method in class io.helidon.http.Forwarded
-
fordirective of the forwarded header. - forEach(int, Function) - Method in interface io.helidon.common.buffers.BufferData
-
Do an operation on each byte in this buffer.
- forEach(Consumer) - Method in interface io.helidon.dbclient.DbRow
-
Iterate through each column in this row.
- forEach(Consumer) - Method in class io.helidon.dbclient.DbRowBase
- forEach(Consumer) - Method in class io.helidon.common.HelidonServiceLoader
- forEach(Consumer) - Method in interface io.helidon.common.reactive.Multi
-
Terminal stage, invokes provided consumer for every item in the stream with no backpressure.
- forEachCompletionStage(Function) - Method in interface io.helidon.common.reactive.Multi
-
Terminal stage, invokes provided consumer for every item in the stream with strict backpressure.
- forHeader(String) - Static method in class io.helidon.security.util.TokenHandler
-
A shortcut method to build a token handler that does not modify the token content.
- forKeyId(String) - Method in class io.helidon.security.jwt.jwk.JwkKeys
-
Get a JWK for defined key id if present.
- FORM - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Form style parameters.
- format() - Method in interface io.helidon.metrics.api.MeterRegistryFormatter
-
Formats the meter registry's data.
- format() - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter
-
Returns the Prometheus output governed by the previously-specified media type, optionally filtered by the previously-specified tag and meter name selections.
- format() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- format() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
The format for log entries (similar to the Apache
LogFormat). - format() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
The format for log entries (similar to the Apache
LogFormat). - format(Headers) - Method in class io.helidon.http.LogFormatter
-
Format headers for protocol logs.
- format(String) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
The format for log entries (similar to the Apache
LogFormat). - format(LogRecord) - Method in class io.helidon.logging.jul.HelidonFormatter
- format(LogRecord) - Method in class io.helidon.logging.jul.HelidonJsonFormatter
- format(T, OpenApiFormat) - Method in interface io.helidon.openapi.OpenApiManager
-
Format the model.
- formatAll(Headers) - Method in class io.helidon.http.LogFormatter
-
Format all header values for explicitly enabled unsafe protocol logs.
- formatMessage() - Method in interface io.helidon.security.spi.AuditProvider.TracedAuditEvent
-
Creates a formatted message from this events message format and parameters.
- formatMetadata() - Method in interface io.helidon.metrics.api.MeterRegistryFormatter
-
Formats the meter registry's metadata.
- formatMetadata() - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter
- formatter(MediaType, MetricsConfig, MeterRegistry, Map, Iterable) - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatterProvider
- formatter(MediaType, MetricsConfig, MeterRegistry, Map, Iterable) - Method in interface io.helidon.metrics.spi.MeterRegistryFormatterProvider
-
Returns, if possible, a
MeterRegistryFormattercapable of preparing output according to the specifiedMediaTypeand selections. - formatter(MediaType, MetricsConfig, MeterRegistry, Map, Iterable) - Method in class io.helidon.webserver.observe.metrics.JsonMeterRegistryFormatterProvider
- formatter(MediaType, MetricsConfig, MeterRegistry, Optional, Iterable, Iterable) - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatterProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MicrometerPrometheusFormatterProvider.formatter(MediaType, MetricsConfig, MeterRegistry, Map, Iterable). Scope-specific arguments are ignored and this method will be removed. - formatter(MediaType, MetricsConfig, MeterRegistry, Optional, Iterable, Iterable) - Method in interface io.helidon.metrics.spi.MeterRegistryFormatterProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MeterRegistryFormatterProvider.formatter(MediaType, MetricsConfig, MeterRegistry, Map, Iterable). Scope-specific arguments are ignored and this method will be removed. - formatter(MediaType, MetricsConfig, MeterRegistry, Optional, Iterable, Iterable) - Method in class io.helidon.webserver.observe.metrics.JsonMeterRegistryFormatterProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
JsonMeterRegistryFormatterProvider.formatter(MediaType, MetricsConfig, MeterRegistry, Map, Iterable). Scope-specific arguments are ignored and this method will be removed. - formatter(DateTimeFormatter) - Method in class io.helidon.webserver.accesslog.TimestampLogEntry.Builder
-
Configure a date time formatter to use with this log entry.
- formParams(Supplier) - Static method in class io.helidon.http.HttpSupport
-
Read form parameters.
- FormParamsSupport - Class in io.helidon.http.media
-
Media support for
MediaTypes.APPLICATION_FORM_URLENCODEDand its plaintext counterpart. - forRemoval() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
If this is scheduled for removal, defaults to
true. - forRemoval() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- forRemoval() - Method in interface io.helidon.builder.codegen.OptionDeprecation
-
If this is scheduled for removal, defaults to
true. - forRemoval(boolean) - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
If this is scheduled for removal, defaults to
true. - forSingle(Consumer) - Method in interface io.helidon.common.reactive.Single
-
Terminal stage, invokes provided consumer when Single is completed.
- Forwarded - Class in io.helidon.http
-
A representation of the
HeaderNames.FORWARDEDHTTP header. - FORWARDED - Enum constant in enum class io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
-
The
io.helidon.http.Header#FORWARDEDheader is used to discover the original requested URI. - FORWARDED - Static variable in class io.helidon.http.HeaderNames
-
The "Forwarded" header name.
- FORWARDED_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Forwarded" header name.
- forwardProxy() - Method in class io.helidon.webclient.api.ProxyRoute
-
Whether HTTP/1.1 must use absolute-form request targets on this route.
- FOUND_302 - Static variable in class io.helidon.http.Status
-
302 Found, see HTTP/1.1 documentation.
- FOUND_302_CODE - Static variable in class io.helidon.http.Status
-
302 Found, see HTTP/1.1 documentation.
- fqName() - Method in interface io.helidon.common.types.TypeName
-
The fully qualified type name.
- fraction() - Element in annotation interface io.helidon.validation.Validation.Number.Digits
-
Maximal number of digits to the right of the decimal mark.
- fragment() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Uri Fragment of the request.
- fragment() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- fragment() - Method in interface io.helidon.common.uri.UriInfo
-
Uri Fragment of the request.
- fragment() - Method in class io.helidon.http.HttpPrologue
-
Fragment of the request.
- fragment() - Method in class io.helidon.webclient.api.ClientUri
- fragment(UriFragment) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Uri Fragment of the request.
- fragment(UriFragment) - Method in interface io.helidon.webclient.api.ClientRequest
-
Set fragment of the URI.
- fragment(UriFragment) - Method in class io.helidon.webclient.api.ClientRequestBase
- fragment(UriFragment) - Method in class io.helidon.webclient.api.ClientUri
-
Configure the fragment for this URI.
- fragment(String) - Method in interface io.helidon.webclient.api.ClientRequest
-
Set fragment of the URI.
- fragment(String) - Method in class io.helidon.webclient.api.ClientUri
-
Configure the fragment for this URI, using its decoded form ("human readable").
- FRAGMENT - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI fragment component type.
- FRAGMENT - Enum constant in enum class io.helidon.common.uri.UriValidationException.Segment
-
URI Fragment.
- frame(SocketContext, int, BufferData) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Frame data.
- frame(SocketContext, int, BufferData) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frame(SocketContext, int, Http2Continuation) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Continuation frame.
- frame(SocketContext, int, Http2DataFrame) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Frame.
- frame(SocketContext, int, Http2GoAway) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Go away frame.
- frame(SocketContext, int, Http2GoAway) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frame(SocketContext, int, Http2Ping) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Ping frame.
- frame(SocketContext, int, Http2Ping) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frame(SocketContext, int, Http2Priority) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Priority frame.
- frame(SocketContext, int, Http2Priority) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frame(SocketContext, int, Http2RstStream) - Method in interface io.helidon.http.http2.Http2FrameListener
-
RST stream frame.
- frame(SocketContext, int, Http2RstStream) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frame(SocketContext, int, Http2Settings) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Settings frame.
- frame(SocketContext, int, Http2Settings) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frame(SocketContext, int, Http2WindowUpdate) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Window update frame.
- frame(SocketContext, int, Http2WindowUpdate) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- FRAME_SIZE - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint received a frame with an invalid size.
- frameHeader(SocketContext, int, BufferData) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Frame header data.
- frameHeader(SocketContext, int, BufferData) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frameHeader(SocketContext, int, Http2FrameHeader) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Frame header.
- frameHeader(SocketContext, int, Http2FrameHeader) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- frameType() - Method in class io.helidon.http.http2.Http2Continuation
- frameType() - Method in class io.helidon.http.http2.Http2DataFrame
- frameType() - Method in interface io.helidon.http.http2.Http2Frame
-
Frame type enum.
- frameType() - Method in record class io.helidon.http.http2.Http2GoAway
- frameType() - Method in class io.helidon.http.http2.Http2Ping
- frameType() - Method in record class io.helidon.http.http2.Http2Priority
- frameType() - Method in record class io.helidon.http.http2.Http2RstStream
- frameType() - Method in class io.helidon.http.http2.Http2Settings
- frameType() - Method in record class io.helidon.http.http2.Http2WindowUpdate
- frameTypes() - Method in class io.helidon.http.http2.Http2Continuation
- frameTypes() - Method in class io.helidon.http.http2.Http2DataFrame
- frameTypes() - Method in interface io.helidon.http.http2.Http2Frame
-
Frame types.
- frameTypes() - Method in record class io.helidon.http.http2.Http2GoAway
- frameTypes() - Method in class io.helidon.http.http2.Http2Ping
- frameTypes() - Method in record class io.helidon.http.http2.Http2Priority
- frameTypes() - Method in record class io.helidon.http.http2.Http2RstStream
- frameTypes() - Method in class io.helidon.http.http2.Http2Settings
- frameTypes() - Method in record class io.helidon.http.http2.Http2WindowUpdate
- from() - Element in annotation interface io.helidon.security.abac.time.TimeValidator.TimeOfDay
-
Time after which this resource is accessible within a day.
- from(FactoryMethod) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Update this builder from an existing prototype instance.
- from(FactoryMethod.BuilderBase) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GeneratedMethod) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GeneratedMethod.BuilderBase) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OptionAllowedValue) - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OptionAllowedValue.BuilderBase) - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OptionBuilder) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OptionBuilder.BuilderBase) - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OptionConfigured) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OptionConfigured.BuilderBase) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OptionDeprecation) - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OptionDeprecation.BuilderBase) - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OptionInfo) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OptionInfo.BuilderBase) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OptionProvider) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OptionProvider.BuilderBase) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OptionSingular) - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OptionSingular.BuilderBase) - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PrototypeConfigured) - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PrototypeConfigured.BuilderBase) - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PrototypeConstant) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PrototypeConstant.BuilderBase) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PrototypeInfo) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PrototypeInfo.BuilderBase) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(RuntimeTypeInfo) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RuntimeTypeInfo.BuilderBase) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Javadoc) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Populate this builder with content of the already created Javadoc instance.
- from(CodegenEvent) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Update this builder from an existing prototype instance.
- from(CodegenEvent.BuilderBase) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(CompilerOptions) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Update this builder from an existing prototype instance.
- from(CompilerOptions.BuilderBase) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModuleInfo) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModuleInfo.BuilderBase) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AimdLimitConfig) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AimdLimitConfig.BuilderBase) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(FixedLimitConfig) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(FixedLimitConfig.BuilderBase) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ThroughputLimitConfig) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ThroughputLimitConfig.BuilderBase) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AllowListConfig) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AllowListConfig.BuilderBase) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ResourceConfig) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ResourceConfig.BuilderBase) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ScheduledThreadPoolConfig) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ScheduledThreadPoolConfig.BuilderBase) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ThreadPoolConfig) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ThreadPoolConfig.BuilderBase) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ContextRecordConfig) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ContextRecordConfig.BuilderBase) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Aot) - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Aot.BuilderBase) - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Deprecation) - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Deprecation.BuilderBase) - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(FeatureMetadata) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Update this builder from an existing prototype instance.
- from(FeatureMetadata.BuilderBase) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MappersConfig) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MappersConfig.BuilderBase) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Keys) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Keys.BuilderBase) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(KeystoreKeys) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Update this builder from an existing prototype instance.
- from(KeystoreKeys.BuilderBase) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PemKeys) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PemKeys.BuilderBase) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Single) - Static method in interface io.helidon.common.reactive.Multi
-
Deprecated.use
Multi.create(io.helidon.common.reactive.Single)instead - from(Single) - Static method in interface io.helidon.common.reactive.Single
-
Deprecated.use
Single.create(io.helidon.common.reactive.Single)instead - from(SocketOptions) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SocketOptions.BuilderBase) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(RevocationConfig) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RevocationConfig.BuilderBase) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TlsConfig) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TlsConfig.BuilderBase) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TlsMaterial) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TlsMaterial.BuilderBase) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Annotation) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Annotation.BuilderBase) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModuleInfoExports) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModuleInfoExports.BuilderBase) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModuleInfoOpens) - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModuleInfoOpens.BuilderBase) - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModuleInfoProvides) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModuleInfoProvides.BuilderBase) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModuleInfoRequires) - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModuleInfoRequires.BuilderBase) - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModuleInfoUses) - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModuleInfoUses.BuilderBase) - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModuleTypeInfo) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModuleTypeInfo.BuilderBase) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TypedElementInfo) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Create all method metadata from the provided method information.
- from(TypedElementInfo) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TypedElementInfo.BuilderBase) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TypeInfo) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TypeInfo.BuilderBase) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TypeName) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TypeName.BuilderBase) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(UriInfo) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Update this builder from an existing prototype instance.
- from(UriInfo.BuilderBase) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(UriQuery) - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Update this query by copying all names and their value(s) from the provided query.
- from(ConfigItem) - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ConfigItem.BuilderBase) - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MethodParams) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MethodParams.BuilderBase) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(CriteriaCondition) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Update this builder from an existing prototype instance.
- from(CriteriaCondition.BuilderBase) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(DataQuery) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Update this builder from an existing prototype instance.
- from(DataQuery.BuilderBase) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Order) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Order.BuilderBase) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OrderExpression) - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OrderExpression.BuilderBase) - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Projection) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Projection.BuilderBase) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Property) - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Property.BuilderBase) - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JpaPersistenceUnitConfig) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JpaPersistenceUnitConfig.BuilderBase) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JdbcClientConfig) - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JdbcClientConfig.BuilderBase) - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Order) - Method in class io.helidon.data.Order.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Order.BuilderBase) - Method in class io.helidon.data.Order.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PageRequest) - Method in class io.helidon.data.PageRequest.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PageRequest.BuilderBase) - Method in class io.helidon.data.PageRequest.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Sort) - Method in class io.helidon.data.Sort.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Sort.BuilderBase) - Method in class io.helidon.data.Sort.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ConnectionConfig) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ConnectionConfig.BuilderBase) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SqlConfig) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SqlConfig.BuilderBase) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(DataSourceConfig) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(DataSourceConfig.BuilderBase) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(HikariDataSourceConfig) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HikariDataSourceConfig.BuilderBase) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JdbcDataSourceConfig) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JdbcDataSourceConfig.BuilderBase) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(UcpDataSourceConfig) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(UcpDataSourceConfig.BuilderBase) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JdbcParametersConfig) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JdbcParametersConfig.BuilderBase) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ClientEndpoint) - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ClientEndpoint.BuilderBase) - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(HttpAnnotated) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HttpAnnotated.BuilderBase) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ModelElement) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ModelElement.BuilderBase) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(RestEndpoint) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RestEndpoint.BuilderBase) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(RestMethod) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RestMethod.BuilderBase) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RestMethodParameter.BuilderBase) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ServerEndpoint) - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ServerEndpoint.BuilderBase) - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AsyncConfig) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AsyncConfig.BuilderBase) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(BulkheadConfig) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(BulkheadConfig.BuilderBase) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(CircuitBreakerConfig) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(CircuitBreakerConfig.BuilderBase) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(FallbackConfig.BuilderBase) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(FallbackConfig) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RetryConfig) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RetryConfig.BuilderBase) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TimeoutConfig) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TimeoutConfig.BuilderBase) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ContentEncodingContextConfig) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ContentEncodingContextConfig.BuilderBase) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Headers) - Method in interface io.helidon.http.WritableHeaders
-
For each header from the provided headers, set its value on these headers.
- from(HttpConfig) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HttpConfig.BuilderBase) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(HttpLogConfig) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HttpLogConfig.BuilderBase) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JacksonSupportConfig) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JacksonSupportConfig.BuilderBase) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonBindingSupportConfig) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonBindingSupportConfig.BuilderBase) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonSupportConfig) - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonSupportConfig.BuilderBase) - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SmileSupportConfig) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SmileSupportConfig.BuilderBase) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonbSupportConfig) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonbSupportConfig.BuilderBase) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonpSupportConfig) - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonpSupportConfig.BuilderBase) - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MediaContextConfig) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MediaContextConfig.BuilderBase) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MediaSupportConfig) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MediaSupportConfig.BuilderBase) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonBindingConfig) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonBindingConfig.BuilderBase) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonObject) - Method in class io.helidon.json.JsonObject.Builder
-
Copies all properties from the provided object into this builder.
- from(Schema) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Schema.BuilderBase) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaArray) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaArray.BuilderBase) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaBoolean) - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaBoolean.BuilderBase) - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaInteger) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaInteger.BuilderBase) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaItem) - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaItem.BuilderBase) - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaNull) - Method in class io.helidon.json.schema.SchemaNull.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaNull.BuilderBase) - Method in class io.helidon.json.schema.SchemaNull.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaNumber) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaNumber.BuilderBase) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaObject) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaObject.BuilderBase) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SchemaString) - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SchemaString.BuilderBase) - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SmileConfig) - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SmileConfig.BuilderBase) - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(DeadLetterConfig) - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(DeadLetterConfig.BuilderBase) - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(FailurePolicy) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Update this builder from an existing prototype instance.
- from(FailurePolicy.BuilderBase) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessageBatchConfig.BuilderBase) - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessageBatchConfig) - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessageConfig.BuilderBase) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessageConfig) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessageHeaders) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Append entries from existing headers in their current order.
- from(MessageMetadata) - Method in class io.helidon.messaging.MessageMetadata.Builder
-
Add values from existing metadata, replacing values with matching exact names.
- from(MessagingChannel.BuilderBase) - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessagingChannel) - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingConfig) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingConfig.BuilderBase) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessagingExecutionConfig) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingExecutionConfig.BuilderBase) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessagingFailureConfig) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingFailureConfig.BuilderBase) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessagingChannelConfig) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingChannelConfig.BuilderBase) - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessagingConnectorProviderConfig) - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingConnectorProviderConfig.BuilderBase) - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessagingIncomingConfig) - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingIncomingConfig.BuilderBase) - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MessagingOutgoingConfig) - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MessagingOutgoingConfig.BuilderBase) - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(KeyPerformanceIndicatorMetricsConfig) - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(KeyPerformanceIndicatorMetricsConfig.BuilderBase) - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MetricsConfig) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MetricsConfig.BuilderBase) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ScopeConfig) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.Update this builder from an existing prototype instance.
- from(ScopeConfig.BuilderBase) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.Update this builder from an existing prototype builder instance.
- from(ScopingConfig) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.Update this builder from an existing prototype instance.
- from(ScopingConfig.BuilderBase) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.Update this builder from an existing prototype builder instance.
- from(OtlpPublisherConfig) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OtlpPublisherConfig.BuilderBase) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PrometheusNamingConventionConfig) - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PrometheusNamingConventionConfig.BuilderBase) - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PrometheusPublisherConfig) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PrometheusPublisherConfig.BuilderBase) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenApiFeatureConfig) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenApiFeatureConfig.BuilderBase) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenApi30VersionConfig) - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenApi30VersionConfig.BuilderBase) - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenApi3xMapperRules) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenApi3xMapperRules.BuilderBase) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenApi31VersionConfig) - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenApi31VersionConfig.BuilderBase) - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenApi32VersionConfig) - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenApi32VersionConfig.BuilderBase) - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(CronConfig) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(CronConfig.BuilderBase) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(FixedRateConfig) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(FixedRateConfig.BuilderBase) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TaskConfig) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TaskConfig.BuilderBase) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TimeValidator.TimeConfig) - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
-
Update this builder from an existing configuration instance.
- from(ClientCredentialsConfig) - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ClientCredentialsConfig.BuilderBase) - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SecurityLevel) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Use the provided level as defaults for components not explicitly set on this builder.
- from(DefaultsParams) - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ActivationRequest) - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ActivationRequest.BuilderBase) - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ActivationResult) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ActivationResult.BuilderBase) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Dependency) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Dependency.BuilderBase) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(InterceptionContext) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Update this builder from an existing prototype instance.
- from(InterceptionContext.BuilderBase) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Lookup) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Lookup.BuilderBase) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Qualifier) - Method in class io.helidon.service.registry.Qualifier.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Qualifier.BuilderBase) - Method in class io.helidon.service.registry.Qualifier.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ServiceRegistryConfig) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ServiceRegistryConfig.BuilderBase) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AggregationConfig) - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AggregationConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Base2ExponentialHistogramAggregationConfig) - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Base2ExponentialHistogramAggregationConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(BatchProcessorConfig) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(BatchProcessorConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ExplicitBucketHistogramAggregationConfig) - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ExplicitBucketHistogramAggregationConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(InstrumentSelectorConfig) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(InstrumentSelectorConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(LogLimitsConfig) - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(LogLimitsConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(LogRecordExporterConfig) - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(LogRecordExporterConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MetricDefaultHistogramAggregationConfig) - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MetricDefaultHistogramAggregationConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MetricExporterConfig) - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MetricExporterConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MetricReaderConfig) - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MetricReaderConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenTelemetryConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenTelemetryConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenTelemetryLoggingConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenTelemetryLoggingConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenTelemetryMetricsConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenTelemetryMetricsConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenTelemetryResourceConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenTelemetryResourceConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenTelemetryTracingConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenTelemetryTracingConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OtlpExporterConfig) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OtlpExporterConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OtlpHttpExporterConfig) - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OtlpHttpExporterConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PeriodicMetricReaderConfig) - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PeriodicMetricReaderConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ProcessorConfig) - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ProcessorConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(RetryPolicyConfig) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(RetryPolicyConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SamplerConfig) - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SamplerConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SpanExporterConfig) - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SpanExporterConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SpanLimitsConfig) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SpanLimitsConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TypedAttributes) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TypedAttributes.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ViewRegistrationConfig) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ViewRegistrationConfig.BuilderBase) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ExtendedTracerConfig) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ExtendedTracerConfig.BuilderBase) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(OpenTelemetryTracerConfig) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(OpenTelemetryTracerConfig.BuilderBase) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ValidationContextConfig) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ValidationContextConfig.BuilderBase) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ClientAltSvcConfig) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ClientAltSvcConfig.BuilderBase) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(HttpClientConfig) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HttpClientConfig.BuilderBase) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(HttpConfigBase) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HttpConfigBase.BuilderBase) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SniConfig) - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SniConfig.BuilderBase) - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WebClientConfig) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WebClientConfig.BuilderBase) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WebClientCookieManagerConfig) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WebClientCookieManagerConfig.BuilderBase) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WebClientServiceResponse) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WebClientServiceResponse.BuilderBase) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WebClientContextConfig) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WebClientContextConfig.BuilderBase) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WebClientDiscoveryConfig) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WebClientDiscoveryConfig.BuilderBase) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcClientConfig) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcClientConfig.BuilderBase) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcClientProtocolConfig) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcClientProtocolConfig.BuilderBase) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcServiceDescriptor) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcServiceDescriptor.BuilderBase) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Http1ClientConfig) - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Http1ClientConfig.BuilderBase) - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Http1ClientProtocolConfig) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Http1ClientProtocolConfig.BuilderBase) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Http2ClientConfig) - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Http2ClientConfig.BuilderBase) - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Http2ClientProtocolConfig) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Http2ClientProtocolConfig.BuilderBase) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonRpcClientConfig) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonRpcClientConfig.BuilderBase) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonRpcClientProtocolConfig) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonRpcClientProtocolConfig.BuilderBase) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WsClientConfig) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WsClientConfig.BuilderBase) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WsClientProtocolConfig) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WsClientProtocolConfig.BuilderBase) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AccessLogConfig) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AccessLogConfig.BuilderBase) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(LimitsFeatureConfig) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(LimitsFeatureConfig.BuilderBase) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ContextFeatureConfig) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ContextFeatureConfig.BuilderBase) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(CorsConfig) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(CorsConfig.BuilderBase) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(CorsPathConfig) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(CorsPathConfig.BuilderBase) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ErrorHandling) - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ErrorHandling.BuilderBase) - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcConfig) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcReflectionConfig) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcReflectionConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcSecurityConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcSecurityConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcSecurityHandlerConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcSecurityHandlerConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcSecurityMethodConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcSecurityMethodConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcSecurityServiceConfig) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcSecurityServiceConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcTracingConfig) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcTracingConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(GrpcValidationConfig) - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(GrpcValidationConfig.BuilderBase) - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(HstsFeatureConfig) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HstsFeatureConfig.BuilderBase) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AltSvcConfig) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AltSvcConfig.BuilderBase) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Http1Config) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Http1Config.BuilderBase) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Http1ConnectionSelectorConfig) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Http1ConnectionSelectorConfig.BuilderBase) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Http2Config) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Update this builder from an existing prototype instance.
- from(Http2Config.BuilderBase) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(JsonRpcHandlers) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Update this builder from an existing prototype instance.
- from(JsonRpcHandlers.BuilderBase) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ListenerConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ListenerConfig.BuilderBase) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ConfigObserverConfig) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ConfigObserverConfig.BuilderBase) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(HealthObserverConfig) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(HealthObserverConfig.BuilderBase) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(InfoObserverConfig) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(InfoObserverConfig.BuilderBase) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(LogObserverConfig) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(LogObserverConfig.BuilderBase) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(LogStreamConfig) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(LogStreamConfig.BuilderBase) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AutoHttpMetricsConfig) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AutoHttpMetricsConfig.BuilderBase) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(AutoHttpMetricsPathConfig) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(AutoHttpMetricsPathConfig.BuilderBase) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MetricsObserverConfig) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MetricsObserverConfig.BuilderBase) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ObserveFeatureConfig) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ObserveFeatureConfig.BuilderBase) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ObserverConfigBase) - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ObserverConfigBase.BuilderBase) - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TracingObserverConfig) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TracingObserverConfig.BuilderBase) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ProxyProtocolConfig) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ProxyProtocolConfig.BuilderBase) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(PathsConfig) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(PathsConfig.BuilderBase) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SecurityFeatureConfig) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SecurityFeatureConfig.BuilderBase) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SecurityHandlerConfig) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SecurityHandlerConfig.BuilderBase) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(SniConfig) - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(SniConfig.BuilderBase) - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(BaseHandlerConfig) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(BaseHandlerConfig.BuilderBase) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(ClasspathHandlerConfig) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(ClasspathHandlerConfig.BuilderBase) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(FileSystemHandlerConfig) - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(FileSystemHandlerConfig.BuilderBase) - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(MemoryCacheConfig) - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(MemoryCacheConfig.BuilderBase) - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(StaticContentConfig) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(StaticContentConfig.BuilderBase) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TemporaryStorageConfig) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TemporaryStorageConfig.BuilderBase) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(StuckThreadDetectionConfig) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(StuckThreadDetectionConfig.BuilderBase) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(TcpTransportConfig) - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(TcpTransportConfig.BuilderBase) - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(UdsTransportConfig) - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(UdsTransportConfig.BuilderBase) - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(VirtualHostConfig) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(VirtualHostConfig.BuilderBase) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WebServerConfig) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WebServerConfig.BuilderBase) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WsConfig) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WsConfig.BuilderBase) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(WsProtocolConfig) - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Update this builder from an existing prototype instance.
- from(WsProtocolConfig.BuilderBase) - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Update this builder from an existing prototype builder instance.
- from(Iterable) - Static method in interface io.helidon.common.reactive.Multi
-
Deprecated.use
Multi.create(java.lang.Iterable)instead - from(CompletionStage) - Static method in interface io.helidon.common.reactive.Multi
-
Deprecated.
- from(CompletionStage) - Static method in interface io.helidon.common.reactive.Single
-
Deprecated.
- from(CompletionStage, boolean) - Static method in interface io.helidon.common.reactive.Multi
-
Deprecated.
- from(CompletionStage, boolean) - Static method in interface io.helidon.common.reactive.Single
-
Deprecated.
- from(Flow.Publisher) - Static method in interface io.helidon.common.reactive.Multi
-
Deprecated.
- from(Flow.Publisher) - Static method in interface io.helidon.common.reactive.Single
-
Deprecated.
- from(Stream) - Static method in interface io.helidon.common.reactive.Multi
-
Deprecated.use
Multi.create(java.util.stream.Stream)instead - FROM - Static variable in class io.helidon.http.HeaderNames
-
The "From" header name.
- FROM_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "From" header name.
- fromAnnotations(EndpointConfig) - Method in class io.helidon.security.abac.policy.PolicyValidator
- fromAnnotations(EndpointConfig) - Method in class io.helidon.security.abac.role.RoleValidator
- fromAnnotations(EndpointConfig) - Method in class io.helidon.security.abac.scope.ScopeValidator
- fromAnnotations(EndpointConfig) - Method in class io.helidon.security.abac.time.TimeValidator
- fromAnnotations(EndpointConfig) - Method in interface io.helidon.security.providers.abac.spi.AbacValidator
-
Load configuration class instance from annotations this validator expects.
- fromConfig() - Static method in class io.helidon.config.encryption.EncryptionFilter
-
Create a filter based on configuration (it takes its configuration from the configuration object it filters).
- fromConfig(Config) - Method in class io.helidon.security.abac.policy.PolicyValidator
- fromConfig(Config) - Method in class io.helidon.security.abac.role.RoleValidator
- fromConfig(Config) - Method in class io.helidon.security.abac.scope.ScopeValidator
- fromConfig(Config) - Method in class io.helidon.security.abac.time.TimeValidator
- fromConfig(Config) - Method in interface io.helidon.security.providers.abac.spi.AbacValidator
-
Load configuration class instance from configuration.
- fromJson(JsonObject) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Update this builder from JWK in json format.
- fromJson(JsonObject) - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Update this builder from JWK in json format.
- fromJson(JsonObject) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Update this builder from JWK in json format.
- fromJson(JsonObject, Class) - Static method in class io.helidon.jsonrpc.core.JsonUtil
-
Convert a JSON object into a Java object.
- fromJson(JsonValue, Class) - Static method in class io.helidon.jsonrpc.core.JsonUtil
-
Convert a JSON value into a Java object.
- fromQueryString(String) - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Update from a query string (with encoded values).
- frontendUri(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Full URI of this application that is visible from user browser.
- Ft - Class in io.helidon.faulttolerance
-
Fault tolerance annotations and types for Helidon Declarative.
- FT_BULKHEAD_CALLS_TOTAL - Static variable in interface io.helidon.faulttolerance.Bulkhead
-
Counter for all the calls in a bulkhead.
- FT_BULKHEAD_EXECUTIONSREJECTED - Static variable in interface io.helidon.faulttolerance.Bulkhead
-
Gauge of number of executions rejected by the bulkhead.
- FT_BULKHEAD_EXECUTIONSRUNNING - Static variable in interface io.helidon.faulttolerance.Bulkhead
-
Gauge of number of executions running at a certain time.
- FT_BULKHEAD_EXECUTIONSWAITING - Static variable in interface io.helidon.faulttolerance.Bulkhead
-
Gauge of number of executions waiting at a certain time.
- FT_BULKHEAD_WAITINGDURATION - Static variable in interface io.helidon.faulttolerance.Bulkhead
-
Histogram of waiting time to enter a bulkhead.
- FT_CIRCUITBREAKER_CALLS_TOTAL - Static variable in interface io.helidon.faulttolerance.CircuitBreaker
-
Counter for all the calls in a timeout.
- FT_CIRCUITBREAKER_OPENED_TOTAL - Static variable in interface io.helidon.faulttolerance.CircuitBreaker
-
Counter for the number of times a circuit breaks has moved from
CircuitBreaker.State.CLOSEDtoCircuitBreaker.State.OPEN. - FT_METRICS_DEFAULT_ENABLED - Static variable in class io.helidon.faulttolerance.FaultTolerance
-
Config key to enable metrics in Fault Tolerance.
- FT_RETRY_CALLS_TOTAL - Static variable in interface io.helidon.faulttolerance.Retry
-
Counter for all the calls in a retry.
- FT_RETRY_RETRIES_TOTAL - Static variable in interface io.helidon.faulttolerance.Retry
-
Counter for all retry calls, excluding the initial call.
- FT_TIMEOUT_CALLS_TOTAL - Static variable in interface io.helidon.faulttolerance.Timeout
-
Counter for all the calls in a timeout.
- FT_TIMEOUT_EXECUTIONDURATION - Static variable in interface io.helidon.faulttolerance.Timeout
-
Histogram of execution durations.
- Ft.Async - Annotation Interface in io.helidon.faulttolerance
-
Runs the annotated method asynchronously.
- Ft.Bulkhead - Annotation Interface in io.helidon.faulttolerance
-
Bulkhead protects a resource that cannot serve unlimited parallel requests.
- Ft.CircuitBreaker - Annotation Interface in io.helidon.faulttolerance
-
The annotated method (or all methods on annotated type) will have circuit breaker according to the configuration.
- Ft.Fallback - Annotation Interface in io.helidon.faulttolerance
-
The annotated method will fallback to the defined method on failure.
- Ft.Retry - Annotation Interface in io.helidon.faulttolerance
-
The annotated method (or all methods on annotated type) will be retried according to the configuration.
- Ft.Timeout - Annotation Interface in io.helidon.faulttolerance
-
The annotated method (or all methods on annotated type) will time out according to the configuration.
- FtExtensionProvider - Class in io.helidon.declarative.codegen.faulttolerance
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative Fault tolerance. - FtExtensionProvider() - Constructor for class io.helidon.declarative.codegen.faulttolerance.FtExtensionProvider
-
Required public constructor for
ServiceLoader. - FtHandler - Interface in io.helidon.faulttolerance
-
A fault tolerance handler.
- FtHandlerTyped<T> - Interface in io.helidon.faulttolerance
-
A typed fault tolerance handler, to allow combination of multiple handlers without losing type information.
- FtSupport - Class in io.helidon.faulttolerance
-
Abstract types for classes that are (usually) code generated.
- FtSupport.AsyncMethod - Class in io.helidon.faulttolerance
-
A base interceptor service implementation to support
Async. - FtSupport.BulkheadMethod - Class in io.helidon.faulttolerance
-
A base interceptor service implementation to support
Bulkhead. - FtSupport.CircuitBreakerMethod - Class in io.helidon.faulttolerance
-
A base interceptor service implementation to support
Ft.CircuitBreaker. - FtSupport.FallbackMethod<T> - Class in io.helidon.faulttolerance
-
A base interceptor service implementation to support
Fallback. - FtSupport.RetryMethod - Class in io.helidon.faulttolerance
-
A base interceptor service implementation to support
Ft.Retry. - FtSupport.TimeoutMethod - Class in io.helidon.faulttolerance
-
A base interceptor service implementation to support
Ft.Timeout. - FULL - Enum constant in enum class io.helidon.common.SerializationConfig.TraceOption
-
Full tracing traces any request to the deserialization filter.
- fullBody() - Method in interface io.helidon.codegen.JavadocTree.Document
-
Get the full body.
- FullClientRequest<T> - Interface in io.helidon.webclient.api
-
Client request with getters for all configurable options, used for integration with HTTP version implementations.
- fullName() - Method in class io.helidon.security.jwt.Jwt
-
Full name claim.
- fullName() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Returns the service name prefixed with package directive if one exists.
- fullName(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Full name of subject.
- fullScanCount() - Method in interface io.helidon.service.registry.RegistryMetrics
-
Number of full scan counts (going through every service in the registry and checking matches).
- fullType() - Method in interface io.helidon.common.media.type.MediaType
-
Deprecated.use
MediaType.text() - function() - Element in annotation interface io.helidon.webclient.api.RestClient.ComputedHeader
-
A named producer function.
- function() - Element in annotation interface io.helidon.webserver.http.RestServer.ComputedHeader
-
A named producer function.
- FunctionalCounter - Interface in io.helidon.metrics.api
-
A read-only counter which wraps some other object that provides the counter value via a function.
- FunctionalCounter.Builder<T> - Interface in io.helidon.metrics.api
-
Builder for a
FunctionalCounter. - functionalCounterBuilder(String, T, Function) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a builder for a functional
Counter, essentially a counter-style wrapper around an external object. - Functions - Class in io.helidon.common
- Functions.CheckedBiConsumer<T,
U, - Interface in io.helidon.commonE> -
Checked bi-consumer.
- Functions.CheckedConsumer<T,
E> - Interface in io.helidon.common -
Checked consumer.
- Functions.CheckedFunction<T,
U, - Interface in io.helidon.commonE> -
Checked consumer.
- Functions.CheckedRunnable<E> - Interface in io.helidon.common
-
Checked runnable.
- Functions.CheckedSupplier<T,
E> - Interface in io.helidon.common -
Checked supplier.
G
- GATEWAY_TIMEOUT_504 - Static variable in class io.helidon.http.Status
-
504 Gateway Timeout, see HTTP/1.1 documentation.
- GATEWAY_TIMEOUT_504_CODE - Static variable in class io.helidon.http.Status
-
504 Gateway Timeout, see HTTP/1.1 documentation.
- gauge(String, Iterable) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Locates a previously-registered gauge.
- Gauge<N> - Interface in io.helidon.metrics.api
-
Exposes as a meter a value that can increase or decrease and is updated by external logic, not by explicit invocations of methods on this type.
- GAUGE - Enum constant in enum class io.helidon.metrics.api.Meter.Type
-
Gauge (can increase or decrease).
- Gauge.Builder<N> - Interface in io.helidon.metrics.api
-
Builder for a new gauge.
- gaugeBuilder(String, Supplier) - Method in interface io.helidon.metrics.api.MetricsFactory
- gaugeBuilder(String, T, ToDoubleFunction) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a builder for a state-based
Gauge. - gaugeInProgress() - Static method in class io.helidon.webclient.metrics.WebClientMetrics
-
Creates new gauge in progress client metric.
- GB - Enum constant in enum class io.helidon.common.Size.Unit
-
Gigabytes (represented as
gB): i.e. - gender() - Method in class io.helidon.security.jwt.Jwt
-
Gender claim.
- gender(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Gender of the subject.
- generalWebClient() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Client with configured proxy with no security.
- generate() - Method in interface io.helidon.data.codegen.common.RepositoryInterfaceGenerator
-
Generate the code.
- generate() - Method in interface io.helidon.json.schema.Schema
-
Generate the String representation of the schema.
- generate(boolean) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Whether to generate this javadoc.
- generate(CodegenContext, RoundContext, TypeInfo, RepositoryGenerator) - Method in class io.helidon.data.codegen.common.BasePersistenceGenerator
- generate(CodegenContext, RoundContext, TypeInfo, RepositoryGenerator) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator
-
Generate persistence provider specific code.
- generate(JsonObject.Builder) - Method in interface io.helidon.json.schema.SchemaArray
- generate(JsonObject.Builder) - Method in interface io.helidon.json.schema.SchemaInteger
- generate(JsonObject.Builder) - Method in interface io.helidon.json.schema.SchemaItem
-
Generated the Json schema item to the Json.
- generate(JsonObject.Builder) - Method in interface io.helidon.json.schema.SchemaNumber
- generate(JsonObject.Builder) - Method in interface io.helidon.json.schema.SchemaObject
- generate(JsonObject.Builder) - Method in interface io.helidon.json.schema.SchemaString
- Generated - Annotation Interface in io.helidon.common
-
Annotation marking this type as generated.
- GENERATED - Static variable in class io.helidon.common.types.TypeNames
-
Helidon Generated annotation type.
- GENERATED_ANNOTATION - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
- GENERATED_ONLY - Enum constant in enum class io.helidon.openapi.OpenApiGeneratedMode
-
Use only generated document sources, even when a static document is present.
- generatedAnnotation(TypeName, TypeName, TypeName, String, String) - Static method in class io.helidon.codegen.CodegenUtil
-
Create a generated annotation.
- GeneratedAnnotationProvider - Interface in io.helidon.codegen.spi
-
Service provider interface to provide customization of generated annotation.
- GeneratedBuilder - Class in io.helidon.builder.api
-
Types used from generated code.
- GeneratedBuilder.EqualityUtil - Class in io.helidon.builder.api
-
Utility methods for equals and hash code of specific cases of field types.
- generatedDocumentSources() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Named generated document metadata sources to use, in the order configured.
- generatedDocumentSources() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- generatedDocumentSources() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Named generated document metadata sources to use, in the order configured.
- generatedDocumentSources(List) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Named generated document metadata sources to use, in the order configured.
- GeneratedGraphQl - Class in io.helidon.graphql
-
Inner types are used by generated code.
- GeneratedGraphQl.CustomScalar - Interface in io.helidon.graphql
-
Service Registry contract for GraphQL custom scalar mappings.
- GeneratedJdbcData - Class in io.helidon.data.jdbc
-
Methods used by generated Helidon Data JDBC repositories.
- generatedKeys() - Method in interface io.helidon.data.jdbc.JdbcClient.Statement
-
Selects generated key execution.
- generatedKeys() - Method in interface io.helidon.dbclient.DbResultDml
-
Retrieves any auto-generated keys created as a result of executing this DML statement.
- GeneratedMethod - Interface in io.helidon.builder.codegen
-
A method to be generated.
- GeneratedMethod.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
GeneratedMethod. - GeneratedMethod.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
GeneratedMethod. - GeneratedMethod.BuilderBase.GeneratedMethodImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GeneratedMethodImpl(GeneratedMethod.BuilderBase) - Constructor for class io.helidon.builder.codegen.GeneratedMethod.BuilderBase.GeneratedMethodImpl
-
Create an instance providing a builder.
- generatedMode() - Method in interface io.helidon.openapi.OpenApiDocumentContext
-
Generated document mode.
- generatedMode() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Generated document source handling mode.
- generatedMode() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- generatedMode() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Generated document source handling mode.
- generatedMode(OpenApiGeneratedMode) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Generated document source handling mode.
- generatedOperationIds() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Operation ids to use for generated Java methods.
- generatedOperationIds() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- generatedOperationIds() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Operation ids to use for generated Java methods.
- generatedOperationIds(Map) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Operation ids to use for generated Java methods.
- generatedResolveConfigExpressions() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Whether generated document sources resolve annotation string values as Helidon config expressions at runtime.
- generatedResolveConfigExpressions() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- generatedResolveConfigExpressions() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Whether generated document sources resolve annotation string values as Helidon config expressions at runtime.
- generatedResolveConfigExpressions(boolean) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Whether generated document sources resolve annotation string values as Helidon config expressions at runtime.
- GeneratedService - Class in io.helidon.service.registry
-
All types in this class are used from generated code for services.
- GeneratedService.DependencySupport - Class in io.helidon.service.registry
-
Utility type to provide method to combine injection point information for inheritance support.
- GeneratedService.EventObserverRegistration - Interface in io.helidon.service.registry
-
For event observers an observer registration is generated, so it can be picked-up by the
EventManagerimplementation at runtime. - GeneratedService.IpFactoryInterceptionWrapper<T> - Class in io.helidon.service.registry
-
Wrapper for generated Service factories that implement a
Service.InjectionPointFactory. - GeneratedService.OptionalSupplierFactoryInterceptionWrapper<T> - Class in io.helidon.service.registry
-
Wrapper for generated Service factories that implement a
Supplierof an optional service. - GeneratedService.PerInstanceDescriptor - Interface in io.helidon.service.registry
-
Each descriptor for s service that is annotated with
Service.PerInstanceimplements this interface to provide information about the type that drives it. - GeneratedService.QualifiedFactoryDescriptor - Interface in io.helidon.service.registry
-
Each descriptor for s service that is implements
Service.QualifiedFactoryimplements this interface to provide information about the qualifier it supports. - GeneratedService.QualifiedFactoryInterceptionWrapper<T,
A> - Class in io.helidon.service.registry -
Wrapper for generated Service factories that implement a
Service.QualifiedFactory. - GeneratedService.ScopeHandlerDescriptor - Interface in io.helidon.service.registry
-
Each descriptor for a service that implements
Service.ScopeHandlerimplements this interface to provide information about the scope it handles. - GeneratedService.ServicesFactoryInterceptionWrapper<T> - Class in io.helidon.service.registry
-
Wrapper for generated Service factories that implement a
Service.ServicesFactory. - GeneratedService.SupplierFactoryInterceptionWrapper<T> - Class in io.helidon.service.registry
-
Wrapper for generated Service factories that implement a
Supplierof a service. - generatedSourceDirectory() - Method in class io.helidon.service.maven.plugin.CreateApplicationMojo
- generatedSourceDirectory() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
- generatedType(TypeName) - Method in interface io.helidon.codegen.RoundContext
-
Class model builder for a type that is to be code generated.
- generateHeader(Method.Builder, TypedElementInfo) - Method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
-
Generate method header matching interface prototype and return method parameters.
- generateInterfaces(RepositoryInfo, ClassModel.Builder, CodegenContext, PersistenceGenerator) - Method in interface io.helidon.data.codegen.common.spi.RepositoryGenerator
-
Generate repository interfaces (e.g.
- generateJavadoc(boolean) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- generateName(DbStatementType, String) - Method in class io.helidon.dbclient.DbExecuteBase
-
Generate a name for a statement.
- generateNoKeywords() - Method in interface io.helidon.json.schema.Schema
-
Generate the String representation of the schema without schema keywords.
- generateObject() - Method in interface io.helidon.json.schema.Schema
-
Generate the
JsonObjectobject of this schema. - generateObjectNoKeywords() - Method in interface io.helidon.json.schema.Schema
-
Generate the
JsonObjectobject of this schema without schema keywords. - generateQueryMethods(RepositoryInfo, ClassModel.Builder, CodegenContext, PersistenceGenerator) - Method in interface io.helidon.data.codegen.common.spi.RepositoryGenerator
-
Generate query by method name methods.
- generateRepositoryClass(CodegenContext, RoundContext, RepositoryGenerator, RepositoryInfo, TypeName, ClassModel.Builder) - Method in class io.helidon.data.codegen.common.BasePersistenceGenerator
-
Generate data repository interface implementing class for specific persistence provider.
- generation() - Method in class io.helidon.common.tls.ConfiguredTlsManager
- generation() - Method in class io.helidon.common.tls.Tls
-
Generation of TLS material changes reported by the configured
TlsManager.generation(). - generation() - Method in interface io.helidon.common.tls.TlsManager
-
Generation of TLS material changes reported by this manager.
- generic() - Method in class io.helidon.codegen.classmodel.TypeArgument
- generic() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Indicates whether this type is using generics.
- generic() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- generic() - Method in interface io.helidon.common.types.TypeName
-
Indicates whether this type is using generics.
- generic(boolean) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Indicates whether this type is using generics.
- GENERIC_T - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Name of the generic type
T. - GENERIC_T_TYPE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A
GenericType<T>. - GENERIC_TYPE - Static variable in interface io.helidon.common.parameters.Parameters
-
Generic type for parameters.
- GENERIC_TYPE - Static variable in class io.helidon.common.types.TypeNames
-
Helidon
GenericType. - GENERIC_TYPE - Static variable in interface io.helidon.config.Config
-
Generic type of configuration.
- GENERIC_TYPE - Static variable in class io.helidon.http.media.multipart.MultiPart
-
Generic type of
MultiPart. - GENERIC_TYPE - Static variable in interface io.helidon.http.media.multipart.WriteableMultiPart
-
Generic type for writable multi part.
- GENERIC_WILDCARD - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Name of the generic type
?. - genericArguments() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Generic type parameters declared by this type, including their bounds.
- genericInterface(Map) - Method in interface io.helidon.data.codegen.common.spi.RepositoryGenerator
-
Return the most generic provider specific interface from provided interfaces.
- genericReturnTypeArgument(TypedElementInfo) - Static method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
- genericsTokens() - Method in class io.helidon.codegen.classmodel.Javadoc
-
Generic parameter tags names and descriptions.
- GenericType<T> - Class in io.helidon.common
-
Represents a full type including generics declaration, to avoid information loss due to type erasure.
- GenericType() - Constructor for class io.helidon.common.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType.Builder<T> - Class in io.helidon.common
-
Builder of the Generic type.
- genericTypeMappers() - Method in interface io.helidon.config.spi.ConfigMapperProvider
-
Returns a map of mapper functions associated with appropriate target type (
GenericType<?>. - genericTypeName() - Method in class io.helidon.codegen.classmodel.TypeArgument
- genericTypeName() - Method in interface io.helidon.common.types.TypeName
-
The base generic type name, stripped of any
TypeName.typeArguments(). - geometric(long, double, long) - Static method in interface io.helidon.common.reactive.RetrySchema
-
Creates the retry schema as a bounded geometric series.
- get() - Method in interface io.helidon.common.Builder
- get() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- get() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- get() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- get() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- get() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- get() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- get() - Method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
- get() - Method in class io.helidon.common.configurable.ServerThreadPoolSupplier
- get() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- get() - Method in class io.helidon.common.configurable.ThreadPoolSupplier
- get() - Method in interface io.helidon.common.Functions.CheckedSupplier
-
Get the value.
- get() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- get() - Method in interface io.helidon.common.mapper.OptionalValue
-
Typed value.
- get() - Method in interface io.helidon.common.mapper.Value
-
Typed value.
- get() - Method in class io.helidon.common.reactive.RequestedCounter
-
Gets the current requested event counter value.
- get() - Method in interface io.helidon.common.reactive.Single
-
Short-hand for
toFuture().toCompletableFuture().get(). - get() - Method in class io.helidon.common.reactive.SingleSubscriberHolder
-
Get the stored subscriber.
- get() - Static method in interface io.helidon.common.resumable.ResumableSupport
-
Gets resumable support singleton.
- get() - Method in class io.helidon.common.socket.NioSocket
- get() - Method in class io.helidon.common.socket.PlainSocket
- get() - Method in class io.helidon.common.socket.TlsNioSocket
- get() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- get() - Method in class io.helidon.config.ConfigFilters.ValueResolvingBuilder
- get() - Method in interface io.helidon.config.ConfigValue
-
Typed value of the represented
Confignode. - get() - Method in interface io.helidon.config.objectmapping.Value.None
- get() - Method in class io.helidon.config.PollingStrategies.ScheduledBuilder
- get() - Method in interface io.helidon.config.spi.ConfigNode.ValueNode
-
Get the value of this value node.
- get() - Method in interface io.helidon.config.spi.ConfigSource
- get() - Method in interface io.helidon.config.spi.OverrideSource
- get() - Method in interface io.helidon.config.spi.RetryPolicy
- get() - Method in class io.helidon.config.ValueNodeImpl
- get() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
- get() - Method in interface io.helidon.dbclient.DbColumn
-
Untyped value of this column, returns java type as provided by the underlying database driver.
- get() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- get() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- get() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- get() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- get() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- get() - Method in class io.helidon.http.ContentDisposition
- get() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
- get() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- get() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
- get() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
- get() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
- get() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- get() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- get() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- get() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- get() - Method in class io.helidon.metrics.exemplartrace.MicrometerSpanContextSupplierProvider
- get() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- get() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- get() - Method in interface io.helidon.metrics.providers.micrometer.spi.SpanContextSupplierProvider
-
Returns a
SpanContextfor supporting exemplars. - get() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- get() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
- get() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
- get() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
- get() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- get() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- get() - Static method in class io.helidon.security.integration.common.SecurityTracing
-
Get an instance from the current
Contextor create a new instance and start the security span. - get() - Method in interface io.helidon.security.SecurityClient
-
Synchronous complement to
SecurityClient.submit(). - get() - Method in class io.helidon.security.SecurityTime
-
Get current (or as configured) time.
- get() - Method in class io.helidon.service.registry.GeneratedService.OptionalSupplierFactoryInterceptionWrapper
- get() - Method in class io.helidon.service.registry.GeneratedService.SupplierFactoryInterceptionWrapper
- get() - Method in interface io.helidon.service.registry.Service.QualifiedInstance
-
Get the instance that the registry manages (or an instance that is unmanaged, if the provider is in
Service.PerLookup, or if the instance is created by a factory). - get() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- get() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- get() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
- get() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for get method with default path.
- get() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
- get() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- get() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- get() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- get() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- get() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
- get() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
- get() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
- get() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
- get() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- get() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- get() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- get() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- get() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- get() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- get() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- get() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- get() - Method in interface io.helidon.webserver.http.HttpFeature
- get() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- get() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- get() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- get() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- get() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- get() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- get() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- get() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- get() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- get() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- get() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
- get() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- get() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- get() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- get() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- get() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- get(int) - Method in interface io.helidon.common.buffers.BufferData
-
Get byte at index (current read position + index).
- get(int) - Method in interface io.helidon.data.codegen.query.CriteriaParameters
-
Get parameter with provided
index. - get(int) - Static method in enum class io.helidon.http.http2.Http2ErrorCode
-
Get error code enum based on error code number.
- get(int) - Method in class io.helidon.json.JsonArray
-
Return the JsonValue at the specified index as an Optional.
- get(int) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Get a single array param by index as a JSON value.
- get(int) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Get a JSON array value by index as a JSON value.
- get(int) - Method in class io.helidon.messaging.MessageBatch
-
Message at an index.
- get(int) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchResponse
-
Get a single response by index.
- get(int) - Static method in enum class io.helidon.websocket.WsOpCode
-
Get operation code based on its numeric code.
- get(int, JsonValue) - Method in class io.helidon.json.JsonArray
-
Return the JsonValue at the specified index, or the default value if the index is out of bounds.
- get(int, Class) - Method in interface io.helidon.data.jdbc.JdbcClient.Row
-
Reads a value that must not be
nullby the column index, starting at one. - get(long, TimeUnit) - Method in interface io.helidon.common.reactive.Single
-
Short-hand for
toFuture().toCompletableFuture().get(). - get(Context) - Static method in class io.helidon.security.integration.common.SecurityTracing
-
Get an instance from the provided
Contextor create a new instance, register it, and start the security span. - get(GenericType) - Method in interface io.helidon.common.mapper.Value
-
Convert this value to a different type using a mapper.
- get(GenericType) - Method in interface io.helidon.dbclient.DbColumn
-
Value of this column as a generic type.
- get(GenericType) - Method in class io.helidon.dbclient.DbColumnBase
- get(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract with the expectation that there is a match available.
- get(TypeName) - Static method in class io.helidon.service.registry.Services
-
Get the first instance of the contract, expecting the contract is available.
- get(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract and qualifiers with the expectation that there is a match available.
- get(TypeName, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Get the first service instance matching the contract and qualifiers with the expectation that there is a match available.
- get(Config.Key) - Method in interface io.helidon.config.Config
-
Returns the single sub-node for the specified sub-key.
- get(Config.Key) - Method in class io.helidon.config.MergedConfig
- get(Config, String) - Static method in class io.helidon.config.DeprecatedConfig
-
Get a deprecated value from config, logging a warning if it is present.
- get(Config, String, String) - Static method in class io.helidon.config.DeprecatedConfig
-
Get a value from config, attempting to read both the keys.
- get(HeaderName) - Method in interface io.helidon.http.Headers
-
Get a header value.
- get(Http2FrameType) - Static method in interface io.helidon.http.http2.Http2FrameTypes
-
Get frame types based on frame type enum.
- get(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the lookup with the expectation that there is a match available.
- get(ServiceInfo) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Provide a value for a specific service info instance.
- get(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- get(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a get route.
- get(Class) - Method in interface io.helidon.common.mapper.Value
-
Convert this value to a different type using a mapper.
- get(Class) - Method in interface io.helidon.common.context.Context
-
Optionally gets registered instance by its type.
- get(Class) - Method in interface io.helidon.dbclient.DbColumn
-
Typed value of this column.
- get(Class) - Method in class io.helidon.dbclient.DbColumnBase
- get(Class) - Method in interface io.helidon.grpc.core.MarshallerSupplier
-
Obtain a
MethodDescriptor.Marshallerfor a type. - get(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract with the expectation that there is a match available.
- get(Class) - Static method in class io.helidon.service.registry.Services
-
Get the first instance of the contract, expecting the contract is available.
- get(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service instance matching the contract and qualifiers with the expectation that there is a match available.
- get(Class, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Get the first service instance matching the contract and qualifiers with the expectation that there is a match available.
- get(Object, Class) - Method in interface io.helidon.common.context.Context
-
Optionally gets a registered instance by its type.
- get(String) - Method in interface io.helidon.common.parameters.Parameters
-
Get the first value.
- get(String) - Method in interface io.helidon.config.Config
-
Returns the single sub-node for the specified sub-key.
- get(String) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Get a single param by name as a JSON value.
- get(String) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Get a JSON object property value as a JSON value.
- get(String) - Static method in class io.helidon.logging.common.HelidonMdc
-
Return the first value found to the specific key.
- get(String) - Method in interface io.helidon.logging.common.spi.MdcProvider
-
Return value bound to the specific key.
- get(String) - Static method in class io.helidon.logging.jul.JulMdc
-
Return value bound to the key from the MDC storage.
- get(String) - Method in class io.helidon.logging.jul.JulMdcProvider
- get(String) - Method in class io.helidon.logging.log4j.Log4jMdcProvider
- get(String) - Method in class io.helidon.logging.slf4j.Slf4jMdcProvider
- get(String) - Method in interface io.helidon.tracing.Baggage
-
Returns the value for the specified baggage key.
- get(String) - Method in interface io.helidon.tracing.HeaderProvider
-
Get a header based on its name.
- get(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for get method with a path.
- get(String) - Method in interface io.helidon.webserver.testing.junit5.spi.DirectJunitExtension.ParamHandler
-
Get an instance to be injected.
- get(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- get(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a get route.
- get(String, WebServerConfig.Builder, ListenerConfig.Builder, Router.RouterBuilder) - Method in interface io.helidon.webserver.testing.junit5.spi.ServerJunitExtension.ParamHandler
-
Get an instance to be injected.
- get(String, Class) - Method in interface io.helidon.data.jdbc.JdbcClient.Row
-
Reads a value that must not be
nullby column label. - get(String, Class) - Method in interface io.helidon.testing.junit5.suite.Storage
-
Retrieve value matching provided
keyfrom the storage. - get(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute a database query using a statement passed as an argument.
- get(URI, Map) - Method in class io.helidon.webclient.api.WebClientCookieManager
- get(K) - Method in interface io.helidon.common.LruCache
-
Get a value from the cache.
- get(K) - Method in interface io.helidon.security.providers.common.EvictableCache
-
Get current cached value if valid.
- Get - Enum constant in enum class io.helidon.data.codegen.query.ProjectionResult
-
Only single entity or entity property instance, cannot return
null. - GET - Enum constant in enum class io.helidon.dbclient.DbStatementType
-
Get is a statement that returns zero or one results.
- GET - Static variable in class io.helidon.http.Method
-
The GET method means retrieve whatever information (in the form of an entity) is identified by the Request-URI.
- GET_NAME - Static variable in class io.helidon.http.Method
-
"GET" method name.
- getActiveThreads() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the current number of active threads.
- getAll(String) - Method in interface io.helidon.tracing.HeaderProvider
-
Get a header based on its name, returning all values.
- getAllRaw(String) - Method in interface io.helidon.common.uri.UriQuery
-
Get all raw values (undecoded) of a query parameter by its name.
- getAppToken(String, RoleMapTracing) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Gets token from cache or from server.
- getAverageActiveThreads() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the average number of active threads across the life of the pool.
- getAverageQueueSize() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the average queue size.
- getBigInteger(JsonObject, String, String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Extract a key value from json object that is base64-url encoded and convert it to big integer if present.
- getBoolean() - Method in interface io.helidon.common.mapper.Value
-
Boolean typed value.
- getBooleans() - Method in interface io.helidon.metadata.hson.Hson.Array
-
Assume this is an array of booleans, and return the list.
- getBuffer(int) - Method in class io.helidon.common.buffers.DataReader
-
Get the next buffer of the requested size without moving position.
- getByteArray(JsonObject, String, String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Extract a key value from json object that is a base64-url encoded byte array, if present.
- getBytes() - Method in class io.helidon.http.http2.Http2Continuation
-
Get bytes from this continuation.
- getBytes() - Method in class io.helidon.http.http2.Http2Ping
-
Get bytes of this frame.
- getClasspathElements() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
- getCompletedTasks() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the number of completed tasks.
- getComponent(String) - Method in class io.helidon.tracing.config.TracingConfig
-
Configuration of a traced component.
- getConfig() - Method in class io.helidon.security.providers.common.OutboundTarget
-
Configuration of this target.
- getCountry() - Method in class io.helidon.security.jwt.JwtUtil.Address
-
Country.
- getDouble() - Method in interface io.helidon.common.mapper.Value
-
Double typed value.
- getExpTime() - Method in class io.helidon.security.providers.common.TokenCredential
-
Expiration time of the token.
- getFailedTasks() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the number of tasks that threw an exception.
- getFormatted() - Method in class io.helidon.security.jwt.JwtUtil.Address
-
Full formatted mailing address.
- getGrantsFromServer(Subject) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
-
Retrieves grants from IDCS server.
- getGrantsFromServer(String, String, Subject) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Get grants from IDCS server.
- getInstance() - Static method in interface io.helidon.metrics.api.MetricsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Use
Services.get(MetricsFactory.class)for the shared metrics factory, or create non-global metrics objects using the programmatic API. - getInstance(Config) - Static method in interface io.helidon.metrics.api.MetricsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Static config-based access is no longer supported. Use
Services.get(MetricsFactory.class)for the shared metrics factory, or create non-global metrics objects using the programmatic API. - getInstance(Class) - Method in class io.helidon.security.ClassToInstanceStore
-
Get an instance from the store.
- getInt() - Method in interface io.helidon.common.mapper.Value
-
Integer typed value.
- getIssuer() - Method in class io.helidon.security.providers.common.TokenCredential
-
Issuer of the token.
- getIssueTime() - Method in class io.helidon.security.providers.common.TokenCredential
-
Issue time of the token.
- getJwt() - Method in class io.helidon.security.jwt.SignedJwt
-
Return a Jwt instance from this signed JWT.
- getKeyBytes() - Method in class io.helidon.security.jwt.jwk.JwkOctet
-
Get the bytes of the secret key.
- getKeyFactory(String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Create a key factory for algorithm.
- getLocality() - Method in class io.helidon.security.jwt.JwtUtil.Address
-
Locality or city.
- getLong() - Method in interface io.helidon.common.mapper.Value
-
Long typed value.
- getMac(String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Create a MAC for algorithm.
- getMessage() - Method in class io.helidon.common.Errors.ErrorMessage
-
Human-readable description of the issue.
- getMessage() - Method in exception class io.helidon.common.testing.virtualthreads.PinningAssertionError
- getMessages() - Method in exception class io.helidon.common.Errors.ErrorMessagesException
-
Get encountered error messages of all types (hint, warning, fatal).
- getName() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the name of this pool.
- getName() - Method in class io.helidon.security.Grant
- getName() - Method in class io.helidon.security.NamedProvider
-
Name of this provider.
- getNamed(TypeName, String) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first named service instance matching the contract with the expectation that there is a match available.
- getNamed(TypeName, String) - Static method in class io.helidon.service.registry.Services
-
Get the first named service instance matching the contract with the expectation that there is a match available.
- getNamed(Class, String) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first named service instance matching the contract with the expectation that there is a match available.
- getNamed(Class, String) - Static method in class io.helidon.service.registry.Services
-
Get the first named service instance matching the contract with the expectation that there is a match available.
- getNumbers() - Method in interface io.helidon.metadata.hson.Hson.Array
-
Assume this is an array of numbers, and return the list.
- getObject() - Method in interface io.helidon.security.ProviderRequest
-
The object of this request.
- getOrCreate(B) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Locates a previously-registered meter using the name and tags in the provided builder or, if not found, registers a new one using the provided builder.
- getOrCreate(T, Function) - Static method in interface io.helidon.common.tls.spi.TlsManagerProvider
-
Provides the ability to have a unique
TlsManagerper uniqueConfiginstance provided. - getOrDefault(String, Class, T) - Method in interface io.helidon.testing.junit5.suite.Storage
-
Retrieve value provided
keyfrom the storage ordefaultValuewhen storage does not contain providedkey. - getPeakQueueSize() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the peak queue size.
- getPostalCode() - Method in class io.helidon.security.jwt.JwtUtil.Address
-
Postal code.
- getProvider() - Method in class io.helidon.security.NamedProvider
-
Provider instance.
- getProviders(Class) - Method in interface io.helidon.security.spi.ProviderSelectionPolicy.Providers
-
Get a list of named providers based on provider type.
- getQueue() - Method in class io.helidon.common.configurable.ThreadPool
- getQueueCapacity() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the queue capacity.
- getQueueSize() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the current number of tasks in the queue.
- getRaw(String) - Method in interface io.helidon.common.uri.UriQuery
-
Get raw value (undecoded) of a query parameter by its name.
- getRegion() - Method in class io.helidon.security.jwt.JwtUtil.Address
-
State, province, prefecture, or region.
- getRejectedExecutionHandler() - Method in class io.helidon.common.configurable.ThreadPool
- getRejectionCount() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the rejection count.
- getRejectionCount() - Method in class io.helidon.common.configurable.ThreadPool.RejectionHandler
-
Returns the number of rejections.
- getRemainingWindowSize() - Method in interface io.helidon.http.http2.FlowControl
-
Remaining window size in bytes.
- getRemainingWindowSize() - Method in interface io.helidon.http.http2.WindowSize
-
Remaining window size.
- getRequestType() - Method in interface io.helidon.grpc.core.MethodHandler
-
Obtain the request type.
- getResponseType() - Method in interface io.helidon.grpc.core.MethodHandler
-
Obtain the response type.
- getRoles(Subject) - Static method in interface io.helidon.security.Security
-
Get a set of roles the subject has, based on
Role. - getSeverity() - Method in class io.helidon.common.Errors.ErrorMessage
-
Get
Severity. - getSignature() - Method in class io.helidon.security.jwt.SignedJwt
-
Signature bytes.
- getSignature(String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Create a signature for algorithm.
- getSignedBytes() - Method in class io.helidon.security.jwt.SignedJwt
-
The bytes that were signed (payload bytes).
- getSource() - Method in class io.helidon.common.Errors.ErrorMessage
-
The issue source.
- getSpan(String) - Method in class io.helidon.tracing.config.ComponentTracingConfig
-
Get a traced span configuration for a named span.
- getSpanLog(String) - Method in class io.helidon.tracing.config.SpanTracingConfig
-
Configuration of a traced span log.
- getStreetAddress() - Method in class io.helidon.security.jwt.JwtUtil.Address
-
Street address.
- getString() - Method in interface io.helidon.common.mapper.Value
-
String typed value.
- getString(int) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Get a single array param by index as a string.
- getString(int) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Get a JSON array value by index as a string.
- getString(JsonObject, String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Extract a key value from json object that is string if present.
- getString(String) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Get a single param by name as a string.
- getString(String) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Get a JSON object property value as a string.
- getStrings() - Method in interface io.helidon.metadata.hson.Hson.Array
-
Assume this is an array of strings, and return the list.
- getStrings(JsonObject, String) - Static method in class io.helidon.security.jwt.JwtUtil
-
Extract a key value from json object that is a list of strings if present.
- getStructs() - Method in interface io.helidon.metadata.hson.Hson.Array
-
Assume this is an array of structs, and return the list.
- getSupportedAnnotationTypes() - Method in class io.helidon.codegen.api.stability.ApiStabilityProcessor
- getSupportedAnnotationTypes() - Method in class io.helidon.codegen.api.stability.enforcer.ApiStabilityEnforcerProcessor
- getSupportedAnnotationTypes() - Method in class io.helidon.codegen.apt.AptProcessor
- getSupportedOptions() - Method in class io.helidon.codegen.api.stability.ApiStabilityProcessor
- getSupportedOptions() - Method in class io.helidon.codegen.apt.AptProcessor
- getSupportedSourceVersion() - Method in class io.helidon.codegen.api.stability.ApiStabilityProcessor
- getSupportedSourceVersion() - Method in class io.helidon.codegen.api.stability.enforcer.ApiStabilityEnforcerProcessor
- getSupportedSourceVersion() - Method in class io.helidon.codegen.apt.AptProcessor
- getterName() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Name of the getter methods.
- getterName() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- getterName() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Name of the getter methods.
- getterName(String) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Name of the getter methods.
- getToken(RoleMapTracing) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.AppToken
-
Return a cached application token, requesting a new token when needed.
- getTokenInstance(Class) - Method in class io.helidon.security.providers.common.TokenCredential
-
Get a token of a specific class.
- getTotalTasks() - Method in class io.helidon.common.configurable.ThreadPool
-
Returns the number of completed and failed tasks.
- getTypeName() - Method in class io.helidon.common.GenericType
- getValue(Object, String) - Static method in interface io.helidon.security.ProviderRequest
-
Get a value of a property from an object.
- getValue(String) - Method in interface io.helidon.common.types.Annotation
-
Get a value of an annotation property.
- GIB - Enum constant in enum class io.helidon.common.Size.Unit
-
Gibi-bytes (represented as either
GBorGiB), where we use binary approach, i.e. - GIBIBITS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1024
Meter.BaseUnits.MEBIBITS. - GIGABITS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1000
Meter.BaseUnits.MEGABITS. - GIGABYTES - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
- givenName() - Method in class io.helidon.security.jwt.Jwt
-
Given name claim.
- givenName(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Given name of subject (first name).
- global() - Static method in interface io.helidon.config.Config
-
Return the global config from the current
ServiceRegistry. - global() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Whether the
OpenTelemetryinstance created from this configuration should be published as the OpenTelemetry global instance before any other code initializesGlobalOpenTelemetry, because OpenTelemetry globals are JVM-wide and can be assigned only once; if an OpenTelemetry global already exists, Helidon leaves it unchanged and uses the existing global as the application OpenTelemetry instance. - global() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- global() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Whether the
OpenTelemetryinstance created from this configuration should be published as the OpenTelemetry global instance before any other code initializesGlobalOpenTelemetry, because OpenTelemetry globals are JVM-wide and can be assigned only once; if an OpenTelemetry global already exists, Helidon leaves it unchanged and uses the existing global as the application OpenTelemetry instance. - global() - Method in interface io.helidon.tracing.spi.TracerProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Services.get(Class)to obtain the application-wideTracerfrom the service registry - global(boolean) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Whether the
OpenTelemetryinstance created from this configuration should be published as the OpenTelemetry global instance before any other code initializesGlobalOpenTelemetry, because OpenTelemetry globals are JVM-wide and can be assigned only once; if an OpenTelemetry global already exists, Helidon leaves it unchanged and uses the existing global as the application OpenTelemetry instance. - global(Config) - Method in interface io.helidon.telemetry.opentelemetry.spi.OpenTelemetryOwnershipStrategy
-
Whether the selected application-wide
OpenTelemetryinstance should be published toGlobalOpenTelemetry. - global(Tracer) - Method in interface io.helidon.tracing.spi.TracerProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Services.set(Class, Object[])to register aTracerin the service registry before tracing is requested - global(OpenTelemetry, String, Map) - Static method in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Services.set(Class, Object[])to configure a custom telemetry instance, or let Helidon resolve the correct instance. - globalContext() - Static method in class io.helidon.common.context.Contexts
-
Global context is always present and statically shared in this JVM.
- globalRegistry() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Obtain the shared registry from
Services.get(MeterRegistry.class). This method remains for metrics implementation compatibility. - globalRegistry(MetricsConfig) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Obtain the shared registry from
Services.get(MeterRegistry.class). To create a non-global registry with custom configuration, useMetricsFactory.createMeterRegistry(MetricsConfig). - globalRegistry(Consumer, Consumer, boolean) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Obtain the shared registry from
Services.get(MeterRegistry.class). Listeners can be enrolled with a custom registry usingMetricsFactory.createMeterRegistry(MetricsConfig, Consumer, Consumer). - GlobalServiceRegistry - Class in io.helidon.service.registry
-
Application wide service registry backed by
Context. - GO_AWAY - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Go away frame.
- GO_AWAY - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Go away frame types.
- GOING_AWAY - Static variable in class io.helidon.websocket.WsCloseCodes
-
Client is leaving (browser tab closing).
- GONE_410 - Static variable in class io.helidon.http.Status
-
410 Gone, see HTTP/1.1 documentation.
- GONE_410_CODE - Static variable in class io.helidon.http.Status
-
410 Gone, see HTTP/1.1 documentation.
- GRACEFUL - Enum constant in enum class io.helidon.webserver.spi.TransportBinding.ShutdownResult
-
Binding stopped gracefully without force-stopping active work.
- Grant - Class in io.helidon.security
-
A concept representing anything that can be granted to a subject.
- Grant(Grant.Builder) - Constructor for class io.helidon.security.Grant
-
Create an instance based on a builder.
- Grant.Builder<B> - Class in io.helidon.security
- grants(Class) - Method in class io.helidon.security.Subject
-
Get all grants of a specific type determined by type's class.
- grantsByType(String) - Method in class io.helidon.security.Subject
-
Get all grants of a specific type determined by type's name.
- GraphQl - Class in io.helidon.graphql
-
Common GraphQL annotations shared by client and server integrations.
- GRAPHQL_SCHEMA_URI - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default URI of GraphQl schema under the
GraphQlConstants.GRAPHQL_WEB_CONTEXT. - GRAPHQL_WEB_CONTEXT - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default web context of GraphQl endpoint.
- GraphQl.Argument - Annotation Interface in io.helidon.graphql
-
Names a GraphQL resolver argument parameter.
- GraphQl.DefaultValue - Annotation Interface in io.helidon.graphql
-
Defines a default value for a resolver argument.
- GraphQl.Description - Annotation Interface in io.helidon.graphql
-
Adds a GraphQL description.
- GraphQl.Entity - Annotation Interface in io.helidon.graphql
-
Marks a Java type that should be included in generated GraphQL schema output.
- GraphQl.Ignore - Annotation Interface in io.helidon.graphql
-
Excludes an output Java member from generated schema output.
- GraphQl.Mutation - Annotation Interface in io.helidon.graphql
-
Marks a GraphQL mutation operation method.
- GraphQl.Name - Annotation Interface in io.helidon.graphql
-
Overrides the generated GraphQL name.
- GraphQl.NonNull - Annotation Interface in io.helidon.graphql
-
Marks a generated GraphQL type, field, or argument as non-null.
- GraphQl.Query - Annotation Interface in io.helidon.graphql
-
Marks a GraphQL query operation method.
- GraphQl.Scalar - Annotation Interface in io.helidon.graphql
-
Marks a Java type as a GraphQL scalar.
- GraphQl.Subscription - Annotation Interface in io.helidon.graphql
-
Deprecated.subscription execution is reserved for future GraphQL support and is currently ignored
- GraphQlConstants - Class in io.helidon.graphql.server
-
Constants used across GraphQL implementation.
- GraphQlContextKeys - Class in io.helidon.graphql.server
-
GraphQL server context keys shared with WebServer GraphQL.
- GraphQlEntryPoint - Class in io.helidon.webserver.graphql
-
Container class for types related to GraphQL resolver entry points.
- GraphQlEntryPoint.EntryPoints - Interface in io.helidon.webserver.graphql
-
A contract used from generated code to invoke GraphQL entry point interceptors.
- GraphQlEntryPoint.Interceptor - Interface in io.helidon.webserver.graphql
-
Interceptor of a GraphQL resolver entry point.
- GraphQlEntryPoint.Interceptor.Chain - Interface in io.helidon.webserver.graphql
-
Invocation chain for GraphQL entry point.
- GraphQlParameterCodegenContext - Interface in io.helidon.declarative.codegen.graphql.server
-
Code generation context for a GraphQL resolver method parameter.
- GraphQlParameterCodegenProvider - Interface in io.helidon.declarative.codegen.graphql.server.spi
-
Java
ServiceLoaderprovider interface to add support for custom parameters of GraphQL resolver methods. - GraphQlParameterContext - Interface in io.helidon.declarative.codegen.graphql.server
-
Information about a GraphQL resolver method parameter.
- GraphQlResolverKind - Enum Class in io.helidon.declarative.codegen.graphql.server
-
GraphQL resolver method kind.
- GraphQlScalar<T> - Interface in io.helidon.graphql.spi
-
Service Registry contract for declarative GraphQL custom scalar coercion.
- GraphQlServer - Class in io.helidon.webserver.graphql
-
Declarative GraphQL server annotations.
- GraphQlServer.Context - Annotation Interface in io.helidon.webserver.graphql
-
Web context for the GraphQL endpoint.
- GraphQlServer.Endpoint - Annotation Interface in io.helidon.webserver.graphql
-
Definition of a GraphQL server endpoint.
- GraphQlServer.Field - Annotation Interface in io.helidon.webserver.graphql
-
Exposes a child field resolver for a GraphQL type.
- GraphQlServer.Listener - Annotation Interface in io.helidon.webserver.graphql
-
Listener socket assigned to this endpoint.
- GraphQlServer.SchemaUri - Annotation Interface in io.helidon.webserver.graphql
-
Schema endpoint URI under the GraphQL web context.
- GraphQlServer.Source - Annotation Interface in io.helidon.webserver.graphql
-
Marks the source object parameter for a child field resolver.
- GraphQlServerExtensionProvider - Class in io.helidon.declarative.codegen.graphql.server
-
Java
ServiceLoaderprovider implementation for declarative GraphQL server code generation. - GraphQlServerExtensionProvider() - Constructor for class io.helidon.declarative.codegen.graphql.server.GraphQlServerExtensionProvider
-
Required public constructor for
ServiceLoader. - GraphQlService - Class in io.helidon.webserver.graphql
-
Support for GraphQL for Helidon WebServer.
- GraphQlService.Builder - Class in io.helidon.webserver.graphql
-
Fluent API builder to create
GraphQlService. - GreaterThan - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
GreaterThanoperator. - GreaterThanEqual - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
GreaterThanEqualoperator. - GregorianCalendarConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
GregorianCalendarConverter. - GregorianCalendarConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
-
Constructor with no side effects
- growing(int) - Static method in interface io.helidon.common.buffers.BufferData
-
Growing buffer data.
- growthRate() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
The percentage of task submissions that should result in adding threads, expressed as a value from 1 to 100.
- growthRate() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- growthRate() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
The percentage of task submissions that should result in adding threads, expressed as a value from 1 to 100.
- growthRate(int) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
The percentage of task submissions that should result in adding threads, expressed as a value from 1 to 100.
- growthThreshold() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
The queue size above which pool growth will be considered if the pool is not fixed size.
- growthThreshold() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- growthThreshold() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
The queue size above which pool growth will be considered if the pool is not fixed size.
- growthThreshold(int) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
The queue size above which pool growth will be considered if the pool is not fixed size.
- Grpc - Interface in io.helidon.grpc.api
-
The Helidon gRPC API.
- GRPC - Enum constant in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocol
-
grpc OpenTelemetry protocol.
- GRPC - Enum constant in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocolType
-
grpc protocol type.
- GRPC - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.OtlpExporterProtocolType
-
grpc protocol type.
- GRPC_SECURITY_HANDLER - Static variable in class io.helidon.webserver.grpc.security.GrpcSecurity
-
The default security handler gRPC context key.
- Grpc.Bidirectional - Annotation Interface in io.helidon.grpc.api
-
An annotation to mark a method as representing a bi-directional streaming gRPC method.
- Grpc.ClientStreaming - Annotation Interface in io.helidon.grpc.api
-
An annotation to mark a method as representing a client streaming gRPC method.
- Grpc.GrpcChannel - Annotation Interface in io.helidon.grpc.api
-
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.microprofile.grpc.client.GrpcChannel. - Grpc.GrpcInterceptor - Annotation Interface in io.helidon.grpc.api
-
Specifies that a class is a gRPC interceptor.
- Grpc.GrpcInterceptorBinding - Annotation Interface in io.helidon.grpc.api
-
Specifies that an annotation type is a gRPC interceptor binding type.
- Grpc.GrpcInterceptors - Annotation Interface in io.helidon.grpc.api
-
Declares an ordered list of gRPC interceptors for a target gRPC service class or a gRPC service method of a target class.
- Grpc.GrpcMarshaller - Annotation Interface in io.helidon.grpc.api
-
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.microprofile.grpc.core.GrpcMarshaller. - Grpc.GrpcMethod - Annotation Interface in io.helidon.grpc.api
-
An annotation to mark a class as representing a gRPC service or a method as a gRPC service method.
- Grpc.GrpcProxy - Annotation Interface in io.helidon.grpc.api
-
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.microprofile.grpc.client.GrpcProxy. - Grpc.GrpcService - Annotation Interface in io.helidon.grpc.api
-
An annotation used to mark a class as representing a gRPC service.
- Grpc.Proto - Annotation Interface in io.helidon.grpc.api
-
An annotation to mark a method that provides the protocol buffer file descriptor.
- Grpc.ProtoDescriptor - Annotation Interface in io.helidon.grpc.api
-
An annotation to identify the generated protocol buffer class that provides the proto file descriptor.
- Grpc.RequestType - Annotation Interface in io.helidon.grpc.api
-
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.microprofile.grpc.core.RequestType. - Grpc.ResponseType - Annotation Interface in io.helidon.grpc.api
-
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.microprofile.grpc.core.ResponseType. - Grpc.ServerStreaming - Annotation Interface in io.helidon.grpc.api
-
An annotation to mark a method as representing a server streaming gRPC method.
- Grpc.Unary - Annotation Interface in io.helidon.grpc.api
-
An annotation to mark a method as representing a unary gRPC method.
- GrpcChannel - Class in io.helidon.webclient.grpc
-
Helidon's implementation of a gRPC
Channel. - grpcClient() - Method in class io.helidon.webclient.grpc.GrpcChannel
-
Underlying gRPC Client for this channel.
- GrpcClient - Interface in io.helidon.webclient.grpc
-
gRPC client.
- GrpcClientAnnotationMapperProvider - Class in io.helidon.declarative.codegen.grpc.client
-
Annotation mapper that makes each typed gRPC client API a contract.
- GrpcClientAnnotationMapperProvider() - Constructor for class io.helidon.declarative.codegen.grpc.client.GrpcClientAnnotationMapperProvider
-
Public constructor required by
ServiceLoader. - GrpcClientConfig - Interface in io.helidon.webclient.grpc
-
Configuration of a grpc client.
- GrpcClientConfig.Builder - Class in io.helidon.webclient.grpc
-
Fluent API builder for
GrpcClient. - GrpcClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.grpc
-
Fluent API builder base for
GrpcClientConfig. - GrpcClientConfig.BuilderBase.GrpcClientConfigImpl - Class in io.helidon.webclient.grpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcClientConfigImpl(GrpcClientConfig.BuilderBase) - Constructor for class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
-
Create an instance providing a builder.
- GrpcClientExtensionProvider - Class in io.helidon.declarative.codegen.grpc.client
-
Registry codegen extension provider for generating typed gRPC clients.
- GrpcClientExtensionProvider() - Constructor for class io.helidon.declarative.codegen.grpc.client.GrpcClientExtensionProvider
-
Default constructor required by
ServiceLoader. - GrpcClientMethodDescriptor - Class in io.helidon.webclient.grpc
-
Encapsulates all metadata necessary to define a gRPC method.
- GrpcClientMethodDescriptor.Builder - Class in io.helidon.webclient.grpc
-
MethodDescriptorbuilder implementation. - GrpcClientMethodDescriptor.Rules - Interface in io.helidon.webclient.grpc
-
ClientMethod configuration API.
- GrpcClientProtocolConfig - Interface in io.helidon.webclient.grpc
-
Configuration of a gRPC client.
- GrpcClientProtocolConfig.Builder - Class in io.helidon.webclient.grpc
-
Fluent API builder for
GrpcClientProtocolConfig. - GrpcClientProtocolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.grpc
-
Fluent API builder base for
GrpcClientProtocolConfig. - GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl - Class in io.helidon.webclient.grpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcClientProtocolConfigImpl(GrpcClientProtocolConfig.BuilderBase) - Constructor for class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
-
Create an instance providing a builder.
- GrpcClientService - Interface in io.helidon.webclient.grpc.spi
-
Extension that can modify gRPC client behavior.
- GrpcClientServiceProvider - Interface in io.helidon.webclient.grpc.spi
-
Java service loader interface for gRPC client services.
- GrpcClientTracing - Class in io.helidon.webclient.grpc.tracing
-
gRPC client tracing service.
- GrpcClientTracingProvider - Class in io.helidon.webclient.grpc.tracing
-
gRPC client tracing SPI provider implementation.
- GrpcClientTracingProvider() - Constructor for class io.helidon.webclient.grpc.tracing.GrpcClientTracingProvider
-
Required public constructor for
ServiceLoader. - GrpcConfig - Interface in io.helidon.webserver.grpc
-
gRPC protocol configuration.
- GrpcConfig.Builder - Class in io.helidon.webserver.grpc
-
Fluent API builder for
GrpcConfig. - GrpcConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc
-
Fluent API builder base for
GrpcConfig. - GrpcConfig.BuilderBase.GrpcConfigImpl - Class in io.helidon.webserver.grpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcConfigImpl(GrpcConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
-
Create an instance providing a builder.
- GrpcConnectionContext - Interface in io.helidon.webserver.grpc
-
Exposes connection-level information to gRPC request handlers.
- GrpcEntryPoint - Class in io.helidon.webserver.grpc
-
Container class for types related to gRPC entry points.
- GrpcEntryPoint.EntryPoints - Interface in io.helidon.webserver.grpc
-
A contract used from generated code to invoke gRPC entry point interceptors.
- GrpcEntryPoint.Interceptor - Interface in io.helidon.webserver.grpc
-
Interceptor of a gRPC entry point.
- GrpcEntryPoint.Interceptor.Chain<ReqT,
RespT> - Interface in io.helidon.webserver.grpc -
Invocation chain for a gRPC entry point.
- GrpcEntryPointsImpl__ServiceDescriptor<T> - Class in io.helidon.webserver.grpc
-
Service descriptor for
GrpcEntryPointsImpl. - GrpcEntryPointsImpl__ServiceDescriptor() - Constructor for class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
-
Constructor with no side effects
- GrpcHeadersUtil - Class in io.helidon.grpc.core
-
Utility class to map HTTP/2 headers to Metadata.
- GrpcHelper - Class in io.helidon.grpc.core
-
Helper methods for common gRPC tasks.
- GrpcMethodDescriptor<ReqT,
ResT> - Class in io.helidon.webserver.grpc -
Encapsulates all metadata necessary to define a gRPC method.
- GrpcMethodDescriptor.Configurer<ReqT,
ResT> - Interface in io.helidon.webserver.grpc -
An interface implemented by classes that can configure a
GrpcMethodDescriptor.Rules. - GrpcMethodDescriptor.Rules<ReqT,
ResT> - Interface in io.helidon.webserver.grpc -
Method configuration API.
- GrpcMethodHierarchy - Class in io.helidon.declarative.codegen.grpc
-
Resolves the effective instance-method set of a declarative gRPC endpoint.
- GrpcProto - Interface in io.helidon.webserver.grpc
-
gRPC service types that implement this interface can return a proto file descriptor.
- GrpcProtocolConfigProvider - Class in io.helidon.webserver.grpc
-
Implementation of a service provider interface to create grpc protocol configuration.
- GrpcProtocolConfigProvider() - Constructor for class io.helidon.webserver.grpc.GrpcProtocolConfigProvider
-
Required public constructor for
ServiceLoader. - GrpcProtocolProvider - Class in io.helidon.webclient.grpc
-
Provider for
GrpcClient. - GrpcProtocolProvider - Class in io.helidon.webserver.grpc
-
ServiceLoaderprovider implementation of grpc sub-protocol of HTTP/2. - GrpcProtocolProvider() - Constructor for class io.helidon.webclient.grpc.GrpcProtocolProvider
-
Required public constructor for
ServiceLoader. - GrpcProtocolProvider() - Constructor for class io.helidon.webserver.grpc.GrpcProtocolProvider
-
Required public constructor for
ServiceLoader. - GrpcProtocolSelector - Class in io.helidon.webserver.grpc
-
Sub-protocol selector for HTTP/2.
- GrpcProtoDescriptor - Class in io.helidon.declarative.codegen.grpc
-
Proto descriptor source declared by a declarative gRPC type.
- GrpcProtoDescriptors - Class in io.helidon.declarative.codegen.grpc
-
Utilities for declarative gRPC proto descriptors.
- GrpcProtoDescriptors.MethodType - Enum Class in io.helidon.declarative.codegen.grpc
-
Declarative gRPC method cardinality shared by client and server code generation.
- GrpcReflectionConfig - Interface in io.helidon.webserver.grpc
-
Configuration of gRPC Reflection feature.
- GrpcReflectionConfig.Builder - Class in io.helidon.webserver.grpc
-
Fluent API builder for
GrpcReflectionFeature. - GrpcReflectionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc
-
Fluent API builder base for
GrpcReflectionConfig. - GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl - Class in io.helidon.webserver.grpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcReflectionConfigImpl(GrpcReflectionConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
-
Create an instance providing a builder.
- GrpcReflectionFeature - Class in io.helidon.webserver.grpc
-
Adds gRPC reflection support to Helidon WebServer.
- GrpcReflectionFeatureProvider - Class in io.helidon.webserver.grpc
-
ServiceLoaderprovider implementation for gRPC reflection feature forWebServer. - GrpcReflectionFeatureProvider() - Constructor for class io.helidon.webserver.grpc.GrpcReflectionFeatureProvider
-
Required public constructor for
ServiceLoader. - GrpcRouteRegistration - Interface in io.helidon.webserver.grpc
-
A contract for generated gRPC route registrations.
- GrpcRouting - Class in io.helidon.webserver.grpc
-
gRPC specific routing.
- GrpcRouting.Builder - Class in io.helidon.webserver.grpc
-
Fluent API builder for
GrpcRouting. - GrpcSecurity - Class in io.helidon.webserver.grpc.security
-
Integration of security into the gRPC server.
- GrpcSecurityConfig - Interface in io.helidon.webserver.grpc.security
-
Helidon gRPC security configuration.
- GrpcSecurityConfig.Builder - Class in io.helidon.webserver.grpc.security
-
Fluent API builder for
GrpcSecurityConfig. - GrpcSecurityConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc.security
-
Fluent API builder base for
GrpcSecurityConfig. - GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl - Class in io.helidon.webserver.grpc.security
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcSecurityConfigImpl(GrpcSecurityConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl
-
Create an instance providing a builder.
- GrpcSecurityHandler - Class in io.helidon.webserver.grpc.security
-
Per-service or per-method security rules for gRPC security.
- GrpcSecurityHandlerConfig - Interface in io.helidon.webserver.grpc.security
-
Configuration of a
GrpcSecurityHandler. - GrpcSecurityHandlerConfig.Builder - Class in io.helidon.webserver.grpc.security
-
Fluent API builder for
GrpcSecurityHandler. - GrpcSecurityHandlerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc.security
-
Fluent API builder base for
GrpcSecurityHandlerConfig. - GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl - Class in io.helidon.webserver.grpc.security
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcSecurityHandlerConfigImpl(GrpcSecurityHandlerConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
-
Create an instance providing a builder.
- GrpcSecurityMethodConfig - Interface in io.helidon.webserver.grpc.security
-
Configuration of gRPC method security.
- GrpcSecurityMethodConfig.Builder - Class in io.helidon.webserver.grpc.security
-
Fluent API builder for
GrpcSecurityMethodConfig. - GrpcSecurityMethodConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc.security
-
Fluent API builder base for
GrpcSecurityMethodConfig. - GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl - Class in io.helidon.webserver.grpc.security
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcSecurityMethodConfigImpl(GrpcSecurityMethodConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
-
Create an instance providing a builder.
- GrpcSecurityServiceConfig - Interface in io.helidon.webserver.grpc.security
-
Configuration of gRPC service security.
- GrpcSecurityServiceConfig.Builder - Class in io.helidon.webserver.grpc.security
-
Fluent API builder for
GrpcSecurityServiceConfig. - GrpcSecurityServiceConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc.security
-
Fluent API builder base for
GrpcSecurityServiceConfig. - GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl - Class in io.helidon.webserver.grpc.security
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcSecurityServiceConfigImpl(GrpcSecurityServiceConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl
-
Create an instance providing a builder.
- GrpcSecurityServiceProvider - Class in io.helidon.webserver.grpc.security
-
Provider for gRPC security.
- GrpcSecurityServiceProvider() - Constructor for class io.helidon.webserver.grpc.security.GrpcSecurityServiceProvider
-
Create a new gRPC security service provider.
- GrpcServerExtensionProvider - Class in io.helidon.declarative.codegen.grpc.server
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative gRPC server endpoints. - GrpcServerExtensionProvider() - Constructor for class io.helidon.declarative.codegen.grpc.server.GrpcServerExtensionProvider
-
Required public constructor for
ServiceLoader. - GrpcServerFeature__ServiceDescriptor<T> - Class in io.helidon.webserver.grpc
-
Service descriptor for
GrpcServerFeature. - GrpcServerFeature__ServiceDescriptor() - Constructor for class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
-
Constructor with no side effects
- GrpcServerService - Interface in io.helidon.webserver.grpc.spi
-
Extension that can modify gRPC server behavior.
- GrpcServerServiceProvider - Interface in io.helidon.webserver.grpc.spi
-
Java service loader interface for gRPC services.
- GrpcService - Interface in io.helidon.webserver.grpc
-
Grpc service.
- GrpcService.Routing - Interface in io.helidon.webserver.grpc
-
Service specific routing (proto descriptor is provided by
GrpcProto.proto(). - GrpcServiceClient - Interface in io.helidon.webclient.grpc
-
Client for a single service.
- GrpcServiceDescriptor - Class in io.helidon.webserver.grpc
-
Encapsulates all metadata necessary to create and deploy a gRPC service.
- GrpcServiceDescriptor - Interface in io.helidon.webclient.grpc
-
Interface generated from blueprint
io.helidon.webclient.grpc.GrpcServiceDescriptorBlueprint. - GrpcServiceDescriptor.Builder - Class in io.helidon.webclient.grpc
-
Fluent API builder for
GrpcServiceDescriptor. - GrpcServiceDescriptor.Builder - Class in io.helidon.webserver.grpc
-
A
GrpcServiceDescriptorbuilder. - GrpcServiceDescriptor.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.grpc
-
Fluent API builder base for
GrpcServiceDescriptor. - GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl - Class in io.helidon.webclient.grpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcServiceDescriptor.Configurer - Interface in io.helidon.webserver.grpc
-
An interface implemented by classs that can configure a
GrpcServiceDescriptor.Rules. - GrpcServiceDescriptor.Rules - Interface in io.helidon.webserver.grpc
-
Fluent configuration interface for the
GrpcServiceDescriptor. - GrpcServiceDescriptorImpl(GrpcServiceDescriptor.BuilderBase) - Constructor for class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
-
Create an instance providing a builder.
- grpcServices() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- grpcServices() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC client services.
- grpcServices() - Method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
gRPC client services.
- grpcServices() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- grpcServices() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
gRPC server services.
- grpcServices() - Method in interface io.helidon.webserver.grpc.GrpcConfig
-
gRPC server services.
- grpcServices(List) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC client services.
- grpcServices(List) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
gRPC server services.
- grpcServicesDiscoverServices() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Service discovery flag for
GrpcClientConfig.BuilderBase.grpcServices(). - grpcServicesDiscoverServices() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Service discovery flag for
GrpcConfig.BuilderBase.grpcServices(). - grpcServicesDiscoverServices(boolean) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Service discovery flag for
GrpcClientConfig.BuilderBase.grpcServices(). - grpcServicesDiscoverServices(boolean) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Service discovery flag for
GrpcConfig.BuilderBase.grpcServices(). - GrpcStatus - Class in io.helidon.webserver.grpc
-
Status headers for defined grpc states.
- GrpcStreams - Class in io.helidon.webserver.grpc
-
Utilities used by generated declarative gRPC routes.
- GrpcTracingConfig - Interface in io.helidon.webserver.grpc.tracing
-
Grpc tracing config.
- GrpcTracingConfig.Builder - Class in io.helidon.webserver.grpc.tracing
-
Fluent API builder for
GrpcTracingConfig. - GrpcTracingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc.tracing
-
Fluent API builder base for
GrpcTracingConfig. - GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl - Class in io.helidon.webserver.grpc.tracing
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcTracingConfigImpl(GrpcTracingConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
-
Create an instance providing a builder.
- GrpcTracingContext - Class in io.helidon.grpc.core
-
Contextual information related to Tracing.
- GrpcTracingInterceptor - Class in io.helidon.webserver.grpc.tracing
-
A
ServerInterceptorthat adds tracing to gRPC service calls. - GrpcTracingName - Interface in io.helidon.grpc.core
-
Name generator for span operation name.
- GrpcTracingServiceProvider - Class in io.helidon.webserver.grpc.tracing
-
Provider for
GrpcTracingService. - GrpcTracingServiceProvider() - Constructor for class io.helidon.webserver.grpc.tracing.GrpcTracingServiceProvider
-
Required public constructor for
ServiceLoader. - GrpcValidation - Class in io.helidon.webserver.grpc.validation
-
gRPC validation support.
- GrpcValidationConfig - Interface in io.helidon.webserver.grpc.validation
-
Helidon gRPC validation configuration.
- GrpcValidationConfig.Builder - Class in io.helidon.webserver.grpc.validation
-
Fluent API builder for
GrpcValidationConfig. - GrpcValidationConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.grpc.validation
-
Fluent API builder base for
GrpcValidationConfig. - GrpcValidationConfig.BuilderBase.GrpcValidationConfigImpl - Class in io.helidon.webserver.grpc.validation
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- GrpcValidationConfigImpl(GrpcValidationConfig.BuilderBase) - Constructor for class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase.GrpcValidationConfigImpl
-
Create an instance providing a builder.
- GrpcValidationProvider - Class in io.helidon.webserver.grpc.validation
-
Provider for gRPC validation support.
- GrpcValidationProvider() - Constructor for class io.helidon.webserver.grpc.validation.GrpcValidationProvider
-
Create a new provider for gRPC validation support.
- GZIP - Enum constant in enum class io.helidon.telemetry.otelconfig.CompressionType
-
GZIP compression.
- GzipEncoding - Class in io.helidon.http.encoding.gzip
-
Support for gzip content encoding.
- GzipEncodingProvider - Class in io.helidon.http.encoding.gzip
-
Support for gzip content encoding.
- GzipEncodingProvider() - Constructor for class io.helidon.http.encoding.gzip.GzipEncodingProvider
-
Required public constructor for
ServiceLoader.
H
- HALF_CLOSED_LOCAL - Enum constant in enum class io.helidon.http.http2.Http2StreamState
-
Local stream is closed, remote stream is open.
- HALF_CLOSED_REMOTE - Enum constant in enum class io.helidon.http.http2.Http2StreamState
-
Remote stream is closed, local stream is open.
- HALF_OPEN - Enum constant in enum class io.helidon.faulttolerance.CircuitBreaker.State
-
Circuit is half open and some test requests are processed, others fail with
CircuitBreakerOpenException. - handle() - Method in exception class io.helidon.common.concurrency.limits.IgnoreTaskException
-
This is used by limit implementations to either return the value, or throw an exception.
- handle(Limit) - Method in class io.helidon.webserver.http1.Http1Connection
- handle(Limit) - Method in class io.helidon.webserver.http2.Http2Connection
- handle(Limit) - Method in interface io.helidon.webserver.spi.ServerConnection
-
Start handling the connection.
- handle(Limit) - Method in class io.helidon.webserver.websocket.WsConnection
- handle(DirectHandler.TransportRequest, DirectHandler.EventType, Status, ServerResponseHeaders, String) - Method in interface io.helidon.http.DirectHandler
-
Handler of responses that bypass routing.
- handle(DirectHandler.TransportRequest, DirectHandler.EventType, Status, ServerResponseHeaders, Throwable) - Method in interface io.helidon.http.DirectHandler
-
Handler of responses that bypass router.
- handle(DirectHandler.TransportRequest, DirectHandler.EventType, Status, ServerResponseHeaders, Throwable, System.Logger) - Method in interface io.helidon.http.DirectHandler
-
Handler of responses that bypass router.
- handle(RequestException, ServerResponse, boolean) - Method in class io.helidon.webserver.http.DirectHandlers
-
Handle an HTTP Exception that occurred when request and response is available.
- handle(WebClientService.Chain, WebClientServiceRequest) - Method in class io.helidon.webclient.context.WebClientContextService
- handle(WebClientService.Chain, WebClientServiceRequest) - Method in interface io.helidon.webclient.discovery.WebClientDiscovery
-
Handles the supplied
WebClientServiceRequestby using thisWebClientDiscovery's Helidon Discovery-related configuration to discover aURIappropriate for the request, and altering theClientUrias necessary with the discovered information before continuing with the request. - handle(WebClientService.Chain, WebClientServiceRequest) - Method in class io.helidon.webclient.metrics.WebClientMeter
- handle(WebClientService.Chain, WebClientServiceRequest) - Method in class io.helidon.webclient.metrics.WebClientMetrics
- handle(WebClientService.Chain, WebClientServiceRequest) - Method in class io.helidon.webclient.security.WebClientSecurity
- handle(WebClientService.Chain, WebClientServiceRequest) - Method in interface io.helidon.webclient.spi.WebClientService
-
Invoke a service, call
WebClientService.Chain.proceed(io.helidon.webclient.api.WebClientServiceRequest)to call the next service in the chain. - handle(WebClientService.Chain, WebClientServiceRequest) - Method in class io.helidon.webclient.telemetry.metrics.WebClientTelemetryMetrics
- handle(WebClientService.Chain, WebClientServiceRequest) - Method in class io.helidon.webclient.telemetry.tracing.WebClientTelemetryTracing
- handle(WebClientService.Chain, WebClientServiceRequest) - Method in class io.helidon.webclient.tracing.WebClientTracing
- handle(ServerRequest, JsonObject) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcErrorHandler
-
Handler for a JSON-RPC erroneous request.
- handle(ServerRequest, ServerResponse) - Method in interface io.helidon.webserver.http.Handler
-
Handle request.
- handle(ServerRequest, ServerResponse) - Method in class io.helidon.webserver.http.SecureHandler
- handle(ServerRequest, ServerResponse) - Method in class io.helidon.webserver.security.SecurityHandler
- handle(ServerRequest, ServerResponse, T) - Method in interface io.helidon.webserver.http.ErrorHandler
-
Error handling consumer.
- handle(JsonRpcRequest, JsonRpcResponse) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcHandler
-
Handler for a JSON-RPC call.
- handle(JsonRpcRequest, JsonRpcResponse, Throwable) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcExceptionHandler
-
Handler for exceptions thrown in JSON-RPC method handlers.
- handle(OutputStream) - Method in interface io.helidon.webclient.api.ClientRequest.OutputStreamHandler
-
Handle the output stream.
- handle(Method, String, T) - Method in interface io.helidon.webserver.testing.junit5.spi.DirectJunitExtension.ParamHandler
-
Handle the value after the method has been called, and its body updated our provided instance.
- handle(String, ClientRequestHeaders, ClientResponseTyped, GenericType) - Method in interface io.helidon.webclient.api.RestClient.ErrorHandling
-
Handle an exception for a typed response.
- handle(String, ClientRequestHeaders, ClientResponseTyped, Class) - Method in interface io.helidon.webclient.api.RestClient.ErrorHandling
-
Handle an exception for a typed response.
- handle(String, ClientRequestHeaders, HttpClientResponse) - Method in interface io.helidon.webclient.api.RestClient.ErrorHandling
-
Handle untyped client response.
- handle(String, WebServerConfig.Builder, ListenerConfig.Builder, Router.RouterBuilder, T) - Method in interface io.helidon.webserver.testing.junit5.spi.ServerJunitExtension.ParamHandler
-
Handle the value after the method has been called, and its body updated our provided instance.
- handle(BiFunction) - Method in class io.helidon.common.reactive.CompletionAwaitable
- handle(BiFunction) - Method in interface io.helidon.common.reactive.Single
- handle(T, Message) - Method in interface io.helidon.messaging.MessagingEntryPoint.Handler
-
Invoke the handler for one incoming message.
- handle(T, MessageBatch) - Method in interface io.helidon.messaging.MessagingEntryPoint.BatchHandler
-
Invoke the handler once for the complete immutable batch.
- handle(X, HttpClientResponse, MediaContext) - Method in interface io.helidon.webclient.spi.SourceHandlerProvider
-
Handles a source.
- handle(X, HttpClientResponse, MediaContext) - Method in class io.helidon.webclient.sse.SseSourceHandlerProvider
- handleAsync(BiFunction) - Method in class io.helidon.common.reactive.CompletionAwaitable
- handleAsync(BiFunction) - Method in interface io.helidon.common.reactive.Single
- handleAsync(BiFunction, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- handleAsync(BiFunction, Executor) - Method in interface io.helidon.common.reactive.Single
- handledScope() - Method in interface io.helidon.service.registry.GeneratedService.ScopeHandlerDescriptor
-
Scope handled by the scope handler service.
- handledScope() - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- handleError(String, ClientRequestHeaders, ClientResponseTyped, GenericType) - Method in interface io.helidon.webclient.api.RestClient.ErrorHandler
-
Handle a response.
- handleError(String, ClientRequestHeaders, HttpClientResponse) - Method in interface io.helidon.webclient.api.RestClient.ErrorHandler
-
Handle a response.
- handleProtocolUpgrade(ServerRequest, ServerResponse) - Method in class io.helidon.webserver.http.SecureHandler
- handleProtocolUpgrade(ServerRequest, ServerResponse) - Method in interface io.helidon.webserver.http.spi.ProtocolUpgradeHandler
-
Handle an HTTP/1 protocol upgrade request before the protocol switch.
- handleProtocolUpgrade(ServerRequest, ServerResponse) - Method in class io.helidon.webserver.security.SecurityHandler
- handler() - Method in interface io.helidon.webserver.http.HttpRoute
-
Handler of this route.
- handler() - Method in class io.helidon.webserver.http1.Http1Route
- handler() - Method in class io.helidon.webserver.http2.Http2Route
- handler() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Security handler configuration for this protected path.
- handler() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- handler() - Method in interface io.helidon.webserver.security.PathsConfig
-
Security handler configuration for this protected path.
- handler(DirectHandler.EventType) - Method in class io.helidon.webserver.http.DirectHandlers
-
Get handler for the event type.
- handler(ServiceDescriptor, List, TypedElementInfo, MessagingEntryPoint.Handler) - Method in interface io.helidon.messaging.MessagingEntryPoint.EntryPoints
-
Create an intercepted handler for an original service method.
- handler(ServiceDescriptor, Set, List, TypedElementInfo, Handler) - Method in interface io.helidon.webserver.http.HttpEntryPoint.EntryPoints
-
Handler that triggers interceptors.
- handler(Handler) - Method in class io.helidon.webserver.http.HttpRoute.Builder
-
Handler to use.
- handler(SecurityHandler) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Security handler configuration for this protected path.
- handler(SecurityHandlerConfig) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Security handler configuration for this protected path.
- handler(Consumer) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Security handler configuration for this protected path.
- Handler - Interface in io.helidon.webserver.http
-
Handle a server request and server response.
- handlerId() - Method in interface io.helidon.messaging.ConsumerRegistration
-
Stable identity of this generated handler registration.
- handlersMap() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of method names to handlers.
- handlersMap() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl
- handlersMap() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcHandlers
-
Return a map of method names to handlers.
- handlersMap(Map) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of method names to handlers.
- handles(String, ClientRequestHeaders, Status, ClientResponseHeaders) - Method in interface io.helidon.webclient.api.RestClient.ErrorHandler
-
By default, we expect error handlers to handle exceptional responses.
- Handling Missing References - Section in class io.helidon.config.ValueResolvingFilter
- Handling Multiple Configuration Sources - Section in interface io.helidon.config.Config
- handshake() - Method in class io.helidon.common.socket.TlsNioSocket
-
Complete the initial TLS handshake.
- handshakeStarted() - Method in interface io.helidon.http.HttpTransportObserver.ConnectionObservation
-
Observes the start of the configured handshake.
- hasAnnotation(TypeName) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for an existence of an annotation.
- hasAnnotation(TypeName) - Method in interface io.helidon.common.types.Annotated
-
Check if the annotation exists on this annotated.
- hasAnnotation(Collection, TypeName) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Whether the annotation collection contains the annotation type.
- hasClientCertConn() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Tests whether the PP2_CLIENT_CERT_CONN flag is set.
- hasClientCertSess() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Tests whether the PP2_CLIENT_CERT_SESS flag is set.
- hasClientSsl() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Tests whether the PP2_CLIENT_SSL flag is set.
- hasEntity() - Method in interface io.helidon.http.media.ReadableEntity
-
Whether an entity actually exists.
- hasEntity() - Method in class io.helidon.http.media.ReadableEntityBase
- hasEntity() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Determines whether the response can expose an entity.
- hasEntity() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Whether this request has an entity.
- hasFatal() - Method in class io.helidon.common.Errors.Collector
-
A helper method to check if this collector already has a fatal message.
- hasFatal() - Method in class io.helidon.common.Errors
-
Check if a fatal message is part of these messages.
- hash(ConnectionContext, String) - Method in class io.helidon.webserver.websocket.WsUpgrader
-
Create the WebSocket accept hash.
- HASH_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
#byte. - hashCode() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- hashCode() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase.GeneratedMethodImpl
- hashCode() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
- hashCode() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
- hashCode() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
- hashCode() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- hashCode() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- hashCode() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
- hashCode() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase.OptionSingularImpl
- hashCode() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
- hashCode() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- hashCode() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- hashCode() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
- hashCode() - Method in record class io.helidon.codegen.ClassCode
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.codegen.classmodel.EnumConstant
- hashCode() - Method in class io.helidon.codegen.classmodel.Field
- hashCode() - Method in class io.helidon.codegen.classmodel.Method
- hashCode() - Method in class io.helidon.codegen.classmodel.Parameter
- hashCode() - Method in class io.helidon.codegen.classmodel.TypeArgument
- hashCode() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
- hashCode() - Method in record class io.helidon.codegen.CodegenScope
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- hashCode() - Method in record class io.helidon.codegen.JavadocTree.AttrValue
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- hashCode() - Method in record class io.helidon.codegen.ModuleInfoRequires
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- hashCode() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- hashCode() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- hashCode() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- hashCode() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- hashCode() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- hashCode() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- hashCode() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- hashCode() - Method in class io.helidon.common.Errors.ErrorMessage
- hashCode() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase.AotImpl
- hashCode() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
- hashCode() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- hashCode() - Method in class io.helidon.common.GenericType
- hashCode() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- hashCode() - Method in record class io.helidon.common.mapper.spi.MapperProvider.ProviderResponse
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- hashCode() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- hashCode() - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- hashCode() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- hashCode() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- hashCode() - Method in class io.helidon.common.tls.Tls
- hashCode() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- hashCode() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- hashCode() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- hashCode() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl
- hashCode() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl
- hashCode() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl
- hashCode() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl
- hashCode() - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase.ModuleInfoUsesImpl
- hashCode() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- hashCode() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- hashCode() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- hashCode() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- hashCode() - Method in class io.helidon.common.uri.UriAuthority
- hashCode() - Method in class io.helidon.common.uri.UriFragment
- hashCode() - Method in class io.helidon.common.uri.UriHost
- hashCode() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- hashCode() - Method in class io.helidon.config.ConfigItem.BuilderBase.ConfigItemImpl
- hashCode() - Method in class io.helidon.config.ValueNodeImpl
- hashCode() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase.MethodParamsImpl
- hashCode() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.data.codegen.parser.MethodParserError
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- hashCode() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
- hashCode() - Method in class io.helidon.data.codegen.query.Order.BuilderBase.OrderImpl
- hashCode() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase.OrderExpressionImpl
- hashCode() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- hashCode() - Method in class io.helidon.data.codegen.query.Property.BuilderBase.PropertyImpl
- hashCode() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- hashCode() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
- hashCode() - Method in class io.helidon.data.Order.BuilderBase.OrderImpl
- hashCode() - Method in class io.helidon.data.PageRequest.BuilderBase.PageRequestImpl
- hashCode() - Method in class io.helidon.data.Sort.BuilderBase.SortImpl
- hashCode() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
- hashCode() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- hashCode() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase.DataSourceConfigImpl
- hashCode() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- hashCode() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- hashCode() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- hashCode() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- hashCode() - Method in record class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider.ParametersSource
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
- hashCode() - Method in record class io.helidon.declarative.codegen.model.http.HeaderValue
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- hashCode() - Method in record class io.helidon.declarative.codegen.model.http.HttpMethod
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.declarative.codegen.model.http.HttpStatus
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
- hashCode() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase.RestEndpointImpl
- hashCode() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- hashCode() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- hashCode() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase.ServerEndpointImpl
- hashCode() - Method in interface io.helidon.discovery.DiscoveredUri
-
Returns a determinate hashcode for this
DiscoveredUri. - hashCode() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- hashCode() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- hashCode() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- hashCode() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase.FallbackConfigImpl
- hashCode() - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy
- hashCode() - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy
- hashCode() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- hashCode() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- hashCode() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
- hashCode() - Method in record class io.helidon.http.http2.Http2FrameData
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.http.http2.Http2GoAway
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.http.http2.Http2Priority
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.http.http2.Http2RstStream
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.http.http2.Http2WindowUpdate
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- hashCode() - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- hashCode() - Method in class io.helidon.http.HttpPrologue
- hashCode() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- hashCode() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
- hashCode() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
- hashCode() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
- hashCode() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- hashCode() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- hashCode() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- hashCode() - Method in record class io.helidon.http.media.MediaSupport.ReaderResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.http.media.MediaSupport.WriterResponse
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase.MediaSupportConfigImpl
- hashCode() - Method in class io.helidon.http.Method
- hashCode() - Method in record class io.helidon.http.PathMatchers.MatchResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.http.SetCookie
- hashCode() - Method in class io.helidon.http.Status
- hashCode() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- hashCode() - Method in class io.helidon.json.JsonArray
- hashCode() - Method in class io.helidon.json.JsonKey
- hashCode() - Method in class io.helidon.json.JsonNumber
- hashCode() - Method in class io.helidon.json.JsonObject
- hashCode() - Method in class io.helidon.json.JsonString
- hashCode() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase.SchemaBooleanImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaNull.BuilderBase.SchemaNullImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- hashCode() - Method in class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
- hashCode() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- hashCode() - Method in class io.helidon.messaging.MessageHeader
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.BinaryValue
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.BooleanValue
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.DecimalValue
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.Float32Value
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.Float64Value
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.IntegerValue
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.NativeValue
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.TextValue
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.TimestampValue
- hashCode() - Method in class io.helidon.messaging.MessageHeaderValue.UuidValue
- hashCode() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase.MessagingChannelImpl
- hashCode() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
- hashCode() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl
- hashCode() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase.MessagingIncomingConfigImpl
- hashCode() - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase.MessagingOutgoingConfigImpl
- hashCode() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
- hashCode() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- hashCode() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated.
- hashCode() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated.
- hashCode() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- hashCode() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase.PrometheusNamingConventionConfigImpl
- hashCode() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- hashCode() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- hashCode() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
- hashCode() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- hashCode() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
- hashCode() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
- hashCode() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- hashCode() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- hashCode() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
- hashCode() - Method in class io.helidon.security.Grant
- hashCode() - Method in class io.helidon.security.providers.common.OutboundTarget
- hashCode() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtContext
- hashCode() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
- hashCode() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase.ClientCredentialsConfigImpl
- hashCode() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
- hashCode() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase.ActivationRequestImpl
- hashCode() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- hashCode() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- hashCode() - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- hashCode() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- hashCode() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- hashCode() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
- hashCode() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- hashCode() - Method in class io.helidon.service.registry.VirtualDescriptor
- hashCode() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase.AggregationConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase.LogLimitsConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase.LogRecordExporterConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase.MetricExporterConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase.MetricReaderConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase.OtlpHttpExporterConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase.PeriodicMetricReaderConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase.ProcessorConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase.SamplerConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase.SpanExporterConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
- hashCode() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- hashCode() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- hashCode() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- hashCode() - Method in class io.helidon.tracing.Tag
- hashCode() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
- hashCode() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase.ClientAltSvcConfigImpl
- hashCode() - Method in class io.helidon.webclient.api.ClientConnectionTarget
- hashCode() - Method in class io.helidon.webclient.api.ClientConnectionTarget.LookupKey
- hashCode() - Method in class io.helidon.webclient.api.ConnectionKey
- hashCode() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- hashCode() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- hashCode() - Method in class io.helidon.webclient.api.Proxy
- hashCode() - Method in class io.helidon.webclient.api.ProxyRoute
- hashCode() - Method in class io.helidon.webclient.api.ResolvedClientTarget
- hashCode() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase.SniConfigImpl
- hashCode() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
- hashCode() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- hashCode() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- hashCode() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- hashCode() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- hashCode() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- hashCode() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- hashCode() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- hashCode() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
- hashCode() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
- hashCode() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
- hashCode() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- hashCode() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
- hashCode() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase.JsonRpcClientProtocolConfigImpl
- hashCode() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
- hashCode() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl
- hashCode() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- hashCode() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- hashCode() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- hashCode() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- hashCode() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- hashCode() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
- hashCode() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- hashCode() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- hashCode() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
- hashCode() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl
- hashCode() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- hashCode() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- hashCode() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl
- hashCode() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- hashCode() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase.GrpcValidationConfigImpl
- hashCode() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- hashCode() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- hashCode() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- hashCode() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- hashCode() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- hashCode() - Method in record class io.helidon.webserver.http2.spi.SubProtocolResult
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl
- hashCode() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- hashCode() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl
- hashCode() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- hashCode() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase.ProxyProtocolConfigImpl
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Alpn
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Authority
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Crc32c
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Netns
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Noop
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCipher
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCn
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslKeyAlg
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslSigAlg
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslVersion
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.UniqueId
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Unregistered
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- hashCode() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- hashCode() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- hashCode() - Method in class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
- hashCode() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- hashCode() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- hashCode() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
- hashCode() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
- hashCode() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- hashCode() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- hashCode() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- hashCode() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase.TcpTransportConfigImpl
- hashCode() - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Returns a hash code value for this object.
- hashCode() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase.UdsTransportConfigImpl
- hashCode() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase.VirtualHostConfigImpl
- hashCode() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- hashCode() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
- hashCode() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase.WsProtocolConfigImpl
- HashDigest - Class in io.helidon.common.crypto
-
The HashDigest is used for ordinary data digest creation and verification.
- HashDigest.Builder - Class in io.helidon.common.crypto
-
Builder of the
HashDigest. - hasHeader(Header) - Static method in class io.helidon.common.testing.http.junit5.HttpHeaderMatcher
-
A matcher for an
Headersthat checks that the header is present and has the defined value. - hasHeader(HeaderName) - Static method in class io.helidon.common.testing.http.junit5.HttpHeaderMatcher
-
A matcher for an
Headersthat checks that the header is present, ignoring its value. - hasHeader(HeaderName, String...) - Static method in class io.helidon.common.testing.http.junit5.HttpHeaderMatcher
-
A matcher for an
Headersthat checks that the header is present and has the defined value(s). - hasHeader(HeaderName, Matcher) - Static method in class io.helidon.common.testing.http.junit5.HttpHeaderMatcher
-
A matcher for an
Headersthat checks that the header is present and values match the provided matcher. - hasHeaderValue(HeaderName, Matcher) - Static method in class io.helidon.common.testing.http.junit5.HttpHeaderMatcher
-
A matcher for an
Headersthat checks that the header is present and its single value matches the provided matcher. - hasHint() - Method in class io.helidon.common.Errors
-
Check if a hint message is part of these messages.
- hasInterceptors() - Method in interface io.helidon.webserver.grpc.GrpcEntryPoint.EntryPoints
-
Whether gRPC entry point interceptors should be registered.
- hasInterface(TypeInfo, TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryGenerator
-
Searches for
interfaceNamein the interface hierarchy represented byTypeInfo. - hasMetaAnnotation(TypeName) - Method in interface io.helidon.common.types.Annotation
-
Check if
Annotation.metaAnnotations()contains an annotation of the provided type. - hasMetaAnnotation(TypeName, TypeName) - Method in interface io.helidon.common.types.TypeInfo
-
Check if an annotation type has a specific meta annotation.
- hasMetaAnnotation(TypeName, TypeName, boolean) - Method in interface io.helidon.common.types.TypeInfo
-
Check if an annotation type has a specific meta annotation.
- hasMethodParameterAnnotation(Collection) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Whether annotations contain a supported endpoint method parameter annotation.
- hasNext() - Method in interface io.helidon.json.JsonParser
-
Checks if there are more tokens available in the JSON stream.
- hasNext() - Method in class io.helidon.json.ObjectStartParser
- hasNext() - Method in class io.helidon.json.smile.SmileParser
- hasNext() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.OrderedSupplier
- hasNext() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.RandomSupplier
- hasNext() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.RoundRobinSupplier
- hasNext() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.SingleSupplier
- hasNoArgs(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for element with no arguments (suitable for methods).
- hasParameter() - Method in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Whether expression has parameter.
- hasParams(TypeName...) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for element with the specified parameters types (suitable for methods).
- hasParams(List) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for element with the specified parameters types (suitable for methods).
- hasPartialResultsException() - Method in interface io.helidon.graphql.server.ExecutionContext
-
Whether an exception was set on this context.
- hasPort() - Method in class io.helidon.common.uri.UriAuthority
-
Whether the authority has a port.
- hasProvider(String) - Method in class io.helidon.security.Security.Builder
-
Check whether a provider with the name is configured.
- hasQuery() - Method in class io.helidon.http.HttpPrologue
-
Whether the request target contains a query delimiter.
- hasQuery() - Method in class io.helidon.webclient.api.ClientUri
-
Whether this URI has a query delimiter.
- hasRequests() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Check if demand is higher than 0.
- hasRequests() - Method in class io.helidon.common.reactive.EmittingPublisher
-
Check if demand is higher than 0.
- hasRouting(Class) - Method in interface io.helidon.webserver.spi.ServerFeature.RoutingBuilders
-
Check whether a specific routing builder is available.
- hasStreamFilter() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Whether this response has any output stream filters.
- hasSuffix(String) - Method in interface io.helidon.common.media.type.MediaType
-
Tests if this media type has provided Structured Syntax
suffix(RFC 6839). - hasTls() - Method in interface io.helidon.webserver.WebServer
-
Returns
trueif TLS is configured for the default socket. - hasTls(String) - Method in interface io.helidon.webserver.WebServer
-
Returns
trueif TLS is configured for the named socket. - hasValue() - Method in class io.helidon.common.uri.UriFragment
-
Whether there is a fragment.
- hasValue() - Method in interface io.helidon.config.Config
-
Returns
trueif this configuration node has a direct value. - hasValue() - Method in interface io.helidon.config.MergeableNode
-
Each node may have a direct value, and in addition may be an object node or a list node.
- hasValue() - Method in class io.helidon.config.MergedConfig
- hasValue() - Method in class io.helidon.config.ObjectNodeImpl
- hasValue() - Method in class io.helidon.config.ValueNodeImpl
- hasValue(Http2Setting) - Method in class io.helidon.http.http2.Http2Settings
-
Is there a value in these settings for the provided setting.
- hasWarning() - Method in class io.helidon.common.Errors
-
Check if a warning message is part of these messages.
- head() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for head method with default path.
- head(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- head(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a head route.
- head(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for head method with a path.
- head(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- head(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a head route.
- HEAD - Static variable in class io.helidon.http.Method
-
The HEAD method is identical to
Method.GETexcept that the server MUST NOT return a message-body in the response. - HEAD_NAME - Static variable in class io.helidon.http.Method
-
"HEAD" method name.
- header() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- header() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Name of the header to use when sending the context value over the network.
- header() - Method in interface io.helidon.common.context.http.ContextRecordConfig
-
Name of the header to use when sending the context value over the network.
- header() - Method in record class io.helidon.http.http2.Http2FrameData
-
Returns the value of the
headerrecord component. - header() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Header to store signature in.
- header(int) - Method in class io.helidon.webserver.http.AltSvc
-
Create the header for the provided listener port.
- header(Header) - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
-
Set a header (if exists, it would be replaced).
- header(Header) - Method in exception class io.helidon.http.HttpException
-
Set a response header that should be used if this exception is not handled.
- header(Header) - Method in class io.helidon.http.RequestException.Builder
-
Response header to be added to error response.
- header(Header) - Method in interface io.helidon.webclient.api.ClientRequest
-
Set an HTTP header.
- header(Header) - Method in class io.helidon.webclient.api.ClientRequestBase
- header(Header) - Method in interface io.helidon.webserver.http.HttpRequest
-
Replace (or set) a request header.
- header(Header) - Method in interface io.helidon.webserver.http.ServerResponse
-
Set header with a value.
- header(HeaderName) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Name of the header to use when sending the context value over the network.
- header(HeaderName, String...) - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
-
Set a header (if exists, it would be replaced).
- header(HeaderName, String...) - Method in interface io.helidon.webclient.api.ClientRequest
-
Set an HTTP header.
- header(HeaderName, String...) - Method in interface io.helidon.webserver.http.ServerResponse
-
Set a header.
- header(HeaderName, List) - Method in interface io.helidon.webclient.api.ClientRequest
-
Set an HTTP header with multiple values.
- header(HttpSignHeader) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Header to store signature in.
- header(String) - Method in interface io.helidon.messaging.Message
-
Last portable text header value with an exact name.
- header(String, MessageHeaderValue) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Set a portable typed header, replacing all values with the same exact name.
- header(String, OpenApiDocument.Header) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set header.
- header(String, OpenApiDocument.Header) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Add header.
- header(String, OpenApiDocument.Header) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Add header.
- header(String, String) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Set a portable text header, replacing all values with the same exact name.
- header(String, String) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Add a single-value header.
- header(String, String...) - Method in interface io.helidon.webserver.http.ServerResponse
-
Not optimized method for setting a header.
- header(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set header.
- header(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Add header.
- header(String, List) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Add a multi-value header.
- header(Map, String) - Method in class io.helidon.security.util.TokenHandler
-
Set the token as a new header.
- Header - Interface in io.helidon.http
-
HTTP Header with
HeaderNameand value. - HEADER - Enum constant in enum class io.helidon.security.jwt.JwtScope
-
Header claims.
- HEADER_ORIG_URI - Static variable in interface io.helidon.security.Security
-
Integration should add a special header to each request.
- HEADER_TABLE_SIZE - Static variable in interface io.helidon.http.http2.Http2Setting
-
Setting for header table size.
- HeaderAtnOutboundConfig - Class in io.helidon.security.providers.header
-
Header assertion security provider configuration for outbound.
- HeaderAtnOutboundConfig.Builder - Class in io.helidon.security.providers.header
-
Fluent API builder for
HeaderAtnOutboundConfig. - HeaderAtnProvider - Class in io.helidon.security.providers.header
-
Security provider that extracts a username (or service name) from a header.
- HeaderAtnProvider.Builder - Class in io.helidon.security.providers.header
-
A fluent api Builder for
HeaderAtnProvider. - HeaderAtnService - Class in io.helidon.security.providers.header
-
Service for
HeaderAtnProviderto auto-configure it withSecurity. - HeaderAtnService() - Constructor for class io.helidon.security.providers.header.HeaderAtnService
-
Create a header authentication provider service.
- headerAudience(List) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
Audience identifies the expected recipients of this JWT (optional).
- headerBuilder(Consumer) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Allows configuration of JWT headers directly over the
JwtHeaders.Builder. - headerClaimsJson() - Method in class io.helidon.security.jwt.JwtHeaders
-
Return map of all header claims.
- headerClaimValue(String) - Method in class io.helidon.security.jwt.Jwt
-
Get a claim by its name from header.
- headerClaimValue(String) - Method in class io.helidon.security.jwt.JwtHeaders
-
Get a claim by its name from header.
- HeaderConsumer - Interface in io.helidon.tracing
-
API used to configure headers when propagating tracing information across service boundaries.
- headerCritical(List) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
The critical claim is used to indicate that certain claims are critical and must be understood (optional).
- headerFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Header fields.
- headerFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- headerFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Header fields.
- headerFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Header fields.
- headerHandler() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
TokenHandlerto extract header information from request. - headerIssuer(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
The issuer claim identifies the principal that issued the JWT.
- headerJsonObject() - Method in class io.helidon.security.jwt.Jwt
-
Create a JSON header object.
- headerJsonObject() - Method in class io.helidon.security.jwt.JwtHeaders
-
Create a JSON header object.
- HeaderLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for header values.
- HeaderLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
Fluent API builder for
HeaderLogEntry. - headerName() - Method in interface io.helidon.declarative.codegen.model.http.ComputedHeader
-
Name of the header.
- headerName() - Method in class io.helidon.http.ContentDisposition
- headerName() - Method in interface io.helidon.http.Header
-
Header name for the header.
- HeaderName - Interface in io.helidon.http
-
HTTP header name.
- HeaderNames - Class in io.helidon.http
-
Utility class with a list of names of standard HTTP headers and related tooling methods.
- headerParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Header parameters (if defined).
- headerParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- headerParameters() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Header parameters (if defined).
- headerParameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Header parameters (if defined).
- headerProducers(FieldHandler, RestEndpoint) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Find all header producers and create appropriate fields, parameters, and assignments for them.
- HeaderProvider - Interface in io.helidon.tracing
-
API used to obtain headers when reading propagated tracing information incoming across service boundaries.
- headers() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of configured header values.
- headers() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- headers() - Method in interface io.helidon.declarative.codegen.model.http.HttpAnnotated
-
List of configured header values.
- headers() - Method in interface io.helidon.http.DirectHandler.TransportRequest
-
Headers, if found in request.
- headers() - Method in class io.helidon.http.DirectHandler.TransportResponse
-
Configured headers.
- headers() - Method in exception class io.helidon.http.HttpException
-
Headers as currently configured in this exception.
- headers() - Method in interface io.helidon.http.media.multipart.WriteablePart
-
Full set of configured headers of this part.
- headers() - Method in interface io.helidon.messaging.Message
-
Ordered portable headers.
- headers() - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Ordered portable headers.
- headers() - Method in interface io.helidon.messaging.MessageConfig
-
Ordered portable headers.
- headers() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Headers to add to each transmission message.
- headers() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- headers() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Headers to add to each transmission message.
- headers() - Element in annotation interface io.helidon.openapi.OpenApi.Response
-
Response headers.
- headers() - Method in class io.helidon.security.jwt.EncryptedJwt
-
Encrypted JWT headers.
- headers() - Method in class io.helidon.security.jwt.Jwt
-
Headers.
- headers() - Method in class io.helidon.security.SecurityEnvironment
-
Transport headers that can be used to process the message.
- headers() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Headers added to each export message.
- headers() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- headers() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Headers added to each export message.
- headers() - Method in interface io.helidon.webclient.api.ClientRequest
-
Get a (mutable) instance of outgoing headers.
- headers() - Method in class io.helidon.webclient.api.ClientRequestBase
- headers() - Method in interface io.helidon.webclient.api.ClientResponseTyped
-
Response headers.
- headers() - Method in interface io.helidon.webclient.http1.Http1ClientResponse
-
Response headers.
- headers() - Method in interface io.helidon.webclient.http2.Http2ClientResponse
-
Response headers.
- headers() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Response headers.
- headers() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchResponse
-
Response headers.
- headers() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Response headers.
- headers() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request.
- headers() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- headers() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Default headers to be used in every request.
- headers() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Full immutable snapshot of response headers.
- headers() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Configured request headers.
- headers() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Received response headers.
- headers() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- headers() - Method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Received response headers.
- headers() - Method in class io.helidon.webserver.http.DirectTransportRequest
- headers() - Method in interface io.helidon.webserver.http.HttpRequest
-
Headers of the request.
- headers() - Method in interface io.helidon.webserver.http.ServerResponse
-
Response headers (mutable).
- headers() - Method in interface io.helidon.webserver.http1.spi.Http1UpgradeResponse
-
Response headers.
- headers(SocketContext, int, Http2Headers) - Method in interface io.helidon.http.http2.Http2FrameListener
-
Headers received.
- headers(SocketContext, int, Http2Headers) - Method in class io.helidon.http.http2.Http2LoggingFrameListener
- headers(SocketContext, Headers) - Method in interface io.helidon.http.http1.Http1ConnectionListener
-
Handle headers.
- headers(SocketContext, Headers) - Method in class io.helidon.http.http1.Http1LoggingConnectionListener
- headers(ClientResponseHeaders) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Received response headers.
- headers(Headers) - Method in interface io.helidon.webclient.api.ClientRequest
-
Configure headers.
- headers(Headers) - Method in class io.helidon.webclient.api.ClientRequestBase
- headers(Http2Headers, boolean) - Method in interface io.helidon.http.http2.Http2Stream
-
Headers received.
- headers(Http2Headers, boolean) - Method in class io.helidon.webclient.http2.Http2ClientStream
- headers(ServerResponseHeaders) - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
-
Set headers.
- headers(WritableHeaders) - Method in interface io.helidon.http.encoding.ContentEncoder
-
Update headers.
- headers(MessageHeaders) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Replace all portable headers with the supplied immutable snapshot.
- headers(ConnectionContext, Headers) - Method in interface io.helidon.webserver.http1.Http1ConnectionListener
-
Handle headers.
- headers(ConnectionContext, Headers) - Method in class io.helidon.webserver.http1.Http1LoggingConnectionListener
- headers(String) - Method in class io.helidon.security.providers.httpsign.SignedHeadersConfig
-
Headers configured for a method.
- headers(String, Map) - Method in class io.helidon.security.providers.httpsign.SignedHeadersConfig
-
Headers configured for a method with optional headers matched against actual transport headers.
- headers(Consumer) - Method in interface io.helidon.webclient.api.ClientRequest
-
Update headers.
- headers(Consumer) - Method in class io.helidon.webclient.api.ClientRequestBase
- headers(Consumer) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Replace all portable headers using an initially empty headers builder.
- headers(Predicate) - Method in class io.helidon.webserver.http.HttpRoute.Builder
-
HTTP Headers predicate to use.
- headers(Supplier) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Replace all portable headers using a supplier evaluated immediately.
- headers(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of configured header values.
- headers(List) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Ordered portable headers.
- headers(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Headers to add to each transmission message.
- headers(Map) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Headers added to each export message.
- headers(Map) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Transport headers (such as HTTP headers, JMS headers).
- headers(Set) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request.
- headers(Set, HttpAnnotated.BuilderBase, TypeName, TypeName) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Find headers in the annotations and set it on the builder.
- Headers - Interface in io.helidon.http
-
View of HTTP Headers.
- HEADERS - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Headers frame.
- HEADERS - Enum constant in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
Log the request headers.
- HEADERS - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Headers frame types.
- Headers__ServiceDescriptor<T> - Class in io.helidon.http
-
Service descriptor for
Headers. - Headers__ServiceDescriptor() - Constructor for class io.helidon.http.Headers__ServiceDescriptor
-
Constructor with no side effects
- headersFromResponse(String) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Find headers in response and parse them.
- headerSubject(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
Subject defines the principal this JWT was issued for (e.g.
- headerTokenHandler(TokenHandler) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
A
TokenHandlerto process header containing a JWT. - headerValue(int) - Method in class io.helidon.webserver.http.AltSvc
-
Create the header value for the provided listener port.
- headerValue(String) - Method in interface io.helidon.messaging.Message
-
Last portable header value with an exact name.
- HeaderValue - Record Class in io.helidon.declarative.codegen.model.http
-
A fixed header value.
- HeaderValue(String, String) - Constructor for record class io.helidon.declarative.codegen.model.http.HeaderValue
-
Creates an instance of a
HeaderValuerecord class. - HeaderValues - Class in io.helidon.http
-
Values of commonly used headers.
- HeaderWriteable - Interface in io.helidon.http
-
Mutable header value.
- HealthCheck - Interface in io.helidon.health
-
A health check.
- HealthCheckBuilderException - Exception Class in io.helidon.dbclient.health
-
Exception in health check builder.
- HealthCheckBuilderException(String) - Constructor for exception class io.helidon.dbclient.health.HealthCheckBuilderException
-
Create a new exception for a message.
- HealthCheckBuilderException(String, Throwable) - Constructor for exception class io.helidon.dbclient.health.HealthCheckBuilderException
-
Create a new exception for a message and a cause.
- HealthCheckException - Exception Class in io.helidon.health
-
Exception thrown by Health system if something goes wrong.
- HealthCheckException(String, Throwable) - Constructor for exception class io.helidon.health.HealthCheckException
-
Exception with a message and a cause.
- healthCheckProperties() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the connection pool health check.
- healthCheckProperties() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- healthCheckProperties() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Add properties (name/value pair) that will be used to configure the connection pool health check.
- healthCheckProperties(Map) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the connection pool health check.
- HealthCheckProvider - Interface in io.helidon.health.spi
-
ServiceLoaderprovider interface for health check services. - HealthCheckResponse - Interface in io.helidon.health
-
Health check response.
- HealthCheckResponse.Builder - Class in io.helidon.health
-
Fluent API builder for
HealthCheckResponse. - HealthCheckResponse.Status - Enum Class in io.helidon.health
-
Health check status.
- healthChecks() - Static method in class io.helidon.health.checks.HealthChecks
-
Built-in health checks.
- healthChecks() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health checks with implicit types.
- healthChecks() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- healthChecks() - Method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Health checks with implicit types.
- healthChecks(Config) - Method in class io.helidon.health.checks.BuiltInHealthCheckProvider
- healthChecks(Config) - Static method in class io.helidon.health.checks.HealthChecks
-
Built-in health checks, set up using "helidon.health" configuration.
- healthChecks(Config) - Method in interface io.helidon.health.spi.HealthCheckProvider
-
Health checks provided by this provider.
- healthChecks(List) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Health checks with implicit types.
- HealthChecks - Class in io.helidon.health.checks
-
Utility class for built-in
health checks. - HealthCheckType - Enum Class in io.helidon.health
-
Possible types of health checks.
- HealthObserveProvider - Class in io.helidon.webserver.observe.health
-
Health observe provider implementation, discoverable through
ServiceRegistryandServiceLoader. - HealthObserveProvider() - Constructor for class io.helidon.webserver.observe.health.HealthObserveProvider
-
Required public constructor for
ServiceLoader. - HealthObserveProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe.health
-
Service descriptor for
HealthObserveProvider. - HealthObserveProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
-
Constructor with no side effects
- HealthObserver - Class in io.helidon.webserver.observe.health
-
Observer that registers health endpoint, and collects all health checks.
- HealthObserverConfig - Interface in io.helidon.webserver.observe.health
-
Configuration of Health observer.
- HealthObserverConfig.Builder - Class in io.helidon.webserver.observe.health
-
Fluent API builder for
HealthObserver. - HealthObserverConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.health
-
Fluent API builder base for
HealthObserverConfig. - HealthObserverConfig.BuilderBase.HealthObserverConfigImpl - Class in io.helidon.webserver.observe.health
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HealthObserverConfigImpl(HealthObserverConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
-
Create an instance providing a builder.
- heapMemoryCheck() - Static method in class io.helidon.health.checks.HealthChecks
-
Memory health check.
- heapMemoryCheck(Config) - Static method in class io.helidon.health.checks.HealthChecks
-
Memory health check.
- HeapMemoryHealthCheck - Class in io.helidon.health.checks
-
A health check that verifies whether the server is running out of Java heap space.
- HeapMemoryHealthCheck.Builder - Class in io.helidon.health.checks
-
Fluent API builder for
HeapMemoryHealthCheck. - heartbeatPeriod() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- heartbeatPeriod() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
How often to send a heartbeat (HTTP/2 ping) to check if the connection is still alive.
- heartbeatPeriod() - Method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
How often to send a heartbeat (HTTP/2 ping) to check if the connection is still alive.
- heartbeatPeriod(Duration) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
How often to send a heartbeat (HTTP/2 ping) to check if the connection is still alive.
- HELIDON_CONTEXT - Static variable in class io.helidon.grpc.core.ContextKeys
-
The gRPC context key to use to obtain the Helidon
Contextfrom the gRPCContext. - HELIDON_CONTEXT_KEY - Static variable in interface io.helidon.graphql.server.ExecutionContext
-
GraphQL Java context key that stores the Helidon common context active for GraphQL execution.
- HELIDON_FORMAT - Static variable in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Helidon log format, see
AccessLogConfig.BuilderBase.defaultLogFormat(). - HELIDON_FORMAT - Static variable in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
-
Helidon log format, see
AccessLogConfig.BuilderBase.defaultLogFormat(). - HELIDON_RESERVED_CONFIG_KEY - Static variable in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Database connection configuration key for Helidon specific properties.
- HelidonConsoleHandler - Class in io.helidon.logging.jul
- HelidonConsoleHandler() - Constructor for class io.helidon.logging.jul.HelidonConsoleHandler
-
Creates a new
HelidonConsoleHandlerconfigured with: the output stream set toSystem.outthe formatter set to aHelidonFormatterthe level set toLevel.ALL. - HelidonCopyrightProvider - Class in io.helidon.codegen.helidon.copyright
-
Java
ServiceLoaderprovider implementation that generates copyright as used by the Helidon project. - HelidonCopyrightProvider() - Constructor for class io.helidon.codegen.helidon.copyright.HelidonCopyrightProvider
-
Default constructor required by the
ServiceLoader. - HelidonFeatures - Class in io.helidon.common.features
-
Helidon Features support.
- HelidonFlavor - Enum Class in io.helidon.common.features.api
-
Flavors of Helidon.
- HelidonFormatter - Class in io.helidon.logging.jul
-
A
SimpleFormatterthat replaces all occurrences of MDC tags like%X{value}with specific values. - HelidonFormatter() - Constructor for class io.helidon.logging.jul.HelidonFormatter
-
Create new instance of the
HelidonFormatter. - HelidonJsonFormatter - Class in io.helidon.logging.jul
-
A
Formatterthat stores each log record as a single-line JSON value. - HelidonJsonFormatter() - Constructor for class io.helidon.logging.jul.HelidonJsonFormatter
-
Create new instance of the
HelidonJsonFormatter. - HelidonJunitExtension - Interface in io.helidon.webserver.testing.junit5.spi
-
Common interface for JUnit extensions that can extend features of the
ServerTestorRoutingTest. - HelidonMdc - Class in io.helidon.logging.common
-
Helidon MDC delegates values across all of the supported logging frameworks on the classpath.
- HelidonMetaInfServices - Class in io.helidon.service.codegen
-
Support for reading and writing Helidon services to the resource.
- HelidonOpenTelemetry - Class in io.helidon.tracing.providers.opentelemetry
-
Open Telemetry factory methods to create wrappers for Open Telemetry types.
- HelidonOpenTelemetry - Interface in io.helidon.telemetry.otelconfig
-
Public access to OpenTelemetry as managed via Helidon config and builders.
- HelidonOpenTelemetry.AgentDetector - Class in io.helidon.tracing.providers.opentelemetry
-
Check if OpenTelemetry is present by indirect properties.
- HelidonServiceLoader<T> - Class in io.helidon.common
-
Helidon specific support for Java Service Loaders.
- HelidonServiceLoader.Builder<T> - Class in io.helidon.common
-
Fluent api builder for
HelidonServiceLoader. - HelidonShutdownHandler - Interface in io.helidon.spi
-
Handles shutdown of the VM.
- helidonSocket() - Method in interface io.helidon.webclient.api.ClientConnection
-
Associated
HelidonSocket. - helidonSocket() - Method in class io.helidon.webclient.api.TcpClientConnection
- helidonSocket() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- HelidonSocket - Interface in io.helidon.common.socket
-
Socket abstraction to allow usage of TLS or even non-socket transport.
- HelidonStartupProvider - Interface in io.helidon.spi
-
ServiceLoaderprovider interface to discover the correct startup type. - HelidonTaskExecutor - Interface in io.helidon.common.task
-
A simplified
ExecutorServicethat can executeInterruptableTasks and can be efficiently terminated. - HelidonTracingBasedTracerServiceFactory__ServiceDescriptor<T> - Class in io.helidon.tracing.providers.opentelemetry
-
Service descriptor for
HelidonTracingBasedTracerServiceFactory. - HelidonTracingBasedTracerServiceFactory__ServiceDescriptor() - Constructor for class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
-
Constructor with no side effects
- HelidonTracingSemanticConventionsProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe.tracing
-
Service descriptor for
HelidonTracingSemanticConventionsProvider. - HelidonTracingSemanticConventionsProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
-
Constructor with no side effects
- hierarchyAnnotationCandidates(CodegenContext, TypeInfo, TypedElementInfo, Set) - Static method in class io.helidon.codegen.TypeHierarchy
-
Find all distinct effective occurrences of any of the annotation types on matching methods in a method's type hierarchy, grouped by the declaring method.
- hierarchyAnnotations(CodegenContext, TypeInfo) - Static method in class io.helidon.codegen.TypeHierarchy
-
Find all annotations on the whole type hierarchy.
- hierarchyAnnotations(CodegenContext, TypeInfo, TypedElementInfo) - Static method in class io.helidon.codegen.TypeHierarchy
-
Find all annotations on the whole type hierarchy.
- hierarchyAnnotations(CodegenContext, TypeInfo, TypedElementInfo, TypedElementInfo, int) - Static method in class io.helidon.codegen.TypeHierarchy
-
Annotations of a parameter, taken from the full inheritance hierarchy (super type(s), interface(s).
- highCostConnectionReuseThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the high-cost connection reuse threshold for connection labeling.
- highCostConnectionReuseThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- highCostConnectionReuseThreshold() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the high-cost connection reuse threshold for connection labeling.
- highCostConnectionReuseThreshold(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the high-cost connection reuse threshold for connection labeling.
- HikariConnectionPoolProvider - Class in io.helidon.dbclient.hikari
-
Hikari connection pool
ServiceLoaderprovider. - HikariConnectionPoolProvider() - Constructor for class io.helidon.dbclient.hikari.HikariConnectionPoolProvider
-
Creates an instance of Hikari connection pool
ServiceLoaderprovider. - HikariDataSourceConfig - Interface in io.helidon.data.sql.datasource.hikari
-
Hikari connection pool specific configuration for
DataSource. - HikariDataSourceConfig.Builder - Class in io.helidon.data.sql.datasource.hikari
-
Fluent API builder for
HikariDataSourceConfig. - HikariDataSourceConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.sql.datasource.hikari
-
Fluent API builder base for
HikariDataSourceConfig. - HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl - Class in io.helidon.data.sql.datasource.hikari
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HikariDataSourceConfigImpl(HikariDataSourceConfig.BuilderBase) - Constructor for class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
-
Create an instance providing a builder.
- HikariDataSourceConfigProvider - Class in io.helidon.data.sql.datasource.hikari
-
Hikari
DataSourceconfig provider. - HikariDataSourceConfigProvider() - Constructor for class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfigProvider
-
Required default constructor for
ServiceLoader. - HikariDataSourceFactory - Class in io.helidon.data.sql.datasource.hikari
-
Hikari
DataSourcefactory. - HikariDataSourceProviderService__ServiceDescriptor<T> - Class in io.helidon.data.sql.datasource.hikari
-
Service descriptor for
HikariDataSourceProviderService. - HikariDataSourceProviderService__ServiceDescriptor() - Constructor for class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
-
Constructor with no side effects
- HikariMetricsExtensionProvider - Class in io.helidon.dbclient.metrics.hikari
-
HikariMetricsProviderimplementation forHikariMetricsExtension. - HikariMetricsExtensionProvider() - Constructor for class io.helidon.dbclient.metrics.hikari.HikariMetricsExtensionProvider
-
Creates a Hikari metrics extension provider.
- HikariMetricsProvider - Interface in io.helidon.dbclient.hikari.spi
-
Java
ServiceLoaderinterface that provides implementations ofHikariMetricsRegistry. - HikariMetricsRegistry - Interface in io.helidon.dbclient.hikari
-
Hikari connection pool metric extension registry.
- hint(Object, String) - Method in class io.helidon.common.Errors.Collector
-
Add a hint message to the list of messages.
- hint(String) - Method in class io.helidon.common.Errors.Collector
-
Add a hint message to the list of messages.
- HINT - Enum constant in enum class io.helidon.common.Severity
-
Hint.
- histogramCounts() - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns information about each of the configured buckets for the histogram.
- HistogramSnapshot - Interface in io.helidon.metrics.api
-
Snapshot in time of a histogram.
- histogramSnapshotEmpty(long, double, double) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns an empty histogram snapshot with the specified aggregate values.
- HistogramSupport - Interface in io.helidon.metrics.api
-
Common behavior among meters which support histograms.
- HmacDigest - Class in io.helidon.common.crypto
-
The HmacDigest is used for simplification of the HMAC signature creation and verification.
- HmacDigest.Builder - Class in io.helidon.common.crypto
-
Builder of the
HmacDigest. - hmacSecret(byte[]) - Method in class io.helidon.common.crypto.HmacDigest.Builder
-
Secret key to be used in HMAC algorithm.
- hmacSecret(byte[]) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
For hmac-sha256 algorithm, this provides access to a secret shared with the client.
- hmacSecret(byte[]) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Shared secret for HMAC based algorithms.
- hmacSecret(String) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
Helper method to configure a password-like secret (instead of byte based
InboundClientDefinition.Builder.hmacSecret(byte[]). - hmacSecret(String) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Shared secret for HMAC based algorithms.
- hmacSharedSecret() - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
For hmac-sha256 algorithm, this provides access to a secret shared with the client.
- hmacSharedSecret() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Shared secret for HMAC based algorithms.
- HoconConfigParser - Class in io.helidon.config.hocon
-
Typesafe (Lightbend) Config (HOCON)
ConfigParserimplementation that supports following media types:MediaTypes.APPLICATION_HOCONandMediaTypes.APPLICATION_JSON. - HoconConfigParser() - Constructor for class io.helidon.config.hocon.HoconConfigParser
-
Required public constructor for
ServiceLoader. - HoconConfigParserBuilder - Class in io.helidon.config.hocon
-
HOCON ConfigParser Builder.
- holdsIdleConnectionPermit() - Method in interface io.helidon.webserver.spi.TransportBinding
-
Whether this binding holds one listener connection permit while waiting for an accepted connection.
- host() - Method in interface io.helidon.common.socket.PeerInfo
-
Host of the peer.
- host() - Method in class io.helidon.common.uri.UriAuthority
-
Host.
- host() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Host part of authority of the request.
- host() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- host() - Method in interface io.helidon.common.uri.UriInfo
-
Host part of authority of the request.
- host() - Method in class io.helidon.http.Forwarded
-
hostdirective of the forwarded header. - host() - Method in class io.helidon.webclient.api.AltSvcHeader.Alternative
-
Alternative host without IPv6 brackets, or empty to retain the origin host.
- host() - Method in class io.helidon.webclient.api.ClientUri
- host() - Method in class io.helidon.webclient.api.ConnectionKey
-
Uri address host.
- host() - Method in class io.helidon.webclient.api.Proxy
-
Returns the host.
- host() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Explicit TLS peer host used when
modeisexplicit. - host() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase.SniConfigImpl
- host() - Method in interface io.helidon.webclient.api.SniConfig
-
Explicit TLS peer host used when
modeisexplicit. - host() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Host of the default socket.
- host() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- host() - Method in interface io.helidon.webserver.ListenerConfig
-
Host of the default socket.
- host() - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Returns the value of the
hostrecord component. - host() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Exact DNS host name or narrow wildcard pattern such as
*.example.com. - host() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase.VirtualHostConfigImpl
- host() - Method in interface io.helidon.webserver.VirtualHostConfig
-
Exact DNS host name or narrow wildcard pattern such as
*.example.com. - host(String) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Host part of authority of the request.
- host(String) - Method in class io.helidon.webclient.api.ClientUri
-
Host of this URI.
- host(String) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Sets a new host value.
- host(String) - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Explicit TLS peer host used when
modeisexplicit. - host(String) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Host of the default socket.
- host(String) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Exact DNS host name or narrow wildcard pattern such as
*.example.com. - HOST - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI host component type.
- HOST - Enum constant in enum class io.helidon.common.uri.UriValidationException.Segment
-
URI Host.
- HOST - Enum constant in enum class io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
-
This is the default, only the
io.helidon.http.Header#HOSTheader is used to discover requested URI. - HOST - Static variable in class io.helidon.http.HeaderNames
-
The "Host" header name.
- HOST_HEADER - Enum constant in enum class io.helidon.webclient.api.SniMode
-
Use the final outbound HTTP authority from the
Hostheader. - HOST_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Host" header name.
- HostLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for host (IP) values.
- HostLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
A fluent API builder for
HostLogEntry. - hostName() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Authority
-
Returns the value of the
hostNamerecord component. - hosts() - Method in class io.helidon.security.providers.common.OutboundTarget
-
Hosts of this target.
- HOURS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
- How to Activate This Filter - Section in class io.helidon.config.ValueResolvingFilter
- Hson - Class in io.helidon.metadata.hson
-
Main entry point for Helidon metadata format parsing and writing.
- Hson.Array - Interface in io.helidon.metadata.hson
-
A representation of HSON array.
- Hson.Struct - Interface in io.helidon.metadata.hson
-
HSON Struct.
- Hson.Struct.Builder - Interface in io.helidon.metadata.hson
-
Fluent API builder for
Hson.Struct. - Hson.Type - Enum Class in io.helidon.metadata.hson
-
The type of value.
- Hson.Value<T> - Interface in io.helidon.metadata.hson
-
A HSON value (may of types of
Hson.Type). - HsonException - Exception Class in io.helidon.metadata.hson
-
Exception marking a problem with HSON operations.
- HsonException(String) - Constructor for exception class io.helidon.metadata.hson.HsonException
-
Create a new instance with a customized message.
- HsonException(String, Throwable) - Constructor for exception class io.helidon.metadata.hson.HsonException
-
Create a new instance with a customized message and cause.
- HsonNotFoundException - Exception Class in io.helidon.metadata.hson
-
Exception to indicate a required key is not found.
- HsonNotFoundException(String) - Constructor for exception class io.helidon.metadata.hson.HsonNotFoundException
-
Create a new instance.
- HstsFeature - Class in io.helidon.webserver.hsts
-
Adds HTTP Strict Transport Security support to Helidon WebServer.
- HstsFeatureConfig - Interface in io.helidon.webserver.hsts
-
Configuration of the HSTS feature.
- HstsFeatureConfig.Builder - Class in io.helidon.webserver.hsts
-
Fluent API builder for
HstsFeature. - HstsFeatureConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.hsts
-
Fluent API builder base for
HstsFeatureConfig. - HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl - Class in io.helidon.webserver.hsts
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HstsFeatureConfigImpl(HstsFeatureConfig.BuilderBase) - Constructor for class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
-
Create an instance providing a builder.
- HstsFeatureProvider - Class in io.helidon.webserver.hsts
-
ServiceLoaderprovider implementation for HSTS feature forWebServer. - HstsFeatureProvider() - Constructor for class io.helidon.webserver.hsts.HstsFeatureProvider
-
Required public constructor for
ServiceLoader. - HtmlEncoder - Class in io.helidon.http
-
HTML encoding of special characters to prevent cross site scripting (XSS) attacks.
- Http - Class in io.helidon.http
-
HTTP endpoint annotations.
- HTTP - Enum constant in enum class io.helidon.webclient.api.Proxy.ProxyType
-
HTTP proxy.
- HTTP_1_1_REQUIRED - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint requires that HTTP/1.1 be used instead of HTTP/2.
- HTTP_CONSUMES_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.Consumes annotation.
- HTTP_COOKIE_PARAM_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.CookieParam annotation.
- HTTP_ENTITY_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.Entity annotation.
- HTTP_FORM_PARAM_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.FormParam annotation.
- HTTP_FORWARD - Enum constant in enum class io.helidon.webclient.api.ProxyRoute.Kind
-
HTTP forward proxy.
- HTTP_HEADER - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP Header.
- HTTP_HEADER_FUNCTION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP Header function.
- HTTP_HEADER_NAME - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP HeaderName.
- HTTP_HEADER_NAMES - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP HeaderNames.
- HTTP_HEADER_PARAM_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.HeaderParam annotation.
- HTTP_HEADER_VALUES - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP HeaderValues.
- HTTP_HEADERS - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP Headers.
- HTTP_MEDIA_TYPE - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP media type.
- HTTP_METHOD - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP Method.
- HTTP_METHOD - Static variable in class io.helidon.tracing.Tag
-
Http method used to invoke this request.
- HTTP_METHOD_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.HttpMethod annotation.
- HTTP_PATH_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.Path annotation.
- HTTP_PATH_PARAM_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.PathParam annotation.
- HTTP_PRODUCES_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.Produces annotation.
- HTTP_PROLOGUE - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP Prologue.
- HTTP_PROTO - Enum constant in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocolType
-
http/proto protocol type.
- HTTP_PROTO - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.OtlpExporterProtocolType
-
http/proto protocol type.
- HTTP_PROTOBUF - Enum constant in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocol
-
http/protobuf OpenTelemetry protocol.
- HTTP_QUERY_PARAM_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.QueryParam annotation.
- HTTP_REQUEST_PARAMS_ANNOTATION - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
Http.RequestParams annotation.
- HTTP_STATUS - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP Status.
- HTTP_STATUS - Static variable in class io.helidon.tracing.Tag
-
Status code that was returned.
- HTTP_SUPPORT - Static variable in class io.helidon.declarative.codegen.http.HttpTypes
-
HTTP support methods used from generated code.
- HTTP_TUNNEL - Enum constant in enum class io.helidon.webclient.api.ProxyRoute.Kind
-
HTTP CONNECT tunnel.
- HTTP_URL - Static variable in class io.helidon.tracing.Tag
-
URL of the HTTP request.
- HTTP_VERSION - Static variable in class io.helidon.tracing.Tag
-
HTTP version.
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class io.helidon.http.DirectHandler.EventType
-
HTTP version not supported.
- HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class io.helidon.http.Status
-
505 HTTP Version Not Supported, see HTTP/1.1 documentation.
- HTTP_VERSION_NOT_SUPPORTED_505_CODE - Static variable in class io.helidon.http.Status
-
505 HTTP Version Not Supported, see HTTP/1.1 documentation.
- Http.Consumes - Annotation Interface in io.helidon.http
-
What media type(s) an endpoint or method can consume.
- Http.CookieParam - Annotation Interface in io.helidon.http
-
Inject a request cookie into a server method parameter, or send a cookie from a declarative client method parameter.
- Http.DELETE - Annotation Interface in io.helidon.http
-
DELETE method of an HTTP endpoint.
- Http.Entity - Annotation Interface in io.helidon.http
-
Inject entity into a method parameter.
- Http.FormParam - Annotation Interface in io.helidon.http
-
Inject a URL encoded form parameter into a server method parameter, or send a form parameter from a declarative client method parameter.
- Http.GET - Annotation Interface in io.helidon.http
-
GET method of an HTTP endpoint.
- Http.HEAD - Annotation Interface in io.helidon.http
-
HEAD method of an HTTP endpoint.
- Http.HeaderFunction - Interface in io.helidon.http
-
Header producer, to use with rest client and rest server annotations.
- Http.HeaderParam - Annotation Interface in io.helidon.http
-
Inject a request header into a server method parameter, or send a header from a declarative client method parameter.
- Http.HttpMethod - Annotation Interface in io.helidon.http
-
HTTP method.
- Http.OPTIONS - Annotation Interface in io.helidon.http
-
OPTIONS method of an HTTP endpoint.
- Http.PATCH - Annotation Interface in io.helidon.http
-
PATCH method of an HTTP endpoint.
- Http.Path - Annotation Interface in io.helidon.http
-
Path of an endpoint, or sub-path of a method.
- Http.PathParam - Annotation Interface in io.helidon.http
-
Inject a path parameter into a server method parameter, or provide a path template value from a declarative client method parameter.
- Http.POST - Annotation Interface in io.helidon.http
-
POST method of an HTTP endpoint.
- Http.Produces - Annotation Interface in io.helidon.http
-
What media type(s) an endpoint or method produces.
- Http.PUT - Annotation Interface in io.helidon.http
-
PUT method of an HTTP endpoint.
- Http.QUERY - Annotation Interface in io.helidon.http
-
QUERY method of an HTTP endpoint.
- Http.QueryParam - Annotation Interface in io.helidon.http
-
Inject query parameter into a method parameter.
- Http.RequestParams - Annotation Interface in io.helidon.http
-
Inject grouped request parameters into a method parameter.
- http1Bytes() - Static method in class io.helidon.http.DateTime
-
Formatted date time terminated by carriage return and new line.
- Http1Client - Interface in io.helidon.webclient.http1
-
HTTP/1.1 client.
- Http1ClientConfig - Interface in io.helidon.webclient.http1
-
HTTP/1.1.
- Http1ClientConfig.Builder - Class in io.helidon.webclient.http1
-
Fluent API builder for
Http1Client. - Http1ClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.http1
-
Fluent API builder base for
Http1ClientConfig. - Http1ClientConfig.BuilderBase.Http1ClientConfigImpl - Class in io.helidon.webclient.http1
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Http1ClientConfigImpl(Http1ClientConfig.BuilderBase) - Constructor for class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
-
Create an instance providing a builder.
- Http1ClientProtocolConfig - Interface in io.helidon.webclient.http1
-
Configuration of an HTTP/1.1 client.
- Http1ClientProtocolConfig.Builder - Class in io.helidon.webclient.http1
-
Fluent API builder for
Http1ClientProtocolConfig. - Http1ClientProtocolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.http1
-
Fluent API builder base for
Http1ClientProtocolConfig. - Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl - Class in io.helidon.webclient.http1
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Http1ClientProtocolConfigImpl(Http1ClientProtocolConfig.BuilderBase) - Constructor for class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
-
Create an instance providing a builder.
- Http1ClientRequest - Interface in io.helidon.webclient.http1
-
Client request for HTTP/1.1.
- Http1ClientResponse - Interface in io.helidon.webclient.http1
-
Client response for HTTP/1.1.
- Http1ClientSpiProvider - Class in io.helidon.webclient.http1
-
ServiceLoaderprovider implementation for HTTP/1.1 protocol. - Http1ClientSpiProvider() - Constructor for class io.helidon.webclient.http1.Http1ClientSpiProvider
-
Required public constructor for
ServiceLoader. - Http1Config - Interface in io.helidon.webserver.http1
-
HTTP/1.1 server configuration.
- Http1Config.Builder - Class in io.helidon.webserver.http1
-
Fluent API builder for
Http1Config. - Http1Config.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.http1
-
Fluent API builder base for
Http1Config. - Http1Config.BuilderBase.Http1ConfigImpl - Class in io.helidon.webserver.http1
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Http1ConfigImpl(Http1Config.BuilderBase) - Constructor for class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
-
Create an instance providing a builder.
- Http1Connection - Class in io.helidon.webserver.http1
-
HTTP/1.1 server connection.
- Http1ConnectionListener - Interface in io.helidon.http.http1
-
A listener for connection events.
- Http1ConnectionListener - Interface in io.helidon.webserver.http1
-
Connection listener for HTTP/1.1.
- Http1ConnectionProvider - Class in io.helidon.webserver.http1
-
ServerConnectionSelectorProviderimplementation for HTTP/1.1 server connection provider. - Http1ConnectionProvider() - Constructor for class io.helidon.webserver.http1.Http1ConnectionProvider
-
Required public constructor for
ServiceLoader. - Http1ConnectionSelector - Class in io.helidon.webserver.http1
-
HTTP/1.1 server connection selector.
- Http1ConnectionSelectorConfig - Interface in io.helidon.webserver.http1
-
Configuration of an
Http1ConnectionSelector. - Http1ConnectionSelectorConfig.Builder - Class in io.helidon.webserver.http1
-
Fluent API builder for
Http1ConnectionSelector. - Http1ConnectionSelectorConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.http1
-
Fluent API builder base for
Http1ConnectionSelectorConfig. - Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl - Class in io.helidon.webserver.http1
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Http1ConnectionSelectorConfigImpl(Http1ConnectionSelectorConfig.BuilderBase) - Constructor for class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
-
Create an instance providing a builder.
- Http1DirectJunitExtension - Class in io.helidon.webserver.testing.junit5
-
A Java
ServiceLoaderprovider implementation ofDirectJunitExtensionfor HTTP/1.1 tests. - Http1DirectJunitExtension() - Constructor for class io.helidon.webserver.testing.junit5.Http1DirectJunitExtension
-
Required public constructor for
ServiceLoader. - Http1Headers - Class in io.helidon.webserver.http1
-
HTTP/1 headers reader.
- Http1Headers(DataReader, int, boolean) - Constructor for class io.helidon.webserver.http1.Http1Headers
-
Create a new instance.
- Http1HeadersParser - Class in io.helidon.http
-
Used by both HTTP server and client to parse headers from
DataReader. - Http1LoggingConnectionListener - Class in io.helidon.http.http1
-
Connection listener that logs all exchanged information.
- Http1LoggingConnectionListener - Class in io.helidon.webserver.http1
-
Connection listener that logs all exchanged information.
- Http1LoggingConnectionListener(String) - Constructor for class io.helidon.webserver.http1.Http1LoggingConnectionListener
-
Create a new listener with a prefix (such as
sendandrecv). - Http1Prologue - Class in io.helidon.webserver.http1
-
HTTP 1 prologue parsing support.
- Http1Prologue(DataReader, int, boolean) - Constructor for class io.helidon.webserver.http1.Http1Prologue
-
Create a new prologue parser.
- Http1ProtocolConfigProvider - Class in io.helidon.webclient.http1
-
Implementation of protocol config provider.
- Http1ProtocolConfigProvider - Class in io.helidon.webserver.http1
-
Implementation of a service provider interface to create HTTP/1.1 protocol configuration.
- Http1ProtocolConfigProvider() - Constructor for class io.helidon.webclient.http1.Http1ProtocolConfigProvider
-
Required public constructor for
ServiceLoader. - Http1ProtocolConfigProvider() - Constructor for class io.helidon.webserver.http1.Http1ProtocolConfigProvider
-
Required public constructor for
ServiceLoader. - Http1Route - Class in io.helidon.webserver.http1
-
A route for HTTP/1.1 only.
- Http1RoutedUpgrade - Interface in io.helidon.webserver.http1.spi
-
A prepared HTTP/1 protocol upgrade that must run through HTTP request filters and route policies before the protocol switch is completed.
- Http1RoutedUpgrader - Interface in io.helidon.webserver.http1.spi
-
HTTP/1 protocol upgrader that owns routed handling for its protocol.
- Http1ServerJunitExtension - Class in io.helidon.webserver.testing.junit5
-
Java
ServiceLoaderprovider implementation of aServerJunitExtensionthat adds support for HTTP/1.1. - Http1ServerJunitExtension() - Constructor for class io.helidon.webserver.testing.junit5.Http1ServerJunitExtension
-
Public constructor as required by
ServiceLoader. - Http1StatusParser - Class in io.helidon.webclient.http1
-
Parser of HTTP/1.0 or HTTP/1.1 response status.
- Http1UpgradeProvider<T> - Interface in io.helidon.webserver.http1.spi
-
ServiceLoaderprovider interface for HTTP/1.1 connection upgrade provider. - Http1Upgrader - Interface in io.helidon.webserver.http1.spi
-
HTTP/1.1 connection upgrader.
- Http1UpgradeResponse - Interface in io.helidon.webserver.http1.spi
-
HTTP/1 response operations available to a routed protocol upgrade.
- Http1UpgradeResult - Class in io.helidon.webserver.http1.spi
-
Result of a routed HTTP/1 protocol upgrade.
- Http1UpgradeResult.Kind - Enum Class in io.helidon.webserver.http1.spi
-
Routed upgrade result kind.
- Http1UpgradeRouting - Interface in io.helidon.webserver.http1.spi
-
HTTP routing support for an HTTP/1 protocol upgrade that must run HTTP filters and route policies before the protocol switch.
- Http2Client - Interface in io.helidon.webclient.http2
-
HTTP2 client.
- Http2ClientConfig - Interface in io.helidon.webclient.http2
-
HTTP/2 full webclient configuration.
- Http2ClientConfig.Builder - Class in io.helidon.webclient.http2
-
Fluent API builder for
Http2Client. - Http2ClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.http2
-
Fluent API builder base for
Http2ClientConfig. - Http2ClientConfig.BuilderBase.Http2ClientConfigImpl - Class in io.helidon.webclient.http2
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Http2ClientConfigImpl(Http2ClientConfig.BuilderBase) - Constructor for class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
-
Create an instance providing a builder.
- Http2ClientConnection - Class in io.helidon.webclient.http2
-
Represents an HTTP2 connection on the client.
- Http2ClientImpl - Class in io.helidon.webclient.http2
-
Implementation of HTTP2 client.
- Http2ClientProtocolConfig - Interface in io.helidon.webclient.http2
-
Configuration of an HTTP/2 client.
- Http2ClientProtocolConfig.Builder - Class in io.helidon.webclient.http2
-
Fluent API builder for
Http2ClientProtocolConfig. - Http2ClientProtocolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.http2
-
Fluent API builder base for
Http2ClientProtocolConfig. - Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl - Class in io.helidon.webclient.http2
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Http2ClientProtocolConfigImpl(Http2ClientProtocolConfig.BuilderBase) - Constructor for class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
-
Create an instance providing a builder.
- Http2ClientRequest - Interface in io.helidon.webclient.http2
-
Request of HTTP/2 client.
- Http2ClientResponse - Interface in io.helidon.webclient.http2
-
Response of HTTP/2 client.
- Http2ClientSpiProvider - Class in io.helidon.webclient.http2
-
ServiceLoaderprovider implementation for HTTP/2 protocol. - Http2ClientSpiProvider() - Constructor for class io.helidon.webclient.http2.Http2ClientSpiProvider
-
Required public constructor for
ServiceLoader. - Http2ClientStream - Class in io.helidon.webclient.http2
-
Represents an HTTP/2 client stream.
- Http2ClientStream(Http2ClientConnection, Http2Settings, SocketContext, Http2StreamConfig, Http2ClientConfig, LockingStreamIdSequence, Http2FrameListener, Http2FrameListener) - Constructor for class io.helidon.webclient.http2.Http2ClientStream
-
Create a new HTTP/2 client stream.
- Http2ClientStream(Http2ClientConnection, Http2Settings, SocketContext, Http2StreamConfig, Http2ClientConfig, LockingStreamIdSequence, Http2ClientImpl) - Constructor for class io.helidon.webclient.http2.Http2ClientStream
-
Create a new HTTP/2 client stream.
- http2Config(Http2Config) - Method in class io.helidon.webserver.http2.Http2ConnectionSelector.Builder
-
Custom configuration of HTTP/2 connection provider.
- http2Config(Http2Config) - Method in class io.helidon.webserver.http2.Http2UpgradeProvider.Builder
-
Custom configuration of HTTP/2 connections.
- Http2Config - Interface in io.helidon.webserver.http2
-
HTTP/2 server configuration.
- Http2Config.Builder - Class in io.helidon.webserver.http2
-
Fluent API builder for
Http2Config. - Http2Config.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.http2
-
Fluent API builder base for
Http2Config. - Http2Config.BuilderBase.Http2ConfigImpl - Class in io.helidon.webserver.http2
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Http2ConfigImpl(Http2Config.BuilderBase) - Constructor for class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
-
Create an instance providing a builder.
- Http2Connection - Class in io.helidon.webserver.http2
-
HTTP/2 server connection.
- Http2ConnectionCache - Class in io.helidon.webclient.http2
-
A cache of HTTP2 connections.
- Http2ConnectionProvider - Class in io.helidon.webserver.http2
-
ServerConnectionSelectorProviderimplementation for HTTP/2 server connection provider. - Http2ConnectionProvider() - Constructor for class io.helidon.webserver.http2.Http2ConnectionProvider
-
Required public constructor for
ServiceLoader. - Http2ConnectionSelector - Class in io.helidon.webserver.http2
-
HTTP/2 server connection selector.
- Http2ConnectionSelector.Builder - Class in io.helidon.webserver.http2
-
Fluent API builder for
Http2ConnectionProvider. - Http2ConnectionWriter - Class in io.helidon.http.http2
-
HTTP/2 connection writer.
- Http2ConnectionWriter(SocketContext, DataWriter, List) - Constructor for class io.helidon.http.http2.Http2ConnectionWriter
-
A new writer.
- Http2Continuation - Class in io.helidon.http.http2
-
HTTP/2 Continuation frame.
- Http2DataFrame - Class in io.helidon.http.http2
-
Data frame.
- Http2ErrorCode - Enum Class in io.helidon.http.http2
-
HTTP/2 error codes.
- Http2Exception - Exception Class in io.helidon.http.http2
-
HTTP/2 exception.
- Http2Exception(Http2ErrorCode, String) - Constructor for exception class io.helidon.http.http2.Http2Exception
-
Exception with type and message.
- Http2Exception(Http2ErrorCode, String, Throwable) - Constructor for exception class io.helidon.http.http2.Http2Exception
-
Exception with type, message and cause.
- Http2Flag - Class in io.helidon.http.http2
-
HTTP/2 frame flag support.
- Http2Flag.ContinuationFlags - Class in io.helidon.http.http2
-
Flags supported by continuation frame.
- Http2Flag.DataFlags - Class in io.helidon.http.http2
-
Flags supported by data frame.
- Http2Flag.Flags - Interface in io.helidon.http.http2
-
Flags interface to have typed flag methods for types that support it.
- Http2Flag.HeaderFlags - Class in io.helidon.http.http2
-
Flags supported by headers frame.
- Http2Flag.NoFlags - Class in io.helidon.http.http2
-
Flags for frames that do not have support for any flag.
- Http2Flag.PingFlags - Class in io.helidon.http.http2
-
Flags supported by ping frame.
- Http2Flag.PushPromiseFlags - Class in io.helidon.http.http2
-
Flags supported by push promise frame.
- Http2Flag.SettingsFlags - Class in io.helidon.http.http2
-
Flags supported by settings frame.
- Http2Frame<T> - Interface in io.helidon.http.http2
-
HTTP/2 frame.
- Http2FrameData - Record Class in io.helidon.http.http2
-
Frame data record.
- Http2FrameData(Http2FrameHeader, BufferData) - Constructor for record class io.helidon.http.http2.Http2FrameData
-
Creates an instance of a
Http2FrameDatarecord class. - Http2FrameHeader - Class in io.helidon.http.http2
-
Frame header.
- Http2FrameListener - Interface in io.helidon.http.http2
-
Frame listener for HTTP/2 connection.
- Http2FrameType - Enum Class in io.helidon.http.http2
-
HTTP/2 frame types.
- Http2FrameTypes<T> - Interface in io.helidon.http.http2
-
Frame types with types flags.
- Http2GoAway - Record Class in io.helidon.http.http2
-
Go away frame.
- Http2GoAway(int, Http2ErrorCode, String) - Constructor for record class io.helidon.http.http2.Http2GoAway
-
Creates an instance of a
Http2GoAwayrecord class. - Http2Headers - Class in io.helidon.http.http2
-
HTTP/2 headers combining pseudo headers and
Headers. - Http2Headers.DynamicTable - Class in io.helidon.http.http2
-
There is one dynamic table for inbound headers and one for outbound headers for each connection.
- Http2HuffmanDecoder - Class in io.helidon.http.http2
-
Implementation of HPACK Huffman decoding.
- Http2HuffmanEncoder - Class in io.helidon.http.http2
-
Implementation of HPACK Huffman encoding.
- Http2LoggingFrameListener - Class in io.helidon.http.http2
-
HTTP/2 frame listener that logs all calls.
- Http2LoggingFrameListener(String) - Constructor for class io.helidon.http.http2.Http2LoggingFrameListener
-
Deprecated, for removal: This API element is subject to removal in a future version.
- Http2Ping - Class in io.helidon.http.http2
-
Ping frame.
- Http2Priority - Record Class in io.helidon.http.http2
-
HTTP/2 priority frame.
- Http2Priority(boolean, int, int) - Constructor for record class io.helidon.http.http2.Http2Priority
-
Creates an instance of a
Http2Priorityrecord class. - Http2ProtocolConfigProvider - Class in io.helidon.webclient.http2
-
Implementation of protocol config provider.
- Http2ProtocolConfigProvider - Class in io.helidon.webserver.http2
-
Implementation of a service provider interface to create HTTP/2 protocol configuration.
- Http2ProtocolConfigProvider() - Constructor for class io.helidon.webclient.http2.Http2ProtocolConfigProvider
-
Required public constructor for
ServiceLoader. - Http2ProtocolConfigProvider() - Constructor for class io.helidon.webserver.http2.Http2ProtocolConfigProvider
-
Required public constructor for
ServiceLoader. - Http2Route - Class in io.helidon.webserver.http2
-
A route for HTTP/2 only.
- Http2RstStream - Record Class in io.helidon.http.http2
-
RST Stream frame.
- Http2RstStream(Http2ErrorCode) - Constructor for record class io.helidon.http.http2.Http2RstStream
-
Creates an instance of a
Http2RstStreamrecord class. - Http2ServerExtension - Class in io.helidon.webserver.testing.junit5.http2
-
A
ServiceLoaderprovider implementation that adds support for injection of HTTP/2 related artifacts, such asHttp2Clientin Helidon integration tests. - Http2ServerExtension() - Constructor for class io.helidon.webserver.testing.junit5.http2.Http2ServerExtension
-
Required constructor for
ServiceLoader. - Http2ServerRequestEntity - Class in io.helidon.webserver.http2
-
Server request entity.
- Http2Setting<T> - Interface in io.helidon.http.http2
-
HTTP/2 setting.
- Http2Settings - Class in io.helidon.http.http2
-
HTTP settings frame.
- Http2Settings.Builder - Class in io.helidon.http.http2
-
Fluent API builder for
Http2Settings. - Http2Stream - Interface in io.helidon.http.http2
-
HTTP/2 stream.
- Http2StreamConfig - Interface in io.helidon.webclient.http2
-
Configuration for an HTTP2 stream.
- Http2StreamState - Enum Class in io.helidon.http.http2
-
Stream state.
- Http2StreamWriter - Interface in io.helidon.http.http2
-
Writer for a single stream.
- Http2SubProtocolProvider<T> - Interface in io.helidon.webserver.http2.spi
-
ServiceLoaderprovider interface for HTTP/2 sub-protocols. - Http2SubProtocolSelector - Interface in io.helidon.webserver.http2.spi
-
A selector of HTTP/2 sub-protocols.
- Http2SubProtocolSelector.SubProtocolHandler - Interface in io.helidon.webserver.http2.spi
-
Handler of a sub-protocol.
- Http2TestClient - Class in io.helidon.webserver.testing.junit5.http2
-
Http/2 low-level testing client.
- Http2TestConnection - Class in io.helidon.webserver.testing.junit5.http2
-
Http/2 low-level testing client connection.
- Http2UpgradeProvider - Class in io.helidon.webserver.http2
-
ServiceLoaderupgrade protocol provider to upgrade from HTTP/1.1 to HTTP/2. - Http2UpgradeProvider() - Constructor for class io.helidon.webserver.http2.Http2UpgradeProvider
-
Deprecated.to be used solely by
ServiceLoader - Http2UpgradeProvider.Builder - Class in io.helidon.webserver.http2
-
Fluent API builder for
Http2UpgradeProvider. - Http2Upgrader - Class in io.helidon.webserver.http2
-
HTTP/1.1 to HTTP/2 connection upgrade.
- Http2Util - Class in io.helidon.http.http2
-
HTTP/2 utility.
- Http2WindowUpdate - Record Class in io.helidon.http.http2
-
Window update frame.
- Http2WindowUpdate(int) - Constructor for record class io.helidon.http.http2.Http2WindowUpdate
-
Creates an instance of a
Http2WindowUpdaterecord class. - HttpAnnotated - Interface in io.helidon.declarative.codegen.model.http
-
An element that is annotation within the HTTP REST handling.
- HttpAnnotated.Builder - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder for
HttpAnnotated. - HttpAnnotated.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder base for
HttpAnnotated. - HttpAnnotated.BuilderBase.HttpAnnotatedImpl - Class in io.helidon.declarative.codegen.model.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HttpAnnotatedImpl(HttpAnnotated.BuilderBase) - Constructor for class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
-
Create an instance providing a builder.
- HttpAuthException - Exception Class in io.helidon.security.providers.httpauth
-
Exception in Http authentication.
- HttpBasicAuthProvider - Class in io.helidon.security.providers.httpauth
-
Http authentication security provider.
- HttpBasicAuthProvider.Builder - Class in io.helidon.security.providers.httpauth
-
HttpBasicAuthProviderfluent API builder. - HttpBasicAuthService - Class in io.helidon.security.providers.httpauth
-
Basic authentication service.
- HttpBasicAuthService() - Constructor for class io.helidon.security.providers.httpauth.HttpBasicAuthService
-
Create a basic authentication service.
- HttpBasicOutboundConfig - Class in io.helidon.security.providers.httpauth
-
Security provider configuration for outbound.
- HttpBasicOutboundConfig.Builder - Class in io.helidon.security.providers.httpauth
-
Fluent API builder for
HttpBasicOutboundConfig. - HttpClient<REQ> - Interface in io.helidon.webclient.api
-
HTTP client.
- HttpClientConfig - Interface in io.helidon.webclient.api
-
This can be used by any HTTP client version, and does not act as a factory, for easy extensibility.
- HttpClientConfig.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
HttpClientConfig. - HttpClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.api
-
Fluent API builder base for
HttpClientConfig. - HttpClientConfig.BuilderBase.HttpClientConfigImpl - Class in io.helidon.webclient.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HttpClientConfigImpl(HttpClientConfig.BuilderBase) - Constructor for class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
-
Create an instance providing a builder.
- HttpClientRequest - Class in io.helidon.webclient.api
-
Client request of any client that support HTTP protocol.
- HttpClientResponse - Interface in io.helidon.webclient.api
-
Http client response.
- HttpClientSpi - Interface in io.helidon.webclient.spi
-
Integration for HTTP versions to provide a single API.
- HttpClientSpi.SupportLevel - Enum Class in io.helidon.webclient.spi
-
How does the provider support the request.
- HttpClientSpiProvider<T> - Interface in io.helidon.webclient.spi
-
A
ServiceLoaderprovider interface to obtain clients that support HTTP protocol. - HttpCodegenValidation - Class in io.helidon.declarative.codegen.http
-
HTTP validation utilities used by code generation.
- HttpConfig - Interface in io.helidon.http
-
Common configuration of HTTP protocol, regardless of its version.
- HttpConfig.Builder - Class in io.helidon.http
-
Fluent API builder for
HttpConfig. - HttpConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http
-
Fluent API builder base for
HttpConfig. - HttpConfig.BuilderBase.HttpConfigImpl - Class in io.helidon.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HttpConfigBase - Interface in io.helidon.webclient.api
-
Common configuration for HTTP protocols.
- HttpConfigBase.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
HttpConfigBase. - HttpConfigBase.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.api
-
Fluent API builder base for
HttpConfigBase. - HttpConfigBase.BuilderBase.HttpConfigBaseImpl - Class in io.helidon.webclient.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HttpConfigBaseImpl(HttpConfigBase.BuilderBase) - Constructor for class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
-
Create an instance providing a builder.
- HttpConfigImpl(HttpConfig.BuilderBase) - Constructor for class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
-
Create an instance providing a builder.
- HttpEntryPoint - Class in io.helidon.webserver.http
-
Container class for types related to HTTP entry points.
- HttpEntryPoint.AuthorizationInterceptor - Interface in io.helidon.webserver.http
-
Authorization-only interceptor for an operation discovered inside an active HTTP entry point.
- HttpEntryPoint.EntryPoints - Interface in io.helidon.webserver.http
-
A contract used from generated code to invoke HTTP entry point interceptors.
- HttpEntryPoint.Interceptor - Interface in io.helidon.webserver.http
-
Interceptor of an HTTP entry point.
- HttpEntryPoint.Interceptor.Chain - Interface in io.helidon.webserver.http
-
Invocation chain for HTTP Entry point.
- httpEntryPoints(HttpEntryPoint.EntryPoints, ServiceDescriptor, Set, List) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Configure HTTP entry point wrapping for this GraphQL service.
- HttpEntryPointsImpl__ServiceDescriptor<T> - Class in io.helidon.webserver.http
-
Service descriptor for
HttpEntryPointsImpl. - HttpEntryPointsImpl__ServiceDescriptor() - Constructor for class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
-
Constructor with no side effects
- HttpException - Exception Class in io.helidon.http
-
Runtime exception for applications.
- HttpException(String) - Constructor for exception class io.helidon.http.HttpException
-
Creates
HttpExceptionassociated withStatus.INTERNAL_SERVER_ERROR_500. - HttpException(String, Status) - Constructor for exception class io.helidon.http.HttpException
-
Creates
HttpException. - HttpException(String, Status, boolean) - Constructor for exception class io.helidon.http.HttpException
-
Creates
HttpException. - HttpException(String, Status, Throwable) - Constructor for exception class io.helidon.http.HttpException
-
Creates
HttpException. - HttpException(String, Status, Throwable, boolean) - Constructor for exception class io.helidon.http.HttpException
-
Creates
HttpException. - HttpException(String, Throwable) - Constructor for exception class io.helidon.http.HttpException
-
Creates
HttpExceptionassociated withStatus.INTERNAL_SERVER_ERROR_500. - HttpFeature - Interface in io.helidon.webserver.http
-
Can be registered with
HttpRouting.Builder.addFeature(java.util.function.Supplier). - HttpFields - Class in io.helidon.declarative.codegen.http
-
Helper methods for common HTTP constants and fields.
- HttpHeaderMatcher - Class in io.helidon.common.testing.http.junit5
-
Matchers for
Headers. - httpHeaders() - Method in class io.helidon.http.http2.Http2Headers
-
HTTP headers.
- HttpLogConfig - Interface in io.helidon.http
-
Configuration of logging of the HTTP layer.
- HttpLogConfig.Builder - Class in io.helidon.http
-
Fluent API builder for
HttpLogConfig. - HttpLogConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http
-
Fluent API builder base for
HttpLogConfig. - HttpLogConfig.BuilderBase.HttpLogConfigImpl - Class in io.helidon.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- HttpLogConfigImpl(HttpLogConfig.BuilderBase) - Constructor for class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
-
Create an instance providing a builder.
- HttpMediaType - Interface in io.helidon.http
-
Media type used in HTTP headers, in addition to the media type definition, these may contain additional parameters, such as
HttpMediaType.QUALITY_FACTOR_PARAMETERandHttpMediaType.CHARSET_PARAMETER. - HttpMediaType.Builder - Class in io.helidon.http
-
Fluent API builder for
HttpMediaType. - HttpMediaTypes - Class in io.helidon.http
-
Constants for
HttpMediaType. - httpMethod() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
HTTP method of this method.
- httpMethod() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- httpMethod() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
HTTP method of this method.
- httpMethod(HttpMethod) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
HTTP method of this method.
- HttpMethod - Record Class in io.helidon.declarative.codegen.model.http
-
HTTP Method definition.
- HttpMethod(String, boolean) - Constructor for record class io.helidon.declarative.codegen.model.http.HttpMethod
-
Creates an instance of a
HttpMethodrecord class. - httpMethodFromAnnotation(TypedElementInfo, Annotation) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Extract HTTP Method from its annotation.
- httpOnly() - Method in class io.helidon.http.SetCookie
-
HttpOnly attribute of cookie.
- httpOnly(boolean) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
HttpOnlyparameter. - HttpParameterCodegenProvider - Interface in io.helidon.declarative.codegen.http.webserver.spi
-
Java
ServiceLoaderprovider interface to add support for parameters of HTTP endpoint methods. - HttpPrologue - Class in io.helidon.http
-
A prologue of an HTTP protocol.
- HttpPrologue__ServiceDescriptor<T> - Class in io.helidon.http
-
Service descriptor for
HttpPrologue. - HttpPrologue__ServiceDescriptor() - Constructor for class io.helidon.http.HttpPrologue__ServiceDescriptor
-
Constructor with no side effects
- HttpRequest - Interface in io.helidon.webserver.http
-
HTTP Request.
- HttpRoute - Interface in io.helidon.webserver.http
-
A basic HTTP route (should be usable by ANY HTTP protocol version).
- HttpRoute.Builder - Class in io.helidon.webserver.http
-
Fluent API builder for
HttpRoute. - httpRouting() - Method in interface io.helidon.webserver.spi.ServerFeature.SocketBuilders
-
HTTP routing builder.
- HttpRouting - Interface in io.helidon.webserver.http
-
HTTP routing.
- HttpRouting.Builder - Interface in io.helidon.webserver.http
-
Fluent API builder for
HttpRouting. - HttpRules - Interface in io.helidon.webserver.http
-
HTTP Routing rules, used by both
HttpRouting.Builderand byHttpService.routing(HttpRules). - HttpSecurity - Interface in io.helidon.webserver.http
-
WebServer security.
- HttpSecurityInterceptor__ServiceDescriptor<T> - Class in io.helidon.webserver.security
-
Service descriptor for
HttpSecurityInterceptor. - HttpSecurityInterceptor__ServiceDescriptor() - Constructor for class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
-
Constructor with no side effects
- HttpService - Interface in io.helidon.webserver.http
-
Encapsulates a set of
routingrules and related logic. - HttpServiceLocator - Interface in io.helidon.webserver.http
-
Locates an
HttpServicefor a matched request. - HttpSignatureException - Exception Class in io.helidon.security.providers.httpsign
-
Exception from HTTP signatures provider.
- HttpSignatureException(Exception) - Constructor for exception class io.helidon.security.providers.httpsign.HttpSignatureException
-
Create a new exception with a cause.
- HttpSignatureException(String) - Constructor for exception class io.helidon.security.providers.httpsign.HttpSignatureException
-
Create a new exception with message.
- HttpSignHeader - Enum Class in io.helidon.security.providers.httpsign
-
Headers supported by HTTP Signature.
- HttpSignProvider - Class in io.helidon.security.providers.httpsign
-
A provider that can authenticate incoming requests based on HTTP signature of header fields, and can create signatures for outbound requests.
- HttpSignProvider.Builder - Class in io.helidon.security.providers.httpsign
-
Fluent API builder for this provider.
- HttpSignService - Class in io.helidon.security.providers.httpsign
-
Implementation of
SecurityProviderServiceto enable automatic loading of this provider from configuration. - HttpSignService() - Constructor for class io.helidon.security.providers.httpsign.HttpSignService
-
Create an HTTP signature provider service.
- HttpStatus - Record Class in io.helidon.declarative.codegen.model.http
-
HTTP Status.
- HttpStatus(int, Optional) - Constructor for record class io.helidon.declarative.codegen.model.http.HttpStatus
-
Creates an instance of a
HttpStatusrecord class. - HttpSupport - Class in io.helidon.http
-
HTTP support methods used from generated code.
- HttpToken - Class in io.helidon.http
-
HTTP Token utility.
- HttpTransportObserver - Interface in io.helidon.http
-
Protocol-neutral observation of HTTP transport lifecycle.
- HttpTransportObserver.ConnectionObservation - Interface in io.helidon.http
-
Observation of one physical connection.
- HttpTransportObserver.ConnectionOutcome - Enum Class in io.helidon.http
-
Connection termination outcome.
- HttpTransportObserver.Direction - Enum Class in io.helidon.http
-
Stream directionality.
- HttpTransportObserver.Handshake - Enum Class in io.helidon.http
-
Connection handshake.
- HttpTransportObserver.HandshakeObservation - Interface in io.helidon.http
-
Observation of one security handshake.
- HttpTransportObserver.HandshakeOutcome - Enum Class in io.helidon.http
-
Handshake completion outcome.
- HttpTransportObserver.Initiator - Enum Class in io.helidon.http
-
Stream initiator relative to the observing endpoint.
- HttpTransportObserver.Role - Enum Class in io.helidon.http
-
Endpoint role.
- HttpTransportObserver.StreamObservation - Interface in io.helidon.http
-
Observation of one application request and response exchange.
- HttpTransportObserver.StreamOutcome - Enum Class in io.helidon.http
-
Stream termination outcome.
- HttpTypes - Class in io.helidon.declarative.codegen.http
-
HTTP related types for code generation.
- HUC_ACCEPT_DEFAULT - Static variable in interface io.helidon.http.ServerRequestHeaders
-
Header value of the non compliant
Acceptheader sent byHttpURLConnectionwhen none is set. - HUC_ACCEPT_DEFAULT_TYPES - Static variable in interface io.helidon.http.ServerRequestHeaders
-
Accepted types for
ServerRequestHeaders.HUC_ACCEPT_DEFAULT. - HuffmanCodec - Class in io.helidon.common.buffers
-
HPACK and QPACK Huffman codec defined by RFC 7541, Appendix B.
I
- I_AM_A_TEAPOT_418 - Static variable in class io.helidon.http.Status
-
418 I'm a teapot, see Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0).
- I_AM_A_TEAPOT_418_CODE - Static variable in class io.helidon.http.Status
-
418 I'm a teapot, see Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0).
- id() - Method in interface io.helidon.common.context.Context
-
A unique id of this context within this runtime.
- id() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Returns the value of the
idrecord component. - id() - Method in interface io.helidon.http.DataChunk
-
The tracing ID of this chunk.
- id() - Method in class io.helidon.http.sse.SseEvent
-
Get optional ID for this event.
- id() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
The base URI for resolving relative references.
- id() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- id() - Method in interface io.helidon.json.schema.Schema
-
The base URI for resolving relative references.
- id() - Method in class io.helidon.messaging.MessageBatch
-
Opaque delivery correlation ID shared by framework-derived batches.
- id() - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Opaque delivery correlation ID.
- id() - Method in interface io.helidon.messaging.MessageBatchConfig
-
Opaque delivery correlation ID.
- id() - Method in interface io.helidon.metrics.api.Meter
-
Returns the meter ID.
- id() - Method in interface io.helidon.scheduling.Task
-
ID used to identify this task.
- id() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Identification of the started task.
- id() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
- id() - Method in interface io.helidon.scheduling.TaskConfig
-
Identification of the started task.
- id() - Method in interface io.helidon.security.Principal
-
Id of this principal.
- id() - Method in interface io.helidon.security.SecurityContext
-
Id of this context instance.
- id() - Method in interface io.helidon.webserver.http.HttpRequest
-
Request ID on this connection.
- id() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.UniqueId
-
Returns the value of the
idrecord component. - id(AbstractNodeBuilderImpl.MergingKey) - Method in class io.helidon.config.AbstractNodeBuilderImpl
-
Returns id computed from key.
- id(AbstractNodeBuilderImpl.MergingKey) - Method in class io.helidon.config.ListNodeBuilderImpl
- id(AbstractNodeBuilderImpl.MergingKey) - Method in class io.helidon.config.ObjectNodeBuilderImpl
- id(String) - Method in class io.helidon.common.context.Context.Builder
-
Identification of the new context, should be unique within this runtime.
- id(String) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Set the event id.
- id(String) - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Opaque delivery correlation ID.
- id(String) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Identification of the started task.
- id(String) - Method in class io.helidon.security.Principal.Builder
-
Principal id.
- id(String) - Method in class io.helidon.security.SecurityContext.Builder
-
Id of the new security context.
- id(URI) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
The base URI for resolving relative references.
- ID - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Local id variable.
- ID_AND_SECRET_TO_TOKEN - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.RequestType
-
Request to exchange client id and secret for an access token.
- IDCS_APP_HEADER - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Name of the header containing the IDCS app.
- IDCS_SUBJECT_TYPE_CLIENT - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Client subject type used when requesting roles from IDCS.
- IDCS_SUBJECT_TYPE_USER - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
User subject type used when requesting roles from IDCS.
- IDCS_TENANT_HEADER - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Name of the header containing the IDCS tenant.
- idcsAppName() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
-
IDCS Application ID.
- idcsAppNameTokenHandler(TokenHandler) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
-
Configure token handler for IDCS Application name.
- idcsInfraTenantId() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints
- idcsInfraTenantId() - Method in interface io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MultitenancyEndpoints
-
The tenant id of the infrastructure tenant.
- idcsMtContext() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
-
IDCS Multitenancy context.
- IdcsMtContext - Class in io.helidon.security.providers.idcs.mapper
-
IDCS multitenancy context used by the mappers.
- IdcsMtContext(String, String) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsMtContext
-
Create new context with the specified ids.
- IdcsMtRoleMapperProvider - Class in io.helidon.security.providers.idcs.mapper
-
SubjectMappingProviderto obtain roles from IDCS server for a user. - IdcsMtRoleMapperProvider(IdcsMtRoleMapperProvider.Builder) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Configure instance from any descendant of
IdcsMtRoleMapperProvider.Builder. - IdcsMtRoleMapperProvider.Builder<B> - Class in io.helidon.security.providers.idcs.mapper
-
Fluent API builder for
IdcsMtRoleMapperProvider. - IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints - Class in io.helidon.security.providers.idcs.mapper
-
Default implementation of the
IdcsMtRoleMapperProvider.MultitenancyEndpoints. - IdcsMtRoleMapperProvider.MtCacheKey - Class in io.helidon.security.providers.idcs.mapper
-
Cache key for multitenant environments.
- IdcsMtRoleMapperProvider.MultitenancyEndpoints - Interface in io.helidon.security.providers.idcs.mapper
-
Multitenant endpoints for accessing IDCS services.
- IdcsRoleMapperProvider - Class in io.helidon.security.providers.idcs.mapper
-
SubjectMappingProviderto obtain roles from IDCS server for a user. - IdcsRoleMapperProvider(IdcsRoleMapperProvider.Builder) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider
-
Constructor that accepts any
IdcsRoleMapperProvider.Builderdescendant. - IdcsRoleMapperProvider.Builder<B> - Class in io.helidon.security.providers.idcs.mapper
-
Fluent API builder for
IdcsRoleMapperProvider. - IdcsRoleMapperProviderBase - Class in io.helidon.security.providers.idcs.mapper
-
Common functionality for IDCS role mapping using
Http1Client. - IdcsRoleMapperProviderBase(IdcsRoleMapperProviderBase.Builder) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Configures the needed fields from the provided builder.
- IdcsRoleMapperProviderBase.AppToken - Class in io.helidon.security.providers.idcs.mapper
-
Reactive token for app access to IDCS.
- IdcsRoleMapperProviderBase.Builder<B> - Class in io.helidon.security.providers.idcs.mapper
-
Fluent API builder for
IdcsRoleMapperProviderBase. - IdcsRoleMapperProviderService - Class in io.helidon.security.providers.idcs.mapper
-
Service for
IdcsRoleMapperProvider. - IdcsRoleMapperProviderService() - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderService
-
Create an IDCS role mapper provider service.
- idcsTenantId() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
-
IDCS Tenant ID.
- idcsTenantTokenHandler(TokenHandler) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
-
Configure token handler for IDCS Tenant ID.
- identifier() - Method in interface io.helidon.http.http2.Http2Setting
-
Setting identifier.
- identifier() - Element in annotation interface io.helidon.openapi.OpenApi.License
-
SPDX license identifier.
- identifier(Method.Builder, String) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate identifier.
- identifier(String) - Method in class io.helidon.openapi.OpenApiDocument.LicenseBuilder
-
Set license identifier.
- identity() - Element in annotation interface io.helidon.builder.api.Option.Provider
-
Values that constitute the identity of each configured provider instance.
- identity() - Method in interface io.helidon.common.Builder
-
Instance of this builder as the correct type.
- identity() - Method in class io.helidon.config.ConfigBuilderSupport.ProviderSettings
-
Provider identity policy.
- identity() - Method in class io.helidon.dbclient.DbStatementBase
-
Get this instance as the correct type.
- identity() - Method in class io.helidon.http.encoding.AcceptEncoding
-
Match identity.
- identity() - Method in interface io.helidon.metrics.api.Meter.Builder
-
Returns the type-correct "this".
- IDENTITY - Static variable in class io.helidon.http.encoding.AcceptEncoding
-
Identity coding.
- identityUri() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Identity server URI.
- identityUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- identityUri(URI) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
URI of the identity server, base used to retrieve OIDC metadata.
- idle() - Method in interface io.helidon.common.socket.HelidonSocket
-
Sets the socket to idle mode.
- idle() - Method in class io.helidon.common.socket.NioSocket
- idle() - Method in class io.helidon.common.socket.PlainSocket
- idle() - Method in class io.helidon.common.socket.TlsNioSocket
- idle() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- IDLE - Enum constant in enum class io.helidon.http.http2.Http2StreamState
-
The initial state of a stream.
- idleConnectionPeriod() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
How often should we check for
ListenerConfig.BuilderBase.idleConnectionTimeout(). - idleConnectionPeriod() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- idleConnectionPeriod() - Method in interface io.helidon.webserver.ListenerConfig
-
How often should we check for
ListenerConfig.idleConnectionTimeout(). - idleConnectionPeriod(Duration) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
How often should we check for
ListenerConfig.BuilderBase.idleConnectionTimeout(). - idleConnectionTimeout() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
How long should we wait before closing a connection that has no traffic on it.
- idleConnectionTimeout() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- idleConnectionTimeout() - Method in interface io.helidon.webserver.ListenerConfig
-
How long should we wait before closing a connection that has no traffic on it.
- idleConnectionTimeout(Duration) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
How long should we wait before closing a connection that has no traffic on it.
- idleMessageTimeout() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
How long to wait before we send the idle message, to make sure we keep the stream alive.
- idleMessageTimeout() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- idleMessageTimeout() - Method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
How long to wait before we send the idle message, to make sure we keep the stream alive.
- idleMessageTimeout(Duration) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
How long to wait before we send the idle message, to make sure we keep the stream alive.
- idleString() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
String sent when there are no log messages within the
LogStreamConfig.BuilderBase.idleMessageTimeout(). - idleString() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- idleString() - Method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
String sent when there are no log messages within the
LogStreamConfig.idleMessageTimeout(). - idleString(String) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
String sent when there are no log messages within the
LogStreamConfig.BuilderBase.idleMessageTimeout(). - idleTime() - Method in class io.helidon.webserver.http1.Http1Connection
- idleTime() - Method in class io.helidon.webserver.http2.Http2Connection
- idleTime() - Method in interface io.helidon.webserver.spi.ServerConnection
-
How long is this connection idle.
- idleTime() - Method in class io.helidon.webserver.websocket.WsConnection
- idleTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- idleTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the maximum amount of time that a connection is allowed to sit idle in the pool.
- idleTimeout() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
This property controls the maximum amount of time that a connection is allowed to sit idle in the pool.
- idleTimeout(long) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the maximum amount of time that a connection is allowed to sit idle in the pool.
- idName() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Entity ID attribute.
- ids() - Method in interface io.helidon.http.encoding.ContentEncoding
-
Identification(s) of this scheme.
- ids() - Method in class io.helidon.http.encoding.deflate.DeflateEncoding
- ids() - Method in class io.helidon.http.encoding.gzip.GzipEncoding
- idTokenCookieHandler() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Cookie handler to create cookies or unset cookies for id token.
- idTokenParamName() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Query id token parameter name.
- idTokenParamName(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Name of a query parameter that contains the JWT id token when parameter is used.
- idTokenSignatureValidation() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether id token signature should be validated.
- idTokenSignatureValidation(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether id token signature check should be enabled.
- idType() - Method in record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Returns the value of the
idTyperecord component. - IF_MATCH - Static variable in class io.helidon.http.HeaderNames
-
The "If-Match" header name.
- IF_MATCH_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "If-Match" header name.
- IF_MODIFIED_SINCE - Static variable in class io.helidon.http.HeaderNames
-
The "If-Modified-Since" header name.
- IF_MODIFIED_SINCE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "If-Modified-Since" header name.
- IF_NONE_MATCH - Static variable in class io.helidon.http.HeaderNames
-
The "If-None-Match" header name.
- IF_NONE_MATCH_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "If-None-Match" header name.
- IF_RANGE - Static variable in class io.helidon.http.HeaderNames
-
The "If-Range" header name.
- IF_RANGE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "If-Range" header name.
- IF_UNMODIFIED_SINCE - Static variable in class io.helidon.http.HeaderNames
-
The "If-Unmodified-Since" header name.
- IF_UNMODIFIED_SINCE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "If-Unmodified-Since" header name.
- ifEmpty(Runnable) - Method in interface io.helidon.common.reactive.Multi
-
Executes given
Runnablewhen stream is finished without value(empty stream). - ifEmpty(Runnable) - Method in interface io.helidon.common.reactive.Single
-
Executes given
Runnablewhen stream is finished without value(empty stream). - ifExists(Consumer) - Method in interface io.helidon.config.Config
-
Performs the given action with the config node if node
exists, otherwise does nothing. - ifModifiedSince() - Method in interface io.helidon.http.ServerRequestHeaders
-
Optionally returns a value of
HeaderNames.IF_MODIFIED_SINCEheader. - ifPresent(Consumer) - Method in interface io.helidon.common.mapper.OptionalValue
-
If a value is present, invoke the specified consumer with the value, otherwise do nothing.
- ifPresentOrElse(Consumer, Runnable) - Method in interface io.helidon.common.mapper.OptionalValue
-
If a value is present, performs the given action with the value, otherwise performs the given empty-based action.
- ifUnmodifiedSince() - Method in interface io.helidon.http.ServerRequestHeaders
-
Optionally returns a value of
HeaderNames.IF_UNMODIFIED_SINCEheader. - ignore() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Token
-
The operation failed before any meaningful RTT measurement could be made and should be ignored to not introduce an artificially low RTT.
- IGNORE - Enum constant in enum class io.helidon.common.SerializationConfig.Action
-
Ignore the problem and continue as if nothing happened.
- ignoreBuildMethod() - Element in annotation interface io.helidon.config.metadata.Configured
-
This is a helper to workaround issues where multiple builders build the same type, and they do not make sense standalone.
- ignoreCase() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- ignoreCase() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Whether
Stringarguments are case-insensitive. - ignoreCase() - Method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Whether
Stringarguments are case-insensitive. - ignoreCase(boolean) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Whether
Stringarguments are case-insensitive. - ignoreElement() - Method in interface io.helidon.common.reactive.Single
-
Terminal stage, ignore onNext signals, only onComplete and onError signals are propagated.
- ignoreElements() - Method in interface io.helidon.common.reactive.Multi
-
Terminal stage, ignore all items and complete returned
Single<Void>successfully or exceptionally. - ignoreFiles(boolean) - Method in class io.helidon.common.SerializationConfig.Builder
-
Whether to ignore "META-INF/helidon/serial-config.properties" property files defined in dependencies.
- ignoreInvalidNamedRouting() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
If set to
true, any named routing configured that does not have an associated named listener will NOT cause an exception to be thrown (default behavior is to throw an exception). - ignoreInvalidNamedRouting() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- ignoreInvalidNamedRouting() - Method in interface io.helidon.webserver.ListenerConfig
-
If set to
true, any named routing configured that does not have an associated named listener will NOT cause an exception to be thrown (default behavior is to throw an exception). - ignoreInvalidNamedRouting(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
If set to
true, any named routing configured that does not have an associated named listener will NOT cause an exception to be thrown (default behavior is to throw an exception). - IgnoreTaskException - Exception Class in io.helidon.common.concurrency.limits
-
If this exception is thrown from a limited task within
LimitAlgorithm.call(java.util.concurrent.Callable), the task will be ignored by possible algorithms (for example when considering round-trip timing). - IgnoreTaskException(Exception) - Constructor for exception class io.helidon.common.concurrency.limits.IgnoreTaskException
-
Create a new instance with a cause.
- IgnoreTaskException(Object) - Constructor for exception class io.helidon.common.concurrency.limits.IgnoreTaskException
-
Create a new instance with a return value.
- IMMEDIATE - Enum constant in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Timing
-
Algorithm decided immediately upon being invoked to evaluate whether the caller should process the work item.
- immediateAcceptance(String, String, LimitAlgorithm.Token) - Static method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
Creates a new
LimitAlgorithm.Outcomerepresenting an immediate acceptance of a work item. - immediateRejection(String, String) - Static method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
Creates a new
LimitAlgorithm.Outcomerepresenting an immediate rejection of a work item. - IMPL_GETTER - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Getter on the prototype implementation class.
- Implementation Behavior - Section in io.helidon.webclient.discovery.WebClientDiscovery.handle(WebClientService.Chain, WebClientServiceRequest)
- implementations() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
List of implementations of the service.
- implementations() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl
- implementations() - Method in interface io.helidon.common.types.ModuleInfoProvides
-
List of implementations of the service.
- implementations(List) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
List of implementations of the service.
- implicit() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlows
-
OAuth implicit flow.
- in() - Element in annotation interface io.helidon.openapi.OpenApi.ApiKeySecurityScheme
-
API key location; supported values are
query,header, andcookie. - in() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter location.
- in() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
API key location.
- in(String) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set location.
- in(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set parameter location.
- In - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Inoperator. - inactiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the inactive connection timeout.
- inactiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- inactiveConnectionTimeout() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the inactive connection timeout.
- inactiveConnectionTimeout(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the inactive connection timeout.
- INADEQUATE_SECURITY - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The underlying transport has properties that do not meet minimum security requirements (see Section 9.2).
- inbound() - Method in class io.helidon.http.http2.StreamFlowControl
-
Inbound flow control, monitors received but by handler unconsumed data and requests more when there is enough space in the buffer.
- InboundClientDefinition - Class in io.helidon.security.providers.httpsign
-
Configuration of inbound client.
- InboundClientDefinition.Builder - Class in io.helidon.security.providers.httpsign
-
Fluent API builder to create a new instance of
InboundClientDefinition. - inboundDateValidity(Duration) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Configure the maximum accepted age or future skew for the signed
Dateheader. - inboundRequiredHeaders(SignedHeadersConfig) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Override the default inbound required headers (e.g.
- include() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- include() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- include() - Method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- include(String) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
ScopeConfig.BuilderBase.include(Pattern). Core metrics ignores scope configuration, and this method will be removed. - include(Pattern) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- includeAbstract() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Whether to include abstract type service descriptors.
- includeAbstract() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- includeAbstract() - Method in interface io.helidon.service.registry.Lookup
-
Whether to include abstract type service descriptors.
- includeAbstract(boolean) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Whether to include abstract type service descriptors.
- includeEntity() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
- includeEntity() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Whether to include a response entity when mapping a
RequestExceptionusing aDirectHandler. - includeEntity() - Method in interface io.helidon.webserver.ErrorHandling
-
Whether to include a response entity when mapping a
RequestExceptionusing aDirectHandler. - includeEntity(boolean) - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Whether to include a response entity when mapping a
RequestExceptionusing aDirectHandler. - includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Returns.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.Throws.Builder
-
Whether to include import type information among the imports.
- includeImport(boolean) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Whether to include import type information among the imports.
- includeInEqualsAndHashCode() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether to include this option in generated
Object.equals(Object)andObject.hashCode()methods. - includeInEqualsAndHashCode() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- includeInEqualsAndHashCode() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Whether to include this option in generated
Object.equals(Object)andObject.hashCode()methods. - includeInEqualsAndHashCode(boolean) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether to include this option in generated
Object.equals(Object)andObject.hashCode()methods. - includeInToString() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether to include this option in generated
Object.toString()method. - includeInToString() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- includeInToString() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Whether to include this option in generated
Object.toString()method. - includeInToString(boolean) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether to include this option in generated
Object.toString()method. - includeSubDomains() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- includeSubDomains() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Whether the policy should apply to subdomains.
- includeSubDomains() - Method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Whether the policy should apply to subdomains.
- includeSubDomains(boolean) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Whether the policy should apply to subdomains.
- incoming() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel.
- incoming() - Method in interface io.helidon.messaging.MessagingConfig
-
Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel.
- incoming(MessagingIncomingConfig) - Method in interface io.helidon.messaging.spi.MessagingConnector
-
Create an incoming channel connection.
- incoming(Map) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Incoming channel configurations, keyed by channel name, whose execution settings take precedence over outgoing configurations of the same logical channel.
- incomingChannel(MessagingChannel, IncomingChannel) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add an incoming channel connection as a source.
- IncomingChannel - Interface in io.helidon.messaging.spi
-
Incoming connector for one configured binding.
- incomingConnections() - Method in interface io.helidon.messaging.MessagingConfig
-
Programmatic incoming channel connections.
- IncomingConnectorContext - Interface in io.helidon.messaging
-
Runtime lifecycle and retained-delivery admission exposed to an incoming connector.
- IncorrectNewLineException(String) - Constructor for exception class io.helidon.common.buffers.DataReader.IncorrectNewLineException
-
Incorrect new line.
- increaseContentPadding() - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Method for manual padding increment.
- increaseContentPadding() - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- increaseContentPadding() - Method in class io.helidon.codegen.classmodel.Executable.Builder
- increaseContentPadding() - Method in class io.helidon.codegen.classmodel.Field.Builder
- increasePadding(Method.Builder, int) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Increase padding.
- increment() - Method in interface io.helidon.metrics.api.Counter
-
Updates the counter by one.
- increment(long) - Method in interface io.helidon.metrics.api.Counter
-
Updates the counter by the specified amount which should be non-negative.
- increment(long, Consumer) - Method in class io.helidon.common.reactive.RequestedCounter
-
Increments safely a requested event counter to prevent
Long.MAX_VALUEoverflow. - incrementInboundConnectionWindowSize(int) - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Increment inbound connection flow control window, called when received DATA frame size is restored without a stream-specific window update.
- incrementOutboundConnectionWindowSize(int) - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Increment outbound connection flow control window, called when WINDOW_UPDATE is received.
- incrementStreamWindowSize(int) - Method in interface io.helidon.http.http2.FlowControl.Inbound
-
Increment only the stream window size.
- incrementStreamWindowSize(int) - Method in interface io.helidon.http.http2.FlowControl.Outbound
-
Increment stream window size.
- incrementWindowSize(int) - Method in interface io.helidon.http.http2.FlowControl.Inbound
-
Increment window size.
- incrementWindowSize(int) - Method in interface io.helidon.http.http2.WindowSize
-
Increment window size.
- INCUBATING - Enum constant in enum class io.helidon.common.features.metadata.FeatureStatus
-
Incubating features may be changed including backward incompatible changes in between any version of Helidon.
- INDENT_COUNT - Static variable in interface io.helidon.codegen.CodegenOptions
-
Codegen option to configure how many times to repeat the
CodegenOptions.INDENT_TYPEfor indentation. - INDENT_TYPE - Static variable in interface io.helidon.codegen.CodegenOptions
-
Codegen option to configure which indent type to use (a space character, or a tab character).
- IndentType - Enum Class in io.helidon.codegen
-
Indentation kind.
- indeterminate(int) - Static method in class io.helidon.messaging.BatchItemOutcome
-
Create an indeterminate outcome without an item-specific failure cause.
- indeterminate(int, Throwable) - Static method in class io.helidon.messaging.BatchItemOutcome
-
Create an indeterminate outcome with an item-specific failure cause.
- INDETERMINATE - Enum constant in enum class io.helidon.messaging.BatchItemStatus
-
Completion of the message's full operation cannot be proven.
- index() - Method in interface io.helidon.data.codegen.query.QueryParameters.Parameter
-
Index ot the ordinal parameter.
- index() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Index of the parameter within the method declaration (zero based).
- index() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- index() - Method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Index of the parameter within the method declaration (zero based).
- index() - Method in interface io.helidon.http.HeaderName
-
Index of this header if it is optimized for indexed lookup, or
-1otherwise. - index() - Method in class io.helidon.messaging.BatchItemOutcome
-
Original batch index.
- index(int) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Index of the parameter within the method declaration (zero based).
- indexedParam(Object) - Method in interface io.helidon.dbclient.DbStatement
-
Configure parameters using
Objectinstance with registered mapper. - indexedParam(Object) - Method in class io.helidon.dbclient.DbStatementBase
- indexedParam(Object) - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- indexOf(byte) - Method in interface io.helidon.common.buffers.BufferData
-
Find index of the provided byte from the current position.
- info() - Method in class io.helidon.openapi.OpenApiDocument
-
Info object.
- info(OpenApiDocument.Info) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set the Info object.
- info(String, String) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set the required Info object values.
- info(String, String) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- info(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set the Info object.
- INFO - Enum constant in enum class io.helidon.security.AuditEvent.AuditSeverity
-
General information.
- infoFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Info fields.
- infoFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- infoFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Info fields.
- infoFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Info fields.
- InfoObserveProvider - Class in io.helidon.webserver.observe.info
-
Application information observe provider implementation, discoverable through
ServiceRegistryandServiceLoader. - InfoObserveProvider() - Constructor for class io.helidon.webserver.observe.info.InfoObserveProvider
-
Required public constructor for
ServiceLoader. - InfoObserveProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe.info
-
Service descriptor for
InfoObserveProvider. - InfoObserveProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
-
Constructor with no side effects
- InfoObserver - Class in io.helidon.webserver.observe.info
-
Observer for application information.
- InfoObserverConfig - Interface in io.helidon.webserver.observe.info
-
Info Observer configuration.
- InfoObserverConfig.Builder - Class in io.helidon.webserver.observe.info
-
Fluent API builder for
InfoObserver. - InfoObserverConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.info
-
Fluent API builder base for
InfoObserverConfig. - InfoObserverConfig.BuilderBase.InfoObserverConfigImpl - Class in io.helidon.webserver.observe.info
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- InfoObserverConfigImpl(InfoObserverConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
-
Create an instance providing a builder.
- INFORMATIONAL - Enum constant in enum class io.helidon.http.Status.Family
-
1xxHTTP status codes. - inherit() - Element in annotation interface io.helidon.security.abac.policy.PolicyValidator.PolicyStatement
-
By default, all policy statements defined on all levels (application, class, method, field) are executed in order.
- inherit(boolean) - Method in class io.helidon.security.abac.policy.PolicyValidator.PolicyConfig.Builder
-
By default, all policy statements defined on all levels (application, class, method, field) are executed in order.
- INHERITED - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Inherited. - inheritedAnnotations() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
InheritedAnnotations option.
- inheritedAnnotations() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- inheritedAnnotations() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
InheritedAnnotations option.
- inheritedAnnotations() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- inheritedAnnotations() - Method in class io.helidon.codegen.classmodel.TypeArgument
- inheritedAnnotations() - Method in interface io.helidon.common.types.Annotated
-
List of all inherited annotations for this element.
- inheritedAnnotations() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- inheritedAnnotations() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- inheritedAnnotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of all inherited annotations for this element.
- inheritedAnnotations() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- inheritedAnnotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- inheritedAnnotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- inheritedAnnotations() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of all inherited annotations for this element.
- inheritedAnnotations() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- inheritedAnnotations(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
InheritedAnnotations option.
- inheritedAnnotations(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
InheritedAnnotations option.
- inheritedAnnotations(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- inheritedAnnotations(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of all inherited annotations for this element.
- inheritedAnnotations(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- inheritedAnnotations(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
List of all inherited annotations for this element.
- inherits() - Element in annotation interface io.helidon.config.metadata.Configured
-
Ad-hoc inherited types.
- init() - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector.SubProtocolHandler
-
Called once the sub-protocol handler is available.
- init(Limit.InitializationContext) - Method in class io.helidon.common.concurrency.limits.AimdLimit
- init(Limit.InitializationContext) - Method in interface io.helidon.common.concurrency.limits.Limit
-
Initialization method for this limit.
- init(Limit.InitializationContext) - Method in class io.helidon.common.concurrency.limits.FixedLimit
- init(Limit.InitializationContext) - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- init(TlsConfig) - Method in class io.helidon.common.tls.ConfiguredTlsManager
- init(TlsConfig) - Method in interface io.helidon.common.tls.TlsManager
-
Initializes this manager before any other method is called.
- init(Config) - Method in class io.helidon.config.encryption.EncryptionFilterService
- init(Config) - Method in interface io.helidon.config.spi.ConfigFilter
-
Initializes the filter using the
Configinstance which the filter will affect onceConfig.Builder.buildcompletes. - init(Config) - Method in class io.helidon.config.ValueResolvingFilter
- init(Config) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Provides configuration on node "security.jersey.analyzers".
- init(ConfigContext) - Method in class io.helidon.config.PrefixedConfigSource
- init(ConfigContext) - Method in interface io.helidon.config.spi.ConfigSource
-
Initialize the config source with a
ConfigContext. - init(MediaContext) - Method in interface io.helidon.http.media.MediaSupport
-
Once all providers are discovered/configured and context is established, the
MediaContextcalls this method on all providers to allow sub-resolution of readers and writers. - init(MediaContext) - Method in class io.helidon.http.media.multipart.MultiPartSupport
- init(String) - Method in class io.helidon.common.concurrency.limits.AimdLimit
-
Deprecated.
- init(String) - Method in interface io.helidon.common.concurrency.limits.Limit
-
Deprecated.use
Limit.init(InitializationContext)to provide initialization details explicitly. - init(String) - Method in class io.helidon.common.concurrency.limits.FixedLimit
-
Deprecated.
- init(String) - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Deprecated.
- init(ProcessingEnvironment) - Method in class io.helidon.codegen.api.stability.ApiStabilityProcessor
- init(ProcessingEnvironment) - Method in class io.helidon.codegen.api.stability.enforcer.ApiStabilityEnforcerProcessor
- init(ProcessingEnvironment) - Method in class io.helidon.codegen.apt.AptProcessor
- INIT - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Starting state before anything happens activation-wise.
- initBufferSize() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- initBufferSize() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Initial buffer size used to serialize gRPC request payloads.
- initBufferSize() - Method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Initial buffer size used to serialize gRPC request payloads.
- initBufferSize(int) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Initial buffer size used to serialize gRPC request payloads.
- initClass() - Static method in class io.helidon.logging.common.LogConfig
-
This method is for internal use, to correctly load logging configuration at AOT build time.
- initDescription(String) - Method in class io.helidon.config.ObjectNodeImpl
-
Initialize diagnostics description of source of node instance.
- initDescription(String) - Method in class io.helidon.config.ValueNodeImpl
-
Initialize diagnostics description of source of node instance.
- INITIAL_WINDOW_SIZE - Static variable in interface io.helidon.http.http2.Http2Setting
-
Setting to define initial window size.
- initialBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Initial backoff time.
- initialBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
- initialBackoff() - Method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Initial backoff time.
- initialBackoff(Duration) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Initial backoff time.
- initialDelay(Duration) - Method in class io.helidon.config.FileSystemWatcher.Builder
-
Configure an initial delay before regular scheduling starts.
- initialization() - Method in interface io.helidon.logging.common.spi.LoggingProvider
-
This is executed at static initialization, such as when building GraalVM native image or when starting the application.
- initialization() - Method in class io.helidon.logging.jul.JulProvider
- initialization() - Method in class io.helidon.logging.log4j.Log4jProvider
- initialization() - Method in class io.helidon.logging.slf4j.Slf4jProvider
- initializationFailTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- initializationFailTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the pool initialization failure timeout.
- initializationFailTimeout() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the pool initialization failure timeout.
- initializationFailTimeout(long) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the pool initialization failure timeout.
- initialize() - Method in class io.helidon.openapi.OpenApiFeature
-
Initialize the model.
- initializedVariable(Method.Builder, TypeName, String, Consumer) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate initialized variable.
- initializeTmf(TrustManagerFactory, KeyStore, TlsConfig) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Perform initialization of the
TrustManagerFactorybased on the provided TLS configuration. - initializeTmf(TrustManagerFactory, KeyStore, TlsMaterial) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Perform initialization of the
TrustManagerFactorybased on the provided TLS material. - Initializing Filters - Section in interface io.helidon.config.spi.ConfigFilter
- initialLimit() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- initialLimit() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Initial limit.
- initialLimit() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Initial limit.
- initialLimit(int) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Initial limit.
- initialPermits() - Method in class io.helidon.common.concurrency.limits.FixedLimit
-
Returns the initial number of permits set for this semaphore-based limit.
- initialPermits() - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Returns the initial number of permits set for this semaphore-based limit.
- initialPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the initial pool size.
- initialPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- initialPoolSize() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the initial pool size.
- initialPoolSize(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the initial pool size.
- initialWindowSize() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- initialWindowSize() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Configure INITIAL_WINDOW_SIZE setting for new HTTP/2 connections.
- initialWindowSize() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Configure INITIAL_WINDOW_SIZE setting for new HTTP/2 connections.
- initialWindowSize() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- initialWindowSize() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
This setting indicates the sender's maximum window size in bytes for stream-level flow control.
- initialWindowSize() - Method in interface io.helidon.webserver.http2.Http2Config
-
This setting indicates the sender's maximum window size in bytes for stream-level flow control.
- initialWindowSize(int) - Method in class io.helidon.http.http2.ConnectionFlowControl.ConnectionFlowControlBuilder
-
Outbound flow control INITIAL_WINDOW_SIZE setting for new HTTP/2 connections.
- initialWindowSize(int) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Configure INITIAL_WINDOW_SIZE setting for new HTTP/2 connections.
- initialWindowSize(int) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
This setting indicates the sender's maximum window size in bytes for stream-level flow control.
- initScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Path to database initialization script on classpath.
- initScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- initScript() - Method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Path to database initialization script on classpath.
- initScript(Path) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Path to database initialization script on classpath.
- initSslContext(TlsConfig, SecureRandom, KeyManager[], TrustManager[]) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Initialize and set the
SSLContexton this manager instance. - initStaticContext(ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
Initialize the static context to be used for all actions this extension invokes, and to store the global instances.
- initStaticContext(ExtensionContext.Store, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
Initialize the static context to be used for all actions this extension invokes, and to store the global instances.
- initWatchServiceModifiers(WatchEvent.Modifier...) - Method in class io.helidon.config.FileSystemWatcher
-
Add modifiers to be used when registering the
WatchService. - inject(DependencyContext, InterceptionMetadata, Set, T) - Method in interface io.helidon.service.registry.ServiceDescriptor
-
Inject fields and methods.
- inject(SpanContext, HeaderProvider, HeaderConsumer) - Method in interface io.helidon.tracing.Tracer
-
Inject current span as a parent for outbound request, such as when invoking HTTP request from a client.
- InjectAssignment - Interface in io.helidon.service.codegen.spi
-
Provides customized assignments for injected types.
- InjectAssignment.Assignment - Interface in io.helidon.service.codegen.spi
-
Assignment for code generation.
- InjectAssignmentProvider - Interface in io.helidon.service.codegen.spi
-
A
ServiceLoaderprovider interface to customize assignments. - InjectCodegenObserver - Interface in io.helidon.service.codegen.spi
-
Processes events from inject extension.
- InjectCodegenObserverProvider - Interface in io.helidon.service.codegen.spi
-
A
ServiceLoaderprovider interface for observers that will be called for code generation events. - INJECTING - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Injecting (fields then methods).
- INJECTION_POINT - Enum constant in enum class io.helidon.service.registry.FactoryType
-
The service implements an
Service.InjectionPointFactory. - InMemoryLoggingHandler - Class in io.helidon.common.testing.junit5
-
Captures log records in memory for later retrieval.
- InMemoryOverrideSource - Class in io.helidon.config
-
In-memory implementation of override source.
- InMemoryOverrideSource.Builder - Class in io.helidon.config
-
Fluent API builder for
InMemoryOverrideSource. - InnerClass - Class in io.helidon.codegen.classmodel
-
Inner class model.
- InnerClass.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
InnerClass. - innerClasses() - Method in class io.helidon.codegen.classmodel.ClassBase
-
All declared inner classes.
- inputStream() - Method in interface io.helidon.http.media.ReadableEntity
-
Input stream to read bytes of the entity.
- inputStream() - Method in class io.helidon.http.media.ReadableEntityBase
- inputStream() - Method in interface io.helidon.metadata.MetadataFile
-
Input stream to read the underlying resource.
- inputStream() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Entity input stream.
- inputStream() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Input stream to get data of the entity.
- inputStream() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- inputStream() - Method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Input stream to get data of the entity.
- inputStream() - Method in class io.helidon.webserver.http.ServerRequestEntity
- inputStream() - Method in class io.helidon.webserver.http2.Http2ServerRequestEntity
- inputStream(InputStream) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Input stream to get data of the entity.
- inputStream(Supplier) - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
-
Configure content from an input stream.
- insert() - Method in interface io.helidon.dbclient.DbStatementDml
-
Execute
INSERTstatement using the parameters configured withparamsandaddParamsmethods and return compound result with generated keys. - insert() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementDml
- insert(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute insert statement using a statement passed as an argument.
- insert(T) - Method in interface io.helidon.data.Data.CrudRepository
-
Insert provided entity.
- INSERT - Enum constant in enum class io.helidon.dbclient.DbStatementType
-
Insert is a statements that creates new records.
- insertAll(Iterable) - Method in interface io.helidon.data.Data.CrudRepository
-
Insert all provided entities.
- instance() - Static method in class io.helidon.json.JsonNull
-
Return the singleton instance of JsonNull.
- instance() - Static method in interface io.helidon.metadata.MetadataDiscovery
-
Get or create the metadata discovery instance for the current context classloader.
- instance() - Static method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Use
Services.get(SystemTagsManager.class)for the shared system tags manager, orSystemTagsManager.create(MetricsConfig)for a non-global instance. - instance() - Static method in interface io.helidon.metrics.spi.MetricsProgrammaticConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Services.get(Class)instead - instance(MetricsConfig) - Static method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Services.get(SystemTagsManager.class)instead - instance(Class) - Method in class io.helidon.security.EndpointConfig
-
Get an instance of a custom object configuring this endpoint.
- INSTANCE - Static variable in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.config.ConfigProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.http.Headers__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.http.HttpPrologue__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.service.registry.InstanceName__ServiceDescriptor
-
Singleton instance to be referenced when building bindings.
- INSTANCE - Static variable in class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.service.registry.Scopes__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.tracing.TracerFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.DefaultClockService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.TypeValidationService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.LoomServer__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE - Static variable in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
-
Global singleton instance for this descriptor.
- INSTANCE_INIT - Enum constant in enum class io.helidon.common.types.ElementKind
-
Instance initialization block.
- instanceBytes() - Method in class io.helidon.http.media.ByteArrayInstanceWriter
- instanceBytes() - Method in interface io.helidon.http.media.InstanceWriter
-
Get the instance as byte array.
- instanceKeys() - Method in class io.helidon.security.EndpointConfig
-
Get all classes of custom endpoint configuration object registered.
- InstanceName__ServiceDescriptor - Class in io.helidon.service.registry
-
Service descriptor to enable injection of String name of a
Service.PerInstanceservice (using qualifierService.InstanceName). - instances(Lookup) - Method in interface io.helidon.service.registry.Activator
-
Get instances from this managed service.
- instanceWriter(GenericType, T, Headers, WritableHeaders) - Method in interface io.helidon.http.media.EntityWriter
-
Server response entity instance writer.
- instanceWriter(GenericType, T, WritableHeaders) - Method in interface io.helidon.http.media.EntityWriter
-
Client request entity instance writer.
- InstanceWriter - Interface in io.helidon.http.media
-
A writer dedicated to a specific instance.
- InstantConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
InstantConverter. - InstantConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
-
Constructor with no side effects
- instantiate(Config) - Method in class io.helidon.security.abac.policy.PolicyValidatorService
- instantiate(Config) - Method in interface io.helidon.security.abac.policy.spi.PolicyExecutorService
-
Create a new instance of a
PolicyExecutorbased on the configuration provider. - instantiate(Config) - Method in class io.helidon.security.abac.role.RoleValidatorService
- instantiate(Config) - Method in class io.helidon.security.abac.scope.ScopeValidatorService
- instantiate(Config) - Method in class io.helidon.security.abac.time.TimeValidatorService
- instantiate(Config) - Method in interface io.helidon.security.providers.abac.spi.AbacValidatorService
-
Create a new instance of the validator based on the configuration provided.
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in interface io.helidon.service.registry.ServiceDescriptor
-
Create a new service instance.
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.validation.ValidatorsService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.LoomServer__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.WebServerService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- instantiate(DependencyContext, InterceptionMetadata) - Method in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
- instrumentSelector() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Instrument selector, configurable using
InstrumentSelectorConfig. - instrumentSelector() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- instrumentSelector() - Method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Instrument selector, configurable using
InstrumentSelectorConfig. - instrumentSelector(InstrumentSelector) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Instrument selector, configurable using
InstrumentSelectorConfig. - instrumentSelector(Consumer) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Instrument selector, configurable using
InstrumentSelectorConfig. - instrumentSelector(Supplier) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Instrument selector, configurable using
InstrumentSelectorConfig. - InstrumentSelectorConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for OpenTelemetry instrument selectors.
- InstrumentSelectorConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
InstrumentSelectorConfig. - InstrumentSelectorConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
InstrumentSelectorConfig. - InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- InstrumentSelectorConfigImpl(InstrumentSelectorConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
-
Create an instance providing a builder.
- INSUFFICIENT_STORAGE_507 - Static variable in class io.helidon.http.Status
-
507 Insufficient Storage, see WebDAV documentation.
- INSUFFICIENT_STORAGE_507_CODE - Static variable in class io.helidon.http.Status
-
507 Insufficient Storage, see WebDAV documentation.
- InsufficientDataAvailableException() - Constructor for exception class io.helidon.common.buffers.DataReader.InsufficientDataAvailableException
-
Create a new instance.
- IntArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
IntArrayConverter. - IntArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- integer() - Element in annotation interface io.helidon.validation.Validation.Number.Digits
-
Maximal number of digits to the left of the decimal mark.
- INTEGER - Enum constant in enum class io.helidon.json.schema.SchemaType
-
Json schema integer type.
- Integer constraints - Section in module io.helidon.validation
- IntegerConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
IntegerConverter. - IntegerConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
-
Constructor with no side effects
- IntegerMaxValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
IntegerMaxValidatorProvider. - IntegerMaxValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- IntegerMinValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
IntegerMinValidatorProvider. - IntegerMinValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- IntegerMultipleOfValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
IntegerMultipleOfValidatorProvider. - IntegerMultipleOfValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- integerProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all integer properties.
- integerProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- integerProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all integer properties.
- integerProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all integer properties.
- intercept(double, ClientInterceptor...) - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
- intercept(double, ClientInterceptor...) - Method in interface io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
-
Register one or more
interceptorsfor the method. - intercept(int, ServerInterceptor...) - Method in interface io.helidon.webserver.grpc.GrpcMethodDescriptor.Rules
-
Register one or more
interceptorsfor the method. - intercept(int, ServerInterceptor...) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Add one or more global
ServerInterceptorinstances that will intercept calls to all services in theGrpcRoutingbuilt by this builder. - intercept(int, ServerInterceptor...) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- intercept(int, ServerInterceptor...) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Add one or more
ServerInterceptorinstances that will intercept calls to this service. - intercept(ClientInterceptor...) - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
- intercept(ClientInterceptor...) - Method in interface io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
-
Register one or more
interceptorsfor the method. - intercept(ServerInterceptor...) - Method in interface io.helidon.webserver.grpc.GrpcMethodDescriptor.Rules
-
Register one or more
interceptorsfor the method. - intercept(ServerInterceptor...) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Add one or more global
ServerInterceptorinstances that will intercept calls to all services in theGrpcRoutingbuilt by this builder. - intercept(ServerInterceptor...) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- intercept(ServerInterceptor...) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Add one or more
ServerInterceptorinstances that will intercept calls to this service. - intercept(InterceptionContext, GrpcEntryPoint.Interceptor.Chain, ServerCall, Metadata) - Method in interface io.helidon.webserver.grpc.GrpcEntryPoint.Interceptor
-
Method to implement interceptor logic.
- intercept(String, int, ServerInterceptor...) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- intercept(String, int, ServerInterceptor...) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register one or more
interceptorsfor a named method of the service. - intercept(String, ServerInterceptor...) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- intercept(String, ServerInterceptor...) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register one or more
interceptorsfor a named method of the service. - INTERCEPT_EXCEPTION - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.InvocationException. - INTERCEPT_G_WRAPPER_IP_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.IpFactoryInterceptionWrapper. - INTERCEPT_G_WRAPPER_OPTIONAL_SUPPLIER_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.OptionalSupplierFactoryInterceptionWrapper. - INTERCEPT_G_WRAPPER_QUALIFIED_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.QualifiedFactoryInterceptionWrapper. - INTERCEPT_G_WRAPPER_SERVICES_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.ServicesFactoryInterceptionWrapper. - INTERCEPT_G_WRAPPER_SUPPLIER_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.SupplierFactoryInterceptionWrapper. - INTERCEPT_INVOKER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Invoker. - INTERCEPT_METADATA - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.InterceptionMetadata. - interceptAfterAllMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- interceptAfterEachMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- interceptBeforeAllMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- interceptBeforeEachMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- interceptCall(ServerCall, Metadata, ServerCallHandler) - Method in class io.helidon.webserver.grpc.security.GrpcSecurity
- interceptCall(ServerCall, Metadata, ServerCallHandler) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
- interceptCall(ServerCall, Metadata, ServerCallHandler) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingInterceptor
- interceptCall(ServerCall, Metadata, ServerCallHandler) - Method in class io.helidon.webserver.grpc.validation.GrpcValidation
- interceptDynamicTest(InvocationInterceptor.Invocation, DynamicTestInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- Interception - Class in io.helidon.service.registry
-
Interception annotations and types.
- INTERCEPTION_CHAIN - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Interception.Interceptor.Chain. - INTERCEPTION_CONTEXT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.InterceptionContext. - INTERCEPTION_DELEGATE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Interception.Delegate. - INTERCEPTION_ELEMENT_INTERCEPTOR - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Interception.ElementInterceptor. - INTERCEPTION_EXTERNAL_DELEGATE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Interception.ExternalDelegates. - INTERCEPTION_INTERCEPTED - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Interception.Intercepted. - INTERCEPTION_STRATEGY - Static variable in class io.helidon.service.codegen.ServiceOptions
-
Which
InterceptionStrategyto use. - Interception.Delegate - Annotation Interface in io.helidon.service.registry
-
Use this annotation to mark a class ready for interception delegation.
- Interception.ElementInterceptor - Interface in io.helidon.service.registry
-
Interceptor for a specific element and annotation.
- Interception.EntryPointInterceptor - Interface in io.helidon.service.registry
-
Interceptor around initial entry into the Helidon system.
- Interception.ExternalDelegate - Annotation Interface in io.helidon.service.registry
-
Use this annotation to mark an external class ready for interception delegation.
- Interception.Intercepted - Annotation Interface in io.helidon.service.registry
-
Meta-annotation for an annotation that will trigger services annotated with it to become intercepted.
- Interception.Interceptor - Interface in io.helidon.service.registry
-
Implementors of this contract must be
Service.Namedaccording to theInterception.Interceptedannotation they support. - Interception.Interceptor.Chain<V> - Interface in io.helidon.service.registry
-
Represents the next in line for interception, terminating with a call to the service instance.
- InterceptionContext - Interface in io.helidon.service.registry
-
Invocation context provides metadata about the invoked element to an interceptor.
- InterceptionContext.Builder - Class in io.helidon.service.registry
-
Fluent API builder for
InterceptionContext. - InterceptionContext.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.registry
-
Fluent API builder base for
InterceptionContext. - InterceptionContext.BuilderBase.InterceptionContextImpl - Class in io.helidon.service.registry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- InterceptionContextImpl(InterceptionContext.BuilderBase) - Constructor for class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
-
Create an instance providing a builder.
- interceptionEnabled() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Flag indicating whether runtime interception is enabled.
- interceptionEnabled() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- interceptionEnabled() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Flag indicating whether runtime interception is enabled.
- interceptionEnabled(boolean) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Flag indicating whether runtime interception is enabled.
- InterceptionException - Exception Class in io.helidon.service.registry
-
Wraps any checked exceptions that are thrown during the
Interception.Interceptorinvocations. - InterceptionException(String, boolean) - Constructor for exception class io.helidon.service.registry.InterceptionException
-
Constructor.
- InterceptionException(String, Throwable, boolean) - Constructor for exception class io.helidon.service.registry.InterceptionException
-
Constructor.
- InterceptionInvoker<T> - Interface in io.helidon.service.registry
-
Invocation of an element that has parameters, and may throw checked exceptions.
- InterceptionMetadata - Interface in io.helidon.service.registry
-
Provides a service descriptor, or an intercepted instance with information whether to, and how to intercept elements.
- InterceptionMetadata__ServiceDescriptor<T> - Class in io.helidon.service.registry
-
Service descriptor for
InterceptionMetadata. - InterceptionMetadata__ServiceDescriptor() - Constructor for class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
-
Constructor with no side effects
- InterceptionStrategy - Enum Class in io.helidon.service.codegen
-
Possible strategies to interception.
- interceptor(ServiceDescriptor, Set, List, TypedElementInfo) - Method in interface io.helidon.webserver.grpc.GrpcEntryPoint.EntryPoints
-
Interceptor that triggers entry point interceptors.
- interceptors() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- interceptors() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Ordered list of method interceptors.
- interceptors() - Method in interface io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Ordered list of method interceptors.
- interceptors() - Method in interface io.helidon.webclient.grpc.spi.GrpcClientService
-
Insert a list of client interceptors for a client gRPC call.
- interceptors() - Method in class io.helidon.webclient.grpc.tracing.GrpcClientTracing
- interceptors() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Obtain the
ServerInterceptors to use for this method. - interceptors() - Method in class io.helidon.webserver.grpc.GrpcRouting
-
Weighted bag of server interceptors associated with routing.
- interceptors() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Return service interceptors.
- interceptors() - Method in class io.helidon.webserver.grpc.security.GrpcSecurity
- interceptors() - Method in interface io.helidon.webserver.grpc.spi.GrpcServerService
-
Insert a list of server interceptors for a gRPC call.
- interceptors() - Method in class io.helidon.webserver.grpc.validation.GrpcValidation
- interceptors(ServiceInfo...) - Method in interface io.helidon.service.registry.DependencyPlanBinder
-
Bind all discovered interceptors.
- interceptors(ServiceRegistry) - Method in interface io.helidon.webserver.grpc.spi.GrpcServerService
-
Insert a list of server interceptors for a gRPC call, using the provided service registry for dependencies.
- interceptors(List) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Ordered list of method interceptors.
- InterceptorWeights - Class in io.helidon.grpc.core
-
gRPC interceptor weight classes.
- interceptTestClassConstructor(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- interceptTestFactoryMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- interceptTestMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- interceptTestTemplateMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- INTERFACE - Enum constant in enum class io.helidon.common.types.ElementKind
-
Interface element type kind.
- interfaceInfo() - Method in class io.helidon.data.codegen.common.RepositoryInfo.Builder
-
Data repository interface type info.
- interfaceInfo() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Returns the value of the
interfaceInforecord component. - interfaceInfo(TypeInfo) - Method in class io.helidon.data.codegen.common.RepositoryInfo.Builder
-
Add data repository interface type info.
- interfaceMethod() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Blueprint method if created from blueprint, or interface method if inherited from non-blueprint interface.
- interfaceMethod() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- interfaceMethod() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Blueprint method if created from blueprint, or interface method if inherited from non-blueprint interface.
- interfaceMethod(TypedElementInfo) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Blueprint method if created from blueprint, or interface method if inherited from non-blueprint interface.
- interfaceMethod(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Blueprint method if created from blueprint, or interface method if inherited from non-blueprint interface.
- interfaceMethod(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Blueprint method if created from blueprint, or interface method if inherited from non-blueprint interface.
- interfaceNames() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Setof implemented interfaces type names. - interfaces() - Method in class io.helidon.data.codegen.common.RepositoryInfo.Builder
-
Implemented interfaces.
- interfaces() - Method in interface io.helidon.data.codegen.common.spi.RepositoryGenerator
-
Supported data repository interfaces for repository code processing and generation.
- interfacesInfo() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Returns the value of the
interfacesInforecord component. - interfaceTypeInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The interface classes for this type info.
- interfaceTypeInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- interfaceTypeInfo() - Method in interface io.helidon.common.types.TypeInfo
-
The interface classes for this type info.
- interfaceTypeInfo(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The interface classes for this type info.
- interfaceTypeNames() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Implemented interfaces.
- INTERNAL - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint encountered an unexpected internal error.
- INTERNAL - Enum constant in enum class io.helidon.tracing.Span.Kind
-
Internal span, not leaving the scope of the service.
- INTERNAL - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Internal errors.
- INTERNAL_ERROR - Enum constant in enum class io.helidon.http.DirectHandler.EventType
-
Internal server error.
- INTERNAL_ERROR - Static variable in interface io.helidon.jsonrpc.core.JsonRpcError
-
Internal JSON-RPC error.
- INTERNAL_SERVER_ERROR_500 - Static variable in class io.helidon.http.Status
-
500 Internal Server Error, see HTTP/1.1 documentation.
- INTERNAL_SERVER_ERROR_500_CODE - Static variable in class io.helidon.http.Status
-
500 Internal Server Error, see HTTP/1.1 documentation.
- internalKeystore(TlsConfig) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Creates an internal keystore and loads it with no password and no data.
- internalKeystore(TlsMaterial) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Creates an internal keystore and loads it with no password and no data.
- internalKeystoreProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Provider of the key stores used internally to create a key and trust manager factories.
- internalKeystoreProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- internalKeystoreProvider() - Method in interface io.helidon.common.tls.TlsMaterial
-
Provider of the key stores used internally to create a key and trust manager factories.
- internalKeystoreProvider(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Provider of the key stores used internally to create a key and trust manager factories.
- internalKeystoreType() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Type of the key stores used internally to create a key and trust manager factories.
- internalKeystoreType() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- internalKeystoreType() - Method in interface io.helidon.common.tls.TlsMaterial
-
Type of the key stores used internally to create a key and trust manager factories.
- internalKeystoreType(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Type of the key stores used internally to create a key and trust manager factories.
- InternalServerException - Exception Class in io.helidon.http
-
A runtime exception indicating a
internal server error. - InternalServerException(String, Throwable) - Constructor for exception class io.helidon.http.InternalServerException
-
Creates
InternalServerException. - InternalServerException(String, Throwable, boolean) - Constructor for exception class io.helidon.http.InternalServerException
-
Creates
InternalServerException. - internalTelemetryVersion() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Self-monitoring telemetry OpenTelemetry should collect.
- internalTelemetryVersion() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- internalTelemetryVersion() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Self-monitoring telemetry OpenTelemetry should collect.
- internalTelemetryVersion(InternalTelemetryVersion) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Self-monitoring telemetry OpenTelemetry should collect.
- InterruptableTask<T> - Interface in io.helidon.common.task
- INTERRUPTED - Enum constant in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
The invoking thread was interrupted.
- interval() - Method in interface io.helidon.config.ScheduledPollingStrategy.RecurringPolicy
-
Returns the current interval.
- interval() - Method in class io.helidon.config.ScheduledPollingStrategy.RegularRecurringPolicy
- interval() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Interval between successive transmissions of metrics data.
- interval() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- interval() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Interval between successive transmissions of metrics data.
- interval() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Step size used in computing "windowed" statistics.
- interval() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- interval() - Method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Step size used in computing "windowed" statistics.
- interval() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- interval() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Fixed interval between each invocation.
- interval() - Method in interface io.helidon.scheduling.FixedRateConfig
-
Fixed interval between each invocation.
- interval() - Method in interface io.helidon.scheduling.FixedRateInvocation
-
Interval between two invocations.
- interval() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Metric reader read interval.
- interval() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase.PeriodicMetricReaderConfigImpl
- interval() - Method in interface io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig
-
Metric reader read interval.
- interval(long, long, TimeUnit, ScheduledExecutorService) - Static method in interface io.helidon.common.reactive.Multi
-
Signal 0L after an initial delay, then 1L, 2L and so on periodically to the downstream.
- interval(long, TimeUnit, ScheduledExecutorService) - Static method in interface io.helidon.common.reactive.Multi
-
Signal 0L, 1L and so on periodically to the downstream.
- interval(Duration) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Interval between successive transmissions of metrics data.
- interval(Duration) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Step size used in computing "windowed" statistics.
- interval(Duration) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Fixed interval between each invocation.
- interval(Duration) - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Metric reader read interval.
- INTROSPECT_JWT - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.RequestType
-
Request to validate a JWT against an introspection endpoint.
- introspectEndpointUri(URI) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Endpoint to use to validate JWT.
- introspectUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Introspection endpoint URI.
- introspectUri() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
Introspection endpoint URI.
- intTracerTags() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- intTracerTags() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer level tags with integer values added to all reported spans.
- intTracerTags() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Tracer level tags with integer values added to all reported spans.
- intTracerTags(Map) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer level tags with integer values added to all reported spans.
- intValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - intValue() - Method in class io.helidon.json.JsonNumber
-
Return the int value of this JsonNumber.
- intValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- intValue(String) - Method in class io.helidon.json.JsonObject
-
Return the integer value associated with the specified key as an Optional.
- intValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get int value.
- intValue(String, int) - Method in class io.helidon.json.JsonObject
-
Return the integer value associated with the specified key, or the default value if the key is not present.
- intValue(String, int) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get an int value with default if not defined.
- intValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - intValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- INVALID_ARGUMENT - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Client specified an invalid argument.
- INVALID_PARAMS - Static variable in interface io.helidon.jsonrpc.core.JsonRpcError
-
Invalid method parameter(s).
- INVALID_REQUEST - Static variable in interface io.helidon.jsonrpc.core.JsonRpcError
-
The JSON sent is not a valid Request object.
- invalidFlavors() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- invalidFlavors() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
In which flavor we should warn that this feature is present on classpath.
- invalidFlavors() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
In which flavor we should warn that this feature is present on classpath.
- invalidFlavors(List) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
In which flavor we should warn that this feature is present on classpath.
- invalidValue() - Method in exception class io.helidon.common.uri.UriValidationException
-
The value that did not pass validation.
- invalidValue() - Method in interface io.helidon.validation.ConstraintViolation
-
The value that failed validation.
- invalidValue() - Method in interface io.helidon.validation.ValidatorResponse
-
The value that triggered the failure.
- Invocation - Interface in io.helidon.scheduling
-
Scheduled method invocation metadata.
- invocationHandler(InvocationHandler) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
InvocationHandler to execute GraphQl requests.
- invocationHandler(Supplier) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
InvocationHandler to execute GraphQl requests.
- InvocationHandler - Interface in io.helidon.graphql.server
-
Invocation handler that allows execution of GraphQL requests without a WebServer.
- InvocationHandler.Builder - Class in io.helidon.graphql.server
-
Fluent API builder to configure the invocation handler.
- InvocationHandler.ContextHandler - Interface in io.helidon.graphql.server
-
Handler used to update the
ExecutionContextbefore GraphQL execution. - invoke(StreamObserver) - Method in interface io.helidon.grpc.core.MethodHandler
- invoke(Object...) - Method in interface io.helidon.service.registry.InterceptionInvoker
-
Invoke the element.
- invoke(Function) - Method in interface io.helidon.faulttolerance.Retry
-
Invoke a function with context for each attempt.
- invoke(Function, Retry.WaitStrategy) - Method in interface io.helidon.faulttolerance.Retry
-
Invoke a function with context for each attempt, using a caller-provided strategy to wait between attempts.
- invoke(Supplier) - Method in interface io.helidon.faulttolerance.FtHandler
-
Invoke this fault tolerance handler on a supplier of result.
- invoke(Supplier) - Method in interface io.helidon.faulttolerance.FtHandlerTyped
-
Invoke this fault tolerance handler on a supplier of a result.
- invoke(Supplier) - Method in interface io.helidon.faulttolerance.Async
-
Invoke a synchronous operation asynchronously.
- invoke(ExtensionContext, InvocationInterceptor.Invocation) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
Invoke a JUnit invocation within context.
- invoke(ReqT, StreamObserver) - Method in interface io.helidon.grpc.core.MethodHandler
- invokeListeners(Span, System.Logger, Consumer) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
Invokes listeners known to the specified Helidon span using the provided operation; intended for Helidon internal use only.
- invokeServices(WebClient, WebClientService.TransportChain, CompletableFuture, CompletableFuture, ClientUri) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Invoke configured client services and publish applicable transport response context before they unwind.
- invokeServices(WebClientService.Chain, CompletableFuture, CompletableFuture, ClientUri) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Invoke configured client services.
- invokeServices(WebClientService.WireProtocolChain, CompletableFuture, CompletableFuture, ClientUri) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Invoke configured client services.
- invokeStatic(Supplier) - Static method in interface io.helidon.faulttolerance.Async
-
Convenience method to avoid having to call
Async.create(). - invokeStatic(Supplier, CompletableFuture) - Static method in interface io.helidon.faulttolerance.Async
-
Convenience method to avoid having to call
Async.create(). - IO_OPENTELEMETRY_JAVAAGENT - Static variable in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
OpenTelemetry property for the Java agent.
- io.helidon - module io.helidon
-
Types needed to start a Helidon application.
- io.helidon - package io.helidon
-
Startup of Helidon applications.
- io.helidon.builder.api - module io.helidon.builder.api
-
The Builder API module.
- io.helidon.builder.api - package io.helidon.builder.api
-
Support for handling the generation of code for Helidon builders and configured builders.
- io.helidon.builder.codegen - module io.helidon.builder.codegen
-
Code generation for builders.
- io.helidon.builder.codegen - package io.helidon.builder.codegen
-
Code generation for
Blueprintannotated interfaces. - io.helidon.builder.codegen.spi - package io.helidon.builder.codegen.spi
-
SPI to allow extensibility of builders.
- io.helidon.bundles.config - module io.helidon.bundles.config
-
Config Bundle module.
- io.helidon.codegen - module io.helidon.codegen
-
Utilities for code generation.
- io.helidon.codegen - package io.helidon.codegen
-
Code generation and processing support.
- io.helidon.codegen.api.stability - module io.helidon.codegen.api.stability
-
Annotation processor to validate use of Helidon APIs.
- io.helidon.codegen.api.stability - package io.helidon.codegen.api.stability
-
Annotation processor validating use of Helidon APIs.
- io.helidon.codegen.api.stability.enforcer - module io.helidon.codegen.api.stability.enforcer
-
Annotation processor to enforce API stability annotations.
- io.helidon.codegen.api.stability.enforcer - package io.helidon.codegen.api.stability.enforcer
-
Annotation processor enforcing use of Helidon stability annotations on top level public types.
- io.helidon.codegen.apt - module io.helidon.codegen.apt
-
Implementation of codegen utilities for Java annotation processing.
- io.helidon.codegen.apt - package io.helidon.codegen.apt
-
Implementation of codegen tools for Java annotation processing.
- io.helidon.codegen.classmodel - module io.helidon.codegen.classmodel
-
The class model code generator.
- io.helidon.codegen.classmodel - package io.helidon.codegen.classmodel
-
Class model generator for annotation processors.
- io.helidon.codegen.compiler - module io.helidon.codegen.compiler
-
Java in-process compiler.
- io.helidon.codegen.compiler - package io.helidon.codegen.compiler
-
Java in-process compiler.
- io.helidon.codegen.helidon.copyright - module io.helidon.codegen.helidon.copyright
-
Helidon copyright implementation.
- io.helidon.codegen.helidon.copyright - package io.helidon.codegen.helidon.copyright
-
Custom copyright provider that generates Helidon copyright headers.
- io.helidon.codegen.scan - module io.helidon.codegen.scan
-
Implementation of codegen utilities for classpath scanning.
- io.helidon.codegen.scan - package io.helidon.codegen.scan
-
Implementation of codegen utilities for classpath scanning.
- io.helidon.codegen.spi - package io.helidon.codegen.spi
-
Service provider interfaces to extend code generation support.
- io.helidon.common - module io.helidon.common
-
Helidon Common library.
- io.helidon.common - package io.helidon.common
-
Common utilities for Helidon projects.
- io.helidon.common.buffers - module io.helidon.common.buffers
-
Byte buffers and byte operations.
- io.helidon.common.buffers - package io.helidon.common.buffers
-
Byte buffers and byte operations.
- io.helidon.common.concurrency.limits - module io.helidon.common.concurrency.limits
-
Concurrency limits.
- io.helidon.common.concurrency.limits - package io.helidon.common.concurrency.limits
-
Concurrency limits API and default implementations.
- io.helidon.common.concurrency.limits.spi - package io.helidon.common.concurrency.limits.spi
-
Extension points to create custom concurrency rate limits.
- io.helidon.common.configurable - module io.helidon.common.configurable
-
Common tools that use config component.
- io.helidon.common.configurable - package io.helidon.common.configurable
-
General utilities that use
Config. - io.helidon.common.configurable.spi - package io.helidon.common.configurable.spi
-
Loadable service definitions.
- io.helidon.common.context - module io.helidon.common.context
-
Helidon Common Context library.
- io.helidon.common.context - package io.helidon.common.context
-
Support for context propagation across executor boundaries.
- io.helidon.common.context.http - module io.helidon.common.context.http
-
Common types for Context propagation over HTTP.
- io.helidon.common.context.http - package io.helidon.common.context.http
-
Common types for Context propagation over HTTP.
- io.helidon.common.context.spi - package io.helidon.common.context.spi
-
Provider for data propagation between threads in executor service.
- io.helidon.common.crypto - module io.helidon.common.crypto
-
Helidon Common Crypto library.
- io.helidon.common.crypto - package io.helidon.common.crypto
-
Common cryptography implementations.
- io.helidon.common.features - module io.helidon.common.features
-
Feature catalog.
- io.helidon.common.features - package io.helidon.common.features
-
Feature support for Helidon flavors.
- io.helidon.common.features.api - module io.helidon.common.features.api
-
API required to describe features in module descriptor.
- io.helidon.common.features.api - package io.helidon.common.features.api
-
API required to describe features in module descriptor.
- io.helidon.common.features.codegen - module io.helidon.common.features.codegen
-
Codegen for metadata for Helidon features.
- io.helidon.common.features.codegen - package io.helidon.common.features.codegen
-
Codegen for feature annotations on
module-info.java. - io.helidon.common.features.metadata - module io.helidon.common.features.metadata
-
Metadata for Helidon Features.
- io.helidon.common.features.metadata - package io.helidon.common.features.metadata
-
Metadata for Helidon Features.
- io.helidon.common.mapper - module io.helidon.common.mapper
-
Helidon Common Mapper.
- io.helidon.common.mapper - package io.helidon.common.mapper
-
Support for mapping of types.
- io.helidon.common.mapper.spi - package io.helidon.common.mapper.spi
- io.helidon.common.media.type - module io.helidon.common.media.type
-
Helidon Common Media Type.
- io.helidon.common.media.type - package io.helidon.common.media.type
-
Support for mapping resources to media types, be it files, URIs or URLs.
- io.helidon.common.media.type.spi - package io.helidon.common.media.type.spi
-
SPI to provide custom mappings of resources to media types.
- io.helidon.common.parameters - module io.helidon.common.parameters
-
Support for parameters with multiple values.
- io.helidon.common.parameters - package io.helidon.common.parameters
-
Support for parameters with multiple values.
- io.helidon.common.pki - module io.helidon.common.pki
-
Utilities for PKI configuration and loading of certificates and keys.
- io.helidon.common.pki - package io.helidon.common.pki
-
Utilities for PKI configuration and loading of certificates and keys.
- io.helidon.common.reactive - module io.helidon.common.reactive
-
Helidon Common Reactive Library.
- io.helidon.common.reactive - package io.helidon.common.reactive
-
Common reactive library for Helidon projects.
- io.helidon.common.resumable - module io.helidon.common.resumable
-
Helidon Common Resumable, allows notification of resumable resources before suspend and after resume.
- io.helidon.common.resumable - package io.helidon.common.resumable
-
Helidon Common Resumable, allows notification of resumable resources before suspend and after resume.
- io.helidon.common.security - module io.helidon.common.security
-
Types that are security related and can be used across all components (servers, clients etc.).
- io.helidon.common.security - package io.helidon.common.security
-
Types that are security related and can be used across all components (servers, clients etc.).
- io.helidon.common.socket - module io.helidon.common.socket
-
Socket abstraction and data writing.
- io.helidon.common.socket - package io.helidon.common.socket
-
Socket abstraction and data writing.
- io.helidon.common.task - module io.helidon.common.task
-
Common task module.
- io.helidon.common.task - package io.helidon.common.task
-
Interruptable tasks and related executors.
- io.helidon.common.testing.http.junit5 - module io.helidon.common.testing.http.junit5
-
Hamcrest matchers for HTTP.
- io.helidon.common.testing.http.junit5 - package io.helidon.common.testing.http.junit5
-
Testing support for HTTP.
- io.helidon.common.testing.junit5 - module io.helidon.common.testing.junit5
-
Hamcrest matchers.
- io.helidon.common.testing.junit5 - package io.helidon.common.testing.junit5
-
Basic testing support for Helidon.
- io.helidon.common.testing.virtualthreads - module io.helidon.common.testing.virtualthreads
-
Virtual Thread testing features for Helidon test extensions.
- io.helidon.common.testing.virtualthreads - package io.helidon.common.testing.virtualthreads
-
Virtual Threads testing features.
- io.helidon.common.tls - module io.helidon.common.tls
-
TLS configuration for client and server.
- io.helidon.common.tls - package io.helidon.common.tls
-
TLS Configuration for client and server.
- io.helidon.common.tls.spi - package io.helidon.common.tls.spi
-
TLS Configuration SPI for client and server.
- io.helidon.common.types - module io.helidon.common.types
-
Builder (minimal) types support.
- io.helidon.common.types - package io.helidon.common.types
-
Subset of Builder's SPI types that are useful for runtime.
- io.helidon.common.uri - module io.helidon.common.uri
-
URI utilities.
- io.helidon.common.uri - package io.helidon.common.uri
-
URI utilities.
- io.helidon.config - module io.helidon.config
-
Helidon SE Config module.
- io.helidon.config - package io.helidon.config
-
Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.
- io.helidon.config.encryption - module io.helidon.config.encryption
-
Module supporting encryption of secrets in configuration files.
- io.helidon.config.encryption - package io.helidon.config.encryption
-
Support for encrypted properties.
- io.helidon.config.hocon - module io.helidon.config.hocon
-
Typesafe (Lightbend) Config (HOCON) Parser implementation.
- io.helidon.config.hocon - package io.helidon.config.hocon
-
HOCON format ConfigParser implementation using Typesafe (Lightbend) Config library.
- io.helidon.config.metadata - module io.helidon.config.metadata
-
Config metadata annotations.
- io.helidon.config.metadata - package io.helidon.config.metadata
-
Config metadata annotations.
- io.helidon.config.metadata.codegen - module io.helidon.config.metadata.codegen
-
Codegen for Helidon Config Metadata.
- io.helidon.config.metadata.codegen - package io.helidon.config.metadata.codegen
-
Codegen for Helidon Config Metadata.
- io.helidon.config.objectmapping - module io.helidon.config.objectmapping
-
config module.
- io.helidon.config.objectmapping - package io.helidon.config.objectmapping
-
Mappers that can map
Configto classes with factory methods, classes with Builders and general "bean" classes with constructor and setters. - io.helidon.config.spi - package io.helidon.config.spi
-
Configuration SPI that defines the behavior developers can implement to extend the config system.
- io.helidon.config.testing - module io.helidon.config.testing
-
Configuration testing support.
- io.helidon.config.testing - package io.helidon.config.testing
-
Configuration Testing Support.
- io.helidon.config.yaml - module io.helidon.config.yaml
-
YAML Parser implementation.
- io.helidon.config.yaml - package io.helidon.config.yaml
-
YAML format ConfigParser implementation.
- io.helidon.data - module io.helidon.data
-
Helidon Data Repository API.
- io.helidon.data - package io.helidon.data
-
Helidon Data Repository.
- io.helidon.data.codegen - module io.helidon.data.codegen
-
Code processing and generation with Helidon Data API.
- io.helidon.data.codegen - package io.helidon.data.codegen
-
Code processing and generation with Helidon Data API.
- io.helidon.data.codegen.common - module io.helidon.data.codegen.common
-
Common code processing and generation.
- io.helidon.data.codegen.common - package io.helidon.data.codegen.common
-
Common code processing and generation.
- io.helidon.data.codegen.common.spi - package io.helidon.data.codegen.common.spi
-
Service provider interface for code processing and generation.
- io.helidon.data.codegen.parser - module io.helidon.data.codegen.parser
-
Helidon Data method name parser.
- io.helidon.data.codegen.parser - package io.helidon.data.codegen.parser
-
Data repository parsers.
- io.helidon.data.codegen.parser.spi - package io.helidon.data.codegen.parser.spi
-
Data repository parsers SPI.
- io.helidon.data.codegen.query - module io.helidon.data.codegen.query
-
Helidon Data query abstract model.
- io.helidon.data.codegen.query - package io.helidon.data.codegen.query
-
Data query abstract model.
- io.helidon.data.jakarta.persistence - module io.helidon.data.jakarta.persistence
-
Helidon Data Repository with Jakarta Persistence Runtime.
- io.helidon.data.jakarta.persistence - package io.helidon.data.jakarta.persistence
-
Helidon Data Repository with Jakarta Persistence Runtime.
- io.helidon.data.jakarta.persistence.spi - package io.helidon.data.jakarta.persistence.spi
-
Service provider interface for repository with Jakarta Persistence Runtime.
- io.helidon.data.jdbc - module io.helidon.data.jdbc
-
Runs imperative applications and declarative Helidon Data repositories with JDBC.
- io.helidon.data.jdbc - package io.helidon.data.jdbc
-
Runs imperative applications and declarative Helidon Data repositories with JDBC.
- io.helidon.data.jdbc.codegen - module io.helidon.data.jdbc.codegen
-
Generates implementations of Helidon Data JDBC repositories.
- io.helidon.data.jdbc.codegen - package io.helidon.data.jdbc.codegen
-
Generates implementations of Helidon Data JDBC repositories.
- io.helidon.data.jdbc.lexical - module io.helidon.data.jdbc.lexical
-
Shared lexical support for JDBC SQL marker processing.
- io.helidon.data.jdbc.lexical - package io.helidon.data.jdbc.lexical
-
Internal lexical support shared by JDBC runtime and JDBC code generation.
- io.helidon.data.sql.common - module io.helidon.data.sql.common
-
SQL specific support, use by all modules that interact with SQL databases.
- io.helidon.data.sql.common - package io.helidon.data.sql.common
-
SQL specific support, use by all modules that interact with SQL databases.
- io.helidon.data.sql.datasource - module io.helidon.data.sql.datasource
-
DataSourcesupport API. - io.helidon.data.sql.datasource - package io.helidon.data.sql.datasource
-
DataSourcesupport API. - io.helidon.data.sql.datasource.hikari - module io.helidon.data.sql.datasource.hikari
-
Hikari
DataSourcesupport. - io.helidon.data.sql.datasource.hikari - package io.helidon.data.sql.datasource.hikari
-
Hikari
DataSourcesupport. - io.helidon.data.sql.datasource.jdbc - module io.helidon.data.sql.datasource.jdbc
-
JDBC connection based
DataSourcesupport. - io.helidon.data.sql.datasource.jdbc - package io.helidon.data.sql.datasource.jdbc
-
JDBC
DataSourcesupport. - io.helidon.data.sql.datasource.spi - package io.helidon.data.sql.datasource.spi
-
Service provider interfaces for
DataSourcesupport. - io.helidon.data.sql.datasource.ucp - module io.helidon.data.sql.datasource.ucp
-
UCP
DataSourcesupport. - io.helidon.data.sql.datasource.ucp - package io.helidon.data.sql.datasource.ucp
-
UCP
DataSourcesupport. - io.helidon.dbclient - module io.helidon.dbclient
-
Helidon Database Client.
- io.helidon.dbclient - package io.helidon.dbclient
-
Helidon Database Client API.
- io.helidon.dbclient.health - module io.helidon.dbclient.health
-
Helidon Database Client Health Check.
- io.helidon.dbclient.health - package io.helidon.dbclient.health
-
Health check support for Helidon Database Client.
- io.helidon.dbclient.hikari - module io.helidon.dbclient.hikari
-
Helidon Database Client JDBC.
- io.helidon.dbclient.hikari - package io.helidon.dbclient.hikari
-
Hikari JDBC connection pool.
- io.helidon.dbclient.hikari.spi - package io.helidon.dbclient.hikari.spi
-
Service provider interface for Hikari JDBC connection pool support.
- io.helidon.dbclient.jdbc - module io.helidon.dbclient.jdbc
-
Helidon Database Client JDBC.
- io.helidon.dbclient.jdbc - package io.helidon.dbclient.jdbc
-
JDBC client for Helidon.
- io.helidon.dbclient.jdbc.spi - package io.helidon.dbclient.jdbc.spi
-
Service provider interface for Helidon Database Client JDBC.
- io.helidon.dbclient.json - module io.helidon.dbclient.json
-
Helidon Database Client JSON Mapper.
- io.helidon.dbclient.json - package io.helidon.dbclient.json
-
JSON support for Helidon Database Client.
- io.helidon.dbclient.jsonp - module io.helidon.dbclient.jsonp
-
Helidon Database Client JSON-P Mapper.
- io.helidon.dbclient.jsonp - package io.helidon.dbclient.jsonp
-
JSON Processing support for Helidon Database Client.
- io.helidon.dbclient.metrics - module io.helidon.dbclient.metrics
-
Helidon Database Client Metrics.
- io.helidon.dbclient.metrics - package io.helidon.dbclient.metrics
-
Metrics support for Helidon Database Client.
- io.helidon.dbclient.metrics.hikari - module io.helidon.dbclient.metrics.hikari
-
Hikari Connection Pool Metrics.
- io.helidon.dbclient.metrics.hikari - package io.helidon.dbclient.metrics.hikari
-
Metrics support for Hikari Connection Pool.
- io.helidon.dbclient.mongodb - module io.helidon.dbclient.mongodb
-
Helidon Database Client MongoDB.
- io.helidon.dbclient.mongodb - package io.helidon.dbclient.mongodb
-
Helidon Database Client MongoDB.
- io.helidon.dbclient.spi - package io.helidon.dbclient.spi
-
Service provider interface for Helidon Database Client.
- io.helidon.dbclient.tracing - module io.helidon.dbclient.tracing
-
Helidon Database Client Tracing.
- io.helidon.dbclient.tracing - package io.helidon.dbclient.tracing
-
Tracing support for Helidon Database Client.
- io.helidon.declarative.codegen - module io.helidon.declarative.codegen
-
Code generation support for Helidon Declarative APIs.
- io.helidon.declarative.codegen - package io.helidon.declarative.codegen
-
Code generation for Helidon declarative.
- io.helidon.declarative.codegen.common - package io.helidon.declarative.codegen.common
-
Common utilities for declarative code generation.
- io.helidon.declarative.codegen.cors - package io.helidon.declarative.codegen.cors
-
CORS related code generation.
- io.helidon.declarative.codegen.faulttolerance - package io.helidon.declarative.codegen.faulttolerance
-
Fault tolerance code generation.
- io.helidon.declarative.codegen.graphql.server - package io.helidon.declarative.codegen.graphql.server
-
Code generation support for declarative GraphQL server endpoints.
- io.helidon.declarative.codegen.graphql.server.spi - package io.helidon.declarative.codegen.graphql.server.spi
-
Declarative GraphQL server code generation SPIs.
- io.helidon.declarative.codegen.grpc - package io.helidon.declarative.codegen.grpc
-
Shared declarative gRPC code generation support.
- io.helidon.declarative.codegen.grpc.client - package io.helidon.declarative.codegen.grpc.client
-
Code generation support for declarative gRPC clients.
- io.helidon.declarative.codegen.grpc.server - package io.helidon.declarative.codegen.grpc.server
-
Code generation support for declarative gRPC server endpoints.
- io.helidon.declarative.codegen.http - package io.helidon.declarative.codegen.http
-
HTTP Rest related code generation.
- io.helidon.declarative.codegen.http.restclient - package io.helidon.declarative.codegen.http.restclient
-
Code generation for Helidon WebClient (Typed REST API).
- io.helidon.declarative.codegen.http.webserver - package io.helidon.declarative.codegen.http.webserver
-
Code generation for Helidon Webserver (HTTP endpoints etc.).
- io.helidon.declarative.codegen.http.webserver.spi - package io.helidon.declarative.codegen.http.webserver.spi
-
Helidon declarative Web Server extensibility.
- io.helidon.declarative.codegen.messaging - package io.helidon.declarative.codegen.messaging
-
Code generation support for declarative messaging.
- io.helidon.declarative.codegen.metrics - package io.helidon.declarative.codegen.metrics
-
Metrics code generation.
- io.helidon.declarative.codegen.model - module io.helidon.declarative.codegen.model
-
Models used by declarative codegen.
- io.helidon.declarative.codegen.model.http - package io.helidon.declarative.codegen.model.http
-
HTTP Rest model.
- io.helidon.declarative.codegen.openapi - package io.helidon.declarative.codegen.openapi
-
Code generation support for declarative OpenAPI.
- io.helidon.declarative.codegen.scheduling - package io.helidon.declarative.codegen.scheduling
-
Scheduling code generation.
- io.helidon.declarative.codegen.tracing - package io.helidon.declarative.codegen.tracing
-
Tracing code generation.
- io.helidon.declarative.codegen.validation - package io.helidon.declarative.codegen.validation
-
Declarative validation code generation.
- io.helidon.declarative.codegen.websocket - package io.helidon.declarative.codegen.websocket
-
WebSocket code generation.
- io.helidon.declarative.codegen.websocket.client - package io.helidon.declarative.codegen.websocket.client
-
WebSocket client code generation.
- io.helidon.declarative.codegen.websocket.server - package io.helidon.declarative.codegen.websocket.server
-
WebSocket server code generation.
- io.helidon.discovery - module io.helidon.discovery
-
Provides vendor- and implementation-abstracting discovery support for Helidon.
- io.helidon.discovery - package io.helidon.discovery
-
Provides classes and interfaces related to the application programming interface (API) for discovery.
- io.helidon.faulttolerance - module io.helidon.faulttolerance
-
Helidon Fault Tolerance Support.
- io.helidon.faulttolerance - package io.helidon.faulttolerance
-
Helidon Fault Tolerance Support.
- io.helidon.graphql - module io.helidon.graphql
-
Shared GraphQL API types for Helidon client and server integrations.
- io.helidon.graphql - package io.helidon.graphql
-
Shared GraphQL API types for Helidon client and server integrations.
- io.helidon.graphql.server - module io.helidon.graphql.server
-
GraphQl server implementation.
- io.helidon.graphql.server - package io.helidon.graphql.server
-
GraphQL server implementation.
- io.helidon.graphql.spi - package io.helidon.graphql.spi
-
GraphQL service provider interfaces.
- io.helidon.grpc.api - module io.helidon.grpc.api
-
Helidon gRPC API module.
- io.helidon.grpc.api - package io.helidon.grpc.api
-
Helidon gRPC API module.
- io.helidon.grpc.core - module io.helidon.grpc.core
-
Helidon GRPC core package.
- io.helidon.grpc.core - package io.helidon.grpc.core
-
Core classes used by both the gRPC server and gRPC client.
- io.helidon.health - module io.helidon.health
-
Helidon health API.
- io.helidon.health - package io.helidon.health
-
Helidon Health API.
- io.helidon.health.checks - module io.helidon.health.checks
-
Helidon health checks.
- io.helidon.health.checks - package io.helidon.health.checks
-
Healthchecks provided by our implementation.
- io.helidon.health.spi - package io.helidon.health.spi
-
Health check SPI.
- io.helidon.http - module io.helidon.http
-
Helidon Common HTTP classes.
- io.helidon.http - package io.helidon.http
-
HTTP APIs and implementations usable by both server and client side of the HTTP story.
- io.helidon.http.encoding - module io.helidon.http.encoding
-
Content encoding support.
- io.helidon.http.encoding - package io.helidon.http.encoding
-
HTTP Content encoding support, usually used to compress entity, such as
gzip. - io.helidon.http.encoding.deflate - module io.helidon.http.encoding.deflate
-
Deflate content encoding support.
- io.helidon.http.encoding.deflate - package io.helidon.http.encoding.deflate
-
Deflate encoding support.
- io.helidon.http.encoding.gzip - module io.helidon.http.encoding.gzip
-
GZip content encoding support.
- io.helidon.http.encoding.gzip - package io.helidon.http.encoding.gzip
-
Gzip encoding support.
- io.helidon.http.encoding.spi - package io.helidon.http.encoding.spi
-
SPI to create custom content encoding.
- io.helidon.http.http1 - module io.helidon.http.http1
-
Helidon Common HTTP/1.1 classes.
- io.helidon.http.http1 - package io.helidon.http.http1
-
Helidon Common HTTP/1.1 classes.
- io.helidon.http.http2 - module io.helidon.http.http2
-
Helidon Common HTTP/2 classes.
- io.helidon.http.http2 - package io.helidon.http.http2
-
Helidon Common HTTP/2 classes.
- io.helidon.http.media - module io.helidon.http.media
-
Helidon Media Support.
- io.helidon.http.media - package io.helidon.http.media
-
Helidon Media Support.
- io.helidon.http.media.jackson - module io.helidon.http.media.jackson
-
Jackson media support.
- io.helidon.http.media.jackson - package io.helidon.http.media.jackson
-
Jackson media type support.
- io.helidon.http.media.json - module io.helidon.http.media.json
-
Helidon JSON Media Support.
- io.helidon.http.media.json - package io.helidon.http.media.json
-
Helidon JSON Media Support.
- io.helidon.http.media.json.binding - module io.helidon.http.media.json.binding
-
Helidon JSON Binding Media Support.
- io.helidon.http.media.json.binding - package io.helidon.http.media.json.binding
-
Helidon JSON Binding Media Support.
- io.helidon.http.media.json.smile - module io.helidon.http.media.json.smile
-
JSON Smile Media Support.
- io.helidon.http.media.json.smile - package io.helidon.http.media.json.smile
-
JSON Smile media support.
- io.helidon.http.media.jsonb - module io.helidon.http.media.jsonb
-
JSON-B media support.
- io.helidon.http.media.jsonb - package io.helidon.http.media.jsonb
-
JSON-Binding Entity Media handling support.
- io.helidon.http.media.jsonp - module io.helidon.http.media.jsonp
-
JSON-P media support.
- io.helidon.http.media.jsonp - package io.helidon.http.media.jsonp
-
JSON-Processing Entity Media handling support.
- io.helidon.http.media.multipart - module io.helidon.http.media.multipart
-
Multipart media support.
- io.helidon.http.media.multipart - package io.helidon.http.media.multipart
-
Multipart Entity Media handling support.
- io.helidon.http.media.spi - package io.helidon.http.media.spi
-
Helidon Media Support SPI.
- io.helidon.http.sse - module io.helidon.http.sse
-
HTTP SSE common package.
- io.helidon.http.sse - package io.helidon.http.sse
-
HTTP SSE common package.
- io.helidon.json - module io.helidon.json
-
Helidon JSON Core.
- io.helidon.json - package io.helidon.json
-
Helidon JSON Processor.
- io.helidon.json.binding - module io.helidon.json.binding
-
Helidon JSON Binding.
- io.helidon.json.binding - package io.helidon.json.binding
-
Helidon JSON Binding.
- io.helidon.json.binding.converters - package io.helidon.json.binding.converters
-
Helidon JSON Binding Converters.
- io.helidon.json.binding.factories - package io.helidon.json.binding.factories
-
Helidon JSON Binding Factories.
- io.helidon.json.schema - module io.helidon.json.schema
-
JSON Schema annotations and lookup.
- io.helidon.json.schema - package io.helidon.json.schema
-
JSON Schema annotations and lookup.
- io.helidon.json.schema.codegen - module io.helidon.json.schema.codegen
-
JSON Schema code generator.
- io.helidon.json.schema.codegen - package io.helidon.json.schema.codegen
-
Code generator for the JSON schema.
- io.helidon.json.schema.spi - package io.helidon.json.schema.spi
-
JSON Schema SPI.
- io.helidon.json.smile - module io.helidon.json.smile
-
Helidon implementation of the Jackson Smile binary JSON specification.
- io.helidon.json.smile - package io.helidon.json.smile
-
Helidon implementation of the Jackson Smile binary JSON specification.
- io.helidon.jsonrpc.core - module io.helidon.jsonrpc.core
-
Helidon JSON-RPC core support.
- io.helidon.jsonrpc.core - package io.helidon.jsonrpc.core
-
Core classes used by both the JSON-RPC server and gRPC client.
- io.helidon.logging.common - module io.helidon.logging.common
-
Helidon logging.
- io.helidon.logging.common - package io.helidon.logging.common
-
Helidon MDC support for delegation of the MDC values to all of the logging frameworks.
- io.helidon.logging.common.spi - package io.helidon.logging.common.spi
-
This package provides interface for an actual MDC support implementation.
- io.helidon.logging.jul - module io.helidon.logging.jul
-
Helidon Java Util Logging MDC support module.
- io.helidon.logging.jul - package io.helidon.logging.jul
-
Helidon Java util logging MDC support.
- io.helidon.logging.log4j - module io.helidon.logging.log4j
-
Helidon Log4j MDC module.
- io.helidon.logging.log4j - package io.helidon.logging.log4j
-
Helidon Log4j MDC propagation support.
- io.helidon.logging.slf4j - module io.helidon.logging.slf4j
-
Helidon Slf4j MDC module.
- io.helidon.logging.slf4j - package io.helidon.logging.slf4j
-
Helidon Slf4J MDC propagation support.
- io.helidon.messaging - module io.helidon.messaging
-
Helidon Messaging API, runtime, and connector SPI.
- io.helidon.messaging - package io.helidon.messaging
-
Helidon Messaging API and runtime.
- io.helidon.messaging.spi - package io.helidon.messaging.spi
-
Service provider interfaces implemented or extended by messaging transport connectors.
- io.helidon.metadata - module io.helidon.metadata
-
Metadata module, used to discover metadata of Helidon components.
- io.helidon.metadata - package io.helidon.metadata
-
Helidon metadata discovery tooling.
- io.helidon.metadata.hson - module io.helidon.metadata.hson
-
Helidon Metadata Format (simplified JSON).
- io.helidon.metadata.hson - package io.helidon.metadata.hson
-
Tiny HSON parser and writer.
- io.helidon.metadata.reflection - module io.helidon.metadata.reflection
-
Reflection support to get types from
io.helidon.common.typesat runtime. - io.helidon.metadata.reflection - package io.helidon.metadata.reflection
-
Reflection support to obtain instances of common types, and to synthesize instances of annotations from
Annotation. - io.helidon.metrics - module io.helidon.metrics
-
Helidon Metrics implementation.
- io.helidon.metrics.api - module io.helidon.metrics.api
-
Helidon metrics API.
- io.helidon.metrics.api - package io.helidon.metrics.api
-
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.
- io.helidon.metrics.exemplartrace - package io.helidon.metrics.exemplartrace
-
Provides exemplar support in metrics using tracing identifiers.
- io.helidon.metrics.providers.micrometer - module io.helidon.metrics.providers.micrometer
-
Micrometer adapter for Helidon metrics API.
- io.helidon.metrics.providers.micrometer - package io.helidon.metrics.providers.micrometer
-
Micrometer wrapper for Helidon metrics API.
- io.helidon.metrics.providers.micrometer.spi - package io.helidon.metrics.providers.micrometer.spi
-
SPIs declared by the Micrometer implementation of the neutral API.
- io.helidon.metrics.spi - package io.helidon.metrics.spi
-
SPI for Helidon metrics.
- io.helidon.metrics.systemmeters - module io.helidon.metrics.systemmeters
-
Helidon metrics system meters.
- io.helidon.metrics.systemmeters - package io.helidon.metrics.systemmeters
-
Declares built-in system meters.
- io.helidon.metrics.traceexemplar - module io.helidon.metrics.traceexemplar
-
Provides exemplar support in metrics using tracing identifiers.
- io.helidon.openapi - module io.helidon.openapi
-
Helidon common OpenAPI behavior.
- io.helidon.openapi - package io.helidon.openapi
-
Helidon OpenAPI support.
- io.helidon.openapi.spi - package io.helidon.openapi.spi
-
OpenAPI SPI.
- io.helidon.openapi.v30 - package io.helidon.openapi.v30
-
OpenAPI 3.0 support.
- io.helidon.openapi.v31 - module io.helidon.openapi.v31
-
Helidon OpenAPI 3.1 document version support.
- io.helidon.openapi.v31 - package io.helidon.openapi.v31
-
OpenAPI 3.1 support.
- io.helidon.openapi.v32 - module io.helidon.openapi.v32
-
Helidon OpenAPI 3.2 document version support.
- io.helidon.openapi.v32 - package io.helidon.openapi.v32
-
OpenAPI 3.2 support.
- io.helidon.scheduling - module io.helidon.scheduling
-
Scheduling module for Helidon reactive implementation.
- io.helidon.scheduling - package io.helidon.scheduling
-
Scheduling for Helidon SE reactive implementation.
- io.helidon.security - module io.helidon.security
-
Helidon security module.
- io.helidon.security - package io.helidon.security
-
Security
- io.helidon.security.abac.policy - module io.helidon.security.abac.policy
-
Policy attribute validator.
- io.helidon.security.abac.policy - package io.helidon.security.abac.policy
-
Attribute based access control policy validator.
- io.helidon.security.abac.policy.spi - package io.helidon.security.abac.policy.spi
-
Service provider interface (SPI) to support policy statements in Attribute based access control.
- io.helidon.security.abac.role - module io.helidon.security.abac.role
-
Role attribute validator.
- io.helidon.security.abac.role - package io.helidon.security.abac.role
-
Role attribute validator.
- io.helidon.security.abac.scope - module io.helidon.security.abac.scope
-
Scope attribute validator.
- io.helidon.security.abac.scope - package io.helidon.security.abac.scope
-
Scope (OAuth2) attribute validator.
- io.helidon.security.abac.time - module io.helidon.security.abac.time
-
Time attribute validator.
- io.helidon.security.abac.time - package io.helidon.security.abac.time
-
Time attribute validator.
- io.helidon.security.annotations - module io.helidon.security.annotations
-
Annotations for integration with environment supporting annotations.
- io.helidon.security.annotations - package io.helidon.security.annotations
-
Annotations for integration with containers supporting them.
- io.helidon.security.bundle - module io.helidon.security.bundle
-
Bundle module to simplify application dependencies.
- io.helidon.security.integration.common - module io.helidon.security.integration.common
-
Security integration common.
- io.helidon.security.integration.common - package io.helidon.security.integration.common
-
Utilities for integrating Helidon security with other components, such as Web Server and Jersey.
- io.helidon.security.internal - package io.helidon.security.internal
-
Internal package open only to friendly modules that are under our control (e.g.
- io.helidon.security.jwt - module io.helidon.security.jwt
-
Helidon JWT and JWK token implementation.
- io.helidon.security.jwt - package io.helidon.security.jwt
-
JWT (JSON web token) support.
- io.helidon.security.jwt.jwk - package io.helidon.security.jwt.jwk
-
JWK (JSON web key) support.
- io.helidon.security.providers.abac - module io.helidon.security.providers.abac
-
Attribute based access control provider.
- io.helidon.security.providers.abac - package io.helidon.security.providers.abac
-
Attribute based access control (ABAC) security provider.
- io.helidon.security.providers.abac.spi - package io.helidon.security.providers.abac.spi
-
Attribute based access control (ABAC) security provider's SPI.
- io.helidon.security.providers.common - module io.helidon.security.providers.common
-
Helidon security module providers.
- io.helidon.security.providers.common - package io.helidon.security.providers.common
-
Common classes for provider implementation.
- io.helidon.security.providers.common.spi - package io.helidon.security.providers.common.spi
-
Extension of integration with Jersey to support customized analysis of resource classes and methods to enable/disable security.
- io.helidon.security.providers.header - module io.helidon.security.providers.header
-
Header based authentication provider.
- io.helidon.security.providers.header - package io.helidon.security.providers.header
-
Provider that can extract username from a (any) header.
- io.helidon.security.providers.httpauth - module io.helidon.security.providers.httpauth
-
Basic authentication provider.
- io.helidon.security.providers.httpauth - package io.helidon.security.providers.httpauth
-
Basic security provider with role support and optional outbound propagation.
- io.helidon.security.providers.httpauth.spi - package io.helidon.security.providers.httpauth.spi
-
SPI for basic authentication providers.
- io.helidon.security.providers.httpsign - module io.helidon.security.providers.httpsign
-
Http signature provider.
- io.helidon.security.providers.httpsign - package io.helidon.security.providers.httpsign
-
Provider supporting validation of incoming signatures and signing of outbound requests.
- io.helidon.security.providers.idcs.mapper - module io.helidon.security.providers.idcs.mapper
-
IDCS role mapper.
- io.helidon.security.providers.idcs.mapper - package io.helidon.security.providers.idcs.mapper
-
Mapper that retrieves roles from IDCS server and maps them to user subject.
- io.helidon.security.providers.jwt - module io.helidon.security.providers.jwt
-
JWT provider.
- io.helidon.security.providers.jwt - package io.helidon.security.providers.jwt
-
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create new ones) for outbound calls.
- io.helidon.security.providers.oidc - module io.helidon.security.providers.oidc
-
OIDC authentication and security propagation provider.
- io.helidon.security.providers.oidc - package io.helidon.security.providers.oidc
-
Integration with Open ID Connect providers.
- io.helidon.security.providers.oidc.common - module io.helidon.security.providers.oidc.common
-
OIDC common classes.
- io.helidon.security.providers.oidc.common - package io.helidon.security.providers.oidc.common
-
Open ID Connect (OIDC) classes usable from all OIDC related components.
- io.helidon.security.providers.oidc.common.spi - package io.helidon.security.providers.oidc.common.spi
-
Open ID Connect (OIDC) SPI interfaces.
- io.helidon.security.spi - package io.helidon.security.spi
-
Security component's SPI.
- io.helidon.security.util - module io.helidon.security.util
-
Helidon Security utilities.
- io.helidon.security.util - package io.helidon.security.util
-
General utilities for security modules.
- io.helidon.service.codegen - module io.helidon.service.codegen
-
Code generation for Helidon Service Registry.
- io.helidon.service.codegen - package io.helidon.service.codegen
-
Code generation for Helidon Service Registry.
- io.helidon.service.codegen.spi - package io.helidon.service.codegen.spi
-
SPI for extending code generation capabilities of Helidon Service Registry.
- io.helidon.service.maven.plugin - module io.helidon.service.maven.plugin
-
Maven-plugin module for code generating service registry components that require full runtime classpath.
- io.helidon.service.maven.plugin - package io.helidon.service.maven.plugin
-
Maven plugin for Helidon Service Inject.
- io.helidon.service.metadata - module io.helidon.service.metadata
-
Metadata for service registry.
- io.helidon.service.metadata - package io.helidon.service.metadata
-
Metadata for service registry.
- io.helidon.service.registry - module io.helidon.service.registry
-
Helidon Service Registry.
- io.helidon.service.registry - package io.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). - io.helidon.spi - package io.helidon.spi
-
Extension point to support a single main class (
Main) to start various styles of applications, such as Helidon Injection based applications and custom startup providers. - io.helidon.telemetry.opentelemetry - module io.helidon.telemetry.opentelemetry
-
OpenTelemetry support for Helidon telemetry integrations.
- io.helidon.telemetry.opentelemetry - package io.helidon.telemetry.opentelemetry
-
Shared OpenTelemetry handling used by Helidon telemetry integrations.
- io.helidon.telemetry.opentelemetry.spi - package io.helidon.telemetry.opentelemetry.spi
-
Service provider interfaces for shared OpenTelemetry handling.
- io.helidon.telemetry.otelconfig - module io.helidon.telemetry.otelconfig
-
OpenTelemetry implementation for telemetry.
- io.helidon.telemetry.otelconfig - package io.helidon.telemetry.otelconfig
-
Support for configuring OpenTelemetry via Helidon config.
- io.helidon.telemetry.testing.tracing - module io.helidon.telemetry.testing.tracing
-
Telemetry tracing testing support.
- io.helidon.telemetry.testing.tracing - package io.helidon.telemetry.testing.tracing
-
Telemetry tracing testing support.
- io.helidon.testing - module io.helidon.testing
-
Testing annotations and types for Helidon applications.
- io.helidon.testing - package io.helidon.testing
-
Testing annotations and types for Helidon applications.
- io.helidon.testing.junit5 - module io.helidon.testing.junit5
- io.helidon.testing.junit5 - package io.helidon.testing.junit5
-
JUnit5 extensions for Helidon supporting configuration, and optionally the Inject service registry.
- io.helidon.testing.junit5.suite - module io.helidon.testing.junit5.suite
-
Internal support for Helidon JUnit 5 test suites.
- io.helidon.testing.junit5.suite - package io.helidon.testing.junit5.suite
-
jUnit test suite.
- io.helidon.testing.junit5.suite.spi - package io.helidon.testing.junit5.suite.spi
-
jUnit test suite SPI.
- io.helidon.tracing - module io.helidon.tracing
-
Tracing support for Helidon, with an abstraction API and SPI for tracing collectors.
- io.helidon.tracing - package io.helidon.tracing
-
Distributed tracing support for Helidon.
- io.helidon.tracing.config - module io.helidon.tracing.config
-
Tracing configuration for traced components.
- io.helidon.tracing.config - package io.helidon.tracing.config
-
Configuration for traced components, spans and logs.
- io.helidon.tracing.providers.opentelemetry - module io.helidon.tracing.providers.opentelemetry
-
Open telemetry support for Helidon tracing.
- io.helidon.tracing.providers.opentelemetry - package io.helidon.tracing.providers.opentelemetry
-
Open Telemetry tracing support that plugs into the
TracerBuilderSPI and provides aTracerimplementation. - io.helidon.tracing.spi - package io.helidon.tracing.spi
-
SPI classes to support integration of distributed tracers.
- io.helidon.transaction - module io.helidon.transaction
-
Helidon Transaction API.
- io.helidon.transaction - package io.helidon.transaction
-
Helidon Transactions.
- io.helidon.transaction.spi - package io.helidon.transaction.spi
-
Service provider interfaces for transaction API.
- io.helidon.validation - module io.helidon.validation
-
Helidon validation module.
- io.helidon.validation - package io.helidon.validation
-
Validation API.
- io.helidon.validation.spi - package io.helidon.validation.spi
-
Validation SPI.
- io.helidon.validation.validators - package io.helidon.validation.validators
-
Built-in validators of Helidon Validation.
- io.helidon.webclient - module io.helidon.webclient
-
Helidon WebClient.
- io.helidon.webclient.api - module io.helidon.webclient.api
-
Helidon WebClient API.
- io.helidon.webclient.api - package io.helidon.webclient.api
-
Helidon WebClient APIs shared by all types of clients.
- io.helidon.webclient.context - module io.helidon.webclient.context
-
Helidon WebClient Context Propagation.
- io.helidon.webclient.context - package io.helidon.webclient.context
- io.helidon.webclient.discovery - module io.helidon.webclient.discovery
- io.helidon.webclient.discovery - package io.helidon.webclient.discovery
-
Provides classes and interfaces that integrate discovery features into webclients.
- io.helidon.webclient.dns.resolver.first - module io.helidon.webclient.dns.resolver.first
-
Helidon WebClient DNS Resolver First Support.
- io.helidon.webclient.dns.resolver.first - package io.helidon.webclient.dns.resolver.first
-
Helidon WebClient DNS Resolver First Support.
- io.helidon.webclient.dns.resolver.roundrobin - module io.helidon.webclient.dns.resolver.roundrobin
-
Helidon WebClient DNS Resolver Round Robin Support.
- io.helidon.webclient.dns.resolver.roundrobin - package io.helidon.webclient.dns.resolver.roundrobin
-
Helidon WebClient DNS Resolver Round Robin Support.
- io.helidon.webclient.grpc - module io.helidon.webclient.grpc
-
Helidon WebClient gRPC Support.
- io.helidon.webclient.grpc - package io.helidon.webclient.grpc
-
Helidon WebClient gRPC Support.
- io.helidon.webclient.grpc.spi - package io.helidon.webclient.grpc.spi
-
Helidon gRPC client SPI.
- io.helidon.webclient.grpc.tracing - module io.helidon.webclient.grpc.tracing
-
Helidon WebClient gRPC Tracing Support.
- io.helidon.webclient.grpc.tracing - package io.helidon.webclient.grpc.tracing
-
Helidon WebClient gRPC tracing support.
- io.helidon.webclient.http1 - module io.helidon.webclient.http1
-
Helidon WebClient HTTP/1.1 Support.
- io.helidon.webclient.http1 - package io.helidon.webclient.http1
-
Helidon WebClient HTTP/1.1 Support.
- io.helidon.webclient.http2 - module io.helidon.webclient.http2
-
Helidon WebClient HTTP/2 Support.
- io.helidon.webclient.http2 - package io.helidon.webclient.http2
-
Helidon WebClient HTTP/2 Support.
- io.helidon.webclient.jsonrpc - module io.helidon.webclient.jsonrpc
-
Helidon JSON-RPC client support.
- io.helidon.webclient.jsonrpc - package io.helidon.webclient.jsonrpc
-
Helidon WebClient JSON-RPC Support.
- io.helidon.webclient.metrics - module io.helidon.webclient.metrics
-
Helidon WebClient Metrics Support.
- io.helidon.webclient.metrics - package io.helidon.webclient.metrics
-
Helidon WebClient Metrics Support.
- io.helidon.webclient.security - module io.helidon.webclient.security
-
Helidon WebClient Security Support.
- io.helidon.webclient.security - package io.helidon.webclient.security
-
Helidon WebClient Security Support.
- io.helidon.webclient.spi - package io.helidon.webclient.spi
-
Helidon WebClient SPI.
- io.helidon.webclient.sse - module io.helidon.webclient.sse
-
Helidon WebClient SSE Support.
- io.helidon.webclient.sse - package io.helidon.webclient.sse
-
Helidon WebClient SSE Support.
- io.helidon.webclient.telemetry - module io.helidon.webclient.telemetry
-
Webclient telemetry support.
- io.helidon.webclient.telemetry - package io.helidon.webclient.telemetry
-
Implementation of OpenTelemetry semantic conventions for web clients.
- io.helidon.webclient.telemetry.metrics - module io.helidon.webclient.telemetry.metrics
-
Helidon WebClient Metrics Support.
- io.helidon.webclient.telemetry.metrics - package io.helidon.webclient.telemetry.metrics
-
OpenTelemetry semantic conventions implementation for client metrics.
- io.helidon.webclient.telemetry.tracing - module io.helidon.webclient.telemetry.tracing
-
Implementation of OpenTelemetry semantic conventions for client tracing.
- io.helidon.webclient.telemetry.tracing - package io.helidon.webclient.telemetry.tracing
-
OpenTelemetry semantic conventions for client tracing.
- io.helidon.webclient.tracing - module io.helidon.webclient.tracing
-
Helidon WebClient Tracing Support.
- io.helidon.webclient.tracing - package io.helidon.webclient.tracing
-
Helidon WebClient Tracing Support.
- io.helidon.webclient.websocket - module io.helidon.webclient.websocket
-
Helidon WebClient WebSocket Support.
- io.helidon.webclient.websocket - package io.helidon.webclient.websocket
-
Helidon WebClient WebSocket Support.
- io.helidon.webserver - module io.helidon.webserver
-
Helidon WebServer.
- io.helidon.webserver - package io.helidon.webserver
-
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
- io.helidon.webserver.accesslog - module io.helidon.webserver.accesslog
-
Helidon WebServer Access Log Support.
- io.helidon.webserver.accesslog - package io.helidon.webserver.accesslog
-
Helidon WebServer Access Log Support.
- io.helidon.webserver.concurrency.limits - module io.helidon.webserver.concurrency.limits
-
Limits feature for Helidon WebServer.
- io.helidon.webserver.concurrency.limits - package io.helidon.webserver.concurrency.limits
-
An implementation of a feature to protect all server requests with a limit.
- io.helidon.webserver.context - module io.helidon.webserver.context
-
Helidon WebServer Context Support.
- io.helidon.webserver.context - package io.helidon.webserver.context
-
Helidon WebServer Context Support.
- io.helidon.webserver.cors - module io.helidon.webserver.cors
-
Helidon WebServer CORS Support.
- io.helidon.webserver.cors - package io.helidon.webserver.cors
-
CORS support for Helidon WebServer.
- io.helidon.webserver.graphql - module io.helidon.webserver.graphql
-
Helidon WebServer GraphQL Support.
- io.helidon.webserver.graphql - package io.helidon.webserver.graphql
-
Helidon WebServer GraphQL Support.
- io.helidon.webserver.grpc - module io.helidon.webserver.grpc
-
Helidon WebServer gRPC Support.
- io.helidon.webserver.grpc - package io.helidon.webserver.grpc
-
Helidon WebServer gRPC Support.
- io.helidon.webserver.grpc.security - module io.helidon.webserver.grpc.security
-
Helidon WebServer gRPC Security Support.
- io.helidon.webserver.grpc.security - package io.helidon.webserver.grpc.security
-
Helidon WebServer gRPC security support.
- io.helidon.webserver.grpc.spi - package io.helidon.webserver.grpc.spi
-
Helidon gRPC server SPI.
- io.helidon.webserver.grpc.tracing - module io.helidon.webserver.grpc.tracing
-
Helidon WebServer gRPC Tracing Support.
- io.helidon.webserver.grpc.tracing - package io.helidon.webserver.grpc.tracing
-
Helidon Webserver gRPC tracing support.
- io.helidon.webserver.grpc.validation - module io.helidon.webserver.grpc.validation
-
Helidon WebServer gRPC Validation Support.
- io.helidon.webserver.grpc.validation - package io.helidon.webserver.grpc.validation
-
A gRPC server service that maps
ValidationExceptiontoStatus.INVALID_ARGUMENT. - io.helidon.webserver.hsts - module io.helidon.webserver.hsts
-
Helidon WebServer HSTS Support.
- io.helidon.webserver.hsts - package io.helidon.webserver.hsts
-
HTTP Strict Transport Security support for Helidon WebServer.
- io.helidon.webserver.http - package io.helidon.webserver.http
-
Helidon WebServer HTTP specific APIs.
- io.helidon.webserver.http.spi - package io.helidon.webserver.http.spi
-
Helidon WebServer HTTP SPI.
- io.helidon.webserver.http1 - package io.helidon.webserver.http1
-
Helidon WebServer HTTP/1.1 specific APIs.
- io.helidon.webserver.http1.spi - package io.helidon.webserver.http1.spi
-
Helidon WebServer HTTP/1.1 specific SPIs.
- io.helidon.webserver.http2 - module io.helidon.webserver.http2
-
Helidon WebServer HTTP/2 Support.
- io.helidon.webserver.http2 - package io.helidon.webserver.http2
-
Helidon WebServer HTTP/2 Support.
- io.helidon.webserver.http2.spi - package io.helidon.webserver.http2.spi
-
Helidon WebServer HTTP/2 SPI.
- io.helidon.webserver.jsonrpc - module io.helidon.webserver.jsonrpc
-
Helidon JSON-RPC server support.
- io.helidon.webserver.jsonrpc - package io.helidon.webserver.jsonrpc
-
Helidon WebServer JSON-RPC Support.
- io.helidon.webserver.observe - module io.helidon.webserver.observe
-
Helidon WebServer Observability Support.
- io.helidon.webserver.observe - package io.helidon.webserver.observe
-
Helidon WebServer Observability Support.
- io.helidon.webserver.observe.config - module io.helidon.webserver.observe.config
-
Helidon WebServer Observability Config Support.
- io.helidon.webserver.observe.config - package io.helidon.webserver.observe.config
-
Helidon WebServer Observability Config Support.
- io.helidon.webserver.observe.health - module io.helidon.webserver.observe.health
-
Helidon WebServer Observability Health Support.
- io.helidon.webserver.observe.health - package io.helidon.webserver.observe.health
-
Helidon WebServer Observability Health Support.
- io.helidon.webserver.observe.info - module io.helidon.webserver.observe.info
-
Helidon WebServer Observability Info Support.
- io.helidon.webserver.observe.info - package io.helidon.webserver.observe.info
-
Helidon WebServer Observability Info Support.
- io.helidon.webserver.observe.log - module io.helidon.webserver.observe.log
-
Helidon WebServer Observability Log Support.
- io.helidon.webserver.observe.log - package io.helidon.webserver.observe.log
-
Helidon WebServer Observability Log Support.
- io.helidon.webserver.observe.metrics - module io.helidon.webserver.observe.metrics
-
Helidon WebServer Observability Metrics Support.
- io.helidon.webserver.observe.metrics - package io.helidon.webserver.observe.metrics
-
Helidon WebServer Observability Metrics Support.
- io.helidon.webserver.observe.metrics.spi - package io.helidon.webserver.observe.metrics.spi
-
SPIs for the metrics observer component.
- io.helidon.webserver.observe.spi - package io.helidon.webserver.observe.spi
-
Helidon WebServer Observability SPI.
- io.helidon.webserver.observe.telemetry.metrics - module io.helidon.webserver.observe.telemetry.metrics
-
Support for OpenTelemetry metrics semantic conventions.
- io.helidon.webserver.observe.telemetry.tracing - module io.helidon.webserver.observe.telemetry.tracing
-
OpenTelemetry implementation for telemetry.
- io.helidon.webserver.observe.tracing - module io.helidon.webserver.observe.tracing
-
Helidon WebServer Tracing Support.
- io.helidon.webserver.observe.tracing - package io.helidon.webserver.observe.tracing
-
Helidon WebServer Tracing Observability Support.
- io.helidon.webserver.observe.tracing.spi - package io.helidon.webserver.observe.tracing.spi
-
SPIs related to tracing observers.
- io.helidon.webserver.security - module io.helidon.webserver.security
-
Helidon WebServer Security Support.
- io.helidon.webserver.security - package io.helidon.webserver.security
-
Helidon WebServer Security Support.
- io.helidon.webserver.spi - package io.helidon.webserver.spi
-
Helidon WebServer SPI.
- io.helidon.webserver.sse - module io.helidon.webserver.sse
-
Helidon WebServer SSE Support.
- io.helidon.webserver.sse - package io.helidon.webserver.sse
-
Helidon WebServer SSE Support.
- io.helidon.webserver.staticcontent - module io.helidon.webserver.staticcontent
-
Helidon WebServer Static Content Support.
- io.helidon.webserver.staticcontent - package io.helidon.webserver.staticcontent
-
Helidon WebServer Static Content Support.
- io.helidon.webserver.testing.junit5 - module io.helidon.webserver.testing.junit5
-
Helidon WebServer Testing JUnit5 Support.
- io.helidon.webserver.testing.junit5 - package io.helidon.webserver.testing.junit5
-
Helidon WebServer Testing JUnit5 Support.
- io.helidon.webserver.testing.junit5.http2 - module io.helidon.webserver.testing.junit5.http2
-
Helidon WebServer Testing JUnit 5 Support for HTTP2.
- io.helidon.webserver.testing.junit5.http2 - package io.helidon.webserver.testing.junit5.http2
-
Helidon WebServer Testing JUnit 5 Support for HTTP2.
- io.helidon.webserver.testing.junit5.jsonrpc - module io.helidon.webserver.testing.junit5.jsonrpc
-
Helidon WebServer Testing JUnit 5 Support for JSON-RPC.
- io.helidon.webserver.testing.junit5.jsonrpc - package io.helidon.webserver.testing.junit5.jsonrpc
-
Helidon WebServer Testing JUnit 5 Support for JSON-RPC.
- io.helidon.webserver.testing.junit5.spi - package io.helidon.webserver.testing.junit5.spi
-
Helidon WebServer Testing JUnit5 SPI.
- io.helidon.webserver.testing.junit5.websocket - module io.helidon.webserver.testing.junit5.websocket
-
Helidon WebServer Testing JUnit 5 Support for WebSocket.
- io.helidon.webserver.testing.junit5.websocket - package io.helidon.webserver.testing.junit5.websocket
-
Helidon WebServer Testing JUnit 5 Support for WebSocket.
- io.helidon.webserver.validation - module io.helidon.webserver.validation
-
Add error handler for validation to WebServer HTTP routing.
- io.helidon.webserver.validation - package io.helidon.webserver.validation
-
A WebServer feature that adds error handling for
ValidationException. - io.helidon.webserver.websocket - module io.helidon.webserver.websocket
-
Helidon WebServer WebSocket Support.
- io.helidon.webserver.websocket - package io.helidon.webserver.websocket
-
WebSocket server support.
- io.helidon.websocket - module io.helidon.websocket
-
Helidon WebSocket APIs.
- io.helidon.websocket - package io.helidon.websocket
-
WebSocket APIs.
- IoMulti - Interface in io.helidon.common.reactive
-
Create reactive stream from standard IO resources.
- IoMulti.MultiFromByteChannelBuilder - Class in io.helidon.common.reactive
-
Fluent API builder for creating a
Multifrom aReadableByteChannel. - IoMulti.MultiFromInputStreamBuilder - Class in io.helidon.common.reactive
-
Fluent API builder for creating a
Multifrom anInputStream. - IoMulti.MultiToByteChannelBuilder - Class in io.helidon.common.reactive
-
Fluent API builder for creating a subscriber consuming
Multi<ByteBuffer>toWritableByteChannel. - IoMulti.OutputStreamMultiBuilder - Class in io.helidon.common.reactive
-
Fluent API builder for
OutputStreamMulti. - IpFactoryInterceptionWrapper(Service.InjectionPointFactory) - Constructor for class io.helidon.service.registry.GeneratedService.IpFactoryInterceptionWrapper
-
Creates a new instance delegating service instantiation to the provided injection point factory.
- ipNoProxyConfigured() - Method in class io.helidon.webclient.api.Proxy
-
Whether this proxy can select routes using a configured IP-based
no-proxyrule. - IPv4 - Enum constant in enum class io.helidon.webserver.ProxyProtocolData.Family
-
IP version 4.
- IPV4 - Enum constant in enum class io.helidon.common.uri.UriHost.Kind
-
IPv4 literal.
- IPV4 - Enum constant in enum class io.helidon.webclient.api.DnsAddressLookup
-
Only IPv4 addresses will be used.
- IPV4_PREFERRED - Enum constant in enum class io.helidon.webclient.api.DnsAddressLookup
-
Both IPv4 and IPv6 addresses will be used, but if there are any IPv4, they take precedence.
- IPv6 - Enum constant in enum class io.helidon.webserver.ProxyProtocolData.Family
-
IP version 6.
- IPV6 - Enum constant in enum class io.helidon.common.uri.UriHost.Kind
-
IPv6 literal.
- IPV6 - Enum constant in enum class io.helidon.webclient.api.DnsAddressLookup
-
Only IPv6 addresses will be used.
- IPV6_PREFERRED - Enum constant in enum class io.helidon.webclient.api.DnsAddressLookup
-
Both IPv4 and IPv6 addresses will be used, but if there are any IPv6, they take precedence.
- isAbstract() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Is this an abstract class.
- isAbstract() - Method in class io.helidon.codegen.classmodel.Method
-
Is this an abstract method.
- isAbstract() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- isAbstract() - Method in interface io.helidon.service.registry.ServiceInfo
-
Returns
truefor abstract classes and interfaces, returnsfalseby default. - isAbstract(boolean) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Whether this type is abstract.
- isAbstract(boolean) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Whether this method is abstract.
- isAbstract(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for abstract modifier.
- isAccepted(MediaType...) - Method in interface io.helidon.http.Headers
-
Whether this media type is accepted by these headers.
- isAccepted(MediaType...) - Method in interface io.helidon.http.ServerRequestHeaders
-
Test if the given media type is acceptable as a response for this request.
- isAgentPresent(Config) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry.AgentDetector
-
Check if the OTEL Agent is present.
- isAuthenticated() - Method in interface io.helidon.common.security.SecurityContext
-
Return true if the user is authenticated.
- isAuthenticated() - Method in interface io.helidon.security.SecurityContext
-
Return true if the user is authenticated.
- isAuthorized() - Method in interface io.helidon.common.security.SecurityContext
-
Return true if authorization was handled for current context.
- isBackedBy(Class) - Method in interface io.helidon.http.DataChunk
-
Checks if this instance is backed by buffers of a certain kind.
- isBuildTime() - Static method in class io.helidon.common.NativeImageHelper
-
Check whether we are in native image build time.
- isBuiltInJavaType(TypeName) - Static method in class io.helidon.codegen.TypeInfoFactoryBase
-
Check if the provided type is either a primitive type, or is from the
javapackage namespace. - isCancelled() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Check if publisher is in terminal state CANCELLED.
- isCancelled() - Method in class io.helidon.common.reactive.EmittingPublisher
-
Check if publisher has been cancelled.
- isClass() - Method in class io.helidon.common.GenericType
-
Whether this generic type represents a simple class with no generic information.
- isClosed() - Method in class io.helidon.common.reactive.SingleSubscriberHolder
-
Check if this subscriber holder has been closed.
- isClosed() - Method in interface io.helidon.tracing.Scope
-
Whether the method
Scope.close()was already called or not. - isCompleted() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Check if publisher sent
onCompletesignal downstream. - isCompleted() - Method in class io.helidon.common.reactive.EmittingPublisher
-
Check if publisher has been completed.
- isConnected() - Method in interface io.helidon.common.socket.HelidonSocket
-
Check if socket is connected.
- isConnected() - Method in class io.helidon.common.socket.NioSocket
- isConnected() - Method in class io.helidon.common.socket.PlainSocket
- isConnected() - Method in class io.helidon.common.socket.TlsNioSocket
- isConnected() - Method in interface io.helidon.webclient.api.ClientConnection
-
Check whether this connection is connected.
- isConnected() - Method in class io.helidon.webclient.api.TcpClientConnection
- isConnected() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- isConnected() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- isConstructor(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for constructor element kind.
- isCurrentThread() - Method in interface io.helidon.messaging.ConnectorDelivery
-
Whether the calling thread is the messaging-runtime thread currently executing this delivery.
- isDefault() - Method in class io.helidon.codegen.classmodel.Method
-
Is this a default method (of an interface).
- isDefault(boolean) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Whether this method is default.
- isDefault(boolean) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
If set to true (default value) then this policy returns a virtual provider combining the configured providers.
- isDefault(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for default modifier (default methods on interfaces).
- isDeleted(Meter) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Indicates if the meter has been deleted.
- isDeprecated() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
- isDeprecated() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Whether this module is deprecated, defaults to
true. - isDeprecated() - Method in interface io.helidon.common.features.metadata.Deprecation
-
Whether this module is deprecated, defaults to
true. - isDeprecated(boolean) - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Whether this module is deprecated, defaults to
true. - isDml() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.BaseQuery
-
Whether query is DML (Data Manipulation Language).
- isDml() - Method in enum class io.helidon.data.codegen.query.ProjectionAction
-
Whether query is DML (data manipulation language) or not.
- isDone() - Method in interface io.helidon.messaging.ConnectorDelivery
-
Whether delivery processing terminated.
- isEligible(TypeInfo) - Method in class io.helidon.service.codegen.ServiceContracts
-
Check if a type info is eligible to be a contract.
- isEligible(TypeName) - Method in class io.helidon.service.codegen.ServiceContracts
-
Check if a type is eligible to be a contract.
- isEmpty() - Method in interface io.helidon.common.mapper.OptionalValue
-
Return
falseif there is a value present, otherwisetrue. - isEmpty() - Method in interface io.helidon.common.parameters.Parameters
-
Whether these parameters are empty.
- isEmpty() - Method in class io.helidon.data.codegen.query.Criteria.Builder
-
Check whether expression being built is empty (contains no conditions).
- isEmpty() - Method in class io.helidon.data.codegen.query.QueryParameters
-
Whether query parameters instance is empty (contains no parameters).
- isEmpty() - Method in class io.helidon.grpc.core.WeightedBag
-
Check if bag is empty.
- isEmpty() - Method in interface io.helidon.messaging.MessageHeaders
-
Whether there are no entries.
- isEmpty() - Method in interface io.helidon.messaging.MessageMetadata
-
Whether there are no metadata values.
- isEmpty() - Method in class io.helidon.openapi.OpenApiDocument
-
Whether this document has no model content.
- isEmpty() - Method in class io.helidon.security.ClassToInstanceStore
-
Check if this store is empty.
- isEnabled() - Method in interface io.helidon.metrics.api.ComponentMetricsSettings
-
Returns whether the component settings indicate that metrics are enabled for the component.
- isEnabled() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Sets whether the feature should be enabled.
- isEnabled() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- isEnabled() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Sets whether the feature should be enabled.
- isEnabled() - Method in class io.helidon.tracing.config.Traceable
-
Whether this trace should be executed or not.
- isEnabled(boolean) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Sets whether the feature should be enabled.
- isFailed() - Method in class io.helidon.common.reactive.EmittingPublisher
-
Check if publisher has been failed.
- isField(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for field element kind.
- isFinal() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Is this a final class.
- isFinal() - Method in class io.helidon.codegen.classmodel.Field
-
Is this field final.
- isFinal() - Method in class io.helidon.codegen.classmodel.Method
-
Is this a final method.
- isFinal(boolean) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Whether this type is final.
- isFinal(boolean) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Whether this field is final.
- isFinal(boolean) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Whether this method is final.
- isFixedSize() - Method in class io.helidon.common.configurable.ThreadPool
-
Tests whether or not the number of threads can change over time.
- isFlushChunk() - Method in interface io.helidon.http.DataChunk
-
An empty data chunk with a flush flag can be used to force a connection flush without actually writing any bytes.
- isLazy() - Method in interface io.helidon.config.ConfigSourceRuntime
-
If a config source is lazy, its
ConfigSourceRuntime.load()method always returns empty and you must useConfigSourceRuntime.node(String)methods to retrieve its values. - isLeaf() - Method in class io.helidon.config.AbstractNodeBuilderImpl.MergingKey
-
Returns
truein case the key represents a leaf node. - isLeaf() - Method in interface io.helidon.config.Config
-
Returns
trueif this node exists and is a leaf node (has no children). - isLeaf() - Method in enum class io.helidon.config.Config.Type
-
Returns
trueif this configuration node is existing a value node. - isList() - Method in interface io.helidon.common.types.TypeName
-
Indicates whether this type is a
java.util.List. - isList() - Method in interface io.helidon.config.Config
-
Returns
trueif this node exists and is Type#List. - isListOrCollection(TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
- isLoaded() - Method in interface io.helidon.common.LazyValue
-
Return true if the value is loaded, false if the supplier was not invoked.
- isLowerCase(char) - Static method in class io.helidon.common.buffers.Ascii
-
Indicates whether
cis one of the twenty-six lowercase ASCII alphabetic characters between'a'and'z'inclusive. - isMap() - Method in interface io.helidon.common.types.TypeName
-
Indicates whether this type is a
java.util.Map. - isMapKeySerializer() - Method in interface io.helidon.json.binding.JsonSerializer
-
Checks if this serializer can be used for serializing map keys.
- isMeasured(Method, UriPath) - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Decides whether the specified HTTP method and path should be measured.
- isMediaTypeSupported(HttpMediaType) - Method in class io.helidon.http.media.MediaSupportBase
-
Check whether the provided media type is one of the supported media types.
- isMeterEnabled(String) - Method in interface io.helidon.metrics.api.MetricsConfig
-
Determines whether the meter with the specified name is enabled.
- isMeterEnabled(String) - Method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not apply scope filtering, and this method will be removed.
- isMeterEnabled(String, String) - Method in interface io.helidon.metrics.api.MetricsConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MetricsConfig.isMeterEnabled(String). Scope is ignored and this method will be removed. - isMeterEnabled(String, Map) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Returns whether the specified meter is enabled.
- isMeterEnabled(String, Map, Optional) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MeterRegistry.isMeterEnabled(String, Map). Scope is ignored and this method will be removed. - isMethod(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for method element kind.
- isModified(byte[]) - Method in class io.helidon.config.FileConfigSource
- isModified(byte[]) - Method in class io.helidon.config.FileOverrideSource
- isModified(Path, byte[]) - Static method in class io.helidon.config.FileSourceHelper
-
Check if a file on the file system is changed, as compared to the digest provided.
- isModified(Path, Instant) - Static method in class io.helidon.config.FileSourceHelper
-
Check if a file on the file system is changed based on its last modification timestamp.
- isModified(Instant) - Method in class io.helidon.config.DirectoryConfigSource
- isModified(Instant) - Method in class io.helidon.config.UrlConfigSource
- isModified(Instant) - Method in class io.helidon.config.UrlOverrideSource
- isModified(Map) - Method in class io.helidon.config.MapConfigSource
- isModified(S) - Method in interface io.helidon.config.spi.PollableSource
-
This method is invoked to check if this source has changed.
- isNativeImage() - Static method in class io.helidon.common.NativeImageHelper
-
Check whether we are in native image environment (either build time or runtime).
- isNexted() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Whether this request is nexted (
ServerResponse.next()was called). - isNexted() - Method in class io.helidon.webserver.http.ServerResponseBase
- isNoHosts(InetSocketAddress) - Method in class io.helidon.webclient.api.Proxy
-
Verifies whether the current host is inside noHosts.
- isObject() - Method in interface io.helidon.config.Config
-
Returns
trueif this node exists and is Type#Object. - isolateInternalQueries() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- isolateInternalQueries() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Configure whether internal pool queries, principally aliveness checks, will be isolated in their own transaction via
Connection.rollback(). - isolateInternalQueries() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Configure whether internal pool queries, principally aliveness checks, will be isolated in their own transaction via
Connection.rollback(). - isolateInternalQueries(boolean) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Configure whether internal pool queries, principally aliveness checks, will be isolated in their own transaction via
Connection.rollback(). - isOpen() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Whether this module is declared as open module.
- isOpen() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- isOpen() - Method in interface io.helidon.codegen.ModuleInfo
-
Whether this module is declared as open module.
- isOpen() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Whether this is an open module.
- isOpen() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- isOpen() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
Whether this is an open module.
- isOpen(boolean) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Whether this module is declared as open module.
- isOpen(boolean) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Whether this is an open module.
- isOptedIn(String, String) - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Returns whether the configuration indicates if the user has opted to have specified attribute (tag) added to meters for the specified meter name.
- isOptional() - Method in interface io.helidon.common.types.TypeName
-
Indicates whether this type is a
java.util.Optional. - isOptional() - Method in interface io.helidon.security.SecurityRequest
-
If true and security provider does not find required information in request/response/message, or headers, it should return
SecurityResponse.SecurityStatus.FAILUREwithout doing any side effects (e.g. - isOutboundSupported(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.header.HeaderAtnProvider
- isOutboundSupported(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider
- isOutboundSupported(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider
- isOutboundSupported(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.jwt.JwtProvider
- isOutboundSupported(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.oidc.OidcProvider
- isOutboundSupported(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in interface io.helidon.security.spi.OutboundSecurityProvider
-
Check if the path to be executed is supported by this security provider.
- isOverridden(Object, Class, String, Class...) - Static method in class io.helidon.common.DeprecationSupport
-
Test if a method is overridden.
- isPage(TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
-
Check whether provided
TypeNameisio.helidon.data.Page. - isPasswordValid(char[]) - Method in class io.helidon.security.providers.httpauth.ConfigUserStore.ConfigUser
- isPasswordValid(char[]) - Method in interface io.helidon.security.providers.httpauth.SecureUserStore.User
-
Check if the password is valid.
- isPayload() - Method in class io.helidon.websocket.ClientWsFrame
- isPayload() - Method in class io.helidon.websocket.ServerWsFrame
- isPayload() - Method in interface io.helidon.websocket.WsFrame
-
Helper method to check whether this is a payload frame (text or binary), or a control frame (such as ping, pong, close etc.).
- isPayload(AbstractWsFrame.FrameHeader) - Static method in class io.helidon.websocket.ClientWsFrame
-
Check whether the frame is a text or binary data frame.
- isPayload(AbstractWsFrame.FrameHeader) - Static method in class io.helidon.websocket.ServerWsFrame
-
Check whether the frame is a text or binary data frame.
- isPermitted() - Method in class io.helidon.security.AuthorizationResponse
-
Returns true if access to resource was permitted.
- isPreface(byte[]) - Static method in class io.helidon.http.http2.Http2Util
-
Check if the bytes provided start with the prior knowledge preface.
- isPresent() - Method in interface io.helidon.common.mapper.OptionalValue
-
Return
trueif there is a value present, otherwisefalse. - isPrivate(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for private modifier.
- isProduction() - Method in record class io.helidon.codegen.CodegenScope
-
Whether this is a production scope.
- isPseudoHeader() - Method in interface io.helidon.http.HeaderName
-
Http2 defines pseudoheaders as headers starting with a
:character. - isPublic() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
The generated interface is public by default.
- isPublic(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for public modifier.
- isReadOnly() - Method in interface io.helidon.http.DataChunk
-
Returns
trueif the underlying byte buffer of this chunk is read only orfalseotherwise. - isReleased() - Method in interface io.helidon.http.DataChunk
-
Whether this chunk is released and the associated data structures returned by methods (such as
DataChunk.iterator()orDataChunk.bytes()) should not be used. - isResponseHandled() - Method in interface io.helidon.webserver.http.ServerResponse
-
Whether this response has already been handled by the application.
- isResponseHandled() - Method in class io.helidon.webserver.http.ServerResponseBase
- isRoot() - Method in interface io.helidon.config.Config.Key
-
Returns
truein case the key represents root config node, otherwise it returnsfalse. - isRunning() - Method in interface io.helidon.webserver.WebServer
-
Returns
trueif the server is currently running. - isRuntime() - Static method in class io.helidon.common.NativeImageHelper
-
Check whether we are in native image runtime.
- isScopeEnabled(String) - Method in interface io.helidon.metrics.api.MetricsConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not apply scope filtering, and this method will be removed.
- isSecure() - Method in class io.helidon.common.socket.NioSocket
- isSecure() - Method in class io.helidon.common.socket.PlainSocket
- isSecure() - Method in interface io.helidon.common.socket.SocketContext
-
Whether the request is secure.
- isSecure() - Method in class io.helidon.common.socket.TlsNioSocket
- isSecure() - Method in class io.helidon.common.socket.TlsSocket
- isSecure() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Whether the request is secure.
- isSecure() - Method in interface io.helidon.webserver.http.ServerRequest
-
Whether this request was over a secure protocol (TLS).
- isSecure() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- isSecurityClass(StackWalker.StackFrame) - Static method in interface io.helidon.security.spi.AuditProvider.AuditSource
-
Check if the stack element is an actual Helidon Security class.
- isSensitive() - Method in class io.helidon.security.AuditEvent.AuditParam
-
Whether this is sensitive information (such as passwords).
- isSent() - Method in interface io.helidon.webserver.http.ServerResponse
-
Whether this response has been sent.
- isServiceInstance() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- isServiceInstance() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Whether this dependency uses
ServiceInstance. - isServiceInstance() - Method in interface io.helidon.service.registry.Dependency
-
Whether this dependency uses
ServiceInstance. - isServiceInstance(boolean) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Whether this dependency uses
ServiceInstance. - isSet() - Method in interface io.helidon.common.types.TypeName
-
Indicates whether this type is a
java.util.Set. - isSlice(TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
-
Check whether provided
TypeNameisio.helidon.data.Slice. - isSliceOrPage(TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
- isSorted() - Method in interface io.helidon.data.Sort
-
Whether any order definitions are set.
- isStatic() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Is this a static class.
- isStatic() - Method in class io.helidon.codegen.classmodel.Field
-
Is this field static.
- isStatic() - Method in class io.helidon.codegen.classmodel.Method
-
Is this a static method.
- isStatic() - Method in record class io.helidon.codegen.ModuleInfoRequires
-
Returns the value of the
isStaticrecord component. - isStatic() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Whether this is a
requires staticdeclaration. - isStatic() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl
- isStatic() - Method in interface io.helidon.common.types.ModuleInfoRequires
-
Whether this is a
requires staticdeclaration. - isStatic() - Method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptor
-
Whether the proto method is static.
- isStatic(boolean) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Whether this field is static.
- isStatic(boolean) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
- isStatic(boolean) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Whether this method is static.
- isStatic(boolean) - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Whether this is a
requires staticdeclaration. - isStatic(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for static modifier.
- isStream(TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
- isSuccess() - Method in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Whether this status represents a successful security operation.
- isSuccessfullyVerified() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Tests whether the client presented a certificate and it was successfully verified.
- issuer() - Method in class io.helidon.security.jwt.Jwt
-
Issuer claim.
- issuer() - Method in class io.helidon.security.jwt.JwtHeaders
-
Issuer claim.
- issuer() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Token issuer.
- issuer() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
Token issuer.
- issuer(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
The issuer claim identifies the principal that issued the JWT.
- issuer(String) - Method in class io.helidon.security.providers.common.TokenCredential.Builder
-
Issuer of the token.
- issuer(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Issuer used to create new JWTs.
- issuer(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Issuer of issued tokens.
- issueTime() - Method in class io.helidon.security.jwt.Jwt
-
Issue time claim.
- issueTime(Instant) - Method in class io.helidon.security.jwt.Jwt.Builder
-
The issue time defines the time that this JWT was issued.
- issueTime(Instant) - Method in class io.helidon.security.providers.common.TokenCredential.Builder
-
Time the token was issued.
- IssueTimeValidator - Class in io.helidon.security.jwt
-
Validator of the issue time claim.
- IssueTimeValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
IssueTimeValidator. - isSupplier() - Method in interface io.helidon.common.types.TypeName
-
Indicates whether this type is a
Supplier. - isSupplier() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- isSupplier() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Whether this dependency uses a
Supplierinstead of a direct instance. - isSupplier() - Method in interface io.helidon.service.registry.Dependency
-
Whether this dependency uses a
Supplierinstead of a direct instance. - isSupplier(boolean) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Whether this dependency uses a
Supplierinstead of a direct instance. - isTcp() - Method in interface io.helidon.webclient.spi.HttpClientSpi
-
For TCP based protocols, we can do ALPN negotiation, obtain a connection, and then let the client handle the protocol.
- isTerminated() - Method in interface io.helidon.common.task.HelidonTaskExecutor
-
Verifies if the executor is terminated.
- isTransitive() - Method in record class io.helidon.codegen.ModuleInfoRequires
-
Returns the value of the
isTransitiverecord component. - isTransitive() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Whether this is a
requires transitivedeclaration. - isTransitive() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl
- isTransitive() - Method in interface io.helidon.common.types.ModuleInfoRequires
-
Whether this is a
requires transitivedeclaration. - isTransitive(boolean) - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Whether this is a
requires transitivedeclaration. - isUnbounded() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Check if downstream requested unbounded number of items eg.
- isUnbounded() - Method in class io.helidon.common.reactive.EmittingPublisher
-
Check if downstream requested unbounded number of items, eg.
- isUpgraded() - Method in class io.helidon.webclient.http1.UpgradeResponse
-
Whether upgrade succeeded or not.
- isUpperCase(char) - Static method in class io.helidon.common.buffers.Ascii
-
Indicates whether
cis one of the twenty-six uppercase ASCII alphabetic characters between'A'and'Z'inclusive. - isUserInRole(Subject, String) - Method in interface io.helidon.security.spi.AuthorizationProvider
-
Return true if current user is in the specified role.
- isUserInRole(String) - Method in interface io.helidon.security.SecurityContext
-
Check if user is in specified role if supported by global authorization provider.
- isUserInRole(String, String) - Method in interface io.helidon.security.SecurityContext
-
Check if user is in specified role if supported by global or specific authorization provider.
- isUsingSystemProxy(String) - Method in class io.helidon.webclient.api.Proxy
-
Verifies whether the specified Uri is using system proxy.
- isValid() - Method in class io.helidon.common.Errors
-
Check if these messages are a valid result.
- isValid(SecurityResponse.SecurityStatus) - Method in enum class io.helidon.security.CompositeProviderFlag
-
Check whether the status is valid for this flag.
- isVoid(TypedElementInfo) - Static method in class io.helidon.codegen.ElementInfoPredicates
-
Predicate for void methods.
- isVolatile() - Method in class io.helidon.codegen.classmodel.Field
-
Is this field volatile.
- isVolatile(boolean) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Whether this field is
volatile. - isWildcardSubtype() - Method in interface io.helidon.common.media.type.MediaType
-
Checks whether the subtype is a wildcard.
- isWildcardType() - Method in interface io.helidon.common.media.type.MediaType
-
Checks whether the type is a wildcard.
- item() - Method in class io.helidon.config.ConfigItem.BuilderBase.ConfigItemImpl
- item() - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Handled config item.
- item() - Method in interface io.helidon.config.ConfigItem
-
Handled config item.
- item(String) - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Handled config item.
- itemEncoding(OpenApiDocument.Encoding) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Set OpenAPI 3.2 item encoding.
- itemEncoding(OpenApiDocument.Encoding) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set OpenAPI 3.2 item encoding.
- items() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- items() - Method in interface io.helidon.json.schema.SchemaArray
-
Json type used to validate the content of the array.
- itemsArray() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an arrays.
- itemsArray() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- itemsArray() - Method in interface io.helidon.json.schema.SchemaArray
-
Array items should be validated as an arrays.
- itemsArray(SchemaArray) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an arrays.
- itemsArray(Consumer) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an arrays.
- itemsArray(Supplier) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an arrays.
- itemsBoolean() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a boolean.
- itemsBoolean() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- itemsBoolean() - Method in interface io.helidon.json.schema.SchemaArray
-
Array items should be validated as a boolean.
- itemsBoolean(SchemaBoolean) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a boolean.
- itemsBoolean(Consumer) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a boolean.
- itemsBoolean(Supplier) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a boolean.
- itemSchema() - Element in annotation interface io.helidon.openapi.OpenApi.Content
-
Item schema class for OpenAPI 3.2 sequential media types.
- itemSchema(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set OpenAPI 3.2 item schema.
- itemsInteger() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an integer.
- itemsInteger() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- itemsInteger() - Method in interface io.helidon.json.schema.SchemaArray
-
Array items should be validated as an integer.
- itemsInteger(SchemaInteger) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an integer.
- itemsInteger(Consumer) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an integer.
- itemsInteger(Supplier) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an integer.
- itemsNull() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an null.
- itemsNull() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- itemsNull() - Method in interface io.helidon.json.schema.SchemaArray
-
Array items should be validated as an null.
- itemsNull(SchemaNull) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an null.
- itemsNull(Consumer) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an null.
- itemsNull(Supplier) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an null.
- itemsNumber() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a number.
- itemsNumber() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- itemsNumber() - Method in interface io.helidon.json.schema.SchemaArray
-
Array items should be validated as a number.
- itemsNumber(SchemaNumber) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a number.
- itemsNumber(Consumer) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a number.
- itemsNumber(Supplier) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a number.
- itemsObject() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an objects.
- itemsObject() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- itemsObject() - Method in interface io.helidon.json.schema.SchemaArray
-
Array items should be validated as an objects.
- itemsObject(SchemaObject) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an objects.
- itemsObject(Consumer) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an objects.
- itemsObject(Supplier) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as an objects.
- itemsString() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a string.
- itemsString() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- itemsString() - Method in interface io.helidon.json.schema.SchemaArray
-
Array items should be validated as a string.
- itemsString(SchemaString) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a string.
- itemsString(Consumer) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a string.
- itemsString(Supplier) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Array items should be validated as a string.
- ITERABLE_T - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Type of the
Iterable<T>. - ITERABLE_T_ENTITIES - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Iterable<T> entitiesmethod parameter. - iteration() - Method in interface io.helidon.scheduling.Invocation
-
How many times has been scheduled method invoked yet.
- iterator() - Method in class io.helidon.common.HelidonServiceLoader
- iterator() - Method in class io.helidon.grpc.core.WeightedBag
- iterator() - Method in interface io.helidon.http.DataChunk
- iterator() - Method in class io.helidon.messaging.MessageBatch
- iterator() - Method in interface io.helidon.messaging.MessageHeaders
- iterator() - Method in interface io.helidon.webclient.grpc.ClientUriSupplier
- iv() - Method in class io.helidon.security.jwt.EncryptedJwt
-
Initialization vector for the encrypted content.
J
- JacksonMediaSupportProvider - Class in io.helidon.http.media.jackson
-
ServiceLoaderprovider implementation for Jackson media support. - JacksonMediaSupportProvider() - Constructor for class io.helidon.http.media.jackson.JacksonMediaSupportProvider
-
Required public constructor for
ServiceLoader. - JacksonRuntimeException - Exception Class in io.helidon.http.media.jackson
-
A
RuntimeExceptionthat indicates a problem was encountered while performing JSON manipulation with Jackson. - JacksonSupport - Class in io.helidon.http.media.jackson
-
ServiceLoaderprovider implementation for Jackson media support. - JacksonSupportConfig - Interface in io.helidon.http.media.jackson
-
Configuration of the
JacksonSupport. - JacksonSupportConfig.Builder - Class in io.helidon.http.media.jackson
-
Fluent API builder for
JacksonSupport. - JacksonSupportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media.jackson
-
Fluent API builder base for
JacksonSupportConfig. - JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl - Class in io.helidon.http.media.jackson
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JacksonSupportConfigImpl(JacksonSupportConfig.BuilderBase) - Constructor for class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
-
Create an instance providing a builder.
- JAEGER - Enum constant in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
Jaeger trace context propagation format.
- JAEGER - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
Jaeger trace context propagation format.
- javadoc() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase.GeneratedMethodImpl
- javadoc() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Javadoc for this method.
- javadoc() - Method in interface io.helidon.builder.codegen.GeneratedMethod
-
Javadoc for this method.
- javadoc() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Javadoc for the constant.
- javadoc() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- javadoc() - Method in interface io.helidon.builder.codegen.PrototypeConstant
-
Javadoc for the constant.
- javadoc() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the generated prototype.
- javadoc() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- javadoc() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Javadoc for the generated prototype.
- javadoc(Javadoc) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Javadoc for this method.
- javadoc(Javadoc) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Javadoc for the constant.
- javadoc(Javadoc) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the generated prototype.
- javadoc(Javadoc) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- javadoc(Javadoc) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- javadoc(Javadoc) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- javadoc(Javadoc) - Method in class io.helidon.codegen.classmodel.Field.Builder
- javadoc(Consumer) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Javadoc for this method.
- javadoc(Consumer) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Javadoc for the constant.
- javadoc(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the generated prototype.
- javadoc(Supplier) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Javadoc for this method.
- javadoc(Supplier) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Javadoc for the constant.
- javadoc(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Javadoc for the generated prototype.
- Javadoc - Class in io.helidon.codegen.classmodel
-
Javadoc model representation.
- Javadoc.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Javadoc. - JavadocReader - Class in io.helidon.codegen
-
Javadoc reader.
- JavadocTree - Interface in io.helidon.codegen
-
Javadoc tree node.
- JavadocTree.AttrValue - Record Class in io.helidon.codegen
-
HTML attribute value.
- JavadocTree.AttrValue.Kind - Enum Class in io.helidon.codegen
-
Attribute value kind.
- JavadocTree.BlockTag - Interface in io.helidon.codegen
-
Block tag.
- JavadocTree.Cdata - Interface in io.helidon.codegen
-
HTML CDATA section.
- JavadocTree.Comment - Interface in io.helidon.codegen
-
HTML comment.
- JavadocTree.Doctype - Interface in io.helidon.codegen
-
HTML doctype declaration.
- JavadocTree.Document - Interface in io.helidon.codegen
-
Root node.
- JavadocTree.EltClose - Interface in io.helidon.codegen
-
HTML element close.
- JavadocTree.EltStart - Interface in io.helidon.codegen
-
HTML start element.
- JavadocTree.Escape - Interface in io.helidon.codegen
-
Escape sequence.
- JavadocTree.InlineTag - Interface in io.helidon.codegen
-
Inline tag.
- JavadocTree.Text - Interface in io.helidon.codegen
-
Text element.
- JavadocWriter - Class in io.helidon.codegen
-
A tool that renders Javadoc to simplified HTML.
- javaMethodName() - Method in interface io.helidon.grpc.core.MethodHandler
-
Obtain the name of the underlying Java method that this handler maps to.
- javaType() - Method in interface io.helidon.dbclient.DbColumn
-
Type of the column as would be returned by the underlying database driver.
- javaType() - Method in class io.helidon.dbclient.mongodb.MongoDbColumn
- Jdbc - Class in io.helidon.data.jdbc
-
Declares JDBC behavior for Helidon Data repository methods.
- Jdbc.Client - Annotation Interface in io.helidon.data.jdbc
-
Selects the JDBC client managed by the registry, used by a repository.
- Jdbc.Execution - Annotation Interface in io.helidon.data.jdbc
-
Selects how a repository statement is executed.
- Jdbc.ExecutionType - Enum Class in io.helidon.data.jdbc
-
Execution choices supported by the JDBC repository provider.
- Jdbc.GeneratedKeys - Annotation Interface in io.helidon.data.jdbc
-
Requests generated keys from an update statement.
- Jdbc.RowMapper - Annotation Interface in io.helidon.data.jdbc
-
Selects an application row mapper for query or generated key rows.
- Jdbc.Statement - Annotation Interface in io.helidon.data.jdbc
-
Declares one SQL statement executed by a repository method.
- JdbcClient - Interface in io.helidon.data.jdbc
-
Executes JDBC statements for applications and generated repositories.
- JdbcClient.GeneratedKeys - Interface in io.helidon.data.jdbc
-
Configures generated key columns and mapping before execution.
- JdbcClient.Row - Interface in io.helidon.data.jdbc
-
Restricted view of the current result row.
- JdbcClient.RowMapper<T> - Interface in io.helidon.data.jdbc
-
Maps one JDBC row to an application value during a callback.
- JdbcClient.Rows<T> - Interface in io.helidon.data.jdbc
-
Materialized result terminals for a mapped query or generated key result.
- JdbcClient.Statement - Interface in io.helidon.data.jdbc
-
Describes one prepared JDBC operation.
- JdbcClientBuilder - Class in io.helidon.dbclient.jdbc
-
Fluent API builder for
JdbcClientBuilderthat implements theDbClientBuilderfrom Helidon DB API. - JdbcClientConfig - Interface in io.helidon.data.jdbc
-
Configuration for a JDBC client.
- JdbcClientConfig.Builder - Class in io.helidon.data.jdbc
-
Fluent API builder for
JdbcClient. - JdbcClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.jdbc
-
Fluent API builder base for
JdbcClientConfig. - JdbcClientConfig.BuilderBase.JdbcClientConfigImpl - Class in io.helidon.data.jdbc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JdbcClientConfigFactory__ServiceDescriptor<T> - Class in io.helidon.data.jdbc
-
Service descriptor for
JdbcClientConfigFactory. - JdbcClientConfigFactory__ServiceDescriptor() - Constructor for class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
-
Constructor with no side effects
- JdbcClientConfigImpl(JdbcClientConfig.BuilderBase) - Constructor for class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
-
Create an instance providing a builder.
- JdbcClientFactory__ServiceDescriptor<T> - Class in io.helidon.data.jdbc
-
Service descriptor for
JdbcClientFactory. - JdbcClientFactory__ServiceDescriptor() - Constructor for class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
-
Constructor with no side effects
- JdbcClientProvider - Class in io.helidon.dbclient.jdbc
-
Provider for JDBC database implementation.
- JdbcClientProvider() - Constructor for class io.helidon.dbclient.jdbc.JdbcClientProvider
-
Creates a JDBC database client provider.
- JdbcConnectionPool - Interface in io.helidon.dbclient.jdbc
-
JDBC connection pool.
- JdbcConnectionPool.BuilderBase<B,
T> - Class in io.helidon.dbclient.jdbc -
Base fluent API builder for
JdbcConnectionPool. - JdbcConnectionPoolProvider - Interface in io.helidon.dbclient.jdbc.spi
-
ServiceLoaderprovider interface for JDBC connection pool. - JdbcDataSourceConfig - Interface in io.helidon.data.sql.datasource.jdbc
-
JDBC Data source configuration.
- JdbcDataSourceConfig.Builder - Class in io.helidon.data.sql.datasource.jdbc
-
Fluent API builder for
JdbcDataSourceConfig. - JdbcDataSourceConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.sql.datasource.jdbc
-
Fluent API builder base for
JdbcDataSourceConfig. - JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl - Class in io.helidon.data.sql.datasource.jdbc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JdbcDataSourceConfigImpl(JdbcDataSourceConfig.BuilderBase) - Constructor for class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
-
Create an instance providing a builder.
- JdbcDataSourceConfigProvider - Class in io.helidon.data.sql.datasource.jdbc
-
A
ServiceLoaderprovider implementation ofDataSourceConfigProviderfor a data source based on direct JDBC connections. - JdbcDataSourceConfigProvider() - Constructor for class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfigProvider
-
Required default constructor for
ServiceLoader. - JdbcDataSourceService__ServiceDescriptor<T> - Class in io.helidon.data.sql.datasource.jdbc
-
Service descriptor for
JdbcDataSourceService. - JdbcDataSourceService__ServiceDescriptor() - Constructor for class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
-
Constructor with no side effects
- jdbcDriverClassName() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
- jdbcDriverClassName() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Fully qualified name of the JDBC driver class.
- jdbcDriverClassName() - Method in interface io.helidon.data.sql.common.ConnectionConfig
-
Fully qualified name of the JDBC driver class.
- jdbcDriverClassName(String) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Fully qualified name of the JDBC driver class.
- JdbcParametersConfig - Interface in io.helidon.dbclient.jdbc
-
JDBC parameters setter configuration.
- JdbcParametersConfig.Builder - Class in io.helidon.dbclient.jdbc
-
Fluent API builder for
JdbcParametersConfig. - JdbcParametersConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.dbclient.jdbc
-
Fluent API builder base for
JdbcParametersConfig. - JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl - Class in io.helidon.dbclient.jdbc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JdbcParametersConfigImpl(JdbcParametersConfig.BuilderBase) - Constructor for class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
-
Create an instance providing a builder.
- JdbcRepositoryGeneratorProvider - Class in io.helidon.data.jdbc.codegen
-
Service-loader provider for JDBC repository code generation.
- JdbcRepositoryGeneratorProvider() - Constructor for class io.helidon.data.jdbc.codegen.JdbcRepositoryGeneratorProvider
-
Creates the JDBC repository-generator provider.
- JdbcSqlScanHandler - Interface in io.helidon.data.jdbc.lexical
-
Receives ordered regions and markers from a JDBC SQL lexical scan.
- JdbcSqlScanHandler.RegionKind - Enum Class in io.helidon.data.jdbc.lexical
-
Kinds of SQL regions whose contents do not contain active bind markers.
- JdbcSqlScanner - Class in io.helidon.data.jdbc.lexical
-
Scans JDBC SQL for protected regions and bind markers without parsing SQL grammar.
- JdbcStatement<S> - Class in io.helidon.dbclient.jdbc
-
JDBC statement base implementation.
- JdbcTransactionConnectionManager__ServiceDescriptor<T> - Class in io.helidon.data.jdbc
-
Service descriptor for
JdbcTransactionConnectionManager. - JdbcTransactionConnectionManager__ServiceDescriptor() - Constructor for class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
-
Constructor with no side effects
- JdbcTxSupport__ServiceDescriptor<T> - Class in io.helidon.data.jdbc
-
Service descriptor for
JdbcTxSupport. - JdbcTxSupport__ServiceDescriptor() - Constructor for class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
-
Constructor with no side effects
- jitter() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
Random jitter applied to the delay.
- jitter() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Absolute random jitter that must be
PT-1S(disabled) or non-negative; it cannot be combined withjitter-factor, is applied independently afterdelay-factor, does not affect later base-delay calculations, and is capped bymax-delaywhen present. - jitter() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- jitter() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Absolute random jitter that must be
PT-1S(disabled) or non-negative; it cannot be combined withjitter-factor, is applied independently afterdelay-factor, does not affect later base-delay calculations, and is capped bymax-delaywhen present. - jitter(Duration) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy.Builder
-
Random part of the delay.
- jitter(Duration) - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy.Builder
-
Random part of the delay.
- jitter(Duration) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Absolute random jitter that must be
PT-1S(disabled) or non-negative; it cannot be combined withjitter-factor, is applied independently afterdelay-factor, does not affect later base-delay calculations, and is capped bymax-delaywhen present. - jitterFactor() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
Random jitter relative to the calculated delay, from
0(inclusive) to1(exclusive). - jitterFactor() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Relative random jitter that must be
-1(disabled) or from0(inclusive) to1(exclusive); it cannot be combined withjitter, is applied independently afterdelay-factor, does not affect later base-delay calculations, and is capped bymax-delaywhen present. - jitterFactor() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- jitterFactor() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Relative random jitter that must be
-1(disabled) or from0(inclusive) to1(exclusive); it cannot be combined withjitter, is applied independently afterdelay-factor, does not affect later base-delay calculations, and is capped bymax-delaywhen present. - jitterFactor(double) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy.Builder
-
Random jitter relative to the calculated delay, from
0(inclusive) to1(exclusive). - jitterFactor(double) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Relative random jitter that must be
-1(disabled) or from0(inclusive) to1(exclusive); it cannot be combined withjitter, is applied independently afterdelay-factor, does not affect later base-delay calculations, and is capped bymax-delaywhen present. - JpaEntityProvider<T> - Interface in io.helidon.data.jakarta.persistence.spi
-
Persistence entity provider contract.
- JpaPersistenceUnitConfig - Interface in io.helidon.data.jakarta.persistence
-
Configuration of Helidon Data for Jakarta Persistence.
- JpaPersistenceUnitConfig.Builder - Class in io.helidon.data.jakarta.persistence
-
Fluent API builder for
JpaPersistenceUnitConfig. - JpaPersistenceUnitConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.jakarta.persistence
-
Fluent API builder base for
JpaPersistenceUnitConfig. - JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl - Class in io.helidon.data.jakarta.persistence
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JpaPersistenceUnitConfigImpl(JpaPersistenceUnitConfig.BuilderBase) - Constructor for class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
-
Create an instance providing a builder.
- JpaRepositoryExecutor - Interface in io.helidon.data.jakarta.persistence
-
Jakarta Persistence specific repository tasks executor.
- JpaRepositoryExecutor.DataRunner - Interface in io.helidon.data.jakarta.persistence
-
Persistence tasks executor.
- JpaRepositoryExecutorImpl__ServiceDescriptor<T> - Class in io.helidon.data.jakarta.persistence
-
Service descriptor for
JpaRepositoryExecutorImpl. - JpaRepositoryExecutorImpl__ServiceDescriptor() - Constructor for class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
-
Constructor with no side effects
- json(JsonObject) - Method in class io.helidon.security.jwt.jwk.JwkKeys.Builder
-
Load keys from JSON.
- Json - Class in io.helidon.json.binding
-
Container class for JSON binding annotations.
- JSON - Enum constant in enum class io.helidon.openapi.OpenApiFormat
-
JSON.
- JSON - Static variable in class io.helidon.http.HttpMediaTypes
-
application/json media type with no explicit charset.
- JSON_ARRAY_TYPE - Static variable in class io.helidon.http.media.jsonp.JsonpSupport
-
Json array generic type.
- JSON_COLLECTION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementDml
-
Collection JSON parameter name.
- JSON_COLLECTION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementGet
-
Collection JSON parameter name.
- JSON_COLLECTION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementQuery
-
Collection JSON parameter name.
- JSON_EVENT_STREAM_PREDICATE - Static variable in class io.helidon.http.HttpMediaTypes
-
Predicate to test if
MediaTypeistext/event-streamwithout any parameter or with parameter "element-type". - JSON_OBJECT_TYPE - Static variable in class io.helidon.http.media.json.JsonSupport
-
Generic type of this type, as it is required when this media type is used programmatically.
- JSON_OBJECT_TYPE - Static variable in class io.helidon.http.media.jsonp.JsonpSupport
-
Json object generic type.
- JSON_OPERATION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementDml
-
Operation JSON parameter name.
- JSON_OPERATION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementGet
-
Operation JSON parameter name.
- JSON_OPERATION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementQuery
-
Operation JSON parameter name.
- JSON_PREDICATE - Static variable in class io.helidon.http.HttpMediaTypes
- JSON_PROJECTION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementDml
-
Projection JSON parameter name: Defines projection to restrict returned fields.
- JSON_PROJECTION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementGet
-
Projection JSON parameter name: Defines projection to restrict returned fields.
- JSON_PROJECTION - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementQuery
-
Projection JSON parameter name: Defines projection to restrict returned fields.
- JSON_QUERY - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementDml
-
Query JSON parameter name.
- JSON_QUERY - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementGet
-
Query JSON parameter name.
- JSON_QUERY - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementQuery
-
Query JSON parameter name.
- JSON_UTF_8 - Static variable in class io.helidon.http.HttpMediaTypes
-
application/json media type with UTF-8 charset.
- JSON_VALUE - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementDml
-
Value JSON parameter name.
- JSON_VALUE - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementGet
-
Value JSON parameter name.
- JSON_VALUE - Static variable in class io.helidon.dbclient.mongodb.MongoDbStatementQuery
-
Value JSON parameter name.
- Json.BuilderInfo - Annotation Interface in io.helidon.json.binding
-
Provide information about a builder class for object construction.
- Json.Converter - Annotation Interface in io.helidon.json.binding
-
Specifies a custom converter class for a type, field, method, or parameter.
- Json.Creator - Annotation Interface in io.helidon.json.binding
-
Marks constructors or factory methods for object creation during deserialization.
- Json.Deserializer - Annotation Interface in io.helidon.json.binding
-
Specifies a custom deserializer class for a type, field, method, or parameter.
- Json.Entity - Annotation Interface in io.helidon.json.binding
-
Marks a class as a JSON entity that should have converter generated.
- Json.FailOnUnknown - Annotation Interface in io.helidon.json.binding
-
Controls behavior when unknown properties are encountered during deserialization.
- Json.Ignore - Annotation Interface in io.helidon.json.binding
-
Excludes fields, methods, or creator parameters from JSON serialization/deserialization.
- Json.Polymorphic - Annotation Interface in io.helidon.json.binding
-
Polymorphism supporting annotation.
- Json.Property - Annotation Interface in io.helidon.json.binding
-
Customizes the JSON property name for a field, method, or parameter.
- Json.PropertyOrder - Annotation Interface in io.helidon.json.binding
-
Controls the order of properties in JSON output.
- Json.Required - Annotation Interface in io.helidon.json.binding
-
Marks properties as required during deserialization.
- Json.SerializeNulls - Annotation Interface in io.helidon.json.binding
-
Controls whether null values are included in JSON output.
- Json.Serializer - Annotation Interface in io.helidon.json.binding
-
Specifies a custom serializer class for a type, field, or method.
- Json.Subtype - Annotation Interface in io.helidon.json.binding
-
Polymorphic subtype information.
- Json.Subtypes - Annotation Interface in io.helidon.json.binding
-
A repeatable container for
Json.Subtype. - JsonArray - Class in io.helidon.json
-
Represents a JSON array value containing an ordered list of non-null JSON values.
- JsonArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
JsonArrayConverter. - JsonArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- jsonb() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Jsonb instance.
- jsonb() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- jsonb() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Jsonb instance.
- jsonb(Jsonb) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Jsonb instance.
- jsonBinding() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
- jsonBinding() - Method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
- jsonBinding() - Method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(JsonBinding) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(JsonBinding) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(JsonBindingConfig) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(JsonBindingConfig) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(Consumer) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(Consumer) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(Supplier) - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- jsonBinding(Supplier) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
JSON binding instance to use for serialization and deserialization.
- JsonBinding - Interface in io.helidon.json.binding
-
Main interface for JSON binding operations.
- JsonBindingConfig - Interface in io.helidon.json.binding
-
Configuration for JSON binding.
- JsonBindingConfig.Builder - Class in io.helidon.json.binding
-
Fluent API builder for
JsonBinding. - JsonBindingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.binding
-
Fluent API builder base for
JsonBindingConfig. - JsonBindingConfig.BuilderBase.JsonBindingConfigImpl - Class in io.helidon.json.binding
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonBindingConfigImpl(JsonBindingConfig.BuilderBase) - Constructor for class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
-
Create an instance providing a builder.
- JsonBindingConfigProvider__ServiceDescriptor<T> - Class in io.helidon.json.binding
-
Service descriptor for
JsonBindingConfigProvider. - JsonBindingConfigProvider__ServiceDescriptor() - Constructor for class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
-
Constructor with no side effects
- JsonBindingConfigurator - Interface in io.helidon.json.binding
-
Interface for configuring JSON binding components.
- JsonBindingException - Exception Class in io.helidon.json.binding
-
Exception thrown during JSON binding operations.
- JsonBindingException(String) - Constructor for exception class io.helidon.json.binding.JsonBindingException
-
Construct a new exception with the specified detail message.
- JsonBindingException(String, Exception) - Constructor for exception class io.helidon.json.binding.JsonBindingException
-
Construct a new exception with the specified detail message and cause.
- JsonBindingFactory<T> - Interface in io.helidon.json.binding
-
Factory interface for creating more complex and universal JSON serializers and deserializers.
- JsonBindingMediaSupportProvider - Class in io.helidon.http.media.json.binding
-
Media support provider for Helidon JSON Binding media support.
- JsonBindingMediaSupportProvider() - Constructor for class io.helidon.http.media.json.binding.JsonBindingMediaSupportProvider
-
Required public constructor for
ServiceLoader. - JsonBindingProvider__ServiceDescriptor<T> - Class in io.helidon.json.binding
-
Service descriptor for
JsonBindingProvider. - JsonBindingProvider__ServiceDescriptor() - Constructor for class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
-
Constructor with no side effects
- JsonBindingSupport - Class in io.helidon.http.media.json.binding
-
Helidon JSON Binding media support implementation.
- JsonBindingSupportConfig - Interface in io.helidon.http.media.json.binding
-
Configuration for Helidon JSON Binding media support.
- JsonBindingSupportConfig.Builder - Class in io.helidon.http.media.json.binding
-
Fluent API builder for
JsonBindingSupport. - JsonBindingSupportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media.json.binding
-
Fluent API builder base for
JsonBindingSupportConfig. - JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl - Class in io.helidon.http.media.json.binding
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonBindingSupportConfigImpl(JsonBindingSupportConfig.BuilderBase) - Constructor for class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
-
Create an instance providing a builder.
- JsonbMediaSupportProvider - Class in io.helidon.http.media.jsonb
-
ServiceLoaderprovider implementation for JSON Binding media support. - JsonbMediaSupportProvider() - Constructor for class io.helidon.http.media.jsonb.JsonbMediaSupportProvider
-
Required public constructor for
ServiceLoader. - JsonBoolean - Class in io.helidon.json
-
Represents a JSON boolean value (true or false).
- JsonBooleanConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
JsonBooleanConverter. - JsonBooleanConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
-
Constructor with no side effects
- JsonbSupport - Class in io.helidon.http.media.jsonb
-
ServiceLoaderprovider implementation for JSON Binding media support. - JsonbSupportConfig - Interface in io.helidon.http.media.jsonb
-
Configuration of the
JsonbSupport. - JsonbSupportConfig.Builder - Class in io.helidon.http.media.jsonb
-
Fluent API builder for
JsonbSupport. - JsonbSupportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media.jsonb
-
Fluent API builder base for
JsonbSupportConfig. - JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl - Class in io.helidon.http.media.jsonb
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonbSupportConfigImpl(JsonbSupportConfig.BuilderBase) - Constructor for class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
-
Create an instance providing a builder.
- JsonComponent<T> - Interface in io.helidon.json.binding
-
A common abstraction used by both serializers and deserializers.
- JsonConverter<T> - Interface in io.helidon.json.binding
-
A combined JSON serializer and deserializer for a specific type.
- JsonDecodingException - Exception Class in io.helidon.json
-
Exception caused by JSON input that cannot be decoded into the requested value.
- JsonDecodingException(String) - Constructor for exception class io.helidon.json.JsonDecodingException
-
Construct a new exception with the specified detail message.
- JsonDecodingException(String, Exception) - Constructor for exception class io.helidon.json.JsonDecodingException
-
Construct a new exception with the specified detail message and cause.
- JsonDeserializer<T> - Interface in io.helidon.json.binding
-
Interface for deserializing JSON to Java objects.
- JsonException - Exception Class in io.helidon.json
-
Exception thrown during JSON processing operations.
- JsonException(String) - Constructor for exception class io.helidon.json.JsonException
-
Construct a new JsonException with the specified detail message.
- JsonException(String, Exception) - Constructor for exception class io.helidon.json.JsonException
-
Construct a new JsonException with the specified detail message and cause.
- JsonGenerator - Interface in io.helidon.json
-
A JSON generator interface for writing JSON data.
- JsonGeneratorBase - Class in io.helidon.json
-
Base implementation of
JsonGeneratorwith shared structure and state handling. - JsonGeneratorBase(boolean) - Constructor for class io.helidon.json.JsonGeneratorBase
-
Protected default constructor for subclasses.
- JsonKey - Class in io.helidon.json
-
A precomputed JSON object key.
- JsonLogConverter - Interface in io.helidon.telemetry.testing.tracing
-
Test utility class which converts JSON in a logger, emitted by the OpenTelemetry
logger_otlpexporter, into the more convenientJsonLogConverterImpl.LogResourceScopeSpansand related structures for ease of checking the exported tracing information. - JsonLogConverter.LogResource - Interface in io.helidon.telemetry.testing.tracing
-
Top-level resource data for emitted span data.
- JsonLogConverter.LogResourceScopeSpans - Interface in io.helidon.telemetry.testing.tracing
-
Top-level aggregation of resource and scope-spans information.
- JsonLogConverter.LogScope - Interface in io.helidon.telemetry.testing.tracing
-
Information about a "log scope" in the emitted span data.
- JsonLogConverter.LogScopeSpans - Interface in io.helidon.telemetry.testing.tracing
-
Combined scope and spans information.
- JsonLogConverter.LogSpan - Interface in io.helidon.telemetry.testing.tracing
-
Information describing a specific span.
- JsonMapper - Class in io.helidon.dbclient.json
-
Helidon JSON mapper.
- JsonMapperProvider - Class in io.helidon.dbclient.json
-
Helidon JSON mapper provider.
- JsonMapperProvider() - Constructor for class io.helidon.dbclient.json.JsonMapperProvider
-
Creates a Helidon JSON mapper provider.
- JsonMediaSupportProvider - Class in io.helidon.http.media.json
-
Media support provider for Helidon JSON media support.
- JsonMediaSupportProvider() - Constructor for class io.helidon.http.media.json.JsonMediaSupportProvider
-
Required public constructor for
ServiceLoader. - JsonMeterRegistryFormatterProvider - Class in io.helidon.webserver.observe.metrics
-
JSON formatter provider.
- JsonMeterRegistryFormatterProvider() - Constructor for class io.helidon.webserver.observe.metrics.JsonMeterRegistryFormatterProvider
-
Creates a new instance for service loading.
- JsonNull - Class in io.helidon.json
-
Represents a JSON null value.
- JsonNullConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
JsonNullConverter. - JsonNullConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
-
Constructor with no side effects
- jsonNumber(Number) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Convert a number into a JSON number without reducing precision.
- JsonNumber - Class in io.helidon.json
-
Represents a JSON number value.
- JsonNumberConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
JsonNumberConverter. - JsonNumberConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
-
Constructor with no side effects
- jsonObject() - Method in class io.helidon.security.jwt.JwtUtil.Address
-
Create a json representation of this address.
- jsonObject(Map) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Convert key-to-value data into a JSON object.
- JsonObject - Class in io.helidon.json
-
Represents a JSON object value containing key-value pairs.
- JsonObject.Builder - Class in io.helidon.json
-
Builder for creating JsonObject instances with a fluent API.
- JsonObjectConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
JsonObjectConverter. - JsonObjectConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
-
Constructor with no side effects
- JsonParser - Interface in io.helidon.json
-
A JSON parser interface for parsing JSON data from various sources.
- JsonParserBase - Class in io.helidon.json
-
Base implementation of
JsonParser. - JsonParserBase() - Constructor for class io.helidon.json.JsonParserBase
-
Protected default constructor for subclasses.
- JsonParserSupport - Class in io.helidon.json
-
Internal cross-module support for built-in JSON parser implementations.
- JsonpMediaSupportProvider - Class in io.helidon.http.media.jsonp
-
ServiceLoaderprovider implementation for JSON Processing media support. - JsonpMediaSupportProvider() - Constructor for class io.helidon.http.media.jsonp.JsonpMediaSupportProvider
-
Required public constructor for
ServiceLoader. - JsonProcessingMapper - Class in io.helidon.dbclient.jsonp
-
Json processing mapper.
- JsonProcessingMapperProvider - Class in io.helidon.dbclient.jsonp
-
JSON-P mapper provider.
- JsonProcessingMapperProvider() - Constructor for class io.helidon.dbclient.jsonp.JsonProcessingMapperProvider
-
Creates a JSON-P mapper provider.
- JsonpSupport - Class in io.helidon.http.media.jsonp
-
Media support implementation for JSON Processing media support.
- JsonpSupportConfig - Interface in io.helidon.http.media.jsonp
-
Configuration of the
JsonpSupport. - JsonpSupportConfig.Builder - Class in io.helidon.http.media.jsonp
-
Fluent API builder for
JsonpSupport. - JsonpSupportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media.jsonp
-
Fluent API builder base for
JsonpSupportConfig. - JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl - Class in io.helidon.http.media.jsonp
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonpSupportConfigImpl(JsonpSupportConfig.BuilderBase) - Constructor for class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
-
Create an instance providing a builder.
- JsonRpcClient - Interface in io.helidon.webclient.jsonrpc
-
A JSON-RPC client.
- JsonRpcClientBatchRequest - Interface in io.helidon.webclient.jsonrpc
-
An interface representing a JSON-RPC batch request.
- JsonRpcClientBatchResponse - Interface in io.helidon.webclient.jsonrpc
-
A representation for a JSON-RPC batch response.
- JsonRpcClientConfig - Interface in io.helidon.webclient.jsonrpc
-
Configuration of a JSON-RPC client.
- JsonRpcClientConfig.Builder - Class in io.helidon.webclient.jsonrpc
-
Fluent API builder for
JsonRpcClient. - JsonRpcClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.jsonrpc
-
Fluent API builder base for
JsonRpcClientConfig. - JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl - Class in io.helidon.webclient.jsonrpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonRpcClientConfigImpl(JsonRpcClientConfig.BuilderBase) - Constructor for class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
-
Create an instance providing a builder.
- JsonRpcClientProtocolConfig - Interface in io.helidon.webclient.jsonrpc
-
Configuration of a JSON-RPC client.
- JsonRpcClientProtocolConfig.Builder - Class in io.helidon.webclient.jsonrpc
-
Fluent API builder for
JsonRpcClientProtocolConfig. - JsonRpcClientProtocolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.jsonrpc
-
Fluent API builder base for
JsonRpcClientProtocolConfig. - JsonRpcClientProtocolConfig.BuilderBase.JsonRpcClientProtocolConfigImpl - Class in io.helidon.webclient.jsonrpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonRpcClientProtocolConfigImpl(JsonRpcClientProtocolConfig.BuilderBase) - Constructor for class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase.JsonRpcClientProtocolConfigImpl
-
Create an instance providing a builder.
- JsonRpcClientRequest - Interface in io.helidon.webclient.jsonrpc
-
A representation of JSON-RPC client request.
- JsonRpcClientResponse - Interface in io.helidon.webclient.jsonrpc
-
A representation of a JSON-RPC client response.
- JsonRpcError - Interface in io.helidon.jsonrpc.core
-
A representation of a JSON-RPC error.
- JsonRpcErrorHandler - Interface in io.helidon.webserver.jsonrpc
-
A JSON-RPC handler that can process invalid requests if registered.
- JsonRpcExceptionHandler - Interface in io.helidon.webserver.jsonrpc
-
An exception handler that can be registered to map exceptions thrown in method handlers to
JsonRpcErrors. - JsonRpcHandler - Interface in io.helidon.webserver.jsonrpc
-
A JSON-RPC handler that can process a request and produce a response.
- JsonRpcHandlers - Interface in io.helidon.webserver.jsonrpc
-
Blueprint for JSON-RPC handlers.
- JsonRpcHandlers.Builder - Class in io.helidon.webserver.jsonrpc
-
Fluent API builder for
JsonRpcHandlers. - JsonRpcHandlers.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.jsonrpc
-
Fluent API builder base for
JsonRpcHandlers. - JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl - Class in io.helidon.webserver.jsonrpc
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonRpcHandlersImpl(JsonRpcHandlers.BuilderBase) - Constructor for class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl
-
Create an instance providing a builder.
- JsonRpcParams - Interface in io.helidon.jsonrpc.core
-
A representation of a JSON-RPC params.
- JsonRpcProtocolProvider - Class in io.helidon.webclient.jsonrpc
-
Provider for
JsonRpcClient. - JsonRpcProtocolProvider() - Constructor for class io.helidon.webclient.jsonrpc.JsonRpcProtocolProvider
-
Required public constructor for
ServiceLoader. - JsonRpcRequest - Interface in io.helidon.webserver.jsonrpc
-
A representation of a JSON-RPC request.
- JsonRpcResponse - Interface in io.helidon.webserver.jsonrpc
-
A representation of a JSON-RPC response.
- JsonRpcResult - Interface in io.helidon.jsonrpc.core
-
A representation of a JSON-RPC response result.
- JsonRpcRouting - Class in io.helidon.webserver.jsonrpc
-
JSON-RPC routing is an HTTP Service, as it is based on HTTP protocol.
- JsonRpcRouting.Builder - Class in io.helidon.webserver.jsonrpc
-
Builder for
JsonRpcRouting. - JsonRpcRules - Interface in io.helidon.webserver.jsonrpc
-
The JSON-RPC rules on which handlers can be registered.
- JsonRpcServerExtension - Class in io.helidon.webserver.testing.junit5.jsonrpc
-
A
ServiceLoaderprovider implementation that adds support for injection of JSON-RPC related artifacts, such asJsonRpcClientin Helidon integration tests. - JsonRpcServerExtension() - Constructor for class io.helidon.webserver.testing.junit5.jsonrpc.JsonRpcServerExtension
-
Required public constructor for
ServiceLoader. - JsonRpcService - Interface in io.helidon.webserver.jsonrpc
-
An interface that must be implemented by all JSON-RPC services.
- jsonSchema() - Method in interface io.helidon.json.schema.spi.JsonSchemaProvider
-
The String format of the schema.
- JsonSchema - Class in io.helidon.json.schema
-
JSON schema is used to describe required JSON format.
- JsonSchema.Array - Class in io.helidon.json.schema
-
Array related schema annotations.
- JsonSchema.Array.MaxItems - Annotation Interface in io.helidon.json.schema
-
Maximum number of the items the array can have.
- JsonSchema.Array.MinItems - Annotation Interface in io.helidon.json.schema
-
Minimum number of the items the array can have.
- JsonSchema.Array.UniqueItems - Annotation Interface in io.helidon.json.schema
-
Whether the array must contain only the unique items.
- JsonSchema.Description - Annotation Interface in io.helidon.json.schema
-
Description of the JSON schema.
- JsonSchema.DoNotInspect - Annotation Interface in io.helidon.json.schema
-
Whether to avoid deeper inspection of the JSON property type.
- JsonSchema.Id - Annotation Interface in io.helidon.json.schema
-
The base URI for resolving relative references.
- JsonSchema.Ignore - Annotation Interface in io.helidon.json.schema
-
Whether the class property should be ignored and not included into the schema.
- JsonSchema.Integer - Class in io.helidon.json.schema
-
Integer related schema annotations.
- JsonSchema.Integer.ExclusiveMaximum - Annotation Interface in io.helidon.json.schema
-
Exclusive maximum value of the integer number.
- JsonSchema.Integer.ExclusiveMinimum - Annotation Interface in io.helidon.json.schema
-
Exclusive minimum value of the integer number.
- JsonSchema.Integer.Maximum - Annotation Interface in io.helidon.json.schema
-
Maximum value of the integer number.
- JsonSchema.Integer.Minimum - Annotation Interface in io.helidon.json.schema
-
Minimum value of the integer number.
- JsonSchema.Integer.MultipleOf - Annotation Interface in io.helidon.json.schema
-
All integer values should be multiples of the given number.
- JsonSchema.Number - Class in io.helidon.json.schema
-
Number related schema annotations.
- JsonSchema.Number.ExclusiveMaximum - Annotation Interface in io.helidon.json.schema
-
Exclusive maximum value of the number.
- JsonSchema.Number.ExclusiveMinimum - Annotation Interface in io.helidon.json.schema
-
Exclusive minimum value of the number.
- JsonSchema.Number.Maximum - Annotation Interface in io.helidon.json.schema
-
Maximum value of the validated number.
- JsonSchema.Number.Minimum - Annotation Interface in io.helidon.json.schema
-
Minimum value of the validated number.
- JsonSchema.Number.MultipleOf - Annotation Interface in io.helidon.json.schema
-
All number values should be multiples of the given number.
- JsonSchema.Object - Class in io.helidon.json.schema
-
Object related schema annotations.
- JsonSchema.Object.AdditionalProperties - Annotation Interface in io.helidon.json.schema
-
Whether to allow additional properties.
- JsonSchema.Object.MaxProperties - Annotation Interface in io.helidon.json.schema
-
Maximal number of the object properties in the JSON.
- JsonSchema.Object.MinProperties - Annotation Interface in io.helidon.json.schema
-
Minimal number of the object properties in the JSON.
- JsonSchema.PropertyName - Annotation Interface in io.helidon.json.schema
-
How is the JSON property named in the JSON schema.
- JsonSchema.Required - Annotation Interface in io.helidon.json.schema
-
Marker annotation for a required JSON properties.
- JsonSchema.Schema - Annotation Interface in io.helidon.json.schema
-
Marker annotation for a codegen to generate JSON schema from the annotated type.
- JsonSchema.String - Class in io.helidon.json.schema
-
String related schema annotations.
- JsonSchema.String.MaxLength - Annotation Interface in io.helidon.json.schema
-
Maximal length of the String value.
- JsonSchema.String.MinLength - Annotation Interface in io.helidon.json.schema
-
Minimal length of the String value.
- JsonSchema.String.Pattern - Annotation Interface in io.helidon.json.schema
-
Regexp pattern the String value has to follow.
- JsonSchema.Title - Annotation Interface in io.helidon.json.schema
-
Title of the JSON schema.
- jsonSchemaDialect() - Element in annotation interface io.helidon.openapi.OpenApi.Document
-
JSON Schema dialect URI.
- jsonSchemaDialect() - Method in class io.helidon.openapi.OpenApiDocument
-
JSON Schema dialect URI.
- jsonSchemaDialect(String) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set the JSON Schema dialect URI.
- JsonSchemaException - Exception Class in io.helidon.json.schema
-
Json schema related exception.
- JsonSchemaException(String) - Constructor for exception class io.helidon.json.schema.JsonSchemaException
-
Create a new schema exception with the provided message.
- JsonSchemaException(String, Throwable) - Constructor for exception class io.helidon.json.schema.JsonSchemaException
-
Create a new schema exception with the provided message and a cause.
- JsonSchemaProvider - Interface in io.helidon.json.schema.spi
-
Json schema provider related to the specific class.
- JsonSerializer<T> - Interface in io.helidon.json.binding
-
Interface for serializing Java objects to JSON.
- JsonString - Class in io.helidon.json
-
Represents a JSON string value.
- JsonStringConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
JsonStringConverter. - JsonStringConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
-
Constructor with no side effects
- JsonSupport - Class in io.helidon.http.media.json
-
Helidon JSON media support.
- JsonSupportConfig - Interface in io.helidon.http.media.json
-
Configuration of Helidon JSON media support.
- JsonSupportConfig.Builder - Class in io.helidon.http.media.json
-
Fluent API builder for
JsonSupport. - JsonSupportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media.json
-
Fluent API builder base for
JsonSupportConfig. - JsonSupportConfig.BuilderBase.JsonSupportConfigImpl - Class in io.helidon.http.media.json
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- JsonSupportConfigImpl(JsonSupportConfig.BuilderBase) - Constructor for class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
-
Create an instance providing a builder.
- jsonUnitsDefault() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Default units for timer output in JSON if not specified on a given timer.
- jsonUnitsDefault() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- jsonUnitsDefault() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Default units for timer output in JSON if not specified on a given timer.
- jsonUnitsDefault(TimeUnit) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Default units for timer output in JSON if not specified on a given timer.
- JsonUtil - Class in io.helidon.jsonrpc.core
-
Provides JSON binding helpers used by JSON-RPC types.
- jsonValue(Object) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Convert a value into a JSON value.
- JsonValue - Class in io.helidon.json
-
Base class for all JSON value types in Helidon JSON processing.
- JsonValueConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
JsonValueConverter. - JsonValueConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
-
Constructor with no side effects
- JsonValueType - Enum Class in io.helidon.json
-
Enumeration of JSON value types.
- JTA - Enum constant in enum class io.helidon.data.jakarta.persistence.PersistenceUnitTransactionType
-
Deprecated.Transaction management via JTA.
- JulMdc - Class in io.helidon.logging.jul
-
MDC implementation for Java Util Logging framework.
- JulMdcPropagator - Class in io.helidon.logging.jul
-
This is propagator of JUL MDC values between different threads.
- JulMdcPropagator() - Constructor for class io.helidon.logging.jul.JulMdcPropagator
-
Default constructor required by
ServiceLoader. - JulMdcProvider - Class in io.helidon.logging.jul
-
Provider for setting MDC values to the Java Util Logging MDC support.
- JulMdcProvider() - Constructor for class io.helidon.logging.jul.JulMdcProvider
-
Default constructor required by
ServiceLoader. - JulProvider - Class in io.helidon.logging.jul
-
JUL Logging provider.
- JulProvider() - Constructor for class io.helidon.logging.jul.JulProvider
-
Default constructor required by
ServiceLoader. - Junit5Util - Class in io.helidon.webserver.testing.junit5
-
Utility methods for JUnit5 extensions.
- just(Observer...) - Static method in class io.helidon.webserver.observe.ObserveFeature
-
Create a new support with default configuration and an explicit list of observers.
- just(String, MediaType) - Static method in interface io.helidon.config.Config
-
Create configuration from a string.
- just(Collection) - Static method in interface io.helidon.common.reactive.Multi
-
Create a
Multiinstance that publishes the given items to a single subscriber. - just(Supplier...) - Static method in interface io.helidon.config.Config
-
Creates a new
Configloaded from the specifiedConfigSources. - just(T) - Static method in interface io.helidon.common.reactive.Single
-
Create a
Singleinstance that publishes the given item to its subscriber(s). - just(T...) - Static method in interface io.helidon.common.reactive.Multi
-
Create a
Multiinstance that publishes the given items to a single subscriber. - justCall() - Static method in class io.helidon.config.RetryPolicies
-
An implementation that invokes the requested method just once, without any execute.
- jwk(Jwk) - Method in class io.helidon.security.jwt.EncryptedJwt.Builder
-
Specific
Jwkwhich should be used for content key encryption. - Jwk - Class in io.helidon.security.jwt.jwk
-
A JWK (JSON Web key) is a representation of data needed to sign, encrypt, verify and /or decrypt data (e.g a public and/or private key; password for symmetric ciphers).
- jwkCircuitBreaker() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Circuit breaker used while loading OIDC metadata and signing JWKs.
- jwkCircuitBreaker() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- jwkCircuitBreaker(CircuitBreaker) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Circuit breaker around each complete retry batch used to load verification keys from a filesystem path or URI; by default, the circuit opens after one exhausted batch and permits a recovery probe after 5 seconds.
- jwkCircuitBreaker(CircuitBreaker) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Circuit breaker around each complete retry batch used to load OIDC metadata and signing JWKs; by default, the circuit opens after one exhausted batch and permits a recovery probe after 5 seconds.
- jwkCircuitBreaker(CircuitBreaker) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
- jwkCircuitBreaker(CircuitBreakerConfig) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Circuit breaker used when loading verification keys from a filesystem path or URI.
- jwkCircuitBreaker(CircuitBreakerConfig) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Circuit breaker used while loading OIDC metadata and signing JWK.
- jwkCircuitBreaker(Consumer) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Circuit breaker used when loading verification keys from a filesystem path or URI.
- jwkCircuitBreaker(Consumer) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Circuit breaker used while loading OIDC metadata and signing JWK.
- jwkCircuitBreaker(Supplier) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Circuit breaker used when loading verification keys from a filesystem path or URI.
- jwkCircuitBreaker(Supplier) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Circuit breaker used while loading OIDC metadata and signing JWK.
- JwkEC - Class in io.helidon.security.jwt.jwk
-
Elliptic curve JSON web key.
- JwkEC.Builder - Class in io.helidon.security.jwt.jwk
-
Builder for
JwkEC. - JwkKeys - Class in io.helidon.security.jwt.jwk
-
A representation of the JSON web keys document - a map of key ids to corresponding web keys.
- JwkKeys.Builder - Class in io.helidon.security.jwt.jwk
-
Builder of
JwkKeys. - jwkKid(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
JWK key id to locate JWK to sign our request.
- JwkOctet - Class in io.helidon.security.jwt.jwk
-
Symmetric cipher JSON web key.
- JwkOctet.Builder - Class in io.helidon.security.jwt.jwk
-
Builder for
JwkOctet. - jwkRetry() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Retry used while loading OIDC metadata and signing JWKs.
- jwkRetry() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- jwkRetry(Retry) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Retry used when loading verification keys from a filesystem path or URI; by default, it wraps two timeout-guarded attempts within an 11-second overall timeout.
- jwkRetry(Retry) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Retry used while loading OIDC metadata and signing JWKs; by default, it wraps two timeout-guarded attempts within an 11-second overall timeout.
- jwkRetry(Retry) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
- jwkRetry(RetryConfig) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Retry used when loading verification keys from a filesystem path or URI.
- jwkRetry(RetryConfig) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Retry used while loading OIDC metadata and signing JWK.
- jwkRetry(Consumer) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Retry used when loading verification keys from a filesystem path or URI.
- jwkRetry(Consumer) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Retry used while loading OIDC metadata and signing JWK.
- jwkRetry(Supplier) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Retry used when loading verification keys from a filesystem path or URI.
- jwkRetry(Supplier) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Retry used while loading OIDC metadata and signing JWK.
- JwkRSA - Class in io.helidon.security.jwt.jwk
-
RSA JSON web key.
- JwkRSA.Builder - Class in io.helidon.security.jwt.jwk
-
Builder for
JwkRSA. - jwks(JwkKeys, String) - Method in class io.helidon.security.jwt.EncryptedJwt.Builder
-
JwkKeyswhich should be searched for key with specific kid. - jwkTimeout() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Timeout applied to each attempt to load OIDC metadata and signing JWKs.
- jwkTimeout() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- jwkTimeout(Timeout) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Timeout applied to each attempt to load verification keys from a filesystem path or URI; it defaults to 5 seconds, must be positive, must execute on the current thread, and must not exceed the retry overall timeout.
- jwkTimeout(Timeout) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Timeout applied to each attempt to load OIDC metadata and signing JWKs; it defaults to 5 seconds, must be positive, must execute on the current thread, and must not exceed the retry overall timeout.
- jwkTimeout(Timeout) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
- jwkTimeout(TimeoutConfig) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Timeout applied to each attempt to load verification keys from a filesystem path or URI.
- jwkTimeout(TimeoutConfig) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Timeout applied to each attempt to load OIDC metadata and signing JWK.
- jwkTimeout(Consumer) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Timeout applied to each attempt to load verification keys from a filesystem path or URI.
- jwkTimeout(Consumer) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Timeout applied to each attempt to load OIDC metadata and signing JWK.
- jwkTimeout(Supplier) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Timeout applied to each attempt to load verification keys from a filesystem path or URI.
- jwkTimeout(Supplier) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Timeout applied to each attempt to load OIDC metadata and signing JWK.
- Jwt - Class in io.helidon.security.jwt
-
JWT token.
- Jwt.Builder - Class in io.helidon.security.jwt
-
Builder of a
Jwt. - jwtAudience(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
JWT Audience.
- JwtException - Exception Class in io.helidon.security.jwt
-
A RuntimeException for the JWT and JWK world.
- JwtException(String) - Constructor for exception class io.helidon.security.jwt.JwtException
-
Exception with a message.
- JwtException(String, Throwable) - Constructor for exception class io.helidon.security.jwt.JwtException
-
Exception with a message and a cause.
- jwtGroupsPath(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Path to the JWT payload claim containing the groups to add as role grants.
- jwtGroupsPath(String) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Path to the JWT payload claim containing the groups to add as role grants.
- jwtGroupsSeparator(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Separator used to split a string claim value into multiple groups.
- jwtGroupsSeparator(String) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Separator used to split a string claim value into multiple groups.
- JwtHeaders - Class in io.helidon.security.jwt
-
Representation of the header section of a JWT.
- JwtHeaders.Builder - Class in io.helidon.security.jwt
-
Fluent API builder to create JWT Header.
- jwtId() - Method in class io.helidon.security.jwt.Jwt
-
Jwt id claim.
- jwtId(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
A unique identifier of this JWT (optional) - must be unique across issuers.
- jwtKid(String) - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
JWT key id of the outbound token, used by target service to map to configuration to validate our signature.
- JwtProvider - Class in io.helidon.security.providers.jwt
-
Provider that can process JWT tokens in request headers and assert identity (e.g.
- JwtProvider.Builder - Class in io.helidon.security.providers.jwt
-
Fluent API builder for
JwtProvider. - JwtProvider.JwtOutboundTarget - Class in io.helidon.security.providers.jwt
-
A custom object to configure specific handling of outbound calls.
- JwtProvider.JwtOutboundTarget.Builder - Class in io.helidon.security.providers.jwt
-
Fluent API builder for
JwtProvider.JwtOutboundTarget. - JwtProviderService - Class in io.helidon.security.providers.jwt
-
Service for
JwtProviderto auto-configure it withSecurity. - JwtProviderService() - Constructor for class io.helidon.security.providers.jwt.JwtProviderService
-
Create a JWT provider service.
- jwtScope() - Method in interface io.helidon.security.jwt.ClaimValidator
-
Scope of the JWT claims.
- jwtScope() - Method in class io.helidon.security.jwt.AudienceValidator
- jwtScope() - Method in class io.helidon.security.jwt.ExpirationValidator
- jwtScope() - Method in class io.helidon.security.jwt.FieldValidator
- jwtScope() - Method in class io.helidon.security.jwt.IssueTimeValidator
- jwtScope() - Method in class io.helidon.security.jwt.MaxTokenAgeValidator
- jwtScope() - Method in class io.helidon.security.jwt.NotBeforeValidator
- jwtScope() - Method in class io.helidon.security.jwt.UserPrincipalValidator
- JwtScope - Enum Class in io.helidon.security.jwt
-
Scope in which JWT claims are processed.
- JwtUtil - Class in io.helidon.security.jwt
-
Utilities for JWT and JWK parsing.
- JwtUtil.Address - Class in io.helidon.security.jwt
-
Address class representing the JSON object for address.
- JwtValidator - Interface in io.helidon.security.jwt
-
Validator used for JWT claim validation.
- JwtValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
JwtValidator.
K
- KB - Enum constant in enum class io.helidon.common.Size.Unit
-
Kilobytes (represented as
kB), wherekilois used in its original meaning as a thousand, i.e. - keepAlive() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Keep alive of the thread pool executor.
- keepAlive() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- keepAlive() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Keep alive of the thread pool executor.
- keepAlive() - Method in enum class io.helidon.http.DirectHandler.EventType
-
Whether keep alive should be maintained for this event type.
- keepAlive() - Method in class io.helidon.http.DirectHandler.TransportResponse
-
Whether the connection should use keep alive.
- keepAlive() - Method in exception class io.helidon.http.HttpException
-
Whether we should attempt to keep the connection alive (if enabled for it).
- keepAlive() - Method in exception class io.helidon.http.RequestException
-
Whether to attempt to keep connection alive.
- keepAlive() - Method in class io.helidon.webclient.api.ClientRequestBase
- keepAlive() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Whether to use keep-alive connection (if relevant for the used HTTP version).
- keepAlive() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- keepAlive() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Determines if connection keep alive is enabled (NOT socket keep alive, but HTTP connection keep alive, to re-use the same connection for multiple requests).
- keepAlive() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
Determines if connection keep alive is enabled (NOT socket keep alive, but HTTP connection keep alive, to re-use the same connection for multiple requests).
- keepAlive(boolean) - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
-
Configure keep alive.
- keepAlive(boolean) - Method in interface io.helidon.webclient.api.ClientRequest
-
Whether to use keep alive with this request.
- keepAlive(boolean) - Method in class io.helidon.webclient.api.ClientRequestBase
- keepAlive(boolean) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Determines if connection keep alive is enabled (NOT socket keep alive, but HTTP connection keep alive, to re-use the same connection for multiple requests).
- keepAlive(Duration) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Keep alive of the thread pool executor.
- keepaliveTime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- keepaliveTime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the keepalive interval for a connection in the pool.
- keepaliveTime() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
This property controls the keepalive interval for a connection in the pool.
- keepaliveTime(long) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the keepalive interval for a connection in the pool.
- key() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Key of this prototype's configuration.
- key() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
- key() - Method in interface io.helidon.builder.codegen.PrototypeConfigured
-
Key of this prototype's configuration.
- key() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a private key from PEM format from a resource definition.
- key() - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- key() - Method in interface io.helidon.common.pki.PemKeys
-
Read a private key from PEM format from a resource definition.
- key() - Method in interface io.helidon.config.Config
-
Returns the fully-qualified key of the
Confignode. - key() - Method in interface io.helidon.config.ConfigValue
-
Returns the fully-qualified key of the originating
Confignode. - key() - Method in class io.helidon.config.MergedConfig
- key() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
The key of the configuration option as used in config.
- key() - Element in annotation interface io.helidon.config.objectmapping.Value
-
Specifies a key of configuration node to be used to set JavaBean property value from.
- key() - Element in annotation interface io.helidon.json.binding.Json.Polymorphic
-
Key used for keeping the alias information.
- key() - Element in annotation interface io.helidon.metrics.api.Metrics.Tag
-
Tag key.
- key() - Method in interface io.helidon.metrics.api.Tag
-
Returns the tag's key.
- key() - Method in class io.helidon.tracing.Tag
-
Tag name.
- key() - Element in annotation interface io.helidon.tracing.Tracing.Tag
-
Tag key.
- key(Resource) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a private key from PEM format from a resource definition.
- key(ResourceConfig) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a private key from PEM format from a resource definition.
- key(String) - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Key of this prototype's configuration.
- key(Consumer) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a private key from PEM format from a resource definition.
- key(Supplier) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a private key from PEM format from a resource definition.
- KEY - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
A map key.
- KEY_PERFORMANCE_INDICATORS_CONFIG_KEY - Static variable in interface io.helidon.metrics.api.MetricsConfig
-
Config key for KPI metrics settings.
- KEY_PERFORMANCE_INDICATORS_CONFIG_KEY - Static variable in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
-
Config key for KPI metrics settings.
- KEY_TYPE_EC - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Key type of elliptic curve keys.
- KEY_TYPE_OCT - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Key type of octet keys.
- KEY_TYPE_RSA - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Key type of RSA keys.
- keyAlgorithm() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslKeyAlg
-
Returns the value of the
keyAlgorithmrecord component. - keyAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Alias of the private key in the keystore.
- keyAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- keyAlias() - Method in interface io.helidon.common.pki.KeystoreKeys
-
Alias of the private key in the keystore.
- keyAlias(String) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Alias of the private key in the keystore.
- keyConfig() - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
For rsa-sha256 algorithm, this provides access to the public key of the client.
- keyConfig() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Private key configuration for RSA based algorithms.
- keyId() - Method in class io.helidon.security.jwt.jwk.Jwk
-
The key id (kid) of this JWK.
- keyId() - Method in class io.helidon.security.jwt.Jwt
-
Key id claim.
- keyId() - Method in class io.helidon.security.jwt.JwtHeaders
-
Key id claim.
- keyId() - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
The key id of this client.
- keyId() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Key id of this service (will be mapped by target service to validate signature).
- keyId(String) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Key id of the key being built.
- keyId(String) - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Key id of the key being built.
- keyId(String) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Key id of the key being built.
- keyId(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Key id to be used to sign/verify this JWT.
- keyId(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
Key id to be used to sign/verify this JWT.
- keyId(String) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
The key id of this client to map to this signature validation configuration.
- keyId(String) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Key id of this service (will be mapped by target service to validate signature).
- keyManager() - Method in class io.helidon.common.tls.ConfiguredTlsManager
- keyManager() - Method in interface io.helidon.common.tls.TlsManager
-
The key manager in use.
- keyManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Algorithm of the key manager factory used when private key is defined.
- keyManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- keyManagerFactoryAlgorithm() - Method in interface io.helidon.common.tls.TlsMaterial
-
Algorithm of the key manager factory used when private key is defined.
- keyManagerFactoryAlgorithm(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Algorithm of the key manager factory used when private key is defined.
- keyManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Key manager factory provider.
- keyManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- keyManagerFactoryProvider() - Method in interface io.helidon.common.tls.TlsMaterial
-
Key manager factory provider.
- keyManagerFactoryProvider(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Key manager factory provider.
- keyPassphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Pass-phrase of the key in the keystore (used for private keys).
- keyPassphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- keyPassphrase() - Method in interface io.helidon.common.pki.KeystoreKeys
-
Pass-phrase of the key in the keystore (used for private keys).
- keyPassphrase() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Passphrase for private key.
- keyPassphrase() - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- keyPassphrase() - Method in interface io.helidon.common.pki.PemKeys
-
Passphrase for private key.
- keyPassphrase(char[]) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Pass-phrase of the key in the keystore (used for private keys).
- keyPassphrase(char[]) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Passphrase for private key.
- keyPassphrase(String) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Pass-phrase of the key in the keystore (used for private keys).
- keyPassphrase(String) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Passphrase for private key.
- keyPerformanceIndicatorMetricsConfig() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Key performance indicator metrics settings.
- keyPerformanceIndicatorMetricsConfig() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- keyPerformanceIndicatorMetricsConfig() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Key performance indicator metrics settings.
- keyPerformanceIndicatorMetricsConfig(KeyPerformanceIndicatorMetricsConfig) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Key performance indicator metrics settings.
- keyPerformanceIndicatorMetricsConfig(Consumer) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Key performance indicator metrics settings.
- keyPerformanceIndicatorMetricsConfig(Supplier) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Key performance indicator metrics settings.
- KeyPerformanceIndicatorMetricsConfig - Interface in io.helidon.metrics.api
-
Config bean for KPI metrics configuration.
- KeyPerformanceIndicatorMetricsConfig.Builder - Class in io.helidon.metrics.api
-
Fluent API builder for
KeyPerformanceIndicatorMetricsConfig. - KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.metrics.api
-
Fluent API builder base for
KeyPerformanceIndicatorMetricsConfig. - KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl - Class in io.helidon.metrics.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- KeyPerformanceIndicatorMetricsConfigImpl(KeyPerformanceIndicatorMetricsConfig.BuilderBase) - Constructor for class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
-
Create an instance providing a builder.
- KeyPerformanceIndicatorSupport - Interface in io.helidon.webserver
-
Definitions and factory methods for key performance indicator
KeyPerformanceIndicatorSupport.ContextandKeyPerformanceIndicatorSupport.Metrics. - KeyPerformanceIndicatorSupport.Context - Interface in io.helidon.webserver
-
Per-request key performance indicator context, with behavior common to immediately-processed requests and deferrable ones.
- KeyPerformanceIndicatorSupport.DeferrableRequestContext - Interface in io.helidon.webserver
-
Added per-request key performance indicator context behavior for requests for which processing might be deferred until some time after receipt of the request (i.e., some time after request handling begins).
- KeyPerformanceIndicatorSupport.Metrics - Interface in io.helidon.webserver
-
Key performance indicator metrics behavior.
- keys() - Method in class io.helidon.json.JsonObject
-
Return a set of all keys in this object as JsonString instances.
- keys() - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get all keys of this struct.
- keys() - Method in class io.helidon.security.ClassToInstanceStore
-
Get all keys of this store.
- keys() - Method in class io.helidon.security.jwt.jwk.JwkKeys
-
List of keys in this instance.
- keys() - Method in interface io.helidon.tracing.Baggage
-
Returns the keys present in the baggage.
- keys() - Method in interface io.helidon.tracing.HeaderProvider
-
All keys available in the headers (header names).
- Keys - Interface in io.helidon.common.pki
-
Configuration of keys.
- Keys.Builder - Class in io.helidon.common.pki
-
Fluent API builder for
Keys. - Keys.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.pki
-
Fluent API builder base for
Keys. - Keys.BuilderBase.KeysImpl - Class in io.helidon.common.pki
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- keysAsStrings() - Method in class io.helidon.json.JsonObject
-
Return an unmodifiable set of all keys in this object as String instances.
- KeysImpl(Keys.BuilderBase) - Constructor for class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
-
Create an instance providing a builder.
- keySize(int) - Method in class io.helidon.common.crypto.SymmetricCipher.Builder
-
Set size of the key (in bits) which should be generated.
- keystore() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- keystore() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from a keystore.
- keystore() - Method in interface io.helidon.common.pki.Keys
-
Configure keys from a keystore.
- keystore() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Keystore resource definition.
- keystore() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- keystore() - Method in interface io.helidon.common.pki.KeystoreKeys
-
Keystore resource definition.
- keystore(Resource) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Keystore resource definition.
- keystore(ResourceConfig) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Keystore resource definition.
- keystore(KeystoreKeys) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from a keystore.
- keystore(Consumer) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Keystore resource definition.
- keystore(Consumer) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from a keystore.
- keystore(Supplier) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Keystore resource definition.
- keystore(Supplier) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from a keystore.
- KeystoreKeys - Interface in io.helidon.common.pki
-
Resources from a java keystore (PKCS12, JKS etc.).
- KeystoreKeys.Builder - Class in io.helidon.common.pki
-
Fluent API builder for
KeystoreKeys. - KeystoreKeys.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.pki
-
Fluent API builder base for
KeystoreKeys. - KeystoreKeys.BuilderBase.KeystoreKeysImpl - Class in io.helidon.common.pki
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- KeystoreKeysImpl(KeystoreKeys.BuilderBase) - Constructor for class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
-
Create an instance providing a builder.
- keyType() - Method in class io.helidon.security.jwt.jwk.Jwk
-
The key type (kty) of this JWK.
- keyType(String) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Key type of the key being built.
- keyType(String) - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Key type of the key being built.
- keyType(String) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Key type of the key being built.
- KIB - Enum constant in enum class io.helidon.common.Size.Unit
-
Kibi-bytes (represented as either
KBorKiB), where we use binary approach, i.e. - KIBIBITS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1024
Meter.BaseUnits.BITS. - KILOBITS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1000
Meter.BaseUnits.BITS. - KILOBYTES - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1000
Meter.BaseUnits.BYTES. - kind() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Kind of this type.
- kind() - Method in record class io.helidon.codegen.JavadocTree.AttrValue
-
Returns the value of the
kindrecord component. - kind() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The kind of element (e.g., method, field, etc).
- kind() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- kind() - Method in interface io.helidon.common.types.TypedElementInfo
-
The kind of element (e.g., method, field, etc).
- kind() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The kind of this type.
- kind() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- kind() - Method in interface io.helidon.common.types.TypeInfo
-
The kind of this type.
- kind() - Method in class io.helidon.common.uri.UriHost
-
Host kind.
- kind() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Kind of this option.
- kind() - Element in annotation interface io.helidon.openapi.OpenApi.Tag
-
Tag kind.
- kind() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns the span kind.
- kind() - Element in annotation interface io.helidon.tracing.Tracing.Traced
-
Span kind.
- kind() - Method in class io.helidon.webclient.api.ProxyRoute
-
Selected route kind.
- kind() - Method in class io.helidon.webserver.http1.spi.Http1UpgradeResult
-
Result kind.
- kind(ElementKind) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The kind of element (e.g., method, field, etc).
- kind(ElementKind) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The kind of this type.
- kind(Span.Kind) - Method in interface io.helidon.tracing.Span.Builder
-
Kind of this span.
- kind(String) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Set tag kind.
- knownMethods() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- knownMethods() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Exact, case-sensitive HTTP methods to be used in the HTTP method tag for automatic metrics, defaulted to the standard HTTP methods; assigning this value fully replaces the set of method names.
- knownMethods() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Exact, case-sensitive HTTP methods to be used in the HTTP method tag for automatic metrics, defaulted to the standard HTTP methods; assigning this value fully replaces the set of method names.
- knownMethods(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Exact, case-sensitive HTTP methods to be used in the HTTP method tag for automatic metrics, defaulted to the standard HTTP methods; assigning this value fully replaces the set of method names.
L
- label() - Method in class io.helidon.metrics.api.LabeledSample
- label() - Method in interface io.helidon.metrics.api.Sample.Labeled
-
Value label.
- label() - Method in interface io.helidon.metrics.spi.ExemplarService
-
Returns a label using whatever current context is available.
- LABEL - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Label style parameters.
- labeled(double) - Static method in interface io.helidon.metrics.api.Sample
-
Create a labeled value.
- LabeledSample - Class in io.helidon.metrics.api
-
Base implementation of
Sample.Labeled. - LabeledSample(double, String, long) - Constructor for class io.helidon.metrics.api.LabeledSample
-
Create a sample.
- LabeledSnapshot - Interface in io.helidon.metrics.api
-
Snapshot view of a metric's derived and labeled sample values.
- last() - Method in interface io.helidon.config.Config.Context
- last(String) - Method in interface io.helidon.messaging.MessageHeaders
-
Last value with an exact header name.
- LAST_MODIFIED - Static variable in class io.helidon.http.HeaderNames
-
The "Last-Modified" header name.
- LAST_MODIFIED_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Last-Modified" header name.
- LAST_VALUE - Enum constant in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Records the last seen measurement as a double aauge or long gauge.
- lastDelay() - Method in interface io.helidon.faulttolerance.RetryOutcome
-
Delay preceding the last completed invocation attempt.
- lastEndpointUri() - Method in interface io.helidon.webclient.api.ClientResponseTyped
-
URI of the last request.
- lastEndpointUri() - Method in interface io.helidon.webclient.http1.Http1ClientResponse
-
URI of the last request.
- lastEndpointUri() - Method in interface io.helidon.webclient.http2.Http2ClientResponse
-
URI of the last request.
- lastEndpointUri() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
URI of the last request.
- lastEndpointUri() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchResponse
-
URI of the last request.
- lastEndpointUri() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
URI of the last request.
- lastIndexOf(byte) - Method in interface io.helidon.common.buffers.BufferData
-
Find last index of the provided byte from the current position.
- lastIndexOf(byte, int) - Method in interface io.helidon.common.buffers.BufferData
-
Find last index of the provided byte from the current position.
- lastModified() - Method in interface io.helidon.http.ClientResponseHeaders
-
Optionally gets the value of
HeaderNames.LAST_MODIFIEDheader. - lastModified(Instant) - Method in interface io.helidon.http.ServerResponseHeaders
-
Sets the value of
HeaderNames.LAST_MODIFIEDheader. - lastModified(ZonedDateTime) - Method in interface io.helidon.http.ServerResponseHeaders
-
Sets the value of
HeaderNames.LAST_MODIFIEDheader. - lastModifiedTime(Path) - Static method in class io.helidon.config.FileSourceHelper
-
Returns the last modified time of the given file or directory.
- lastRetryException() - Method in exception class io.helidon.faulttolerance.RetryTimeoutException
-
Last exception thrown in
Retrybefore the overall timeout reached. - lastStreamId() - Method in record class io.helidon.http.http2.Http2GoAway
-
Returns the value of the
lastStreamIdrecord component. - lastThrowable() - Method in interface io.helidon.faulttolerance.RetryOutcome
-
Throwable from the last completed invocation attempt.
- LAX - Enum constant in enum class io.helidon.http.SetCookie.SameSite
-
Cookies are not sent on normal cross-site subrequests (for example to load images or frames into a third party site) , but are sent when a user is navigating to the origin site (i.e., when following a link).
- LazyConfigSource - Interface in io.helidon.config.spi
-
A source that is not capable of loading all keys at once.
- lazyFormParams(Supplier) - Static method in class io.helidon.http.HttpSupport
-
Lazily read form parameters.
- LazyList<T> - Interface in io.helidon.common
-
Wrapper for list of
LazyValues while keeping laziness. - LazyString - Class in io.helidon.common.buffers
-
String that materializes only when requested.
- LazyString(byte[], int, int, Charset) - Constructor for class io.helidon.common.buffers.LazyString
-
New instance.
- LazyString(byte[], Charset) - Constructor for class io.helidon.common.buffers.LazyString
-
New instance.
- LazyValue<T> - Interface in io.helidon.common
-
A typed supplier that wraps another supplier and only retrieves the value on the first request to
Supplier.get(), caching the value for all subsequent invocations. - leakDetectionThreshold() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- leakDetectionThreshold() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the amount of time that a connection can be out of the pool before a message is logged indicating a possible connection leak.
- leakDetectionThreshold() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
This property controls the amount of time that a connection can be out of the pool before a message is logged indicating a possible connection leak.
- leakDetectionThreshold(long) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the amount of time that a connection can be out of the pool before a message is logged indicating a possible connection leak.
- legacyCookieEncryption(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether password-based encrypted OIDC cookies should be written without a version byte and with the legacy PBKDF2 iteration count.
- legacyCookieFallback(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether password-based encrypted OIDC cookies should retry decryption with the alternate cookie format after primary decryption fails.
- length() - Method in class io.helidon.http.http2.Http2FrameHeader
-
Length of the associated frame data.
- length() - Method in class io.helidon.http.Method
-
Number of characters.
- LENGTH - Static variable in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.DynamicQueryParts
-
Length of
PersistenceGenerator.DynamicQueryParts. - LENGTH - Static variable in class io.helidon.http.http2.Http2FrameHeader
-
Frame header length in bytes.
- LENGTH_REQUIRED_411 - Static variable in class io.helidon.http.Status
-
411 Length Required, see HTTP/1.1 documentation.
- LENGTH_REQUIRED_411_CODE - Static variable in class io.helidon.http.Status
-
411 Length Required, see HTTP/1.1 documentation.
- lengthen() - Method in interface io.helidon.config.ScheduledPollingStrategy.RecurringPolicy
-
Allows the
ScheduledPollingStrategy.RecurringPolicyto react by prolonging theintervalbetween ticking. - lengthen(BiFunction) - Method in class io.helidon.config.ScheduledPollingStrategy.RecurringPolicy.AdaptiveBuilder
-
Sets the function that will be used to lengthen the interval between ticking.
- LessThan - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
LessThanoperator. - LessThanEqual - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
LessThanEqualoperator. - level() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
- level() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Level can be used directly (command line tools), mapped to Maven level (maven plugins), or mapped to diagnostics kind (annotation processing).
- level() - Method in interface io.helidon.codegen.CodegenEvent
-
Level can be used directly (command line tools), mapped to Maven level (maven plugins), or mapped to diagnostics kind (annotation processing).
- level() - Method in enum class io.helidon.data.sql.datasource.TransactionIsolation
-
Level as defined by constants on
Connection. - level(System.Logger.Level) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Level can be used directly (command line tools), mapped to Maven level (maven plugins), or mapped to diagnostics kind (annotation processing).
- LF_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
\n(new line) byte. - license() - Method in class io.helidon.openapi.OpenApiDocument.Info
-
License.
- license(OpenApiDocument.License) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set license.
- license(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set license.
- licenseFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
License fields.
- licenseFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- licenseFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
License fields.
- licenseFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
License fields.
- Like - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Likeoperator. - limit() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- limit() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Maximal number of parallel requests going through this bulkhead.
- limit() - Method in interface io.helidon.faulttolerance.BulkheadConfig
-
Maximal number of parallel requests going through this bulkhead.
- limit() - Element in annotation interface io.helidon.faulttolerance.Ft.Bulkhead
-
Maximal number of parallel requests going through this bulkhead.
- limit(int) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Maximal number of parallel requests going through this bulkhead.
- limit(long) - Method in interface io.helidon.common.reactive.Multi
-
Limit stream to allow only specified number of items to pass.
- limit(InputStream, long) - Static method in class io.helidon.webserver.http.DecodedLimiter
-
Limit a decoded stream to the specified size.
- Limit - Interface in io.helidon.common.concurrency.limits
-
Contract for a concurrency limiter.
- Limit.InitializationContext - Interface in io.helidon.common.concurrency.limits
-
Runtime context used when initializing a
Limit. - limitActivationPhase() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
In certain conditions Injection services should be initialized but not started (i.e., avoiding calls to
PostConstructetc.). - limitActivationPhase() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- limitActivationPhase() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
In certain conditions Injection services should be initialized but not started (i.e., avoiding calls to
PostConstructetc.). - limitActivationPhase(ActivationPhase) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
In certain conditions Injection services should be initialized but not started (i.e., avoiding calls to
PostConstructetc.). - LimitAlgorithm - Interface in io.helidon.common.concurrency.limits
-
Concurrency limit algorithm.
- LimitAlgorithm.Outcome - Interface in io.helidon.common.concurrency.limits
-
Represents the outcome of a limit algorithm decision.
- LimitAlgorithm.Outcome.Accepted - Interface in io.helidon.common.concurrency.limits
-
Behavior of an
LimitAlgorithm.Outcomerepresenting an accepted work item. - LimitAlgorithm.Outcome.Deferred - Interface in io.helidon.common.concurrency.limits
-
Behavior of an
LimitAlgorithm.Outcomerepresenting a deferred decision. - LimitAlgorithm.Outcome.Disposition - Enum Class in io.helidon.common.concurrency.limits
-
Disposition of the work item.
- LimitAlgorithm.Outcome.Timing - Enum Class in io.helidon.common.concurrency.limits
-
When the algorithm made its decision relative to the moment when it was asked about a particular work item.
- LimitAlgorithm.Result<T> - Interface in io.helidon.common.concurrency.limits
-
Carrier for both the result of a
Callablesubjected to concurrency limits and the correspondingLimitAlgorithm.Outcome. - LimitAlgorithm.Token - Interface in io.helidon.common.concurrency.limits
-
When a token is retrieved from
LimitAlgorithm.tryAcquireOutcome(), one of its methods must be called when the task is over, to release the token back to the pool (such as a permit returned to aSemaphore). - LimitException - Exception Class in io.helidon.common.concurrency.limits
-
A limit was reached and the submitted task cannot be executed.
- LimitException(Exception) - Constructor for exception class io.helidon.common.concurrency.limits.LimitException
-
Deprecated, for removal: This API element is subject to removal in a future version.use constructor with a cause and outcome instead
- LimitException(Exception, LimitAlgorithm.Outcome) - Constructor for exception class io.helidon.common.concurrency.limits.LimitException
-
A new limit exception with a cause and outcome.
- LimitException(String) - Constructor for exception class io.helidon.common.concurrency.limits.LimitException
-
Deprecated, for removal: This API element is subject to removal in a future version.use constructor with a message and outcome instead
- LimitException(String, LimitAlgorithm.Outcome) - Constructor for exception class io.helidon.common.concurrency.limits.LimitException
-
A new limit exception with a message and outcome.
- LimitProvider - Interface in io.helidon.common.concurrency.limits.spi
-
A
ServiceLoader(and service registry) service provider to discover rate limits. - LimitsFeature - Class in io.helidon.webserver.concurrency.limits
-
Server feature that adds limits as filters.
- LimitsFeatureConfig - Interface in io.helidon.webserver.concurrency.limits
-
Interface generated from blueprint
io.helidon.webserver.concurrency.limits.LimitsFeatureConfigBlueprint. - LimitsFeatureConfig.Builder - Class in io.helidon.webserver.concurrency.limits
-
Fluent API builder for
LimitsFeature. - LimitsFeatureConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.concurrency.limits
-
Fluent API builder base for
LimitsFeatureConfig. - LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl - Class in io.helidon.webserver.concurrency.limits
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- LimitsFeatureConfigImpl(LimitsFeatureConfig.BuilderBase) - Constructor for class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
-
Create an instance providing a builder.
- LimitsFeatureProvider - Class in io.helidon.webserver.concurrency.limits
-
ServiceLoaderprovider implementation to automatically register this service. - LimitsFeatureProvider() - Constructor for class io.helidon.webserver.concurrency.limits.LimitsFeatureProvider
-
Required public constructor for
ServiceLoader. - line() - Method in record class io.helidon.data.codegen.parser.MethodParserError
-
Returns the value of the
linerecord component. - LINE - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for line.
- LINE_COMMENT - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
A line comment.
- linear(long, long, long) - Static method in interface io.helidon.common.reactive.RetrySchema
-
Creates the retry schema with a linear delay increment.
- lineNumber() - Method in interface io.helidon.security.spi.AuditProvider.AuditSource
-
Line number within the source file that caused this event.
- lines() - Method in interface io.helidon.codegen.FilerTextResource
-
Existing lines of the resource.
- lines(List) - Method in interface io.helidon.codegen.FilerTextResource
-
New lines of the resource.
- link(String, OpenApiDocument.Link) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set link.
- link(String, OpenApiDocument.Link) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Add link.
- link(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set link.
- link(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Add link.
- LINK - Static variable in class io.helidon.http.HeaderNames
-
The "Link" header name.
- LINK_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Link" header name.
- LinkedListBindingFactory__ServiceDescriptor<T> - Class in io.helidon.json.binding.factories
-
Service descriptor for
LinkedListBindingFactory. - LinkedListBindingFactory__ServiceDescriptor() - Constructor for class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
-
Constructor with no side effects
- linkFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Link fields.
- linkFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- linkFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Link fields.
- linkFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Link fields.
- links() - Element in annotation interface io.helidon.openapi.OpenApi.Response
-
Response links.
- list() - Method in interface io.helidon.data.jdbc.JdbcClient.Rows
-
Returns all rows in JDBC encounter order.
- list() - Method in interface io.helidon.data.Slice
- list(Lookup) - Method in class io.helidon.service.registry.GeneratedService.IpFactoryInterceptionWrapper
- list(Lookup) - Method in interface io.helidon.service.registry.Service.InjectionPointFactory
-
Get (or create) a list of instances matching the criteria for the given injection point context.
- list(Qualifier, Lookup, GenericType) - Method in class io.helidon.service.registry.GeneratedService.QualifiedFactoryInterceptionWrapper
- list(Qualifier, Lookup, GenericType) - Method in interface io.helidon.service.registry.Service.QualifiedFactory
-
Get all instances matching the qualifier and type.
- list(String) - Method in interface io.helidon.metadata.MetadataDiscovery
-
List all metadata instances by file name.
- List - Enum constant in enum class io.helidon.data.codegen.query.ProjectionResult
-
Listof entity or entity property values. - LIST - Enum constant in enum class io.helidon.builder.api.Option.Provider.ConfigForm
-
Require the outer configured-provider container to be a list.
- LIST - Enum constant in enum class io.helidon.config.Config.Type
- LIST - Enum constant in enum class io.helidon.config.metadata.ConfiguredOption.Kind
-
Option is a list of values (either primitive, String or object nodes).
- LIST - Enum constant in enum class io.helidon.config.spi.ConfigNode.NodeType
-
A list of values, optionally may have a value.
- LIST - Enum constant in enum class io.helidon.service.registry.DependencyCardinality
-
List of instances.
- LIST - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
List. - LIST_OF_ANNOTATIONS - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A list of Qualifier.
- LIST_OF_DEPENDENCIES - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A list of Dependency.
- LIST_OF_DOUBLES - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A list of Double.
- LIST_T - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Type of the
List<T>. - LIST_T_ENTITIES - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
List<T> entitiesmethod parameter. - ListBindingFactory__ServiceDescriptor<T> - Class in io.helidon.json.binding.factories
-
Service descriptor for
ListBindingFactory. - ListBindingFactory__ServiceDescriptor() - Constructor for class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
-
Constructor with no side effects
- listener() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Listener name (optional).
- listener() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase.ServerEndpointImpl
- listener() - Method in interface io.helidon.declarative.codegen.model.http.ServerEndpoint
-
Listener name (optional).
- listener() - Method in interface io.helidon.openapi.OpenApiDocumentContext
-
Listener this document is served from.
- listener() - Method in interface io.helidon.webserver.spi.ServerFeature.SocketBuilders
-
Configuration of the listener.
- listener() - Method in class io.helidon.webserver.websocket.WsRoute
-
WebSocket listener associated with this route.
- listener(DataListener, T) - Method in class io.helidon.common.buffers.DataReader
-
Configure data listener.
- listener(String) - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Listener name (optional).
- listenerConfig() - Method in interface io.helidon.webserver.BindingPlanContext
-
Listener configuration.
- ListenerConfig - Interface in io.helidon.webserver
-
Configuration of a server listener (server socket).
- ListenerConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
ListenerConfig. - ListenerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
ListenerConfig. - ListenerConfig.BuilderBase.ListenerConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ListenerConfigImpl(ListenerConfig.BuilderBase) - Constructor for class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
-
Create an instance providing a builder.
- listenerContext() - Method in interface io.helidon.webserver.ConnectionContext
-
Context of the listener.
- listenerContext() - Method in interface io.helidon.webserver.http.ServerRequest
-
Listener context.
- listenerContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- listenerContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener scoped context to be used as a parent for webserver request contexts (if used).
- listenerContext() - Method in interface io.helidon.webserver.ListenerConfig
-
Listener scoped context to be used as a parent for webserver request contexts (if used).
- listenerContext() - Method in interface io.helidon.webserver.TransportBindingContext
-
Logical listener context.
- listenerContext(Context) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener scoped context to be used as a parent for webserver request contexts (if used).
- listenerContext(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener scoped context to be used as a parent for webserver request contexts (if used).
- listenerContext(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener scoped context to be used as a parent for webserver request contexts (if used).
- ListenerContext - Interface in io.helidon.webserver
-
Listener context.
- listenerRequired() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Whether the listener must be defined on the server or not.
- listenerRequired() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase.ServerEndpointImpl
- listenerRequired() - Method in interface io.helidon.declarative.codegen.model.http.ServerEndpoint
-
Whether the listener must be defined on the server or not.
- listenerRequired(boolean) - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Whether the listener must be defined on the server or not.
- listenerSocketOptions() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- listenerSocketOptions() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Server listener socket options.
- listenerSocketOptions() - Method in interface io.helidon.webserver.ListenerConfig
-
Server listener socket options.
- listenerSocketOptions(Map) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Server listener socket options.
- listenerTls() - Method in interface io.helidon.webserver.TransportBindingContext
-
Listener TLS state shared by transport bindings.
- ListenerTlsContext - Interface in io.helidon.webserver
-
Listener TLS state shared with transport bindings.
- ListenerTlsContext.RejectedSniException - Exception Class in io.helidon.webserver
-
Rejected SNI selection.
- ListenerTlsContext.Selection - Class in io.helidon.webserver
-
Selected listener TLS and SNI context.
- ListNodeBuilderImpl - Class in io.helidon.config
-
Implementation of
ConfigNode.ListNode.Builder. - ListNodeBuilderImpl() - Constructor for class io.helidon.config.ListNodeBuilderImpl
-
Initialize list builder.
- ListNodeBuilderImpl(Function) - Constructor for class io.helidon.config.ListNodeBuilderImpl
-
Initialize list builder.
- LIVENESS - Enum constant in enum class io.helidon.health.HealthCheckType
-
Liveness health check.
- load() - Method in class io.helidon.config.ClasspathConfigSource
- load() - Method in class io.helidon.config.ClasspathOverrideSource
- load() - Method in interface io.helidon.config.ConfigSourceRuntime
-
Load the config source if it is eager (such as
ParsableSourceorNodeConfigSource. - load() - Method in class io.helidon.config.DirectoryConfigSource
- load() - Method in class io.helidon.config.FileConfigSource
- load() - Method in class io.helidon.config.FileOverrideSource
- load() - Method in class io.helidon.config.InMemoryOverrideSource
- load() - Method in class io.helidon.config.MapConfigSource
- load() - Method in class io.helidon.config.PrefixedConfigSource
- load() - Method in interface io.helidon.config.spi.NodeConfigSource
-
Loads the underlying source data.
- load() - Method in interface io.helidon.config.spi.OverrideSource
-
Load override data from the underlying source.
- load() - Method in interface io.helidon.config.spi.ParsableSource
-
Loads the underlying source data.
- load() - Method in class io.helidon.config.UrlConfigSource
- load() - Method in class io.helidon.config.UrlOverrideSource
- load(String) - Method in interface io.helidon.openapi.OpenApiManager
-
Load the model.
- loaded() - Method in interface io.helidon.faulttolerance.ResilientValue
-
Whether the value has already been loaded successfully.
- loader() - Method in interface io.helidon.faulttolerance.ResilientValueConfig
-
Supplier that loads the value.
- Loading a Configuration - Section in package io.helidon.config
- Loading Configuration - Section in interface io.helidon.config.Config
- LOCAL - Enum constant in enum class io.helidon.http.HttpTransportObserver.Initiator
-
Locally initiated stream.
- LOCAL - Enum constant in enum class io.helidon.webserver.ProxyProtocolV2Data.Command
-
The connection was established on purpose by the proxy without being relayed.
- LOCAL_CLOSE - Enum constant in enum class io.helidon.http.HttpTransportObserver.ConnectionOutcome
-
Local endpoint initiated the connection close.
- LOCAL_VARIABLE - Enum constant in enum class io.helidon.common.types.ElementKind
-
Local variable.
- localAddress() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Requested local bind address.
- localAddress() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Optional requested local bind address.
- LocalDateConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
LocalDateConverter. - LocalDateConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
-
Constructor with no side effects
- LocalDateTimeConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
LocalDateTimeConverter. - LocalDateTimeConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
-
Constructor with no side effects
- locale() - Method in class io.helidon.security.jwt.Jwt
-
Locale claim.
- locale(Locale) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Locale of the subject.
- localMetadata() - Method in interface io.helidon.messaging.Message
-
Metadata local to this message envelope.
- localMetadata() - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Metadata local to this message envelope.
- localMetadata() - Method in interface io.helidon.messaging.MessageConfig
-
Metadata local to this message envelope.
- localMetadata(MessageMetadata) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Replace all local metadata with the supplied immutable snapshot.
- localMetadata(String, MessageHeaderValue) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Metadata local to this message envelope.
- localMetadata(String, String) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Set a local text metadata value, replacing the value with the same exact name.
- localMetadata(Consumer) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Replace all local metadata using an initially empty metadata builder.
- localMetadata(Supplier) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Replace all local metadata using a supplier evaluated immediately.
- localMetadata(Map) - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Metadata local to this message envelope.
- localPeer() - Method in class io.helidon.common.socket.NioSocket
- localPeer() - Method in class io.helidon.common.socket.PlainSocket
- localPeer() - Method in interface io.helidon.common.socket.SocketContext
-
Local peer information.
- localPeer() - Method in class io.helidon.common.socket.TlsNioSocket
- localPeer() - Method in class io.helidon.common.socket.TlsSocket
- localPeer() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Local peer information.
- localPeer() - Method in interface io.helidon.webserver.http.HttpRequest
-
Peer info of the local side.
- localPeer() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- LocalTimeConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
LocalTimeConverter. - LocalTimeConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
-
Constructor with no side effects
- LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor<T> - Class in io.helidon.data.jakarta.persistence
-
Service descriptor for
LocalTransactionStorage.LocalTransactionManager. - LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor() - Constructor for class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor
-
Constructor with no side effects
- LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor<T> - Class in io.helidon.data.jakarta.persistence
-
Service descriptor for
LocalTransactionStorage.LocalTransactionProvider. - LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor() - Constructor for class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
-
Constructor with no side effects
- LocalTxSupport__ServiceDescriptor<T> - Class in io.helidon.data.jakarta.persistence
-
Service descriptor for
LocalTxSupport. - LocalTxSupport__ServiceDescriptor() - Constructor for class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
-
Constructor with no side effects
- locate(ServerRequest) - Method in interface io.helidon.webserver.http.HttpServiceLocator
-
Locate an HTTP service for the current request.
- location() - Method in interface io.helidon.common.configurable.Resource
-
Location (or description) of this resource, depends on original source.
- location() - Method in interface io.helidon.http.ClientResponseHeaders
-
Optionally gets the value of
HeaderNames.LOCATIONheader. - location() - Method in interface io.helidon.metadata.MetadataFile
-
Classpath location of this resource.
- location() - Method in interface io.helidon.validation.ConstraintViolation
-
Location of the failure.
- location() - Method in interface io.helidon.validation.ConstraintViolation.PathElement
-
Location of the element.
- location() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- location() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
The location on classpath that contains the root of the static content.
- location() - Method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
The location on classpath that contains the root of the static content.
- location() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
- location() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
The directory (or a single file) that contains the root of the static content.
- location() - Method in interface io.helidon.webserver.staticcontent.FileSystemHandlerConfig
-
The directory (or a single file) that contains the root of the static content.
- location(String) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
The location on classpath that contains the root of the static content.
- location(URI) - Method in interface io.helidon.http.ServerResponseHeaders
-
Sets the value of
HeaderNames.LOCATIONheader. - location(Path) - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
The directory (or a single file) that contains the root of the static content.
- LOCATION - Static variable in class io.helidon.http.HeaderNames
-
The "Location" header name.
- LOCATION - Static variable in class io.helidon.metadata.MetadataConstants
-
Default location of the metadata files, this is expected to be a directory that is the same in every jar file.
- LOCATION_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Location" header name.
- LOCATIONS - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for locations.
- lock() - Method in class io.helidon.common.reactive.RequestedCounter
-
Lock internal counter if strict mode is on.
- LOCKED_423 - Static variable in class io.helidon.http.Status
-
Locked, see RFC 4918 - HTTP Extensions for WebDAV.
- LOCKED_423_CODE - Static variable in class io.helidon.http.Status
-
Locked, see RFC 4918 - HTTP Extensions for WebDAV.
- LockingStreamIdSequence - Class in io.helidon.webclient.http2
-
A stream ID sequence that uses locks for concurrency.
- log() - Method in interface io.helidon.common.reactive.Multi
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - log() - Method in interface io.helidon.common.reactive.Single
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - log() - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- log() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
HTTP Log configuration.
- log() - Method in interface io.helidon.http.HttpConfig
-
HTTP Log configuration.
- log(CodegenEvent) - Method in interface io.helidon.codegen.CodegenLogger
-
Log a new codegen event.
- log(HttpLogConfig) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
HTTP Log configuration.
- log(System.Logger) - Method in class io.helidon.common.Errors
-
Log supplied errors and return a status flag indicating whether the result is OK or not (will return true for valid, false if
Severity.FATALis present). - log(System.Logger.Level, String, Object...) - Method in interface io.helidon.codegen.CodegenLogger
-
Log a new codegen (simple) event.
- log(System.Logger, System.Logger.Level, String, Object...) - Method in interface io.helidon.common.socket.SocketContext
-
Log a message with the current
SocketContext.socketId()andSocketContext.childSocketId()to have consistent logs mappable to sockets. - log(System.Logger, System.Logger.Level, String, Throwable, Object...) - Method in interface io.helidon.common.socket.SocketContext
-
Log a message with the current
SocketContext.socketId()andSocketContext.childSocketId()to have consistent logs mappable to sockets. - log(Consumer) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
HTTP Log configuration.
- log(Supplier) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
HTTP Log configuration.
- log(Level) - Method in interface io.helidon.common.reactive.Multi
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - log(Level) - Method in interface io.helidon.common.reactive.Single
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - log(Level, boolean) - Method in interface io.helidon.common.reactive.Multi
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - log(Level, boolean) - Method in interface io.helidon.common.reactive.Single
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - log(Level, String) - Method in interface io.helidon.common.reactive.Multi
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - log(Level, String) - Method in interface io.helidon.common.reactive.Single
-
Log all signals
onSubscribe,onNext,onError,onComplete,cancelandrequestcoming to and from preceding operator. - Log4jMdcPropagator - Class in io.helidon.logging.log4j
-
This is propagator of Log4j MDC values between different threads.
- Log4jMdcPropagator() - Constructor for class io.helidon.logging.log4j.Log4jMdcPropagator
- Log4jMdcProvider - Class in io.helidon.logging.log4j
-
Provider for setting MDC values to the Log4j MDC support.
- Log4jMdcProvider() - Constructor for class io.helidon.logging.log4j.Log4jMdcProvider
- Log4jProvider - Class in io.helidon.logging.log4j
-
Log4j logging provider.
- Log4jProvider() - Constructor for class io.helidon.logging.log4j.Log4jProvider
- logAllMessages() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
- logAllMessages() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Whether to log all messages in a
RequestExceptionor not. - logAllMessages() - Method in interface io.helidon.webserver.ErrorHandling
-
Whether to log all messages in a
RequestExceptionor not. - logAllMessages(boolean) - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Whether to log all messages in a
RequestExceptionor not. - LogConfig - Class in io.helidon.logging.common
-
Logging configuration utility.
- logDeny() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Log security status - deny.
- logEnabled(String, boolean) - Method in class io.helidon.tracing.config.SpanTracingConfig
-
Whether a log event should be logged on the span with a default value.
- LogExporterType - Enum Class in io.helidon.telemetry.otelconfig
-
Types of OpenTelemetry log exporters supported via Helidon telemetry logging configuration.
- logFormatString(String) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
The format for log entries (similar to the Apache
LogFormat). - LogFormatter - Class in io.helidon.http
-
Header formatter for protocol logs.
- logger() - Method in interface io.helidon.codegen.CodegenContext
-
Logger to log messages according to the environment we run in (Annotation processor, Maven plugin, command line).
- logger() - Method in class io.helidon.codegen.CodegenContextBase
- logger() - Method in class io.helidon.codegen.CodegenContextDelegate
- logger() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- logger() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Logger to use, falls back to system logger.
- logger() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
Logger to use, falls back to system logger.
- logger(CodegenLogger) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Logger to use, falls back to system logger.
- loggerName() - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- loggerName() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Base name of the logger to use when logging receive and send packets.
- loggerName() - Method in interface io.helidon.http.HttpLogConfig
-
Base name of the logger to use when logging receive and send packets.
- loggerName() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- loggerName() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Name of the logger used to obtain access log logger from
System.getLogger(String). - loggerName() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Name of the logger used to obtain access log logger from
System.getLogger(String). - loggerName(String) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Base name of the logger to use when logging receive and send packets.
- loggerName(String) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Name of the logger used to obtain access log logger from
System.getLogger(String). - loggerName(String) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Name of the logger use to obtain access log logger from
System.getLogger(String). - logging() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry logging settings.
- logging() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- logging() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
OpenTelemetry logging settings.
- logging(OpenTelemetryLoggingConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry logging settings.
- logging(Consumer) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry logging settings.
- logging(Supplier) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry logging settings.
- Logging - Section in interface io.helidon.webclient.discovery.WebClientDiscovery
- LOGGING_OTLP - Enum constant in enum class io.helidon.telemetry.otelconfig.LogExporterType
-
Writes logs to a Logger in OTLP JSON format
OtlpJsonLoggingLogRecordExporter. - LOGGING_OTLP - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricExporterType
-
JSON logging to console
OtlpJsonLoggingMetricExporter. - LOGGING_OTLP - Enum constant in enum class io.helidon.telemetry.otelconfig.SpanExporterType
-
JSON logging to console
OtlpJsonLoggingSpanExporter. - loggingBuilderInfo() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- LoggingProvider - Interface in io.helidon.logging.common.spi
-
Used by Helidon to correctly initialize logging at build time (such as when building GraalVM native image) and at runtime (to configure loggers).
- LogicalOperator - Enum Class in io.helidon.data.codegen.query
-
Logical operator in criteria expressions.
- logicalTarget() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Logical connection target and identity.
- login() - Method in class io.helidon.security.providers.httpauth.ConfigUserStore.ConfigUser
- login() - Method in interface io.helidon.security.providers.httpauth.SecureUserStore.User
-
Get login name.
- logLimits() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Log limits to apply to log transmission.
- logLimits() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- logLimits() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Log limits to apply to log transmission.
- logLimits(LogLimits) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Log limits to apply to log transmission.
- logLimits(Consumer) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Log limits to apply to log transmission.
- logLimits(Supplier) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Log limits to apply to log transmission.
- LogLimitsConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for log limits.
- LogLimitsConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
LogLimitsConfig. - LogLimitsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
LogLimitsConfig. - LogLimitsConfig.BuilderBase.LogLimitsConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- LogLimitsConfigImpl(LogLimitsConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase.LogLimitsConfigImpl
-
Create an instance providing a builder.
- LogObserveProvider - Class in io.helidon.webserver.observe.log
-
Logging observe provider implementation, discoverable through
ServiceRegistryandServiceLoader. - LogObserveProvider() - Constructor for class io.helidon.webserver.observe.log.LogObserveProvider
-
Required public constructor for
ServiceLoader. - LogObserveProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe.log
-
Service descriptor for
LogObserveProvider. - LogObserveProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
-
Constructor with no side effects
- LogObserver - Class in io.helidon.webserver.observe.log
-
Observer for information about loggers, and possibly to obtain log stream.
- LogObserverConfig - Interface in io.helidon.webserver.observe.log
-
Log Observer configuration.
- LogObserverConfig.Builder - Class in io.helidon.webserver.observe.log
-
Fluent API builder for
LogObserver. - LogObserverConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.log
-
Fluent API builder base for
LogObserverConfig. - LogObserverConfig.BuilderBase.LogObserverConfigImpl - Class in io.helidon.webserver.observe.log
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- LogObserverConfigImpl(LogObserverConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
-
Create an instance providing a builder.
- logout() - Method in interface io.helidon.security.SecurityContext
-
Logout user, clear current security context.
- logoutEnabled() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether logout is enabled.
- logoutEnabled(Boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to enable logout support.
- logoutEndpointUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Logout endpoint on OIDC server.
- logoutEndpointUri() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
Logout endpoint on OIDC server.
- logoutEndpointUri(URI) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
URI of a logout endpoint used to redirect users to for logging-out.
- logoutUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Logout URI.
- logoutUri(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Path to register web server for logout link.
- logProceed() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Log security status - proceed.
- LogRecordExporterConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for a log record exporter.
- LogRecordExporterConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
LogRecordExporterConfig. - LogRecordExporterConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
LogRecordExporterConfig. - LogRecordExporterConfig.BuilderBase.LogRecordExporterConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- LogRecordExporterConfigImpl(LogRecordExporterConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase.LogRecordExporterConfigImpl
-
Create an instance providing a builder.
- LogRecordMatcher - Class in io.helidon.common.testing.junit5
-
Hamcrest matcher for a
LogRecord. - logRecords() - Method in class io.helidon.common.testing.junit5.InMemoryLoggingHandler
-
Returns the accumulated log records.
- logScope() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogScopeSpans
-
Returns the
JsonLogConverter.LogScopeportion of theLogScopeSpansdata. - logService(Subject) - Method in class io.helidon.security.integration.common.AtnTracing
-
Log authenticated service.
- logSpans() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogScopeSpans
-
Returns the
JsonLogConverter.LogSpaninstances portion of theLogScopeSpansdata. - logStatus(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.integration.common.AtnTracing
-
Log response status.
- logStatus(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.integration.common.AtzTracing
-
Log response status.
- logStatus(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.integration.common.OutboundTracing
-
Log response status.
- logStatus(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.integration.common.ResponseTracing
-
Log response status.
- logStatus(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.integration.common.RoleMapTracing
-
Log response status.
- logStatus(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.integration.common.SecurityTracing
-
Log response status.
- LogStreamConfig - Interface in io.helidon.webserver.observe.log
-
Log stream configuration for Log Observer.
- LogStreamConfig.Builder - Class in io.helidon.webserver.observe.log
-
Fluent API builder for
LogStreamConfig. - LogStreamConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.log
-
Fluent API builder base for
LogStreamConfig. - LogStreamConfig.BuilderBase.LogStreamConfigImpl - Class in io.helidon.webserver.observe.log
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- LogStreamConfigImpl(LogStreamConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
-
Create an instance providing a builder.
- logUser(Subject) - Method in class io.helidon.security.integration.common.AtnTracing
-
Log authenticated user.
- LONG_RUNNING_REQUESTS_THRESHOLD_DEFAULT - Static variable in interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
-
Default long-running requests threshold.
- LONG_RUNNING_REQUESTS_THRESHOLD_DEFAULT - Static variable in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
-
Default long-running requests threshold.
- LongArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
LongArrayConverter. - LongArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- longAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Long attributes.
- longAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
- longAttributes() - Method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
Long attributes.
- longAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Long attributes.
- Long constraints - Section in module io.helidon.validation
- LongConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
LongConverter. - LongConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
-
Constructor with no side effects
- longData(int) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Generates at least
bytesnumber of bytes as a sequence of decimal numbers delimited by newlines. - LongMaxValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
LongMaxValidatorProvider. - LongMaxValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- LongMinValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
LongMinValidatorProvider. - LongMinValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- LongMultipleOfValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
LongMultipleOfValidatorProvider. - LongMultipleOfValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- longRunningRequestThreshold() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
- longRunningRequestThreshold() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Threshold in ms that characterizes whether a request is long running.
- longRunningRequestThreshold() - Method in interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
-
Threshold in ms that characterizes whether a request is long running.
- longRunningRequestThreshold(Duration) - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Threshold in ms that characterizes whether a request is long running.
- longValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - longValue() - Method in class io.helidon.json.JsonNumber
-
Return the long value of this JsonNumber.
- longValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- longValue(String) - Method in class io.helidon.json.JsonObject
-
Return the long value associated with the specified key as an Optional.
- longValue(String, long) - Method in class io.helidon.json.JsonObject
-
Return the long value associated with the specified key, or the default value if the key is not present.
- longValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - longValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- lookup() - Method in class io.helidon.common.buffers.DataReader
-
Look at the next byte (does not modify position).
- Lookup - Interface in io.helidon.service.registry
-
Lookup criteria to discover services, mostly used when interacting with a service registry.
- Lookup.Builder - Class in io.helidon.service.registry
-
Fluent API builder for
Lookup. - Lookup.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.registry
-
Fluent API builder base for
Lookup. - Lookup.BuilderBase.LookupImpl - Class in io.helidon.service.registry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- lookupCacheEnabled() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Flag indicating whether service lookups (i.e., via
ServiceRegistry.first(io.helidon.service.registry.Lookup)) are cached. - lookupCacheEnabled() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- lookupCacheEnabled() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Flag indicating whether service lookups (i.e., via
ServiceRegistry.first(io.helidon.service.registry.Lookup)) are cached. - lookupCacheEnabled(boolean) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Flag indicating whether service lookups (i.e., via
ServiceRegistry.first(io.helidon.service.registry.Lookup)) are cached. - lookupCacheSize() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Size of the lookup cache when
ServiceRegistryConfig.lookupCacheEnabled()is set totrue. - lookupCacheSize() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- lookupCacheSize() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Size of the lookup cache when
ServiceRegistryConfig.lookupCacheEnabled()is set totrue. - lookupCacheSize(int) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Size of the lookup cache when
ServiceRegistryConfig.lookupCacheEnabled()is set totrue. - lookupConfig(String) - Method in interface io.helidon.metrics.api.MetricsConfig
-
Looks up a single config value within the metrics configuration by config key.
- lookupCount() - Method in interface io.helidon.service.registry.RegistryMetrics
-
Number of lookups done in the registry.
- LookupImpl(Lookup.BuilderBase) - Constructor for class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
-
Create an instance providing a builder.
- lookupInstances(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
A lookup method that provides a list of qualified instances, rather than just a service instance.
- lookupKey() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a cache lookup key for this target without retaining its selected proxy route.
- lookupKey(ConnectionKey, ClientUri, ClientRequestHeaders) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a DNS-free cache lookup key from a final request URI and headers.
- lookupKey(ConnectionKey, String) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Create a DNS-free cache lookup key using the connection-key origin.
- lookupServices(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
A lookup method operating on the service descriptors, rather than service instances.
- LoomClient__ServiceDescriptor<T> - Class in io.helidon.webclient.api
-
Service descriptor for
LoomClient. - LoomClient__ServiceDescriptor() - Constructor for class io.helidon.webclient.api.LoomClient__ServiceDescriptor
-
Constructor with no side effects
- LoomServer__ServiceDescriptor<T> - Class in io.helidon.webserver
-
Service descriptor for
LoomServer. - LoomServer__ServiceDescriptor() - Constructor for class io.helidon.webserver.LoomServer__ServiceDescriptor
-
Constructor with no side effects
- LOOP_DETECTED_508 - Static variable in class io.helidon.http.Status
-
508 Loop Detected, see RFC 5842 - Bindings for the Constrained Application Protocol (CoAP).
- LOOP_DETECTED_508_CODE - Static variable in class io.helidon.http.Status
-
508 Loop Detected, see RFC 5842 - Bindings for the Constrained Application Protocol (CoAP).
- lowerBound(boolean) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Bound is by default an upper bounds (presented as
extendsin code). - lowerBounds() - Method in class io.helidon.codegen.classmodel.TypeArgument
- lowerBounds() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
extendswill have a lower bound defined. - lowerBounds() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- lowerBounds() - Method in interface io.helidon.common.types.TypeName
-
Generic types that provide keyword
extendswill have a lower bound defined. - lowerBounds(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
extendswill have a lower bound defined. - lowerCase() - Method in interface io.helidon.http.HeaderName
-
Lowercase value of this header, used by HTTP/2, may be used for lookup by HTTP/1.
- LOWMEMORY - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricTemporalityPreferenceType
-
Low memory.
- lPad(int) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Apply left padding to fill the defined length.
- LruCache<K,
V> - Interface in io.helidon.common -
Least recently used cache.
M
- main(String[]) - Static method in class io.helidon.common.Version
-
Display version
- main(String[]) - Static method in class io.helidon.config.encryption.Main
-
Expected parameters: type [enc|aes|gcm|rsa] encryptionConfig [masterPassword|pathToRsaPublicKey] secretToEncrypt.
- main(String[]) - Static method in class io.helidon.Main
-
Start Helidon.
- Main - Class in io.helidon.config.encryption
-
Cli access to secret encryption.
- Main - Class in io.helidon
-
Main entry point for any Helidon application.
- MAIN_CLASS_NAME - Static variable in class io.helidon.service.maven.plugin.CreateApplicationMojo
-
Class name of the main class generated by Maven plugin (for end user application).
- MAIN_CLASS_NAME - Static variable in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
-
Class name of the main class generated by Maven plugin (for end user application).
- mainTrigger() - Method in record class io.helidon.codegen.ClassCode
-
Returns the value of the
mainTriggerrecord component. - managedClasses() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- managedClasses() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Managed persistence entities.
- managedClasses() - Method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Managed persistence entities.
- managedClasses(Set) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Managed persistence entities.
- manager() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
The configured TLS manager.
- manager() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- manager() - Method in interface io.helidon.common.tls.TlsConfig
-
The configured TLS manager.
- manager() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI manager.
- manager() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- manager() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
OpenAPI manager.
- manager(TlsManager) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
The configured TLS manager.
- manager(OpenApiManager) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI manager.
- managerDiscoverServices() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Service discovery flag for
TlsConfig.BuilderBase.manager(). - managerDiscoverServices() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service discovery flag for
OpenApiFeatureConfig.BuilderBase.manager(). - managerDiscoverServices(boolean) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Service discovery flag for
TlsConfig.BuilderBase.manager(). - managerDiscoverServices(boolean) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service discovery flag for
OpenApiFeatureConfig.BuilderBase.manager(). - mandatory(boolean) - Method in class io.helidon.security.jwt.AudienceValidator.Builder
-
Whether handled claim is mandatory to be present.
- mandatory(boolean) - Method in class io.helidon.security.jwt.ExpirationValidator.Builder
-
Whether handled claim is mandatory to be present.
- mandatory(boolean) - Method in class io.helidon.security.jwt.FieldValidator.Builder
-
Whether handled claim is mandatory to be present.
- mandatory(boolean) - Method in class io.helidon.security.jwt.IssueTimeValidator.Builder
-
Whether handled claim is mandatory to be present.
- mandatory(boolean) - Method in class io.helidon.security.jwt.MaxTokenAgeValidator.Builder
-
Whether handled claim is mandatory to be present.
- mandatory(boolean) - Method in class io.helidon.security.jwt.NotBeforeValidator.Builder
-
Whether handled claim is mandatory to be present.
- mandatory(boolean) - Method in class io.helidon.security.jwt.UserPrincipalValidator.Builder
-
Whether handled claim is mandatory to be present.
- MANDATORY - Enum constant in enum class io.helidon.transaction.Tx.Type
-
Indicates that a transaction must already be in effect when a method executes.
- manifest() - Method in interface io.helidon.codegen.CodegenFiler
-
Manifest resource that is used to collect all manifest files to allow runtime discovery.
- MANIFEST_FILE - Static variable in class io.helidon.metadata.MetadataConstants
-
Name of the manifest file, expected under the configured root location.
- MANIFEST_ID_LINE - Static variable in class io.helidon.metadata.MetadataConstants
-
Line that must be exactly once in each module's manifest file.
- ManifestResource - Class in io.helidon.codegen
-
Support for Helidon manifest file, that lists all manifest resources on the classpath.
- manualRequest(String, Object...) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Send supplied text manually to socket.
- map() - Method in class io.helidon.config.MapConfigSource.MapBuilder
-
Map used as data of this config source.
- map(ModuleRef) - Static method in class io.helidon.codegen.scan.ScanModuleInfo
-
Map a module reference to module descriptor.
- map(CodegenContext, TypeInfo) - Method in interface io.helidon.codegen.spi.TypeMapper
-
Map the original type to a different type, or remove it from processing.
- map(Flavor) - Static method in enum class io.helidon.common.features.api.HelidonFlavor
-
Map from metadata flavor.
- map(Config, GenericType) - Method in interface io.helidon.config.spi.ConfigMapper
-
Convert the specified
Confignode into the target type specified byGenericType. - map(Config, Class) - Method in interface io.helidon.config.spi.ConfigMapper
-
Converts the specified
Confignode to the target type. - map(JdbcClient.Row) - Method in interface io.helidon.data.jdbc.JdbcClient.RowMapper
-
Maps the current row synchronously.
- map(JdbcClient.RowMapper) - Method in interface io.helidon.data.jdbc.JdbcClient.GeneratedKeys
-
Selects the mapper for generated key rows and finalizes this stage.
- map(JdbcClient.RowMapper) - Method in interface io.helidon.data.jdbc.JdbcClient.Statement
-
Selects an explicit mapper for query rows.
- map(ProviderRequest, AuthenticationResponse) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
- map(ProviderRequest, AuthenticationResponse) - Method in interface io.helidon.security.spi.SubjectMappingProvider
-
Map grants from authenticated request (e.g.
- map(Class) - Method in interface io.helidon.data.jdbc.JdbcClient.Statement
-
Selects mapping from the first column for a supported scalar type.
- map(String, GenericType, String) - Method in interface io.helidon.config.spi.ConfigMapper
-
Converts the value to the target generic type.
- map(String, Class, String) - Method in interface io.helidon.config.spi.ConfigMapper
-
Converts the value to the target type.
- map(Function) - Method in interface io.helidon.common.mapper.OptionalValue
-
If a value is present, apply the provided mapping function to it, and if the result is non-null, return an
Optionaldescribing the result. - map(Function) - Method in interface io.helidon.common.reactive.Multi
- map(Function) - Method in interface io.helidon.common.reactive.Single
- map(Function) - Method in interface io.helidon.common.reactive.Subscribable
- map(Map) - Method in class io.helidon.config.MapConfigSource.MapBuilder
-
Map to be used as config source underlying data.
- map(SOURCE) - Method in interface io.helidon.common.mapper.Mapper
-
Map an instance of source type to an instance of target type.
- map(SOURCE, GenericType, GenericType, String...) - Method in interface io.helidon.common.mapper.Mappers
-
Map from source to target.
- map(SOURCE, GenericType, GenericType, Function, String...) - Method in interface io.helidon.common.mapper.Mappers
-
Map from source to target, also mapping exception to a custom exception type.
- map(SOURCE, Class, Class, String...) - Method in interface io.helidon.common.mapper.Mappers
-
Map from source to target.
- map(SRC, GenericType) - Method in class io.helidon.dbclient.DbColumnBase
-
Map value to target type using
Mapper. - map(SRC, Class) - Method in class io.helidon.dbclient.DbColumnBase
-
Map value to target type using
Mapper. - MAP - Enum constant in enum class io.helidon.config.metadata.ConfiguredOption.Kind
-
Option is a map keyed by strings.
- MAP - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Map. - MAP_OR_LIST - Enum constant in enum class io.helidon.config.metadata.ConfiguredOption.Kind
-
Option accepts either a map keyed by strings or a list of values.
- MAP_RESOLVED_TO_SET_OF_RESOLVED - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A map of resolved types to a set of resolved types.
- mapAnnotation(CodegenContext, Annotation, ElementKind) - Method in interface io.helidon.codegen.spi.AnnotationMapper
-
Map an annotation to a set of new annotations.
- mapAnnotation(CodegenContext, Annotation, ElementKind) - Static method in class io.helidon.codegen.TypeInfoFactoryBase
-
Map an annotation using context type mappers.
- MapBindingFactory__ServiceDescriptor<T> - Class in io.helidon.json.binding.factories
-
Service descriptor for
MapBindingFactory. - MapBindingFactory__ServiceDescriptor() - Constructor for class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
-
Constructor with no side effects
- MapBuilder() - Constructor for class io.helidon.config.MapConfigSource.MapBuilder
-
Creat a new builder instance.
- MapConfigSource - Class in io.helidon.config
-
ConfigSourceimplementation based onMap<String, String>. - MapConfigSource.Builder - Class in io.helidon.config
-
Fluent API builder for
MapConfigSource. - MapConfigSource.MapBuilder<T> - Class in io.helidon.config
-
An abstract fluent API builder for
MapConfigSource. - mapElement(CodegenContext, TypedElementInfo) - Method in interface io.helidon.codegen.spi.ElementMapper
-
Map an element to a different element (changing any of its properties), or remove the element.
- mapElement(CodegenContext, TypedElementInfo) - Static method in class io.helidon.codegen.TypeInfoFactoryBase
-
Map an element using context type mappers.
- mapEqualTo(Map) - Static method in class io.helidon.common.testing.junit5.MapMatcher
-
A matcher that performs
Mapdeep equality. - MapMatcher - Class in io.helidon.common.testing.junit5
-
Hamcrest matchers for
Map. - MapNamedByTypeMapperProvider - Class in io.helidon.service.codegen
-
A
ServiceLoaderprovider implementation to map class named annotations to named annotations. - MapNamedByTypeMapperProvider() - Constructor for class io.helidon.service.codegen.MapNamedByTypeMapperProvider
-
Required public constructor for
ServiceLoader. - mapper() - Method in record class io.helidon.common.mapper.spi.MapperProvider.ProviderResponse
-
Returns the value of the
mapperrecord component. - mapper() - Method in interface io.helidon.config.Config
-
The mapper used by this config instance.
- mapper() - Method in class io.helidon.config.MergedConfig
-
Only mappers from the primary config are considered.
- mapper(GenericType, GenericType, String) - Method in interface io.helidon.common.mapper.spi.MapperProvider
-
Find a mapper that is capable of mapping from source to target types.
- mapper(GenericType, GenericType, String...) - Method in interface io.helidon.common.mapper.Mappers
-
Obtain a mapper for the provided types and qualifiers.
- mapper(GenericType) - Method in interface io.helidon.config.spi.ConfigMapperProvider
-
Mapper for a specific generic type.
- mapper(GenericType) - Method in interface io.helidon.dbclient.spi.DbMapperProvider
-
Returns mapper for specific type supporting generic types as well.
- mapper(Class, Class, String) - Method in interface io.helidon.common.mapper.spi.MapperProvider
-
Find a mapper that is capable of mapping from source to target classes.
- mapper(Class, Class, String) - Method in class io.helidon.dbclient.DbMapperProviderImpl
- mapper(Class) - Method in class io.helidon.config.EnumMapperProvider
- mapper(Class) - Method in class io.helidon.config.objectmapping.ObjectConfigMapperProvider
- mapper(Class) - Method in interface io.helidon.config.spi.ConfigMapperProvider
-
A simple mapping function from config node to a typed value based on the expected class.
- mapper(Class) - Method in class io.helidon.dbclient.json.JsonMapperProvider
- mapper(Class) - Method in class io.helidon.dbclient.jsonp.JsonProcessingMapperProvider
- mapper(Class) - Method in interface io.helidon.dbclient.spi.DbMapperProvider
-
Returns mapper for specific type.
- Mapper<SOURCE,
TARGET> - Interface in io.helidon.common.mapper -
A generic and general approach to mapping two types.
- MapperException - Exception Class in io.helidon.common.mapper
-
An exception that is thrown when mapping failed to map source to target.
- MapperException(GenericType, GenericType, String) - Constructor for exception class io.helidon.common.mapper.MapperException
-
Failed with no underlying exception.
- MapperException(GenericType, GenericType, String, Throwable) - Constructor for exception class io.helidon.common.mapper.MapperException
-
Failed with an underlying exception.
- mapperManager() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Get
Mappermanager. - mapperManager() - Method in class io.helidon.dbclient.DbClientContext
- mapperManager() - Method in interface io.helidon.dbclient.DbContext
-
Configured mapper manager.
- mapperManager() - Method in class io.helidon.dbclient.DbExecuteContext
- mapperManager(Mappers) - Method in class io.helidon.common.parameters.Parameters.Builder
-
Configure mapper manager to use.
- mapperManager(Mappers) - Method in class io.helidon.dbclient.DbClient.Builder
-
Mapper manager for generic mapping, such as mapping of parameters to expected types.
- mapperManager(Mappers) - Method in class io.helidon.dbclient.DbClientBuilderBase
- mapperManager(Mappers) - Method in class io.helidon.dbclient.DbClientContext.BuilderBase
-
Configure the mapper manager to use.
- mapperManager(Mappers) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Mapper manager for generic mapping, such as mapping of parameters to expected types.
- mapperProvider(DbMapperProvider) - Method in class io.helidon.dbclient.DbClient.Builder
-
Database schema mappers provider.
- MapperProvider - Interface in io.helidon.common.mapper.spi
-
Java Service loader service to get mappers.
- MapperProvider.ProviderResponse - Record Class in io.helidon.common.mapper.spi
-
Response of a provider.
- MapperProvider.Support - Enum Class in io.helidon.common.mapper.spi
-
How does this provider support the type.
- mapperProviders() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mapper providers allow for introduction of new mappers into the system.
- mapperProviders() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- mapperProviders() - Method in interface io.helidon.common.mapper.MappersConfig
-
Mapper providers allow for introduction of new mappers into the system.
- mapperProviders(List) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mapper providers allow for introduction of new mappers into the system.
- mapperProvidersDiscoverServices() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Service discovery flag for
MappersConfig.BuilderBase.mapperProviders(). - mapperProvidersDiscoverServices(boolean) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Service discovery flag for
MappersConfig.BuilderBase.mapperProviders(). - mapperQualifier() - Method in record class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider.ParametersSource
-
Returns the value of the
mapperQualifierrecord component. - mapperQualifier() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
- mapperQualifier() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Qualifier used when mapping string values to target type.
- mapperQualifier() - Method in interface io.helidon.service.codegen.DefaultsParams
-
Qualifier used when mapping string values to target type.
- mapperQualifier(String) - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Qualifier used when mapping string values to target type.
- mappers() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mappers discovered through
ServiceRegistry, or explicitly created that implement bothMapper.sourceType()andMapper.targetType()methods. - mappers() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- mappers() - Method in interface io.helidon.common.mapper.MappersConfig
-
Mappers discovered through
ServiceRegistry, or explicitly created that implement bothMapper.sourceType()andMapper.targetType()methods. - mappers() - Method in class io.helidon.config.EnumMapperProvider
- mappers() - Method in class io.helidon.config.objectmapping.ObjectConfigMapperProvider
- mappers() - Method in interface io.helidon.config.spi.ConfigMapperProvider
-
Returns a map of mapper functions associated with appropriate target type (
Class<?>. - mappers(List) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mappers discovered through
ServiceRegistry, or explicitly created that implement bothMapper.sourceType()andMapper.targetType()methods. - Mappers - Interface in io.helidon.common.mapper
-
Mappers manager of all configured mappers.
- MappersConfig - Interface in io.helidon.common.mapper
-
Mappers configuration.
- MappersConfig.Builder - Class in io.helidon.common.mapper
-
Fluent API builder for
Mappers. - MappersConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.mapper
-
Fluent API builder base for
MappersConfig. - MappersConfig.BuilderBase.MappersConfigImpl - Class in io.helidon.common.mapper
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MappersConfigImpl(MappersConfig.BuilderBase) - Constructor for class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
-
Create an instance providing a builder.
- mappersDiscoverServices() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Service discovery flag for
MappersConfig.BuilderBase.mappers(). - mappersDiscoverServices(boolean) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Service discovery flag for
MappersConfig.BuilderBase.mappers(). - MappersFactory__ServiceDescriptor<T> - Class in io.helidon.common.mapper
-
Service descriptor for
MappersFactory. - MappersFactory__ServiceDescriptor() - Constructor for class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
-
Constructor with no side effects
- mappersField() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
- mappersField() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Name of the field/variable that contains a
Mappersinstance. - mappersField() - Method in interface io.helidon.service.codegen.DefaultsParams
-
Name of the field/variable that contains a
Mappersinstance. - mappersField(String) - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Name of the field/variable that contains a
Mappersinstance. - mapperSupportedAnnotationPackages() - Method in interface io.helidon.codegen.CodegenContext
-
Annotation packages supported by the mappers.
- mapperSupportedAnnotationPackages() - Method in class io.helidon.codegen.CodegenContextBase
- mapperSupportedAnnotationPackages() - Method in class io.helidon.codegen.CodegenContextDelegate
- mapperSupportedAnnotations() - Method in interface io.helidon.codegen.CodegenContext
-
Annotations supported by the mappers.
- mapperSupportedAnnotations() - Method in class io.helidon.codegen.CodegenContextBase
- mapperSupportedAnnotations() - Method in class io.helidon.codegen.CodegenContextDelegate
- MAPPING_QUALIFIER - Static variable in interface io.helidon.dbclient.DbClient
-
Qualifier used for mapping using
Mappers.map(Object, Class, Class, String...). - mapType(CodegenContext, TypeInfo) - Static method in class io.helidon.codegen.TypeInfoFactoryBase
-
Map a type using context type mappers.
- mark() - Method in interface io.helidon.json.JsonParser
-
Marks the current position in the JSON.
- mark() - Method in class io.helidon.json.ObjectStartParser
- mark() - Method in class io.helidon.json.smile.SmileParser
- marshallerSupplier(MarshallerSupplier) - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
- marshallerSupplier(MarshallerSupplier) - Method in interface io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
-
Register the
MarshallerSupplierfor the method. - marshallerSupplier(MarshallerSupplier) - Method in interface io.helidon.webserver.grpc.GrpcMethodDescriptor.Rules
-
Register the
MarshallerSupplierfor the method. - marshallerSupplier(MarshallerSupplier) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- marshallerSupplier(MarshallerSupplier) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register the
MarshallerSupplierfor the service. - MarshallerSupplier - Interface in io.helidon.grpc.core
-
A supplier of
MethodDescriptor.Marshallerinstances for specific classes. - masked() - Method in class io.helidon.websocket.ClientWsFrame
- masked() - Method in class io.helidon.websocket.ServerWsFrame
- masked() - Method in interface io.helidon.websocket.WsFrame
-
Whether this frame is masked.
- maskedData() - Method in class io.helidon.websocket.ClientWsFrame
-
Masked data of this frame, to be sent over the network.
- maskingKey() - Method in class io.helidon.websocket.ClientWsFrame
- maskingKey() - Method in class io.helidon.websocket.ServerWsFrame
- maskingKey() - Method in interface io.helidon.websocket.WsFrame
-
Masking key, if
WsFrame.masked()returnstrue. - MASTER_PASSWORD_CONFIG_KEY - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Configuration property key to set master password ("security.config.aes.insecure-passphrase").
- MASTER_PASSWORD_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set master password ("SECURE_CONFIG_AES_MASTER_PWD").
- masterPassword(char[]) - Method in class io.helidon.config.encryption.EncryptionFilter.Builder
-
Master password for AES based decryption.
- match(UriPath) - Method in interface io.helidon.http.PathMatcher
-
Match the provided path against the configured path.
- match(String, boolean) - Method in class io.helidon.http.encoding.AcceptEncoding
-
Match a content coding.
- matchedHost() - Method in interface io.helidon.webserver.SniContext
-
Configured virtual-host pattern that matched the presented SNI host.
- matchedPath() - Method in record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Returns the value of the
matchedPathrecord component. - MatcherWithRetry - Class in io.helidon.common.testing.junit5
-
Hamcrest matcher capable of configured retries before failing the assertion, plus more generic retry processing.
- matches(Method, UriPath) - Method in interface io.helidon.webserver.observe.tracing.PathTracingConfig
-
Method used by Helidon to check if this tracing is valid for the specified method and path.
- matches(Lookup) - Method in interface io.helidon.service.registry.Lookup
-
Determines whether this lookup matches the criteria for injection.
- matches(ServiceInfo) - Method in interface io.helidon.service.registry.Lookup
-
Determines whether this service info criteria matches the service descriptor.
- matches(ServiceInfo) - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
-
Determines whether this service info criteria matches the service descriptor.
- matchesClientRequest(GenericType, Headers) - Method in class io.helidon.http.media.MediaSupportBase
-
Client request writer check.
- matchesClientResponse(GenericType, Headers) - Method in class io.helidon.http.media.MediaSupportBase
-
Client response reader check.
- matchesContracts(Lookup) - Method in interface io.helidon.service.registry.Lookup
-
Determines whether the provided criteria match just the contracts portion of the provided criteria.
- matchesMethod(Method) - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Checks whether the
Methodmatches the method(s) in the path config. - matchesPath(UriPath) - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Checks whether the
UriPathmatches the path in the path config. - matchesQualifiers(Set) - Method in interface io.helidon.service.registry.Lookup
-
Determines whether the provided qualifiers are matched by this lookup criteria.
- matchesSafely(ConfigNode) - Method in class io.helidon.config.testing.ValueNodeMatcher
- matchesServerRequest(GenericType, Headers) - Method in class io.helidon.http.media.MediaSupportBase
-
Server request reader check.
- matchesServerResponse(GenericType, Headers, Headers) - Method in class io.helidon.http.media.MediaSupportBase
-
Server response writer check.
- matchingElement() - Method in interface io.helidon.http.PathMatcher
-
Returns the matching element for this matcher.
- matchingPattern() - Method in interface io.helidon.webserver.http.ServerRequest
-
The pattern used to match this request.
- matchingPattern(String) - Method in interface io.helidon.webserver.http.RoutingRequest
-
Update the pattern used to match this request.
- matchingPattern(Supplier) - Method in interface io.helidon.webserver.http.RoutingRequest
-
Update the pattern used to match this request using a supplier.
- matchingRoute(ClientConnection, ConnectionKey, ClientUri, ClientRequestHeaders) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Match an explicit TCP connection to a fully finalized logical target.
- MatchResult(boolean, RoutedPath) - Constructor for record class io.helidon.http.PathMatchers.MatchResult
-
Creates an instance of a
MatchResultrecord class. - matchType() - Method in interface io.helidon.webserver.SniContext
-
SNI match type.
- MATRIX - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Matrix style parameters.
- MATRIX_PARAM - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI path component type that is a matrix parameter.
- matrixParameters() - Method in interface io.helidon.common.uri.UriPath
-
Path parameters collected from the full path.
- matrixParameters() - Method in interface io.helidon.common.uri.UriPathSegment
-
All matrix parameters of this segment.
- max() - Method in interface io.helidon.metrics.api.DistributionSummary
-
Returns the maximum value among the observations recorded by the distribution summary.
- max() - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns the maximum value over all observations.
- max() - Method in interface io.helidon.metrics.api.LabeledSnapshot
-
Maximal value.
- max(Duration) - Method in class io.helidon.config.ScheduledPollingStrategy.RecurringPolicy.AdaptiveBuilder
-
Sets the maximal interval between tick events.
- max(TimeUnit) - Method in interface io.helidon.metrics.api.Timer
-
Returns the maximum value, expressed in the specified units, consumed by a completed event measured by the timer.
- Max - Enum constant in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Maxoperator. - MAX_CONCURRENT_STREAMS - Static variable in interface io.helidon.http.http2.Http2Setting
-
Setting to define maximal number of open streams.
- MAX_FORWARDS - Static variable in class io.helidon.http.HeaderNames
-
The "Max-Forwards" header name.
- MAX_FORWARDS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Max-Forwards" header name.
- MAX_FRAME_SIZE - Static variable in interface io.helidon.http.http2.Http2Setting
-
Setting to define maximal frame size.
- MAX_HEADER_LIST_SIZE - Static variable in interface io.helidon.http.http2.Http2Setting
-
Setting to define maximal header list size.
- MAX_ID_LENGTH - Static variable in class io.helidon.messaging.MessageBatch
-
Maximum opaque identity length.
- MAX_MAX_FRAME_SIZE - Static variable in interface io.helidon.http.http2.WindowSize
-
Largest possible setting for MAX_FRAME_SIZE (2^24-1).
- MAX_NESTING_DEPTH - Static variable in interface io.helidon.json.JsonParser
-
Maximum number of nested JSON object and array structures supported by this parser.
- MAX_WIN_SIZE - Static variable in interface io.helidon.http.http2.WindowSize
-
Maximal window size.
- maxAge() - Method in class io.helidon.http.SetCookie
-
Max age of cookie.
- maxAge() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- maxAge() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Max age as a duration.
- maxAge() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Max age as a duration.
- maxAge() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- maxAge() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Max age of the HSTS policy.
- maxAge() - Method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Max age of the HSTS policy.
- maxAge() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- maxAge() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Advertised maximum age.
- maxAge() - Method in interface io.helidon.webserver.http.AltSvcConfig
-
Advertised maximum age.
- maxAge(Duration) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
Max-Ageparameter. - maxAge(Duration) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Max age as a duration.
- maxAge(Duration) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Max age of the HSTS policy.
- maxAge(Duration) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Advertised maximum age.
- maxAttempts() - Element in annotation interface io.helidon.messaging.Messaging.OnFailure
-
Maximum total delivery attempts, including the initial attempt.
- maxAttempts() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Maximum number of retry attempts.
- maxAttempts() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
- maxAttempts() - Method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Maximum number of retry attempts.
- maxAttempts(int) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Maximum number of retry attempts.
- maxAttributes() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of attributes.
- maxAttributes() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- maxAttributes() - Method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Maximum number of attributes.
- maxAttributes(int) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of attributes.
- maxAttributesPerEvent() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of attributes per event.
- maxAttributesPerEvent() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- maxAttributesPerEvent() - Method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Maximum number of attributes per event.
- maxAttributesPerEvent(int) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of attributes per event.
- maxAttributesPerLink() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of attributes per link.
- maxAttributesPerLink() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- maxAttributesPerLink() - Method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Maximum number of attributes per link.
- maxAttributesPerLink(int) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of attributes per link.
- maxAttributeValueLength() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase.LogLimitsConfigImpl
- maxAttributeValueLength() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Maximum length of an attribute value.
- maxAttributeValueLength() - Method in interface io.helidon.telemetry.otelconfig.LogLimitsConfig
-
Maximum length of an attribute value.
- maxAttributeValueLength() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum attribute value length.
- maxAttributeValueLength() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- maxAttributeValueLength() - Method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Maximum attribute value length.
- maxAttributeValueLength(int) - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Maximum length of an attribute value.
- maxAttributeValueLength(int) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum attribute value length.
- maxBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Maximum backoff time.
- maxBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
- maxBackoff() - Method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Maximum backoff time.
- maxBackoff(Duration) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Maximum backoff time.
- maxBackoffMultiplier() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Maximum backoff multiplier.
- maxBackoffMultiplier() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
- maxBackoffMultiplier() - Method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Maximum backoff multiplier.
- maxBackoffMultiplier(double) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Maximum backoff multiplier.
- maxBucketCount() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Maximum bucket count to apply to statistical histogram.
- maxBucketCount() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- maxBucketCount() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Maximum bucket count to apply to statistical histogram.
- maxBucketCount(int) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Maximum bucket count to apply to statistical histogram.
- maxBuckets() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
- maxBuckets() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Maximum number of buckets.
- maxBuckets() - Method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Maximum number of buckets.
- maxBuckets(int) - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Maximum number of buckets.
- maxBucketsPerMeter() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Maximum number of buckets to use for specific meters.
- maxBucketsPerMeter() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- maxBucketsPerMeter() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Maximum number of buckets to use for specific meters.
- maxBucketsPerMeter(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Maximum number of buckets to use for specific meters.
- maxBufferedEntitySize() - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- maxBufferedEntitySize() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Configure the maximum size allowed for an entity that can be explicitly buffered by the application by calling
io.helidon.http.media.ReadableEntity.buffer(). - maxBufferedEntitySize() - Method in interface io.helidon.http.HttpConfig
-
Configure the maximum size allowed for an entity that can be explicitly buffered by the application by calling
io.helidon.http.media.ReadableEntity.buffer(). - maxBufferedEntitySize() - Method in class io.helidon.http.media.ReadableEntityBase
-
Max entity length of a bufferable entity.
- maxBufferedEntitySize(Size) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Configure the maximum size allowed for an entity that can be explicitly buffered by the application by calling
io.helidon.http.media.ReadableEntity.buffer(). - maxBufferedMessageSize() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Maximum size of a WebSocket message buffered for delivery to a listener.
- maxBufferedMessageSize() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase.WsProtocolConfigImpl
- maxBufferedMessageSize() - Method in interface io.helidon.websocket.WsProtocolConfig
-
Maximum size of a WebSocket message buffered for delivery to a listener.
- maxBufferedMessageSize(Size) - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Maximum size of a WebSocket message buffered for delivery to a listener.
- maxConcurrentRequests() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- maxConcurrentRequests() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Limits the number of requests that can be executed at the same time (the number of active virtual threads of requests).
- maxConcurrentRequests() - Method in interface io.helidon.webserver.ListenerConfig
-
Limits the number of requests that can be executed at the same time (the number of active virtual threads of requests).
- maxConcurrentRequests(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Limits the number of requests that can be executed at the same time (the number of active virtual threads of requests).
- maxConcurrentStreams() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- maxConcurrentStreams() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Maximum number of concurrent streams that the server will allow.
- maxConcurrentStreams() - Method in interface io.helidon.webserver.http2.Http2Config
-
Maximum number of concurrent streams that the server will allow.
- maxConcurrentStreams(long) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Maximum number of concurrent streams that the server will allow.
- maxConnectionReuseCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum connection reuse count.
- maxConnectionReuseCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- maxConnectionReuseCount() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the maximum connection reuse count.
- maxConnectionReuseCount(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum connection reuse count.
- maxConnectionReuseTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum connection reuse time in seconds.
- maxConnectionReuseTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- maxConnectionReuseTime() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the maximum connection reuse time in seconds.
- maxConnectionReuseTime(long) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum connection reuse time in seconds.
- maxConnections() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- maxConnections() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Limits listener-wide connection admission shared by all connection-oriented bindings.
- maxConnections() - Method in interface io.helidon.webserver.ListenerConfig
-
Limits listener-wide connection admission shared by all connection-oriented bindings.
- maxConnections(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Limits listener-wide connection admission shared by all connection-oriented bindings.
- maxConnectionsPerShard() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the max number of connections that can be created per shard from this connection pool.
- maxConnectionsPerShard() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- maxConnectionsPerShard() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the max number of connections that can be created per shard from this connection pool.
- maxConnectionsPerShard(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the max number of connections that can be created per shard from this connection pool.
- maxDelay() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
Maximum delay between invocation attempts, including jitter.
- maxDelay() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Optional non-negative maximum delay applied after jitter; when absent, the delay is not capped.
- maxDelay() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- maxDelay() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Optional non-negative maximum delay applied after jitter; when absent, the delay is not capped.
- maxDelay(Duration) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy.Builder
-
Maximum delay between invocation attempts, including jitter.
- maxDelay(Duration) - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy.Builder
-
Maximum delay between invocation attempts, including jitter.
- maxDelay(Duration) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Optional non-negative maximum delay applied after jitter; when absent, the delay is not capped.
- maxDeliveryMessages() - Method in interface io.helidon.messaging.IncomingConnectorContext
-
Maximum messages the runtime can admit in one retained connector delivery.
- maxEmptyFrames() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- maxEmptyFrames() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Maximum number of consecutive empty frames allowed on connection.
- maxEmptyFrames() - Method in interface io.helidon.webserver.http2.Http2Config
-
Maximum number of consecutive empty frames allowed on connection.
- maxEmptyFrames(int) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Maximum number of consecutive empty frames allowed on connection.
- maxEvents() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of events.
- maxEvents() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- maxEvents() - Method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Maximum number of events.
- maxEvents(int) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of events.
- maxExportBatchSize() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
- maxExportBatchSize() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Maximum number of items batched for export together.
- maxExportBatchSize() - Method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Maximum number of items batched for export together.
- maxExportBatchSize() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- maxExportBatchSize() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Maximum number of spans grouped for transmission together; typically does not exceed
ExtendedTracerConfig.BuilderBase.maxQueueSize()(batch processing). - maxExportBatchSize() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Maximum number of spans grouped for transmission together; typically does not exceed
ExtendedTracerConfig.maxQueueSize()(batch processing). - maxExportBatchSize(int) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Maximum number of items batched for export together.
- maxExportBatchSize(int) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Maximum number of spans grouped for transmission together; typically does not exceed
ExtendedTracerConfig.BuilderBase.maxQueueSize()(batch processing). - maxFrameLength() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Max WebSocket frame size supported by the server on a read operation.
- maxFrameLength() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
- maxFrameLength() - Method in interface io.helidon.webserver.websocket.WsConfig
-
Max WebSocket frame size supported by the server on a read operation.
- maxFrameLength(int) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Max WebSocket frame size supported by the server on a read operation.
- maxFrameSize() - Method in interface io.helidon.http.http2.FlowControl.Outbound
-
MAX_FRAME_SIZE setting last received from the other side or default.
- maxFrameSize() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- maxFrameSize() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Configure initial MAX_FRAME_SIZE setting for new HTTP/2 connections.
- maxFrameSize() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Configure initial MAX_FRAME_SIZE setting for new HTTP/2 connections.
- maxFrameSize() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- maxFrameSize() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
The size of the largest frame payload that the sender is willing to receive in bytes.
- maxFrameSize() - Method in interface io.helidon.webserver.http2.Http2Config
-
The size of the largest frame payload that the sender is willing to receive in bytes.
- maxFrameSize(int) - Method in class io.helidon.http.http2.ConnectionFlowControl.ConnectionFlowControlBuilder
-
Initial MAX_FRAME_SIZE setting for new HTTP/2 connections.
- maxFrameSize(int) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Configure initial MAX_FRAME_SIZE setting for new HTTP/2 connections.
- maxFrameSize(int) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
The size of the largest frame payload that the sender is willing to receive in bytes.
- maxHeaderListSize() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- maxHeaderListSize() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Configure initial MAX_HEADER_LIST_SIZE setting for new HTTP/2 connections.
- maxHeaderListSize() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Configure initial MAX_HEADER_LIST_SIZE setting for new HTTP/2 connections.
- maxHeaderListSize() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- maxHeaderListSize() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
The maximum field section size the server advertises to clients using the HTTP/2
SETTINGS_MAX_HEADER_LIST_SIZEsetting. - maxHeaderListSize() - Method in interface io.helidon.webserver.http2.Http2Config
-
The maximum field section size the server advertises to clients using the HTTP/2
SETTINGS_MAX_HEADER_LIST_SIZEsetting. - maxHeaderListSize(long) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Configure initial MAX_HEADER_LIST_SIZE setting for new HTTP/2 connections.
- maxHeaderListSize(long) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
The maximum field section size the server advertises to clients using the HTTP/2
SETTINGS_MAX_HEADER_LIST_SIZEsetting. - maxHeaderSize() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
-
Deprecated.
- maxHeaderSize() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Deprecated.This option is deprecated, use
HttpConfig.BuilderBase.maxHeadersSizeinstead - maxHeaderSize() - Method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Deprecated.This option is deprecated, use
HttpConfig.maxHeadersSize()instead - maxHeaderSize(int) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Deprecated.This option is deprecated, use
HttpConfig.BuilderBase.maxHeadersSizeinstead - maxHeadersSize() - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- maxHeadersSize() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Configure the maximum allowed headers size, which must be greater than
0. - maxHeadersSize() - Method in interface io.helidon.http.HttpConfig
-
Configure the maximum allowed headers size, which must be greater than
0. - maxHeadersSize() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- maxHeadersSize() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Maximum size of received headers in bytes, which must be greater than
0. - maxHeadersSize() - Method in interface io.helidon.webserver.http1.Http1Config
-
Maximum size of received headers in bytes, which must be greater than
0. - maxHeadersSize(int) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Configure the maximum allowed headers size, which must be greater than
0. - maxHeadersSize(int) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Maximum size of received headers in bytes, which must be greater than
0. - maxIdleTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum idle time for available connections in the pool in seconds.
- maxIdleTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- maxIdleTime() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the maximum idle time for available connections in the pool in seconds.
- maxIdleTime(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum idle time for available connections in the pool in seconds.
- maximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Maximal value of the integer number.
- maximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- maximum() - Method in interface io.helidon.json.schema.SchemaInteger
-
Maximal value of the integer number.
- maximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Maximal value of the number.
- maximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- maximum() - Method in interface io.helidon.json.schema.SchemaNumber
-
Maximal value of the number.
- maximum(double) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Maximal value of the number.
- maximum(int) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Maximal value of the integer number.
- maximum(long) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Maximal value of the integer number.
- maximumExpectedValue() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Returns the maximum expected value setting.
- maximumExpectedValue() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig
-
Returns the maximum value that the meter is expected to observe.
- maximumExpectedValue() - Method in interface io.helidon.metrics.api.Timer.Builder
-
Returns the maximum expected value set in the builder, if any.
- maximumExpectedValue(Double) - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Sets the maximum value that the meter is expected to observe.
- maximumExpectedValue(Duration) - Method in interface io.helidon.metrics.api.Timer.Builder
-
Sets the maximum expected value the timer is expected to record.
- maximumPoolSize() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- maximumPoolSize() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
The property controls the maximum size that the pool is allowed to reach, including both idle and in-use connections.
- maximumPoolSize() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
The property controls the maximum size that the pool is allowed to reach, including both idle and in-use connections.
- maximumPoolSize(int) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
The property controls the maximum size that the pool is allowed to reach, including both idle and in-use connections.
- maxInFlightMessages() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum number of admitted messages, including queued and executing deliveries.
- maxInFlightMessages() - Method in interface io.helidon.messaging.MessagingConfig
-
Positive maximum number of admitted messages, including queued and executing deliveries.
- maxInFlightMessages() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Positive maximum number of admitted messages.
- maxInFlightMessages() - Method in interface io.helidon.messaging.MessagingExecutionConfig
-
Positive maximum number of admitted messages.
- maxInFlightMessages(int) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum number of admitted messages, including queued and executing deliveries.
- maxInFlightMessages(int) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Positive maximum number of admitted messages.
- maxInMemoryEntity() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- maxInMemoryEntity() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance.
- maxInMemoryEntity() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance.
- maxInMemoryEntity() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- maxInMemoryEntity() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance when writing it.
- maxInMemoryEntity() - Method in interface io.helidon.webserver.ListenerConfig
-
If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance when writing it.
- maxInMemoryEntity(int) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance.
- maxInMemoryEntity(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
If the entity is expected to be smaller that this number of bytes, it would be buffered in memory to optimize performance when writing it.
- maxItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Max number of items an array can have.
- maxItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- maxItems() - Method in interface io.helidon.json.schema.SchemaArray
-
Max number of items an array can have.
- maxItems(int) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Max number of items an array can have.
- maxLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Maximum length of the string.
- maxLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
- maxLength() - Method in interface io.helidon.json.schema.SchemaString
-
Maximum length of the string.
- maxLength(int) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Configure maximal length of the output written.
- maxLength(long) - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Maximum length of the string.
- maxLength(String) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry
-
Apply maximal length limitation.
- maxLifetime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- maxLifetime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the maximum lifetime of a connection in the pool.
- maxLifetime() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
This property controls the maximum lifetime of a connection in the pool.
- maxLifetime(long) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
This property controls the maximum lifetime of a connection in the pool.
- maxLimit() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- maxLimit() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Maximal limit.
- maxLimit() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Maximal limit.
- maxLimit(int) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Maximal limit.
- maxLinks() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of links.
- maxLinks() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- maxLinks() - Method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Maximum number of links.
- maxLinks(int) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Maximum number of links.
- maxNumberOfAttributes() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase.LogLimitsConfigImpl
- maxNumberOfAttributes() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Maximum number of attributes allowed.
- maxNumberOfAttributes() - Method in interface io.helidon.telemetry.otelconfig.LogLimitsConfig
-
Maximum number of attributes allowed.
- maxNumberOfAttributes(int) - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Maximum number of attributes allowed.
- maxPayloadSize() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- maxPayloadSize() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Maximal number of bytes an entity may have.
- maxPayloadSize() - Method in interface io.helidon.webserver.ListenerConfig
-
Maximal number of bytes an entity may have.
- maxPayloadSize(long) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Maximal number of bytes an entity may have.
- maxPendingAdmissions() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum number of waiting callers and open connector reservations.
- maxPendingAdmissions() - Method in interface io.helidon.messaging.MessagingConfig
-
Positive maximum number of waiting callers and open connector reservations.
- maxPendingAdmissions() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Positive maximum number of callers waiting for blocking admission and open connector reservations.
- maxPendingAdmissions() - Method in interface io.helidon.messaging.MessagingExecutionConfig
-
Positive maximum number of callers waiting for blocking admission and open connector reservations.
- maxPendingAdmissions(int) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum number of waiting callers and open connector reservations.
- maxPendingAdmissions(int) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Positive maximum number of callers waiting for blocking admission and open connector reservations.
- maxPendingMessages() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum number of messages retained by waiting callers and open connector reservations.
- maxPendingMessages() - Method in interface io.helidon.messaging.MessagingConfig
-
Positive maximum number of messages retained by waiting callers and open connector reservations.
- maxPendingMessages() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Positive maximum total messages retained by waiting callers and open connector reservations.
- maxPendingMessages() - Method in interface io.helidon.messaging.MessagingExecutionConfig
-
Positive maximum total messages retained by waiting callers and open connector reservations.
- maxPendingMessages(int) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive maximum number of messages retained by waiting callers and open connector reservations.
- maxPendingMessages(int) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Positive maximum total messages retained by waiting callers and open connector reservations.
- maxPoolSize() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Max pool size of the thread pool executor.
- maxPoolSize() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- maxPoolSize() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Max pool size of the thread pool executor.
- maxPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum number of connections.
- maxPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- maxPoolSize() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the maximum number of connections.
- maxPoolSize(int) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Max pool size of the thread pool executor.
- maxPoolSize(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum number of connections.
- maxPrologueLength() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- maxPrologueLength() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Maximal size of received HTTP prologue (GET /path HTTP/1.1).
- maxPrologueLength() - Method in interface io.helidon.webserver.http1.Http1Config
-
Maximal size of received HTTP prologue (GET /path HTTP/1.1).
- maxPrologueLength(int) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Maximal size of received HTTP prologue (GET /path HTTP/1.1).
- maxProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Maximum number of the object properties.
- maxProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- maxProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Maximum number of the object properties.
- maxProperties(int) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Maximum number of the object properties.
- maxQueryComplexity(int) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Maximum allowed GraphQL query complexity.
- maxQueryDepth(int) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Maximum allowed GraphQL query depth.
- maxQueueSize() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
- maxQueueSize() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Maximum number of items retained before discarding excess unexported ones.
- maxQueueSize() - Method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Maximum number of items retained before discarding excess unexported ones.
- maxQueueSize() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- maxQueueSize() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Maximum number of spans retained before discarding any not sent to the tracing collector (batch processing).
- maxQueueSize() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Maximum number of spans retained before discarding any not sent to the tracing collector (batch processing).
- maxQueueSize(int) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Maximum number of items retained before discarding excess unexported ones.
- maxQueueSize(int) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Maximum number of spans retained before discarding any not sent to the tracing collector (batch processing).
- maxRapidResets() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- maxRapidResets() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Maximum number of rapid client resets within the check period and server-side resets over the connection lifetime before GOAWAY is sent, or
-1to disable both reset-count checks; fixed internal bounds still apply to frames received after the server has locally reset a stream. - maxRapidResets() - Method in interface io.helidon.webserver.http2.Http2Config
-
Maximum number of rapid client resets within the check period and server-side resets over the connection lifetime before GOAWAY is sent, or
-1to disable both reset-count checks; fixed internal bounds still apply to frames received after the server has locally reset a stream. - maxRapidResets(int) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Maximum number of rapid client resets within the check period and server-side resets over the connection lifetime before GOAWAY is sent, or
-1to disable both reset-count checks; fixed internal bounds still apply to frames received after the server has locally reset a stream. - maxReadBufferSize() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- maxReadBufferSize() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Max size of gRPC reading buffer.
- maxReadBufferSize() - Method in interface io.helidon.webserver.grpc.GrpcConfig
-
Max size of gRPC reading buffer.
- maxReadBufferSize(int) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Max size of gRPC reading buffer.
- maxRedirects() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Maximal number of redirects allowed between Helidon and OIDC provider.
- maxRedirects() - Method in interface io.helidon.webclient.api.ClientRequest
-
Maximal number of redirects to follow.
- maxRedirects() - Method in class io.helidon.webclient.api.ClientRequestBase
- maxRedirects() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- maxRedirects() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Max number of followed redirects.
- maxRedirects() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
Max number of followed redirects.
- maxRedirects(int) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Configure maximal number of redirects when redirecting to an OIDC provider within a single authentication attempt.
- maxRedirects(int) - Method in interface io.helidon.webclient.api.ClientRequest
-
Max number of the followed redirects.
- maxRedirects(int) - Method in class io.helidon.webclient.api.ClientRequestBase
- maxRedirects(int) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Max number of followed redirects.
- maxReRouteCount(int) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Maximal number of allowed re-routes within routing.
- maxRunLevel() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Maximal run level to handle when starting from
ServiceRegistryManager.start(Binding). - maxRunLevel() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- maxRunLevel() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Maximal run level to handle when starting from
ServiceRegistryManager.start(Binding). - maxRunLevel(double) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Maximal run level to handle when starting from
ServiceRegistryManager.start(Binding). - maxScale() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Maximum scale value to apply to statistical histogram.
- maxScale() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- maxScale() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Maximum scale value to apply to statistical histogram.
- maxScale() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
- maxScale() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Maximum scale.
- maxScale() - Method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Maximum scale.
- maxScale(int) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Maximum scale value to apply to statistical histogram.
- maxScale(int) - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Maximum scale.
- maxServiceCacheSize() - Method in interface io.helidon.webserver.http.HttpServiceLocator
-
Maximum number of distinct service instances this locator may cache.
- maxSize(long) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Configure maximal cache size.
- maxStatements() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum number of statements that may be pooled or cached on a connection.
- maxStatements() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- maxStatements() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the maximum number of statements that may be pooled or cached on a connection.
- maxStatements(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum number of statements that may be pooled or cached on a connection.
- maxStatusLineLength() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
- maxStatusLineLength() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Configure the maximum allowed length of the status line from the response.
- maxStatusLineLength() - Method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Configure the maximum allowed length of the status line from the response.
- maxStatusLineLength(int) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Configure the maximum allowed length of the status line from the response.
- maxTcpConnections() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- maxTcpConnections() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.This option is deprecated, use
ListenerConfig.BuilderBase.maxConnectionsinstead - maxTcpConnections() - Method in interface io.helidon.webserver.ListenerConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.This option is deprecated, use
ListenerConfig.maxConnections()instead - maxTcpConnections(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.This option is deprecated, use
ListenerConfig.BuilderBase.maxConnectionsinstead - MaxTokenAgeValidator - Class in io.helidon.security.jwt
-
Max token age validator.
- MaxTokenAgeValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
MaxTokenAgeValidator. - MAY_FAIL - Enum constant in enum class io.helidon.security.CompositeProviderFlag
-
Provider may fail, nothing happens if it does.
- MB - Enum constant in enum class io.helidon.common.Size.Unit
-
Megabytes (represented as
mB), wheremegais used in its original meaning as a million, i.e. - MdcProvider - Interface in io.helidon.logging.common.spi
-
Provider which is used to propagate values passed from
HelidonMdcto the corresponding logging framework MDC storage. - MdcSupplierPropagator - Class in io.helidon.logging.common
-
Data propagator for key/supplier MDC data.
- MdcSupplierPropagator() - Constructor for class io.helidon.logging.common.MdcSupplierPropagator
-
For service loading.
- me() - Method in class io.helidon.security.jwt.AudienceValidator.Builder
-
Typed builder instance.
- me() - Method in class io.helidon.security.jwt.ExpirationValidator.Builder
-
Typed builder instance.
- me() - Method in class io.helidon.security.jwt.FieldValidator.Builder
-
Typed builder instance.
- me() - Method in class io.helidon.security.jwt.IssueTimeValidator.Builder
-
Typed builder instance.
- me() - Method in class io.helidon.security.jwt.MaxTokenAgeValidator.Builder
-
Typed builder instance.
- me() - Method in class io.helidon.security.jwt.NotBeforeValidator.Builder
-
Typed builder instance.
- me() - Method in class io.helidon.security.jwt.UserPrincipalValidator.Builder
-
Typed builder instance.
- mean() - Method in interface io.helidon.metrics.api.DistributionSummary
-
Returns the mean of the observations recorded by the distribution summary.
- mean() - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns the average value overall observations.
- mean() - Method in interface io.helidon.metrics.api.LabeledSnapshot
-
Mean value.
- mean(TimeUnit) - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns the average value over all observations, interpreting the values as times in nanoseconds and expressing the average in the specified
TimeUnit. - mean(TimeUnit) - Method in interface io.helidon.metrics.api.Timer
-
Returns the average time, expressed in the specified units, consumed by completed events measured by the timer.
- MEBIBITS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1024
Meter.BaseUnits.KIBIBITS. - MEDIA_TYPE_TO_FORMAT - Static variable in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter
-
Mapping from supported media types to the corresponding Prometheus registry content types.
- MEDIA_TYPES_FILE - Static variable in class io.helidon.metadata.MetadataConstants
-
Custom media type mappings.
- mediaContext() - Method in class io.helidon.http.sse.SseEvent
-
Get optional media context for this event.
- mediaContext() - Method in class io.helidon.webclient.api.ClientRequestBase
-
Media context configured for this request.
- mediaContext() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- mediaContext() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Configure the listener specific
MediaContext. - mediaContext() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Gets media context for this response.
- mediaContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- mediaContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext() - Method in interface io.helidon.webserver.ListenerConfig
-
Configure the listener specific
MediaContext. - mediaContext() - Method in interface io.helidon.webserver.ListenerContext
-
Media context to read and write typed entities.
- mediaContext(MediaContext) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Set the media context for this event.
- mediaContext(MediaContext) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext(MediaContext) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext(MediaContextConfig) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext(MediaContextConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext(Consumer) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext(Supplier) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
MediaContext. - mediaContext(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
MediaContext. - MediaContext - Interface in io.helidon.http.media
-
Media context to obtain readers and writers of various supported content types.
- MediaContextConfig - Interface in io.helidon.http.media
-
Interface generated from blueprint
io.helidon.http.media.MediaContextConfigBlueprint. - MediaContextConfig.Builder - Class in io.helidon.http.media
-
Fluent API builder for
MediaContext. - MediaContextConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media
-
Fluent API builder base for
MediaContextConfig. - MediaContextConfig.BuilderBase.MediaContextConfigImpl - Class in io.helidon.http.media
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MediaContextConfigImpl(MediaContextConfig.BuilderBase) - Constructor for class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
-
Create an instance providing a builder.
- MediaSupport - Interface in io.helidon.http.media
-
Media support to be registered with
MediaContext. - MediaSupport.ReaderResponse<T> - Record Class in io.helidon.http.media
-
Reader response.
- MediaSupport.SupportLevel - Enum Class in io.helidon.http.media
-
How does this provider support the entity type.
- MediaSupport.WriterResponse<T> - Record Class in io.helidon.http.media
-
Writer response.
- MediaSupportBase<T> - Class in io.helidon.http.media
-
A base class that can be used to implement media support that has a few common features, such as support for
MediaSupportConfig. - MediaSupportBase(T, String) - Constructor for class io.helidon.http.media.MediaSupportBase
-
Construct a new support base for the specified type.
- MediaSupportConfig - Interface in io.helidon.http.media
-
A set of configurable options expected to be used by each media support.
- MediaSupportConfig.Builder - Class in io.helidon.http.media
-
Fluent API builder for
MediaSupportConfig. - MediaSupportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media
-
Fluent API builder base for
MediaSupportConfig. - MediaSupportConfig.BuilderBase.MediaSupportConfigImpl - Class in io.helidon.http.media
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MediaSupportConfigImpl(MediaSupportConfig.BuilderBase) - Constructor for class io.helidon.http.media.MediaSupportConfig.BuilderBase.MediaSupportConfigImpl
-
Create an instance providing a builder.
- MediaSupportProvider - Interface in io.helidon.http.media.spi
-
ServiceLoaderservice provider for media supports. - mediaSupports() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- mediaSupports() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Media supports to use.
- mediaSupports() - Method in interface io.helidon.http.media.MediaContextConfig
-
Media supports to use.
- mediaSupports() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- mediaSupports() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Media supports (manually added).
- mediaSupports() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Media supports (manually added).
- mediaSupports(List) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Media supports to use.
- mediaSupports(List) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Media supports (manually added).
- mediaSupportsDiscoverServices() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Service discovery flag for
MediaContextConfig.BuilderBase.mediaSupports(). - mediaSupportsDiscoverServices(boolean) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Service discovery flag for
MediaContextConfig.BuilderBase.mediaSupports(). - mediaType() - Method in class io.helidon.config.AbstractConfigSource
-
Media type if on eis configured for parsing content of
ParsableSource. - mediaType() - Method in class io.helidon.config.ClasspathConfigSource
- mediaType() - Method in class io.helidon.config.FileConfigSource
- mediaType() - Method in interface io.helidon.config.spi.ConfigParser.Content
-
Media type of the content.
- mediaType() - Method in interface io.helidon.config.spi.ParsableSource
-
If media type is configured on this source, or can be guessed from the underlying origin, return it.
- mediaType() - Method in class io.helidon.config.UrlConfigSource
- mediaType() - Method in interface io.helidon.http.HttpMediaType
-
The underlying media type.
- mediaType() - Method in class io.helidon.http.sse.SseEvent
-
Get optional media type for this event.
- mediaType(MediaType) - Method in class io.helidon.config.AbstractConfigSourceBuilder
-
Media type if this is a
ParsableSourceand explicit media type is configured. - mediaType(MediaType) - Method in class io.helidon.config.ClasspathConfigSource.Builder
- mediaType(MediaType) - Method in class io.helidon.config.FileConfigSource.Builder
- mediaType(MediaType) - Method in class io.helidon.config.spi.ConfigParser.Content.Builder
-
Media type of the content if known by the config source.
- mediaType(MediaType) - Method in interface io.helidon.config.spi.ParsableSource.Builder
-
Configure an explicit media type to be used with this source.
- mediaType(MediaType) - Method in class io.helidon.config.UrlConfigSource.Builder
- mediaType(MediaType) - Method in class io.helidon.http.HttpMediaType.Builder
-
Media type to use.
- mediaType(MediaType) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Set the media type for the event data.
- mediaType(String, OpenApiDocument.MediaTypeObject) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set OpenAPI 3.2 media type.
- mediaType(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set OpenAPI 3.2 media type.
- mediaType(Optional) - Method in class io.helidon.config.spi.ConfigParser.Content.Builder
-
A shortcut method to invoke with result of
MediaTypes.detectType(String)and similar methods. - MediaType - Interface in io.helidon.common.media.type
-
Media type support and known media types.
- MediaTypeDetector - Interface in io.helidon.common.media.type.spi
-
Detect media type.
- mediaTypeFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Media type fields.
- mediaTypeFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- mediaTypeFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Media type fields.
- mediaTypeFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Media type fields.
- mediaTypeMapping(Function) - Method in class io.helidon.config.AbstractConfigSourceBuilder
-
Sets a function that maps keys to media type.
- mediaTypeParserMode() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- mediaTypeParserMode() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure media type parsing mode for HTTP
Content-Typeheader. - mediaTypeParserMode() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Configure media type parsing mode for HTTP
Content-Typeheader. - mediaTypeParserMode(ParserMode) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure media type parsing mode for HTTP
Content-Typeheader. - MediaTypes - Class in io.helidon.common.media.type
-
Media type detection based on a resource.
- MEGABITS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1000
Meter.BaseUnits.KILOBITS. - MEGABYTES - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
- member(ID) - Method in class io.helidon.config.AbstractNodeBuilderImpl
-
Returns member instance associated with specified id.
- member(Integer) - Method in class io.helidon.config.ListNodeBuilderImpl
- member(String) - Method in class io.helidon.config.ObjectNodeBuilderImpl
- memoryCache() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- memoryCache() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Handles will use memory cache configured on
StaticContentConfig.memoryCache()by default. - memoryCache() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Handles will use memory cache configured on
StaticContentConfig.memoryCache()by default. - memoryCache() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Memory cache shared by the whole feature.
- memoryCache() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- memoryCache() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Memory cache shared by the whole feature.
- memoryCache(MemoryCache) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Handles will use memory cache configured on
StaticContentConfig.memoryCache()by default. - memoryCache(MemoryCache) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Memory cache shared by the whole feature.
- memoryCache(MemoryCacheConfig) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Handles will use memory cache configured on
StaticContentConfig.memoryCache()by default. - memoryCache(MemoryCacheConfig) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Memory cache shared by the whole feature.
- memoryCache(Consumer) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Handles will use memory cache configured on
StaticContentConfig.memoryCache()by default. - memoryCache(Consumer) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Memory cache shared by the whole feature.
- MemoryCache - Class in io.helidon.webserver.staticcontent
-
Memory cache to allow in-memory storage of static content, rather than reading it from file system each time the resource is requested.
- MemoryCacheConfig - Interface in io.helidon.webserver.staticcontent
-
Configuration of memory cache for static content.
- MemoryCacheConfig.Builder - Class in io.helidon.webserver.staticcontent
-
Fluent API builder for
MemoryCache. - MemoryCacheConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.staticcontent
-
Fluent API builder base for
MemoryCacheConfig. - MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl - Class in io.helidon.webserver.staticcontent
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MemoryCacheConfigImpl(MemoryCacheConfig.BuilderBase) - Constructor for class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
-
Create an instance providing a builder.
- memoryMode() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Memory mode.
- memoryMode() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- memoryMode() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Memory mode.
- memoryMode(MemoryMode) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Memory mode.
- merge() - Element in annotation interface io.helidon.builder.api.Option.Configured
-
If set to
true, the nested configurable object will not have its own config key, but will use the config of the current configurable object. - merge() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Whether to merge the key with the current object.
- merge() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
- merge() - Method in interface io.helidon.builder.codegen.OptionConfigured
-
Whether to merge the key with the current object.
- merge(boolean) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Whether to merge the key with the current object.
- merge(ID, MergeableNode) - Method in class io.helidon.config.AbstractNodeBuilderImpl
-
Merges a member of specified id with specified node.
- merge(MergeableNode) - Method in interface io.helidon.config.MergeableNode
-
Returns new instance mergeable node of same type of original one that merges also with specified node.
- merge(MergeableNode) - Method in class io.helidon.config.ObjectNodeImpl
- merge(MergeableNode) - Method in class io.helidon.config.ValueNodeImpl
- merge(WeightedBag) - Method in class io.helidon.grpc.core.WeightedBag
-
Merge a
WeightedBaginto thisWeightedBag. - merge(OpenApiDocument) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Merge another OpenAPI document into this builder.
- merge(TracingConfig, TracingConfig) - Static method in class io.helidon.tracing.config.TracingConfig
-
Merge two configurations together.
- merge(Integer, MergeableNode) - Method in class io.helidon.config.ListNodeBuilderImpl
- merge(String, MergeableNode) - Method in class io.helidon.config.ObjectNodeBuilderImpl
- merge(List) - Method in interface io.helidon.config.spi.MergingStrategy
-
Merges an ordered list of
ConfigNode.ObjectNodes into a single instance. - MERGE - Enum constant in enum class io.helidon.openapi.OpenApiGeneratedMode
-
Strictly merge generated document sources into a static document.
- MergeableNode - Interface in io.helidon.config
-
Extension of
ConfigNodethat supports merging with other nodes. - MergedConfig - Class in io.helidon.config
-
Configuration that merges two
Configinstances, primary and fallback. - mergeTypeNameAnnotations(TypeName, TypeName) - Static method in class io.helidon.codegen.TypeHierarchy
-
Merge type-use annotations from a source type name into a target type name.
- mergeWithParent() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
When set to
true, this property will be part of the parent structure (e.g. - mergingStrategy(MergingStrategy) - Method in interface io.helidon.config.Config.Builder
-
Merging Strategy to use when more than one config source is used.
- MergingStrategy - Interface in io.helidon.config.spi
-
An algorithm for combining multiple
ConfigNode.ObjectNoderoot nodes into a singleConfigNode.ObjectNoderoot node. - message() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Deprecation message.
- message() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- message() - Method in interface io.helidon.builder.codegen.OptionDeprecation
-
Deprecation message.
- message() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
- message() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Message to be delivered to the user.
- message() - Method in interface io.helidon.codegen.CodegenEvent
-
Message to be delivered to the user.
- message() - Method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Get the message for this error.
- message() - Method in interface io.helidon.validation.ConstraintViolation
-
Descriptive message of the failure.
- message() - Element in annotation interface io.helidon.validation.Validation.Boolean.False
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Boolean.True
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Calendar.Future
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Calendar.FutureOrPresent
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Calendar.Past
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Calendar.PastOrPresent
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Collection.Size
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Integer.Max
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Integer.Min
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Integer.MultipleOf
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Long.Max
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Long.Min
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Long.MultipleOf
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.NotNull
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Null
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.Digits
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.Max
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.Min
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.MultipleOf
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.Negative
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.NegativeOrZero
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.Positive
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.Number.PositiveOrZero
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.String.Email
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.String.Length
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.String.NotBlank
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.String.NotEmpty
-
Message to return instead of the default one of the validator.
- message() - Element in annotation interface io.helidon.validation.Validation.String.Pattern
-
Message to return instead of the default one of the validator.
- message() - Method in interface io.helidon.validation.ValidationResponse
-
Message describing the validation failure(s).
- message() - Method in interface io.helidon.validation.ValidatorResponse
-
Error message describing the failure.
- message(Object, String, Severity) - Method in class io.helidon.common.Errors.Collector
-
Add a message to the list of messages.
- message(String) - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Deprecation message.
- message(String) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Message to be delivered to the user.
- message(String) - Method in class io.helidon.http.RequestException.Builder
-
Descriptive error message.
- message(String, Severity) - Method in class io.helidon.common.Errors.Collector
-
Add a message to the list of messages with source automatically added.
- Message<T> - Interface in io.helidon.messaging
-
Message envelope with a payload, portable headers, and optional local metadata.
- MESSAGE - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for message.
- MESSAGE_NAME - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
grpc status message header name.
- MessageBatch<T> - Class in io.helidon.messaging
-
Immutable ordered delivery batch.
- MessageBatchConfig<T> - Interface in io.helidon.messaging
-
Message batch construction options.
- MessageBatchConfig.Builder<T> - Class in io.helidon.messaging
-
Fluent API builder for
MessageBatch. - MessageBatchConfig.BuilderBase<T, BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
MessageBatchConfig. - MessageConfig<T> - Interface in io.helidon.messaging
-
Message construction options.
- MessageConfig.Builder<T> - Class in io.helidon.messaging
-
Fluent API builder for
Message. - MessageConfig.BuilderBase<T, BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
MessageConfig. - messageFormat() - Element in annotation interface io.helidon.security.annotations.Audited
-
The message format of this audit event.
- messageFormat() - Method in interface io.helidon.security.AuditEvent
-
Gets the message format of this
AuditEventto be used withString.format(String, Object...). - messageFormat() - Method in class io.helidon.security.internal.SecurityAuditEvent
- MessageHeader - Class in io.helidon.messaging
-
One immutable messaging header entry.
- MessageHeaders - Interface in io.helidon.messaging
-
Immutable ordered messaging headers.
- MessageHeaders.Builder - Class in io.helidon.messaging
-
Mutable messaging-header builder.
- MessageHeaderValue - Interface in io.helidon.messaging
-
Immutable value used by portable messaging headers and local message metadata.
- MessageHeaderValue.BinaryValue - Class in io.helidon.messaging
-
Immutable binary messaging value.
- MessageHeaderValue.BooleanValue - Class in io.helidon.messaging
-
Boolean messaging value.
- MessageHeaderValue.DecimalValue - Class in io.helidon.messaging
-
Arbitrary-precision decimal messaging value.
- MessageHeaderValue.Float32Value - Class in io.helidon.messaging
-
32-bit IEEE 754 floating-point messaging value.
- MessageHeaderValue.Float64Value - Class in io.helidon.messaging
-
64-bit IEEE 754 floating-point messaging value.
- MessageHeaderValue.IntegerValue - Class in io.helidon.messaging
-
Arbitrary-precision integer messaging value.
- MessageHeaderValue.NativeValue - Class in io.helidon.messaging
-
Immutable transport-specific encoded messaging value.
- MessageHeaderValue.NullValue - Class in io.helidon.messaging
-
Explicit null messaging value.
- MessageHeaderValue.TextValue - Class in io.helidon.messaging
-
Text messaging value.
- MessageHeaderValue.TimestampValue - Class in io.helidon.messaging
-
Timestamp messaging value.
- MessageHeaderValue.UuidValue - Class in io.helidon.messaging
-
UUID messaging value.
- MessageMetadata - Interface in io.helidon.messaging
-
Immutable exact-name, single-valued metadata local to a message envelope.
- MessageMetadata.Builder - Class in io.helidon.messaging
-
Mutable local-metadata builder.
- messageProcessor(MessagingChannel, MessagingChannel, Function) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add a message processor.
- messages() - Method in class io.helidon.messaging.MessageBatch
-
Ordered immutable message snapshot.
- messages() - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Ordered messages.
- messages() - Method in interface io.helidon.messaging.MessageBatchConfig
-
Ordered messages.
- messages(List) - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Ordered messages.
- messageSink(MessagingChannel, Consumer) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add a message sink.
- messageSource(MessagingChannel, Stream) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add a message stream source.
- Messaging - Class in io.helidon.messaging
-
Declarative messaging annotations.
- MESSAGING - Static variable in class io.helidon.declarative.codegen.RunLevels
-
Messaging and similar (JMS).
- Messaging.Entity - Annotation Interface in io.helidon.messaging
-
Message payload parameter.
- Messaging.HeaderParam - Annotation Interface in io.helidon.messaging
-
Message header parameter.
- Messaging.OnFailure - Annotation Interface in io.helidon.messaging
-
Declares default delivery failure handling for the incoming channel named by
Messaging.ReceiveFrom. - Messaging.ReceiveFrom - Annotation Interface in io.helidon.messaging
-
Marks a method that receives messages from a channel.
- Messaging.SendTo - Annotation Interface in io.helidon.messaging
-
Target channel for the value returned by a one-to-one message processor method.
- MessagingChannel<T> - Interface in io.helidon.messaging
-
Immutable typed handle identifying a channel in a
MessagingGraph. - MessagingChannel.Builder<T> - Class in io.helidon.messaging
-
Fluent API builder for
MessagingChannel. - MessagingChannel.BuilderBase<T, BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
MessagingChannel. - MessagingChannel.BuilderBase.MessagingChannelImpl<T> - Class in io.helidon.messaging
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MessagingChannelConfig - Interface in io.helidon.messaging.spi
-
Common configuration of an incoming or outgoing messaging channel connection.
- MessagingChannelConfig.Builder - Class in io.helidon.messaging.spi
-
Fluent API builder for
MessagingChannelConfig. - MessagingChannelConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging.spi
-
Fluent API builder base for
MessagingChannelConfig. - MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl - Class in io.helidon.messaging.spi
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MessagingChannelConfigImpl(MessagingChannelConfig.BuilderBase) - Constructor for class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
-
Create an instance providing a builder.
- MessagingChannelImpl(MessagingChannel.BuilderBase) - Constructor for class io.helidon.messaging.MessagingChannel.BuilderBase.MessagingChannelImpl
-
Create an instance providing a builder.
- MessagingConfig - Interface in io.helidon.messaging
-
Messaging configuration.
- MessagingConfig.Builder - Class in io.helidon.messaging
-
Fluent API builder for
MessagingGraph. - MessagingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
MessagingConfig. - MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor<T> - Class in io.helidon.messaging
-
Service descriptor for
MessagingConfigSupport.ConfigurationProvider. - MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor() - Constructor for class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
-
Constructor with no side effects
- MessagingConnector - Interface in io.helidon.messaging.spi
-
A configured messaging connector capable of creating channel connections.
- MessagingConnectorProvider - Interface in io.helidon.messaging.spi
-
Provider of configured messaging connectors.
- MessagingConnectorProviderConfig - Interface in io.helidon.messaging.spi
-
Common configuration of a messaging connector provider.
- MessagingConnectorProviderConfig.Builder - Class in io.helidon.messaging.spi
-
Fluent API builder for
MessagingConnectorProviderConfig. - MessagingConnectorProviderConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging.spi
-
Fluent API builder base for
MessagingConnectorProviderConfig. - MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl - Class in io.helidon.messaging.spi
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MessagingConnectorProviderConfigImpl(MessagingConnectorProviderConfig.BuilderBase) - Constructor for class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl
-
Create an instance providing a builder.
- MessagingEmitterObserverProvider - Class in io.helidon.declarative.codegen.messaging
-
Provider that turns
@Service.Named Emitter<T>injection points into generated emitter services. - MessagingEmitterObserverProvider() - Constructor for class io.helidon.declarative.codegen.messaging.MessagingEmitterObserverProvider
-
Required public constructor for
ServiceLoader. - MessagingEntryPoint - Class in io.helidon.messaging
-
Messaging entry-point interception contracts used by generated handler registrations.
- MessagingEntryPoint.BatchHandler<T> - Interface in io.helidon.messaging
-
Invocation of an explicit declarative messaging batch handler.
- MessagingEntryPoint.EntryPoints - Interface in io.helidon.messaging
-
Factory used by generated code to wrap messaging handlers with entry-point interceptors.
- MessagingEntryPoint.Handler<T> - Interface in io.helidon.messaging
-
Invocation of a declarative messaging handler.
- MessagingEntryPointsImpl__ServiceDescriptor<T> - Class in io.helidon.messaging
-
Service descriptor for
MessagingEntryPointsImpl. - MessagingEntryPointsImpl__ServiceDescriptor() - Constructor for class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
-
Constructor with no side effects
- MessagingException - Exception Class in io.helidon.messaging
-
Runtime exception thrown by the messaging runtime.
- MessagingException(String) - Constructor for exception class io.helidon.messaging.MessagingException
-
Create a messaging exception.
- MessagingException(String, Throwable) - Constructor for exception class io.helidon.messaging.MessagingException
-
Create a messaging exception.
- MessagingExecutionConfig - Interface in io.helidon.messaging
-
Optional messaging execution overrides.
- MessagingExecutionConfig.Builder - Class in io.helidon.messaging
-
Fluent API builder for
MessagingExecutionConfig. - MessagingExecutionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
MessagingExecutionConfig. - MessagingExtensionProvider - Class in io.helidon.declarative.codegen.messaging
-
Provider for declarative messaging consumer code generation.
- MessagingExtensionProvider() - Constructor for class io.helidon.declarative.codegen.messaging.MessagingExtensionProvider
-
Required public constructor for
ServiceLoader. - MessagingFailureConfig - Interface in io.helidon.messaging
-
Incoming failure-policy overrides applied to the declared policy or messaging defaults.
- MessagingFailureConfig.Builder - Class in io.helidon.messaging
-
Fluent API builder for
MessagingFailureConfig. - MessagingFailureConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging
-
Fluent API builder base for
MessagingFailureConfig. - MessagingGraph - Interface in io.helidon.messaging
-
One messaging topology and lifecycle.
- MessagingIncomingConfig - Interface in io.helidon.messaging.spi
-
Common configuration of an incoming messaging channel connection.
- MessagingIncomingConfig.Builder - Class in io.helidon.messaging.spi
-
Fluent API builder for
MessagingIncomingConfig. - MessagingIncomingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging.spi
-
Fluent API builder base for
MessagingIncomingConfig. - MessagingIncomingConfig.BuilderBase.MessagingIncomingConfigImpl - Class in io.helidon.messaging.spi
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MessagingIncomingConfigImpl(MessagingIncomingConfig.BuilderBase) - Constructor for class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase.MessagingIncomingConfigImpl
-
Create an instance providing a builder.
- MessagingLifecycleGuard__ServiceDescriptor<T> - Class in io.helidon.messaging
-
Service descriptor for
MessagingLifecycleGuard. - MessagingLifecycleGuard__ServiceDescriptor() - Constructor for class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
-
Constructor with no side effects
- MessagingOutgoingConfig - Interface in io.helidon.messaging.spi
-
Common configuration of an outgoing messaging channel connection.
- MessagingOutgoingConfig.Builder - Class in io.helidon.messaging.spi
-
Fluent API builder for
MessagingOutgoingConfig. - MessagingOutgoingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.messaging.spi
-
Fluent API builder base for
MessagingOutgoingConfig. - MessagingOutgoingConfig.BuilderBase.MessagingOutgoingConfigImpl - Class in io.helidon.messaging.spi
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MessagingOutgoingConfigImpl(MessagingOutgoingConfig.BuilderBase) - Constructor for class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase.MessagingOutgoingConfigImpl
-
Create an instance providing a builder.
- MessagingRejectedException - Exception Class in io.helidon.messaging
-
Message admission rejection.
- MessagingRejectedException(String, MessagingRejectedException.Reason) - Constructor for exception class io.helidon.messaging.MessagingRejectedException
-
Create a rejection with a generated diagnostic message.
- MessagingRejectedException(String, MessagingRejectedException.Reason, String) - Constructor for exception class io.helidon.messaging.MessagingRejectedException
-
Create a rejection.
- MessagingRejectedException(String, MessagingRejectedException.Reason, String, Throwable) - Constructor for exception class io.helidon.messaging.MessagingRejectedException
-
Create a rejection with a cause.
- MessagingRejectedException.Reason - Enum Class in io.helidon.messaging
-
Admission rejection reason.
- MessagingRuntime - Interface in io.helidon.messaging
-
Internal synchronous runtime contract used by generated messaging emitters.
- metaAnnotation(TypeName, TypeName) - Method in interface io.helidon.common.types.TypeInfo
-
Find a meta annotation.
- metaAnnotation(TypeName, TypeName, boolean) - Method in interface io.helidon.common.types.TypeInfo
-
Find a meta annotation.
- metaAnnotations() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- metaAnnotations() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- metaAnnotations() - Method in interface io.helidon.common.types.Annotation
-
A list of inherited annotations (from the whole hierarchy).
- metaAnnotations(List) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- metaConfig() - Method in interface io.helidon.config.Config.Builder
-
Check if meta configuration is present and if so, update this builder using the meta configuration.
- metaConfig() - Static method in class io.helidon.config.MetaConfig
-
Find meta configuration (files or classpath resources) and create a meta configuration instance from it.
- MetaConfig - Class in io.helidon.config
-
Meta configuration.
- MetaConfigFactory__ServiceDescriptor<T> - Class in io.helidon.config
-
Service descriptor for
MetaConfigFactory. - MetaConfigFactory__ServiceDescriptor() - Constructor for class io.helidon.config.MetaConfigFactory__ServiceDescriptor
-
Constructor with no side effects
- metaConfiguration() - Method in class io.helidon.config.MetaConfig
-
Meta configuration if provided, or empty config if not.
- Meta-configuration Support for Custom Polling Strategies - Section in interface io.helidon.config.spi.PollingStrategy
- metadata() - Element in annotation interface io.helidon.builder.api.Option.Configured
-
Whether to include this option in generated configuration metadata.
- metadata() - Element in annotation interface io.helidon.builder.api.Prototype.Configured
-
Whether to include this type in generated configuration metadata.
- metadata() - Method in interface io.helidon.discovery.DiscoveredUri
-
Returns a determinate, immutable
Mapof metadata further describing thisDiscoveredUriimplementation. - metadata(MeterMetadata) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Configure metric metadata.
- metadata(String, Hson.Array) - Static method in class io.helidon.common.features.metadata.FeatureRegistry
-
Get all feature metadata from the provided root.
- metadata(String, Properties) - Static method in class io.helidon.common.features.metadata.FeatureRegistry
-
Get all feature metadata from the provided root.
- MetadataConstants - Class in io.helidon.metadata
-
Constants used during metadata discovery.
- MetadataDiscovery - Interface in io.helidon.metadata
-
Helidon metadata discovery.
- MetadataDiscovery.Mode - Enum Class in io.helidon.metadata
-
Modes of discovery.
- MetadataFile - Interface in io.helidon.metadata
-
A single metadata file, such as
META-INF/helidon/service.loader. - meter() - Static method in class io.helidon.webclient.metrics.WebClientMetrics
-
Creates new meter client metric.
- meter(Class, String, Iterable) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Locates a previously-registered meter of the specified type, matching the name and tags.
- Meter - Interface in io.helidon.metrics.api
-
Common behavior of all meters.
- Meter.BaseUnits - Class in io.helidon.metrics.api
-
Common unit declarations (inspired by the list from MicroProfile metrics).
- Meter.Builder<B,
M> - Interface in io.helidon.metrics.api -
Common behavior of specific meter builders.
- Meter.Id - Interface in io.helidon.metrics.api
-
Unique idenfier for a meter.
- Meter.Scope - Class in io.helidon.metrics.api
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope values, and this type will be removed.
- Meter.Type - Enum Class in io.helidon.metrics.api
-
Type of meter.
- MeterBuilderCustomizer - Interface in io.helidon.metrics.spi
-
Customizes meter builders before a meter registry uses them to locate or create meters.
- meterBuilders(MetricsFactory) - Method in interface io.helidon.metrics.spi.MetersProvider
-
Returns meter builders created using the specified
MetricsFactory. - meterBuilders(MetricsFactory) - Method in class io.helidon.metrics.systemmeters.SystemMetersProvider
- meterBuilders(MetricsFactory) - Method in class io.helidon.metrics.systemmeters.VThreadSystemMetersProvider
- meterBuilders(MetricsFactory, MeterRegistry) - Method in interface io.helidon.metrics.spi.MetersProvider
-
Returns meter builders created using the specified
MetricsFactoryfor the specifiedMeterRegistry. - meterBuilders(MetricsFactory, MeterRegistry) - Method in class io.helidon.metrics.systemmeters.VThreadSystemMetersProvider
-
Returns meter builders created using the specified
MetricsFactoryfor the specifiedMeterRegistry. - meterName() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- meterName() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Meter name.
- meterName() - Method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Meter name.
- meterName(String) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Meter name.
- meterNameSelection(Iterable) - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
-
Sets the meter name with which to filter the output.
- meterProvider() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Meter provider for the exporter.
- meterProvider() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- meterProvider() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Meter provider for the exporter.
- meterProvider(MeterProvider) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Meter provider for the exporter.
- meterRegistry() - Method in interface io.helidon.common.concurrency.limits.Limit.InitializationContext
-
Meter registry to use when registering limit metrics.
- meterRegistry() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- meterRegistry() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Meter registry to use for gRPC client metrics.
- meterRegistry() - Method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
Meter registry to use for gRPC client metrics.
- meterRegistry() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
If you want to have multiple meter registries with different endpoints, you may create them usingwhere
MeterRegistry meterRegistry = io.helidon.service.registry.Services .get(io.helidon.metrics.api.MetricsFactory.class) .createMeterRegistry(metricsConfig); MetricsObserver.builder() .endpoint("metrics-2") .metricsConfig(metricsConfig) .meterRegistry(meterRegistry) // further settings on the observer builder, etc. .build();metricsConfigcan contain registry-specific settings. - meterRegistry() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- meterRegistry() - Method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
If you want to have multiple meter registries with different endpoints, you may create them usingwhere
MeterRegistry meterRegistry = io.helidon.service.registry.Services .get(io.helidon.metrics.api.MetricsFactory.class) .createMeterRegistry(metricsConfig); MetricsObserver.builder() .endpoint("metrics-2") .metricsConfig(metricsConfig) .meterRegistry(meterRegistry) // further settings on the observer builder, etc. .build();metricsConfigcan contain registry-specific settings. - meterRegistry(MeterRegistry) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Meter registry to use for gRPC client metrics.
- meterRegistry(MeterRegistry) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
If you want to have multiple meter registries with different endpoints, you may create them usingwhere
MeterRegistry meterRegistry = io.helidon.service.registry.Services .get(io.helidon.metrics.api.MetricsFactory.class) .createMeterRegistry(metricsConfig); MetricsObserver.builder() .endpoint("metrics-2") .metricsConfig(metricsConfig) .meterRegistry(meterRegistry) // further settings on the observer builder, etc. .build();metricsConfigcan contain registry-specific settings. - MeterRegistry - Interface in io.helidon.metrics.api
-
Manages the look-up and registration of meters.
- MeterRegistry.Builder<B,
R> - Interface in io.helidon.metrics.api -
Builder for creating a new meter registry.
- meterRegistryBuilder() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns a builder for creating a new caller-owned
MeterRegistry. - MeterRegistryFactory__ServiceDescriptor<T> - Class in io.helidon.metrics.api
-
Service descriptor for
MeterRegistryFactory. - MeterRegistryFactory__ServiceDescriptor() - Constructor for class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
-
Constructor with no side effects
- MeterRegistryFormatter - Interface in io.helidon.metrics.api
-
Formatter of a
MeterRegistryaccording to a given media type. - MeterRegistryFormatterProvider - Interface in io.helidon.metrics.spi
-
Behavior for providers of meter registry formatters, which (if then can) furnish a formatter given a
MediaType. - MeterRegistryLifeCycleListener - Interface in io.helidon.metrics.spi
-
Receives notifications of events related to meter registries.
- meters() - Method in interface io.helidon.metrics.api.MeterRegistry
-
Returns all previously-registered meters.
- meters(Iterable) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MeterRegistry.meters(). Scope selection is ignored and this method will be removed. - meters(Predicate) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Returns previously-registered meters which match the specified
Predicate. - meterSchemaUrl() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- meterSchemaUrl() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Meter schema URL.
- meterSchemaUrl() - Method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Meter schema URL.
- meterSchemaUrl(String) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Meter schema URL.
- MetersProvider - Interface in io.helidon.metrics.spi
-
Furnishes
Meter.Builderinstances which are supplied to eachMetricsFactorywhen it is created and, in turn, are passed to eachMeterRegistrythat factory creates. - meterVersion() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- meterVersion() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Meter version.
- meterVersion() - Method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Meter version.
- meterVersion(String) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Meter version.
- method() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase.GeneratedMethodImpl
- method() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Definition of this method, including annotations (such as
Override). - method() - Method in interface io.helidon.builder.codegen.GeneratedMethod
-
Definition of this method, including annotations (such as
Override). - method() - Method in class io.helidon.codegen.TypeHierarchyResolver.ResolvedMethod
-
Returns the method selected for generation.
- method() - Method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptor
-
Method annotated with
@Grpc.Proto, if this is a method source. - method() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Method element info.
- method() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- method() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Method element info.
- method() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Owning method.
- method() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- method() - Method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Owning method.
- method() - Method in interface io.helidon.http.DirectHandler.TransportRequest
-
HTTP method.
- method() - Method in class io.helidon.http.http2.Http2Headers
-
Method pseudo header.
- method() - Method in class io.helidon.http.HttpPrologue
-
HTTP method of this request.
- method() - Method in enum class io.helidon.security.providers.oidc.common.PkceChallengeMethod
-
Proof Key Code Exchange (PKCE) method name.
- method() - Method in class io.helidon.security.SecurityEnvironment
-
Verb to execute on the resource.
- method() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- method() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Top level method that declares this method.
- method() - Method in interface io.helidon.service.registry.Dependency
-
Top level method that declares this method.
- method() - Method in class io.helidon.webclient.api.ClientRequestBase
-
HTTP method to be invoked.
- method() - Method in interface io.helidon.webclient.api.FullClientRequest
-
HTTP method of this request.
- method() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Returns an HTTP request method.
- method() - Method in class io.helidon.webserver.http.DirectTransportRequest
- method(OptionInfo, GeneratedMethod, OptionMethodType) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
This allows modification to the methods generated for options by the default builder code generator.
- method(TypedElementInfo) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Definition of this method, including annotations (such as
Override). - method(TypedElementInfo) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Method element info.
- method(TypedElementInfo) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Owning method.
- method(TypedElementInfo, boolean) - Static method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptor
-
Create a proto method descriptor source.
- method(Method) - Method in class io.helidon.http.http2.Http2Headers
-
HTTP method to be used.
- method(Method) - Method in interface io.helidon.webclient.api.HttpClient
-
Create a request for a method.
- method(Method) - Method in class io.helidon.webclient.http2.Http2ClientImpl
- method(Method) - Method in class io.helidon.webserver.testing.junit5.DirectClient
- method(Method) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- method(String) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Method that is requested (such as GET/POST for http).
- method(String) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Top level method that declares this method.
- method(String) - Method in interface io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Descriptor for a given method.
- method(String) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Return
GrpcMethodDescriptorfor a specified method name. - method(String, JsonRpcHandler) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of method names to handlers.
- method(Consumer) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Definition of this method, including annotations (such as
Override). - method(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Method element info.
- method(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Owning method.
- method(Supplier) - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Definition of this method, including annotations (such as
Override). - method(Supplier) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Method element info.
- method(Supplier) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Owning method.
- Method - Class in io.helidon.codegen.classmodel
-
Model of the method which should be created in the specific type.
- Method - Class in io.helidon.http
-
HTTP request methods.
- METHOD - Enum constant in enum class io.helidon.common.types.ElementKind
-
Method element type kind.
- METHOD - Enum constant in enum class io.helidon.security.EndpointConfig.AnnotationScope
-
Annotation on a resource method.
- METHOD - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
Method that may have annotated return type or parameters.
- METHOD_NAME - Enum constant in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
log the method name.
- METHOD_NAME - Static variable in class io.helidon.http.http2.Http2Headers
-
Header name of the method pseudo header.
- METHOD_NOT_ALLOWED_405 - Static variable in class io.helidon.http.Status
-
405 Method Not Allowed, see HTTP/1.1 documentation.
- METHOD_NOT_ALLOWED_405_CODE - Static variable in class io.helidon.http.Status
-
405 Method Not Allowed, see HTTP/1.1 documentation.
- METHOD_NOT_FOUND - Static variable in interface io.helidon.jsonrpc.core.JsonRpcError
-
The method does not exist or is not available.
- METHOD_TYPE - Enum constant in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
Log the method type.
- Method.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Method. - methodAnnotations() - Method in class io.helidon.security.SecurityLevel
-
Annotations on the method.
- methodAnnotations(List) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Set list of method annotations.
- methodHandler() - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Obtain the
MethodHandlerto use to make client calls. - methodHandler(MethodHandler) - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
- methodHandler(MethodHandler) - Method in interface io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
-
Set the
MethodHandlerthat can be used to invoke the method. - MethodHandler<ReqT,
RespT> - Interface in io.helidon.grpc.core -
A gRPC method call handler.
- MethodHandler.BidirectionalClient - Interface in io.helidon.grpc.core
-
A bidirectional client call handler.
- MethodHandler.ClientStreaming - Interface in io.helidon.grpc.core
-
A client streaming client call handler.
- MethodHandler.ServerStreamingClient - Interface in io.helidon.grpc.core
-
A server streaming client call handler.
- MethodHandler.UnaryClient - Interface in io.helidon.grpc.core
-
A unary client call handler.
- methodIndex() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Method index (related to order of processing), to allow generation of unique names.
- methodName() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- methodName() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Name of the factory method.
- methodName() - Method in interface io.helidon.builder.codegen.FactoryMethod
-
Name of the factory method.
- methodName() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Name of the singular setter method.
- methodName() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase.OptionSingularImpl
- methodName() - Method in interface io.helidon.builder.codegen.OptionSingular
-
Name of the singular setter method.
- methodName() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Java resolver method name.
- methodName() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Name of the method on
ParameterCodegenContext.endpointType()that is being processed. - methodName() - Method in class io.helidon.security.SecurityLevel
-
Name of the method this level represents, or
Unknownif this level does not represent a method. - methodName() - Method in interface io.helidon.security.spi.AuditProvider.AuditSource
-
Method name that caused this event.
- methodName(String) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Name of the factory method.
- methodName(String) - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Name of the singular setter method.
- methodName(String) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
Method name of the method being secured.
- MethodNameParser - Interface in io.helidon.data.codegen.parser
-
Method name parser interface.
- MethodNameParserException - Exception Class in io.helidon.data.codegen.parser
-
Method name parser
RuntimeException. - MethodNameParserProvider - Interface in io.helidon.data.codegen.parser.spi
-
Method name parser provider for specific platform.
- MethodParams - Interface in io.helidon.data.codegen.common
-
Interface generated from blueprint
io.helidon.data.codegen.common.MethodParamsBlueprint. - MethodParams.Builder - Class in io.helidon.data.codegen.common
-
Fluent API builder for
MethodParams. - MethodParams.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.codegen.common
-
Fluent API builder base for
MethodParams. - MethodParams.BuilderBase.MethodParamsImpl - Class in io.helidon.data.codegen.common
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MethodParamsImpl(MethodParams.BuilderBase) - Constructor for class io.helidon.data.codegen.common.MethodParams.BuilderBase.MethodParamsImpl
-
Create an instance providing a builder.
- MethodParserError - Record Class in io.helidon.data.codegen.parser
-
Method name parsing error.
- MethodParserError(Object, int, int) - Constructor for record class io.helidon.data.codegen.parser.MethodParserError
-
Creates an instance of a
MethodParserErrorrecord class. - methodPredicate() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- MethodPredicate - Interface in io.helidon.http
-
HTTP Method predicate.
- methodPrefix() - Element in annotation interface io.helidon.json.binding.Json.BuilderInfo
-
The method prefix for builder methods.
- methods() - Method in class io.helidon.codegen.classmodel.ClassBase
-
All declared methods.
- methods() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Methods that have a rest annotation (HTTP method).
- methods() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase.RestEndpointImpl
- methods() - Method in interface io.helidon.declarative.codegen.model.http.RestEndpoint
-
Methods that have a rest annotation (HTTP method).
- methods() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- methods() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Map of names to gRPC method descriptors.
- methods() - Method in interface io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Map of names to gRPC method descriptors.
- methods() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Return service methods.
- methods() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl
- methods() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Method-specific security configuration.
- methods() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig
-
Method-specific security configuration.
- methods() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- methods() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Exact, case-sensitive HTTP methods for which this path config applies; default is to match all HTTP methods.
- methods() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Exact, case-sensitive HTTP methods for which this path config applies; default is to match all HTTP methods.
- methods() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
HTTP methods to match exactly when applying this configured path; non-uppercase known methods also match their uppercase names and log a warning that this compatibility will be removed in a future major version.
- methods() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- methods() - Method in interface io.helidon.webserver.security.PathsConfig
-
HTTP methods to match exactly when applying this configured path; non-uppercase known methods also match their uppercase names and log a warning that this compatibility will be removed in a future major version.
- methods(TypeInfo) - Static method in class io.helidon.declarative.codegen.grpc.GrpcMethodHierarchy
-
Resolve effective instance methods, including the complete superclass and interface hierarchy.
- methods(Method...) - Method in class io.helidon.webserver.http.HttpRoute.Builder
-
HTTP methods this route should handle.
- methods(Predicate) - Method in class io.helidon.webserver.http.HttpRoute.Builder
-
Method predicate to use.
- methods(List) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Methods that have a rest annotation (HTTP method).
- methods(List) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
HTTP methods to match exactly when applying this configured path; non-uppercase known methods also match their uppercase names and log a warning that this compatibility will be removed in a future major version.
- methods(List) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Method-specific security configuration.
- methods(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Exact, case-sensitive HTTP methods for which this path config applies; default is to match all HTTP methods.
- methods(List) - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
-
Exact, case-sensitive HTTP methods to restrict registration of this configuration on web server.
- methods(Map) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Map of names to gRPC method descriptors.
- methodSignature(TypedElementInfo) - Static method in class io.helidon.codegen.TypeHierarchy
-
Create a method signature that treats method type-variable names as declaration-local aliases.
- methodType(TypedElementInfo, Annotation, String) - Static method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors
-
Read and validate a declarative gRPC method cardinality.
- methodWarning(TypedElementInfo, String) - Method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Log method generation warning.
- MetricDefaultHistogramAggregationConfig - Interface in io.helidon.telemetry.otelconfig
-
Default histogram aggregation settings.
- MetricDefaultHistogramAggregationConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
MetricDefaultHistogramAggregationConfig. - MetricDefaultHistogramAggregationConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
MetricDefaultHistogramAggregationConfig. - MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MetricDefaultHistogramAggregationConfigImpl(MetricDefaultHistogramAggregationConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl
-
Create an instance providing a builder.
- MetricDefaultHistogramAggregationType - Enum Class in io.helidon.telemetry.otelconfig
-
OpenTelemetry default histogram aggregation types.
- MetricExporterConfig - Interface in io.helidon.telemetry.otelconfig
-
OpenTelemetry metric exporter settings.
- MetricExporterConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
MetricExporterConfig. - MetricExporterConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
MetricExporterConfig. - MetricExporterConfig.BuilderBase.MetricExporterConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MetricExporterConfigImpl(MetricExporterConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase.MetricExporterConfigImpl
-
Create an instance providing a builder.
- MetricExporterType - Enum Class in io.helidon.telemetry.otelconfig
-
Types of OpenTelemetry metric exporters supported via Helidon configuration.
- MetricReaderConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for a metric reader.
- MetricReaderConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
MetricReaderConfig. - MetricReaderConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
MetricReaderConfig. - MetricReaderConfig.BuilderBase.MetricReaderConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MetricReaderConfigImpl(MetricReaderConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase.MetricReaderConfigImpl
-
Create an instance providing a builder.
- MetricReaderType - Enum Class in io.helidon.telemetry.otelconfig
-
OpenTelemetry metric reader types.
- metrics() - Method in interface io.helidon.service.registry.ServiceRegistry
-
Provides registry metrics information.
- metrics() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry metrics settings.
- metrics() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- metrics() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
OpenTelemetry metrics settings.
- metrics(OpenTelemetryMetricsConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry metrics settings.
- metrics(Consumer) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry metrics settings.
- metrics(Supplier) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry metrics settings.
- Metrics - Class in io.helidon.metrics.api
-
Metrics annotations for declarative metric registration.
- METRICS - Static variable in class io.helidon.declarative.codegen.RunLevels
-
Service that register gauges after the server is started.
- METRICS_CONFIG_KEY - Static variable in interface io.helidon.metrics.api.ComponentMetricsSettings.Builder
-
By convention, the config key within the component's config section containing metrics settings for the component.
- METRICS_CONFIG_KEY - Static variable in interface io.helidon.metrics.api.MetricsConfig
-
The config key containing settings for all of metrics.
- METRICS_CONFIG_KEY - Static variable in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
-
The config key containing settings for all of metrics.
- Metrics.Counted - Annotation Interface in io.helidon.metrics.api
-
The annotated method will be counted.
- Metrics.Gauge - Annotation Interface in io.helidon.metrics.api
-
The annotated method will be a gauge source.
- Metrics.Tag - Annotation Interface in io.helidon.metrics.api
-
Metric tag.
- Metrics.Tags - Annotation Interface in io.helidon.metrics.api
-
Container for
Metrics.Tagrepeating annotation. - Metrics.Timed - Annotation Interface in io.helidon.metrics.api
-
The annotated method will be timed.
- metricsBuilderInfo() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- metricsConfig() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns the
MetricsConfiginstance used to initialize the metrics factory. - metricsConfig() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Assigns metrics settings for the observer endpoint, including whether the endpoint is enabled and its access controls.
- metricsConfig() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- metricsConfig() - Method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
-
Assigns metrics settings for the observer endpoint, including whether the endpoint is enabled and its access controls.
- metricsConfig(MetricsConfig) - Method in interface io.helidon.metrics.api.MeterRegistry.Builder
-
Sets the
MetricsConfigfor the meter registry, defaulting to the metrics config with which theMetricsFactorywas created. - metricsConfig(MetricsConfig) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Assigns metrics settings for the observer endpoint, including whether the endpoint is enabled and its access controls.
- metricsConfig(Consumer) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Assigns metrics settings for the observer endpoint, including whether the endpoint is enabled and its access controls.
- metricsConfig(Supplier) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Assigns metrics settings for the observer endpoint, including whether the endpoint is enabled and its access controls.
- MetricsConfig - Interface in io.helidon.metrics.api
-
Configuration settings for metrics.
- MetricsConfig.Builder - Class in io.helidon.metrics.api
-
Fluent API builder for
MetricsConfig. - MetricsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.metrics.api
-
Fluent API builder base for
MetricsConfig. - MetricsConfig.BuilderBase.MetricsConfigImpl - Class in io.helidon.metrics.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MetricsConfigImpl(MetricsConfig.BuilderBase) - Constructor for class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
-
Create an instance providing a builder.
- MetricsExtensionProvider - Class in io.helidon.declarative.codegen.metrics
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative metrics. - MetricsExtensionProvider() - Constructor for class io.helidon.declarative.codegen.metrics.MetricsExtensionProvider
-
Required public constructor for
ServiceLoader. - metricsFactory() - Method in interface io.helidon.metrics.api.MeterRegistry
-
Metrics factory that created this registry.
- MetricsFactory - Interface in io.helidon.metrics.api
-
The basic contract for implementations of the Helidon metrics API, mostly acting as a factory for meter builders rather than for meters themselves.
- MetricsFactoryFactory__ServiceDescriptor<T> - Class in io.helidon.metrics.api
-
Service descriptor for
MetricsFactoryFactory. - MetricsFactoryFactory__ServiceDescriptor() - Constructor for class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
-
Constructor with no side effects
- MetricsFactoryProvider - Interface in io.helidon.metrics.spi
-
Creates new instances of
MetricsFactory. - MetricsObserveProvider - Class in io.helidon.webserver.observe.metrics
-
Metrics observe provider implementation, discoverable through
ServiceRegistryandServiceLoader. - MetricsObserveProvider() - Constructor for class io.helidon.webserver.observe.metrics.MetricsObserveProvider
-
Required public constructor for
ServiceLoader. - MetricsObserveProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe.metrics
-
Service descriptor for
MetricsObserveProvider. - MetricsObserveProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
-
Constructor with no side effects
- MetricsObserver - Class in io.helidon.webserver.observe.metrics
-
Support for metrics for Helidon WebServer.
- MetricsObserverConfig - Interface in io.helidon.webserver.observe.metrics
-
Metrics Observer configuration.
- MetricsObserverConfig.Builder - Class in io.helidon.webserver.observe.metrics
-
Fluent API builder for
MetricsObserver. - MetricsObserverConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.metrics
-
Fluent API builder base for
MetricsObserverConfig. - MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl - Class in io.helidon.webserver.observe.metrics
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- MetricsObserverConfigImpl(MetricsObserverConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
-
Create an instance providing a builder.
- MetricsProgrammaticConfig - Interface in io.helidon.metrics.spi
-
Programmatic (rather than user-configurable) settings that govern certain metrics behavior.
- MetricsPublisher - Interface in io.helidon.metrics.api
-
Behavior common to all metrics publishers.
- MetricsPublisherConfig - Interface in io.helidon.metrics.api
-
Settings common to all metrics publishers.
- MetricsPublisherProvider - Interface in io.helidon.metrics.spi
-
Marks each configured provider of a
MetricsPublisher. - metricTags() - Method in interface io.helidon.common.concurrency.limits.Limit.InitializationContext
-
Metric tags to use when registering limit metrics.
- MetricTemporalityPreferenceType - Enum Class in io.helidon.telemetry.otelconfig
-
OpenTelemetry metrics temporality preference types.
- MIB - Enum constant in enum class io.helidon.common.Size.Unit
-
Mebi-bytes (represented as either
MBorMiB), where we use binary approach, i.e. - MicrometerMetricsFactoryProvider - Class in io.helidon.metrics.providers.micrometer
-
Provides the Micrometer meter registry to use as a delegate for the implementation of the Helidon metrics API.
- MicrometerMetricsFactoryProvider() - Constructor for class io.helidon.metrics.providers.micrometer.MicrometerMetricsFactoryProvider
-
Required public constructor for
ServiceLoader. - MicrometerPrometheusFormatter - Class in io.helidon.metrics.providers.micrometer
-
Retrieves and prepares meter output from the specified meter registry according to the formats supported by the Prometheus meter registry.
- MicrometerPrometheusFormatter.Builder - Class in io.helidon.metrics.providers.micrometer
-
Builder for creating a tailored Prometheus formatter.
- MicrometerPrometheusFormatterProvider - Class in io.helidon.metrics.providers.micrometer
-
Micrometer (and Prometheus, particularly) specific formatter.
- MicrometerPrometheusFormatterProvider() - Constructor for class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatterProvider
-
Required public constructor for
ServiceLoader. - MicrometerSpanContextSupplierProvider - Class in io.helidon.metrics.exemplartrace
-
Full-featured implementation of provider for trace information to support exemplars.
- MicrometerSpanContextSupplierProvider() - Constructor for class io.helidon.metrics.exemplartrace.MicrometerSpanContextSupplierProvider
-
Required public constructor for
ServiceLoader. - MICROSECONDS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1/1000
Meter.BaseUnits.MILLISECONDS. - middleName() - Method in class io.helidon.security.jwt.Jwt
-
Middle name claim.
- middleName(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Middle name of subject.
- MILLISECONDS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1/1000
Meter.BaseUnits.SECONDS. - min() - Element in annotation interface io.helidon.validation.Validation.Collection.Size
-
Minimal size of the collection.
- min() - Element in annotation interface io.helidon.validation.Validation.String.Length
-
Minimal length of the char sequence.
- min(Duration) - Method in class io.helidon.config.ScheduledPollingStrategy.RecurringPolicy.AdaptiveBuilder
-
Sets the minimal interval between tick events.
- Min - Enum constant in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Minoperator. - minIdle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the minimum number of idle connections.
- minIdle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- minIdle() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the minimum number of idle connections.
- minIdle(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the minimum number of idle connections.
- minimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Minimal value of the integer number.
- minimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- minimum() - Method in interface io.helidon.json.schema.SchemaInteger
-
Minimal value of the integer number.
- minimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Minimal value of the number.
- minimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- minimum() - Method in interface io.helidon.json.schema.SchemaNumber
-
Minimal value of the number.
- minimum(double) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Minimal value of the number.
- minimum(int) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Minimal value of the integer number.
- minimum(long) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Minimal value of the integer number.
- minimumExpectedValue() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Returns the minimum expected value setting.
- minimumExpectedValue() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig
-
Returns the minimum expected value that the meter is expected to observe.
- minimumExpectedValue() - Method in interface io.helidon.metrics.api.Timer.Builder
-
Returns the minimum expected value set in the builder, if any.
- minimumExpectedValue(Double) - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Sets the minimum value that the meter is expected to observe.
- minimumExpectedValue(Duration) - Method in interface io.helidon.metrics.api.Timer.Builder
-
Sets the minimum expected value the timer is expected to record.
- minimumIdle() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- minimumIdle() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
The property controls the minimum number of idle connections that HikariCP tries to maintain in the pool, including both idle and in-use connections.
- minimumIdle() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
The property controls the minimum number of idle connections that HikariCP tries to maintain in the pool, including both idle and in-use connections.
- minimumIdle(int) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
The property controls the minimum number of idle connections that HikariCP tries to maintain in the pool, including both idle and in-use connections.
- minimumSeverity() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Minimum severity level of log records to process.
- minimumSeverity() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- minimumSeverity() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Minimum severity level of log records to process.
- minimumSeverity(Severity) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Minimum severity level of log records to process.
- minItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Min number of items an array can have.
- minItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- minItems() - Method in interface io.helidon.json.schema.SchemaArray
-
Min number of items an array can have.
- minItems(int) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Min number of items an array can have.
- minLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Minimum length of the string.
- minLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
- minLength() - Method in interface io.helidon.json.schema.SchemaString
-
Minimum length of the string.
- minLength(long) - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Minimum length of the string.
- minLimit() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- minLimit() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Minimal limit.
- minLimit() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Minimal limit.
- minLimit(int) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Minimal limit.
- minPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the minimum number of connections.
- minPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- minPoolSize() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the minimum number of connections.
- minPoolSize(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the minimum number of connections.
- minProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Minimum number of the object properties.
- minProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- minProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Minimum number of the object properties.
- minProperties(int) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Minimum number of the object properties.
- MINUS_SIGN_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
-byte. - MINUTES - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
- MISDIRECTED_REQUEST_421 - Static variable in class io.helidon.http.Status
-
Misdirected request, see RFC 9110 - Http Semantics.
- MISDIRECTED_REQUEST_421_CODE - Static variable in class io.helidon.http.Status
-
Misdirected request, see RFC 9110 - Http Semantics.
- missing() - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for TLS connections without an SNI host;
SniSelectionPolicy.REJECTrequires at least one listener virtual host. - missing() - Method in class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
- missing() - Method in interface io.helidon.webserver.SniConfig
-
Policy for TLS connections without an SNI host;
SniSelectionPolicy.REJECTrequires at least one listener virtual host. - missing(SniSelectionPolicy) - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for TLS connections without an SNI host;
SniSelectionPolicy.REJECTrequires at least one listener virtual host. - MISSING - Enum constant in enum class io.helidon.config.Config.Type
-
Config node does not exists.
- missingAuthority(HttpPrologue, Headers) - Static method in class io.helidon.webserver.SniRequestSupport
-
Create the request exception for a missing authority.
- missingClaimMessage(String) - Method in class io.helidon.security.jwt.AudienceValidator.Builder
-
Custom missing claim error message.
- missingClaimMessage(String) - Method in class io.helidon.security.jwt.ExpirationValidator.Builder
-
Custom missing claim error message.
- missingClaimMessage(String) - Method in class io.helidon.security.jwt.FieldValidator.Builder
-
Custom missing claim error message.
- missingClaimMessage(String) - Method in class io.helidon.security.jwt.IssueTimeValidator.Builder
-
Custom missing claim error message.
- missingClaimMessage(String) - Method in class io.helidon.security.jwt.MaxTokenAgeValidator.Builder
-
Custom missing claim error message.
- missingClaimMessage(String) - Method in class io.helidon.security.jwt.NotBeforeValidator.Builder
-
Custom missing claim error message.
- missingClaimMessage(String) - Method in class io.helidon.security.jwt.UserPrincipalValidator.Builder
-
Custom missing claim error message.
- missingMapParametersAsNull() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Configured missing values in named parameters
Maphandling. - missingMapParametersAsNull() - Method in class io.helidon.dbclient.DbClientContext
- missingMapParametersAsNull() - Method in interface io.helidon.dbclient.DbContext
-
Configured missing values in named parameters
Maphandling. - missingMapParametersAsNull() - Method in class io.helidon.dbclient.DbExecuteContext
- missingMapParametersAsNull(boolean) - Method in class io.helidon.dbclient.DbClientBuilderBase
- missingMapParametersAsNull(boolean) - Method in class io.helidon.dbclient.DbClientContext.BuilderBase
-
Missing values in named parameters
Mapare considered as null values. - missingMapParametersAsNull(boolean) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Missing values in named parameters
Mapare considered as null values. - MissingValueException - Exception Class in io.helidon.config
-
Exception representing a specific failures related to a missing configuration value.
- mode() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
TLS peer host source mode for SNI and endpoint identification:
uri-host,host-header,explicit, ordisabled. - mode() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase.SniConfigImpl
- mode() - Method in interface io.helidon.webclient.api.SniConfig
-
TLS peer host source mode for SNI and endpoint identification:
uri-host,host-header,explicit, ordisabled. - mode(SniMode) - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
TLS peer host source mode for SNI and endpoint identification:
uri-host,host-header,explicit, ordisabled. - ModelElement - Interface in io.helidon.declarative.codegen.model.http
-
A model for HTTP endpoints.
- ModelElement.Builder - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder for
ModelElement. - ModelElement.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder base for
ModelElement. - ModelElement.BuilderBase.ModelElementImpl - Class in io.helidon.declarative.codegen.model.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModelElementImpl(ModelElement.BuilderBase) - Constructor for class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
-
Create an instance providing a builder.
- modificationDate() - Method in class io.helidon.http.ContentDisposition
-
Get the value of the
modification-dateparameter that can be used to indicate the date at which the file was last modified. - modificationDate(ZonedDateTime) - Method in class io.helidon.http.ContentDisposition.Builder
-
Set the content disposition
modification-dateparameter. - Modifier - Enum Class in io.helidon.common.types
-
Modifiers except for
AccessModifier. - modifierName() - Method in enum class io.helidon.common.types.AccessModifier
-
Return access modifier name which should be used in the generated component.
- modifierName() - Method in enum class io.helidon.common.types.Modifier
-
Return access modifier name which should be used in the generated component.
- modifiers(CodegenContext, Set) - Static method in class io.helidon.codegen.TypeInfoFactoryBase
-
Map a string representation of a modifier to its Helidon counterpart.
- module() - Method in interface io.helidon.codegen.CodegenContext
-
Module that is being processed.
- module() - Method in class io.helidon.codegen.CodegenContextDelegate
- module() - Method in record class io.helidon.codegen.ModuleInfoRequires
-
Returns the value of the
modulerecord component. - module() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- module() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Module name.
- module() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Module name.
- module() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Module of this type, if available.
- module() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- module() - Method in interface io.helidon.common.types.TypeInfo
-
Module of this type, if available.
- module(String) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Module name.
- module(String) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Module of this type, if available.
- MODULE - Enum constant in enum class io.helidon.common.types.ElementKind
-
A module-info.java.
- ModuleInfo - Interface in io.helidon.codegen
-
Module info.
- ModuleInfo.Builder - Class in io.helidon.codegen
-
Fluent API builder for
ModuleInfo. - ModuleInfo.BuilderBase<BUILDER> - Class in io.helidon.codegen
-
Fluent API builder base for
ModuleInfo. - ModuleInfo.BuilderBase.ModuleInfoImpl - Class in io.helidon.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModuleInfoExports - Interface in io.helidon.common.types
-
An exports directive of a module info.
- ModuleInfoExports.Builder - Class in io.helidon.common.types
-
Fluent API builder for
ModuleInfoExports. - ModuleInfoExports.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
ModuleInfoExports. - ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModuleInfoExportsImpl(ModuleInfoExports.BuilderBase) - Constructor for class io.helidon.common.types.ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl
-
Create an instance providing a builder.
- ModuleInfoImpl(ModuleInfo.BuilderBase) - Constructor for class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
-
Create an instance providing a builder.
- ModuleInfoOpens - Interface in io.helidon.common.types
-
An opens directive of a module info.
- ModuleInfoOpens.Builder - Class in io.helidon.common.types
-
Fluent API builder for
ModuleInfoOpens. - ModuleInfoOpens.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
ModuleInfoOpens. - ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModuleInfoOpensImpl(ModuleInfoOpens.BuilderBase) - Constructor for class io.helidon.common.types.ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl
-
Create an instance providing a builder.
- ModuleInfoProvides - Interface in io.helidon.common.types
-
A provides directive of a module info.
- ModuleInfoProvides.Builder - Class in io.helidon.common.types
-
Fluent API builder for
ModuleInfoProvides. - ModuleInfoProvides.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
ModuleInfoProvides. - ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModuleInfoProvidesImpl(ModuleInfoProvides.BuilderBase) - Constructor for class io.helidon.common.types.ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl
-
Create an instance providing a builder.
- ModuleInfoRequires - Record Class in io.helidon.codegen
-
A requires definition of a module-info.java.
- ModuleInfoRequires - Interface in io.helidon.common.types
-
A requires directive of a module info.
- ModuleInfoRequires(String, boolean, boolean) - Constructor for record class io.helidon.codegen.ModuleInfoRequires
-
Creates an instance of a
ModuleInfoRequiresrecord class. - ModuleInfoRequires.Builder - Class in io.helidon.common.types
-
Fluent API builder for
ModuleInfoRequires. - ModuleInfoRequires.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
ModuleInfoRequires. - ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModuleInfoRequiresImpl(ModuleInfoRequires.BuilderBase) - Constructor for class io.helidon.common.types.ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl
-
Create an instance providing a builder.
- ModuleInfoSourceParser - Class in io.helidon.codegen
-
Support for parsing module-info.java sources.
- ModuleInfoUses - Interface in io.helidon.common.types
-
A uses directive of a module info.
- ModuleInfoUses.Builder - Class in io.helidon.common.types
-
Fluent API builder for
ModuleInfoUses. - ModuleInfoUses.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
ModuleInfoUses. - ModuleInfoUses.BuilderBase.ModuleInfoUsesImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModuleInfoUsesImpl(ModuleInfoUses.BuilderBase) - Constructor for class io.helidon.common.types.ModuleInfoUses.BuilderBase.ModuleInfoUsesImpl
-
Create an instance providing a builder.
- moduleName() - Method in interface io.helidon.codegen.CodegenContext
-
Configured module name using
CodegenOptions.CODEGEN_MODULE, or name of the module if defined fromCodegenContext.module(), or empty if not identified. - moduleNameOf(TypeName) - Method in interface io.helidon.common.types.TypeInfo
-
Uses
TypeInfo.referencedModuleNames()to determine if the module name is known for the given type. - modulepath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- modulepath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The modulepath to pass to the compiler.
- modulepath() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
The modulepath to pass to the compiler.
- modulepath(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The modulepath to pass to the compiler.
- modules() - Method in interface io.helidon.codegen.RoundContext
-
All modules that are processed in this round.
- ModuleTypeInfo - Interface in io.helidon.common.types
-
Module info type information.
- ModuleTypeInfo.Builder - Class in io.helidon.common.types
-
Fluent API builder for
ModuleTypeInfo. - ModuleTypeInfo.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
ModuleTypeInfo. - ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ModuleTypeInfoImpl(ModuleTypeInfo.BuilderBase) - Constructor for class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
-
Create an instance providing a builder.
- MongoDbClient - Class in io.helidon.dbclient.mongodb
-
MongoDB driver handler.
- MongoDbClientBuilder - Class in io.helidon.dbclient.mongodb
-
Builder for mongoDB database.
- MongoDbClientConfig - Class in io.helidon.dbclient.mongodb
-
Configuration parameters for MongoDB.
- MongoDbClientProvider - Class in io.helidon.dbclient.mongodb
-
Helidon DB Provider for mongoDB.
- MongoDbClientProvider() - Constructor for class io.helidon.dbclient.mongodb.MongoDbClientProvider
-
Creates a MongoDB database client provider.
- MongoDbColumn - Class in io.helidon.dbclient.mongodb
-
Mongo implementation of
DbColumn. - MongoDbExecute - Class in io.helidon.dbclient.mongodb
-
Execute implementation for MongoDB.
- MongoDbStatementDml - Class in io.helidon.dbclient.mongodb
-
MongoDB
DbStatementDmlimplementation. - MongoDbStatementGet - Class in io.helidon.dbclient.mongodb
-
MongoDB
DbStatementGetimplementation. - MongoDbStatementQuery - Class in io.helidon.dbclient.mongodb
-
MongoDB
DbStatementQueryimplementation. - Monitoring Changes - Section in package io.helidon.config
- monotonicTime() - Method in interface io.helidon.metrics.api.Clock
-
Returns the current time in nanoseconds from a monotonic clock source.
- MOVED_PERMANENTLY_301 - Static variable in class io.helidon.http.Status
-
301 Moved Permanently, see HTTP/1.1 documentation.
- MOVED_PERMANENTLY_301_CODE - Static variable in class io.helidon.http.Status
-
301 Moved Permanently, see HTTP/1.1 documentation.
- MP - Enum constant in enum class io.helidon.common.features.api.HelidonFlavor
-
The "MicroProfile" flavor.
- MP - Enum constant in enum class io.helidon.common.features.metadata.Flavor
-
The "MicroProfile" flavor.
- MtCacheKey(IdcsMtContext, String) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
-
New (immutable) cache key.
- MtCacheKey(String, String, String) - Constructor for class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
-
New (immutable) cache key.
- Multi<T> - Interface in io.helidon.common.reactive
-
Represents a
Flow.Publisheremitting zero or more items, optionally followed by an error or completion. - MULTI_STATUS_207 - Static variable in class io.helidon.http.Status
-
207 Multi-Status, see RFC 4918 - HTTP Extensions for WebDAV.
- MULTI_STATUS_207_CODE - Static variable in class io.helidon.http.Status
-
207 Multi-Status, see RFC 4918 - HTTP Extensions for WebDAV.
- multiFromByteChannel(ReadableByteChannel) - Static method in interface io.helidon.common.reactive.IoMulti
-
Creates a multi that reads data from the provided byte channel.
- multiFromByteChannelBuilder(ReadableByteChannel) - Static method in interface io.helidon.common.reactive.IoMulti
-
Creates a builder of
Multifrom providedReadableByteChannel. - multiFromStream(InputStream) - Static method in interface io.helidon.common.reactive.IoMulti
- multiFromStreamBuilder(InputStream) - Static method in interface io.helidon.common.reactive.IoMulti
-
Creates a builder of the
Multifrom suppliedInputStream. - MULTILINE - Enum constant in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Enables multiline mode.
- MultiPart - Class in io.helidon.http.media.multipart
-
Multi part message is an iterator of parts.
- MultiPart() - Constructor for class io.helidon.http.media.multipart.MultiPart
-
This class is empty, this constructor does nothing.
- MULTIPART_BYTERANGES - Static variable in class io.helidon.common.media.type.MediaTypes
-
multipart/byte-rangesmedia type. - MULTIPART_BYTERANGES_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "multipart/byteranges".
- MULTIPART_FORM_DATA - Static variable in class io.helidon.common.media.type.MediaTypes
-
multipart/form-datamedia type. - MULTIPART_FORM_DATA_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "multipart/form-data".
- MultiPartSupport - Class in io.helidon.http.media.multipart
-
Media support implementation for support of multipart.
- MultiPartSupportProvider - Class in io.helidon.http.media.multipart
-
ServiceLoaderprovider implementation for support of multipart. - MultiPartSupportProvider() - Constructor for class io.helidon.http.media.multipart.MultiPartSupportProvider
-
Required public constructor for
ServiceLoader. - multipleOf() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Value restriction to be a multiple of a given integer number.
- multipleOf() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- multipleOf() - Method in interface io.helidon.json.schema.SchemaInteger
-
Value restriction to be a multiple of a given integer number.
- multipleOf() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Value restriction to be a multiple of a given number.
- multipleOf() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- multipleOf() - Method in interface io.helidon.json.schema.SchemaNumber
-
Value restriction to be a multiple of a given number.
- multipleOf(double) - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Value restriction to be a multiple of a given number.
- multipleOf(int) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Value restriction to be a multiple of a given integer number.
- multipleOf(long) - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Value restriction to be a multiple of a given integer number.
- MultiTappedPublisher<T> - Class in io.helidon.common.reactive
-
Intercept the calls to the various Flow interface methods and calls the appropriate user callbacks.
- MultiTappedPublisher.Builder<T> - Class in io.helidon.common.reactive
-
Multi tapped publisher builder to register custom callbacks.
- multitenancyEndpoints() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Get the
IdcsMtRoleMapperProvider.MultitenancyEndpointsused to get assertion and token endpoints of a multitenant IDCS. - multitenantEndpoints(IdcsMtRoleMapperProvider.MultitenancyEndpoints) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
-
Replace default endpoint provider in multitenant IDCS setup.
- multiToByteChannel(WritableByteChannel) - Static method in interface io.helidon.common.reactive.IoMulti
-
Creates function consuming
Multi<ByteBuffer>to suppliedWritableByteChannel. - multiToByteChannelBuilder(WritableByteChannel) - Static method in interface io.helidon.common.reactive.IoMulti
-
Creates function consuming
Multi<ByteBuffer>to suppliedWritableByteChannel. - MUST_FAIL - Enum constant in enum class io.helidon.security.CompositeProviderFlag
-
Provider must fail.
- MutabilitySupport - Class in io.helidon.config
-
Mutability support for file based sources.
- MUTATION - Enum constant in enum class io.helidon.declarative.codegen.graphql.server.GraphQlResolverKind
-
Top-level GraphQL mutation resolver.
N
- name() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Option name.
- name() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- name() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Option name.
- name() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Singular form of the option name.
- name() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase.OptionSingularImpl
- name() - Method in interface io.helidon.builder.codegen.OptionSingular
-
Singular form of the option name.
- name() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Name of the constant.
- name() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- name() - Method in interface io.helidon.builder.codegen.PrototypeConstant
-
Name of the constant.
- name() - Method in class io.helidon.codegen.classmodel.Annotation
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.AnnotationParameter
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.ClassModel
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.Constructor
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.EnumConstant
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.Executable
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.Field
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.InnerClass
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.Method
-
Name of this component.
- name() - Method in class io.helidon.codegen.classmodel.Parameter
-
Name of this component.
- name() - Method in record class io.helidon.codegen.CodegenScope
-
Returns the value of the
namerecord component. - name() - Method in interface io.helidon.codegen.JavadocTree.EltClose
-
Closing element name.
- name() - Method in interface io.helidon.codegen.JavadocTree.EltStart
-
Name of the HTML element.
- name() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- name() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Name of the module.
- name() - Method in interface io.helidon.codegen.ModuleInfo
-
Name of the module.
- name() - Method in interface io.helidon.codegen.Option
-
Name of the option.
- name() - Method in class io.helidon.common.concurrency.limits.AimdLimit
- name() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- name() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Name of this instance.
- name() - Method in class io.helidon.common.concurrency.limits.FixedLimit
- name() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- name() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Name of this instance.
- name() - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- name() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Name of this instance.
- name() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- name() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Name of this instance.
- name() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Name of this thread pool executor.
- name() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- name() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Name of this thread pool executor.
- name() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- name() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature name.
- name() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Feature name.
- name() - Method in interface io.helidon.common.mapper.Value
-
Name of this value, to potentially troubleshoot the source of it.
- name() - Method in class io.helidon.common.tls.ConfiguredTlsManager
- name() - Method in interface io.helidon.common.types.AnnotationProperty.ConstantValue
-
Name of the constant.
- name() - Method in interface io.helidon.common.types.ElementSignature
-
Name of the element.
- name() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- name() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Module name.
- name() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
Module name.
- name() - Method in interface io.helidon.common.types.TypeName
-
The base name that includes the package name concatenated with the class name.
- name() - Method in interface io.helidon.config.Config.Key
-
Returns the name of Config node.
- name() - Method in interface io.helidon.config.Config
-
Returns the last token of the fully-qualified key for the
Confignode. - name() - Method in interface io.helidon.config.ConfigValue
-
Returns the last token of the fully-qualified key for the originating
Confignode. - name() - Method in interface io.helidon.config.NamedService
-
Name of this implementation, as provided in
ConfiguredProvider.create(Config, String). - name() - Method in class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder.MethodParameter
-
Parameter name.
- name() - Method in interface io.helidon.data.codegen.query.Property
-
Property name.
- name() - Method in interface io.helidon.data.codegen.query.QueryParameters.Parameter
-
Name od the parameter.
- name() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- name() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Name of this persistence unit.
- name() - Method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Name of this persistence unit.
- name() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
- name() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Logical name of this client.
- name() - Method in interface io.helidon.data.jdbc.JdbcClientConfig
-
Logical name of this client.
- name() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase.DataSourceConfigImpl
- name() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
DataSourcename. - name() - Method in interface io.helidon.data.sql.datasource.DataSourceConfig
-
DataSourcename. - name() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- name() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Name of this provider.
- name() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Name of this provider.
- name() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- name() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Name of this provider.
- name() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Name of this provider.
- name() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Name of this provider.
- name() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- name() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Name of this provider.
- name() - Method in interface io.helidon.dbclient.DbColumn
-
Column name.
- name() - Method in class io.helidon.dbclient.health.DbClientHealthCheck
- name() - Method in class io.helidon.dbclient.jdbc.JdbcClientProvider
- name() - Method in interface io.helidon.dbclient.jdbc.JdbcConnectionPool
- name() - Method in class io.helidon.dbclient.mongodb.MongoDbClientProvider
- name() - Method in class io.helidon.dbclient.mongodb.MongoDbColumn
- name() - Method in interface io.helidon.dbclient.spi.DbClientProvider
-
Name of this provider.
- name() - Method in record class io.helidon.declarative.codegen.model.http.HeaderValue
-
Returns the value of the
namerecord component. - name() - Method in record class io.helidon.declarative.codegen.model.http.HttpMethod
-
Returns the value of the
namerecord component. - name() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Method name.
- name() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- name() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Method name.
- name() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Name of the parameter.
- name() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- name() - Method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Name of the parameter.
- name() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- name() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name() - Method in interface io.helidon.faulttolerance.AsyncConfig
-
Name for debugging, error reporting, monitoring.
- name() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- name() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name() - Method in interface io.helidon.faulttolerance.BulkheadConfig
-
Name for debugging, error reporting, monitoring.
- name() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- name() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Name of this circuit breaker.
- name() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Name of this circuit breaker.
- name() - Element in annotation interface io.helidon.faulttolerance.Ft.Async
-
If named, an attempt will be made to find a named
Asyncinstance in service registry. - name() - Element in annotation interface io.helidon.faulttolerance.Ft.Bulkhead
-
Name for debugging, error reporting, monitoring.
- name() - Element in annotation interface io.helidon.faulttolerance.Ft.CircuitBreaker
-
If named, an attempt will be made to find a named
CircuitBreakerinstance in service registry. - name() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
If named, an attempt will be made to find a named
Retryinstance in service registry. - name() - Element in annotation interface io.helidon.faulttolerance.Ft.Timeout
-
If named, an attempt will be made to find a named
Timeoutinstance in service registry. - name() - Method in interface io.helidon.faulttolerance.FtHandler
-
A name assigned to a handler for debugging, error reporting or configuration purposes.
- name() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- name() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Name for debugging, error reporting, monitoring.
- name() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- name() - Method in interface io.helidon.faulttolerance.TimeoutConfig
-
Name for debugging, error reporting, monitoring.
- name() - Method in interface io.helidon.graphql.GeneratedGraphQl.CustomScalar
-
GraphQL scalar name.
- name() - Element in annotation interface io.helidon.grpc.api.Grpc.GrpcMethod
-
Obtain the name of the method.
- name() - Method in class io.helidon.health.checks.DeadlockHealthCheck
- name() - Method in class io.helidon.health.checks.DiskSpaceHealthCheck
- name() - Method in class io.helidon.health.checks.HeapMemoryHealthCheck
- name() - Method in interface io.helidon.health.HealthCheck
-
Name of this health check, used in output when details are requested.
- name() - Method in class io.helidon.http.ContentDisposition
- name() - Method in class io.helidon.http.encoding.deflate.DeflateEncoding
- name() - Method in class io.helidon.http.encoding.gzip.GzipEncoding
- name() - Method in interface io.helidon.http.Header
-
Name of the header as configured by user or as received on the wire.
- name() - Method in class io.helidon.http.http2.Http2Continuation
- name() - Method in class io.helidon.http.http2.Http2DataFrame
- name() - Method in interface io.helidon.http.http2.Http2Frame
-
Frame name.
- name() - Method in record class io.helidon.http.http2.Http2GoAway
- name() - Method in class io.helidon.http.http2.Http2Ping
- name() - Method in record class io.helidon.http.http2.Http2Priority
- name() - Method in record class io.helidon.http.http2.Http2RstStream
- name() - Method in class io.helidon.http.http2.Http2Settings
- name() - Method in record class io.helidon.http.http2.Http2WindowUpdate
- name() - Method in class io.helidon.http.media.FormParamsSupport
- name() - Method in interface io.helidon.http.media.jackson.JacksonSupportConfig
- name() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- name() - Method in interface io.helidon.http.media.json.binding.JsonBindingSupportConfig
- name() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
- name() - Method in interface io.helidon.http.media.json.JsonSupportConfig
- name() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
- name() - Method in interface io.helidon.http.media.json.smile.SmileSupportConfig
- name() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
- name() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
- name() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- name() - Method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
- name() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- name() - Method in class io.helidon.http.media.MediaSupportBase
- name() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase.MediaSupportConfigImpl
- name() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Name of the support.
- name() - Method in interface io.helidon.http.media.MediaSupportConfig
-
Name of the support.
- name() - Method in class io.helidon.http.media.multipart.MultiPartSupport
- name() - Method in interface io.helidon.http.media.multipart.ReadablePart
-
Name of this multipart part.
- name() - Method in interface io.helidon.http.media.multipart.WriteablePart
-
Name of this part.
- name() - Method in class io.helidon.http.media.PathSupport
- name() - Method in class io.helidon.http.media.StringSupport
- name() - Method in class io.helidon.http.Method
-
Deprecated.use
Method.text()instead, this method conflicts with enum - name() - Method in class io.helidon.http.SetCookie
-
Name of the cookie.
- name() - Method in class io.helidon.http.sse.SseEvent
-
Get optional name for this event.
- name() - Method in class io.helidon.messaging.MessageHeader
-
Exact header name.
- name() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase.MessagingChannelImpl
- name() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Channel name.
- name() - Method in interface io.helidon.messaging.MessagingChannel
-
Channel name.
- name() - Method in interface io.helidon.messaging.spi.MessagingConnector
- name() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl
- name() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Configured connector instance name.
- name() - Method in interface io.helidon.messaging.spi.MessagingConnectorProviderConfig
-
Configured connector instance name.
- name() - Method in interface io.helidon.metrics.api.Meter.Builder
-
Returns the name the builder will use.
- name() - Method in interface io.helidon.metrics.api.Meter.Id
-
Returns the meter name.
- name() - Method in interface io.helidon.metrics.api.MetricsPublisherConfig
-
Name for this instance of the publisher.
- name() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- name() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- name() - Method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- name() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
- name() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Name option.
- name() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- name() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
- name() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Name option.
- name() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- name() - Element in annotation interface io.helidon.openapi.OpenApi.ApiKeySecurityScheme
-
Component name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.Example
-
Example name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.Extension
-
Extension name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.Header
-
Header name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.HttpSecurityScheme
-
Component name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.Link
-
Link name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.LinkParameter
-
Parameter name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.MutualTlsSecurityScheme
-
Component name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.OAuth2SecurityScheme
-
Component name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.OidcSecurityScheme
-
Component name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
Component name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.Server
-
Server name.
- name() - Element in annotation interface io.helidon.openapi.OpenApi.ServerVariable
-
Variable name.
- name() - Method in class io.helidon.openapi.OpenApiDocument.PathItem
-
OpenAPI path template, webhook name, or callback expression.
- name() - Method in class io.helidon.openapi.OpenApiDocument.SchemeRequirement
-
Security scheme name.
- name() - Method in class io.helidon.openapi.OpenApiDocument.Tag
-
Tag name.
- name() - Method in class io.helidon.openapi.OpenApiFeature
- name() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Name of this instance.
- name() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- name() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Name of this instance.
- name() - Method in class io.helidon.openapi.v30.OpenApi30Version
- name() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Name of this version configuration.
- name() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
- name() - Method in interface io.helidon.openapi.v30.OpenApi30VersionConfig
-
Name of this version configuration.
- name() - Method in class io.helidon.openapi.v31.OpenApi31Version
- name() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Name of this version configuration.
- name() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
- name() - Method in interface io.helidon.openapi.v31.OpenApi31VersionConfig
-
Name of this version configuration.
- name() - Method in class io.helidon.openapi.v32.OpenApi32Version
- name() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Name of this version configuration.
- name() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
- name() - Method in interface io.helidon.openapi.v32.OpenApi32VersionConfig
-
Name of this version configuration.
- name() - Method in class io.helidon.security.AuditEvent.AuditParam
-
Name of this parameter.
- name() - Method in class io.helidon.security.providers.common.OutboundTarget
-
Name of this target.
- name() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Name of the tenant.
- name() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- name() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
- name() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Name as sent to default value provider.
- name() - Method in interface io.helidon.service.codegen.DefaultsParams
-
Name as sent to default value provider.
- name() - Method in interface io.helidon.service.registry.Binding
-
Name of this application binding.
- name() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- name() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Name of the constructor parameter.
- name() - Method in interface io.helidon.service.registry.Dependency
-
Name of the constructor parameter.
- name() - Method in class io.helidon.service.registry.EmptyBinding
- name() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- name() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Instrument name.
- name() - Method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Instrument name.
- name() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Metrics view name.
- name() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- name() - Method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Metrics view name.
- name() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogScope
-
Returns the name from the
LogScope. - name() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns the span name.
- name() - Method in class io.helidon.tracing.config.Traceable
-
Name of this traceable unit.
- name() - Method in interface io.helidon.validation.ConstraintViolation.PathElement
-
Name of the element.
- name() - Element in annotation interface io.helidon.webclient.api.RestClient.ComputedHeader
-
Name of the header, see
HeaderNamesconstants with_STRING. - name() - Element in annotation interface io.helidon.webclient.api.RestClient.Header
-
Name of the header, see
HeaderNamesconstants with_STRING. - name() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Name of this instance.
- name() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- name() - Method in interface io.helidon.webclient.context.WebClientContextConfig
-
Name of this instance.
- name() - Method in class io.helidon.webclient.context.WebClientContextService
- name() - Method in interface io.helidon.webclient.discovery.WebClientDiscovery
-
Returns the determinate name of this
WebClientServiceimplementation (normallydiscovery). - name() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
The name to assign to the runtime type (
discoveryby default). - name() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- name() - Method in interface io.helidon.webclient.discovery.WebClientDiscoveryConfig
-
The name to assign to the runtime type (
discoveryby default). - name() - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Returns the simple name of the method.
- name() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- name() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Name identifying this client protocol.
- name() - Method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Name identifying this client protocol.
- name() - Method in interface io.helidon.webclient.grpc.spi.GrpcClientService
- name() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
- name() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Name of this protocol configuration.
- name() - Method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Name of this protocol configuration.
- name() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- name() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Name of this protocol configuration.
- name() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Name of this protocol configuration.
- name() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase.JsonRpcClientProtocolConfigImpl
- name() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Name identifying this client protocol.
- name() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig
-
Name identifying this client protocol.
- name() - Method in interface io.helidon.webclient.spi.WebClientService
- name() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Name of this protocol configuration.
- name() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl
- name() - Method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
-
Name of this protocol configuration.
- name() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- name() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Name of this instance.
- name() - Method in class io.helidon.webserver.accesslog.AccessLogFeature
- name() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeature
- name() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- name() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Name of this instance.
- name() - Method in class io.helidon.webserver.context.ContextFeature
- name() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- name() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Name of this instance.
- name() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- name() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.cors.CorsConfig
-
Name of this instance.
- name() - Method in class io.helidon.webserver.cors.CorsFeature
- name() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- name() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Protocol configuration name.
- name() - Method in interface io.helidon.webserver.grpc.GrpcConfig
-
Protocol configuration name.
- name() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Return the name of the method.
- name() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- name() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
Name of this instance.
- name() - Method in class io.helidon.webserver.grpc.GrpcReflectionFeature
- name() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- name() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Return service name.
- name() - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Obtain the name fo the service this configuration configures.
- name() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- name() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Bare gRPC method name such as
Upper, not the full gRPC method path such asStringService/Upper. - name() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
Bare gRPC method name such as
Upper, not the full gRPC method path such asStringService/Upper. - name() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl
- name() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Name of the gRPC service, either the full name such as
package.StringServiceor the final service name segment such asStringService. - name() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig
-
Name of the gRPC service, either the full name such as
package.StringServiceor the final service name segment such asStringService. - name() - Method in interface io.helidon.webserver.grpc.spi.GrpcServerService
- name() - Method in class io.helidon.webserver.grpc.validation.GrpcValidation
- name() - Method in class io.helidon.webserver.hsts.HstsFeature
- name() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- name() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Name of this instance.
- name() - Element in annotation interface io.helidon.webserver.http.RestServer.ComputedHeader
-
Name of the header, see
HeaderNamesconstants with_STRING. - name() - Element in annotation interface io.helidon.webserver.http.RestServer.Header
-
Name of the header, see
HeaderNamesconstants with_STRING. - name() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- name() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Name of this configuration, in most cases the same as
Http1Config.type(). - name() - Method in interface io.helidon.webserver.http1.Http1Config
-
Name of this configuration, in most cases the same as
Http1Config.type(). - name() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- name() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Name option.
- name() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- name() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Name of this socket.
- name() - Method in interface io.helidon.webserver.ListenerConfig
-
Name of this socket.
- name() - Method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
- name() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- name() - Method in interface io.helidon.webserver.observe.health.HealthObserverConfig
- name() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- name() - Method in interface io.helidon.webserver.observe.info.InfoObserverConfig
- name() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- name() - Method in interface io.helidon.webserver.observe.log.LogObserverConfig
- name() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- name() - Method in interface io.helidon.webserver.observe.metrics.MetricsObserverConfig
- name() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- name() - Method in class io.helidon.webserver.observe.ObserveFeature
- name() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Name of this instance.
- name() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- name() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Name of this instance.
- name() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Name of this observer.
- name() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl
- name() - Method in interface io.helidon.webserver.observe.ObserverConfigBase
-
Name of this observer.
- name() - Method in interface io.helidon.webserver.observe.spi.Observer
- name() - Method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
- name() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- name() - Method in class io.helidon.webserver.RequestScopeFeature
- name() - Method in class io.helidon.webserver.security.SecurityFeature
- name() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Name of this instance.
- name() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- name() - Method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Name of this instance.
- name() - Method in interface io.helidon.webserver.spi.TransportBindingFactory
-
The configured provider key is the sole binding identity.
- name() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Name of this instance.
- name() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- name() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Name of this instance.
- name() - Method in class io.helidon.webserver.staticcontent.StaticContentFeature
- name() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Name of this feature instance.
- name() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- name() - Method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Name of this feature instance.
- name() - Method in class io.helidon.webserver.StuckThreadDetectionFeature
- name() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Name of this configuration.
- name() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
- name() - Method in interface io.helidon.webserver.websocket.WsConfig
-
Name of this configuration.
- name(MethodDescriptor) - Method in interface io.helidon.grpc.core.GrpcTracingName
-
Constructs a span's operation name from the gRPC method.
- name(String) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Option name.
- name(String) - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Singular form of the option name.
- name(String) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Name of the constant.
- name(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.Method.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
- name(String) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
- name(String) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Name of the module.
- name(String) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Name of this thread pool executor.
- name(String) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature name.
- name(String) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Module name.
- name(String) - Method in class io.helidon.config.ConfigSources.SystemPropertiesConfigSource.Builder
- name(String) - Method in class io.helidon.config.MapConfigSource.MapBuilder
-
Name of this source.
- name(String) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Name of this persistence unit.
- name(String) - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Logical name of this client.
- name(String) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
DataSourcename. - name(String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Name of this provider.
- name(String) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Name of this provider.
- name(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Name of this provider.
- name(String) - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Customized name of the health check.
- name(String) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Configure a metric name.
- name(String) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Method name.
- name(String) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Name of the parameter.
- name(String) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name(String) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name(String) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Name of this circuit breaker.
- name(String) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name(String) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Name for debugging, error reporting, monitoring.
- name(String) - Method in class io.helidon.http.ContentDisposition.Builder
-
Set the content disposition
nameparameter. - name(String) - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Name of the support.
- name(String) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Set event name.
- name(String) - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Channel name.
- name(String) - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Configured connector instance name.
- name(String) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- name(String) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Name option.
- name(String) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Name option.
- name(String) - Method in class io.helidon.openapi.OpenApiDocument.ContactBuilder
-
Set name.
- name(String) - Method in class io.helidon.openapi.OpenApiDocument.LicenseBuilder
-
Set license name.
- name(String) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set name.
- name(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set parameter name.
- name(String) - Method in class io.helidon.openapi.OpenApiDocument.ServerBuilder
-
Set server name.
- name(String) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Set tag name.
- name(String) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Name of this version configuration.
- name(String) - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Name of this version configuration.
- name(String) - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Name of this version configuration.
- name(String) - Method in class io.helidon.security.CompositeProviderSelectionPolicy.Builder
-
Name of this provider to use for explicit provider configuration.
- name(String) - Method in class io.helidon.security.Grant.Builder
-
Name of this grant.
- name(String) - Method in class io.helidon.security.jwt.FieldValidator.Builder
-
Field name value.
- name(String) - Method in class io.helidon.security.Principal.Builder
-
Principal name.
- name(String) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Configure the name of this outbound target.
- name(String) - Method in class io.helidon.security.providers.oidc.common.TenantConfig.Builder
-
Name of the tenant.
- name(String) - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Name as sent to default value provider.
- name(String) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Name of the constructor parameter.
- name(String) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Instrument name.
- name(String) - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Metrics view name.
- name(String) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
The name to assign to the runtime type (
discoveryby default). - name(String) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Name identifying this client protocol.
- name(String) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Name of this protocol configuration.
- name(String) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Name of this protocol configuration.
- name(String) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Name identifying this client protocol.
- name(String) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Name of this protocol configuration.
- name(String) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Protocol configuration name.
- name(String) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- name(String) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Set the name for the service.
- name(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Bare gRPC method name such as
Upper, not the full gRPC method path such asStringService/Upper. - name(String) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Name of the gRPC service, either the full name such as
package.StringServiceor the final service name segment such asStringService. - name(String) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Name of this configuration, in most cases the same as
Http1Config.type(). - name(String) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Name option.
- name(String) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Name of this socket.
- name(String) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Name of this observer.
- name(String) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Name of this instance.
- name(String) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Name of this feature instance.
- name(String) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Name of this configuration.
- nameBytes() - Method in interface io.helidon.http.HeaderName
-
Name bytes of the
HeaderName.defaultCase()in US-ASCII encoding. - named(Class) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Only lookup services with the provided named qualifier, where name is the fully qualified name of the class.
- named(String) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Only lookup services with the provided named qualifier.
- NAMED - Enum constant in enum class io.helidon.data.codegen.query.QueryParameters.Type
-
Named parameter, e.g.
- namedDelete(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute delete statement using a statement defined in the configuration file.
- namedDml(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute a data modification statement using a statement defined in the configuration file.
- namedGet(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute a database query using a statement defined in the configuration file.
- namedInsert(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute insert statement using a statement defined in the configuration file.
- namedMarker(int, int) - Method in interface io.helidon.data.jdbc.lexical.JdbcSqlScanHandler
-
Receives a named marker including its leading colon.
- namedParam(Object) - Method in interface io.helidon.dbclient.DbStatement
-
Configure parameters using
Objectinstance with registered mapper. - namedParam(Object) - Method in class io.helidon.dbclient.DbStatementBase
- namedParam(Object) - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- namedParameter(String) - Static method in class io.helidon.data.codegen.query.QueryParameters
-
Create new named parameter.
- NamedProvider<T> - Class in io.helidon.security
-
A wrapper for a named security provider.
- namedQuery(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute a database query using a statement defined in the configuration file.
- namedRoutings() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- namedRoutings() - Method in interface io.helidon.webserver.WebServerConfig
-
Routing for additional sockets.
- NamedService - Interface in io.helidon.config
-
To be used with
ConfiguredProvider, each configured service may have a name. - namedUpdate(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute update statement using a statement defined in the configuration file.
- nameFormat(String) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Configure a name format.
- nameFormat(BiFunction) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Configure a name format function.
- nameParts() - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Listof property name elements. - nameParts() - Method in class io.helidon.data.codegen.query.Property.BuilderBase.PropertyImpl
- nameParts() - Method in interface io.helidon.data.codegen.query.Property
-
Listof property name elements. - nameParts(List) - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Listof property name elements. - names() - Method in interface io.helidon.common.parameters.Parameters
-
Set of parameter names.
- namespaceName() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Netns
-
Returns the value of the
namespaceNamerecord component. - namingConvention() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Prometheus naming convention settings.
- namingConvention() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- namingConvention() - Method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Prometheus naming convention settings.
- namingConvention(PrometheusNamingConventionConfig) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Prometheus naming convention settings.
- namingConvention(Consumer) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Prometheus naming convention settings.
- namingConvention(Supplier) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Prometheus naming convention settings.
- NANOSECONDS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
1/1000
Meter.BaseUnits.MICROSECONDS. - NATIVE - Enum constant in enum class io.helidon.common.types.Modifier
-
The
nativemodifier. - nativeBuildTime(ClassLoader) - Static method in class io.helidon.common.features.HelidonFeatures
-
Will scan all features and log errors and warnings for features that have a native image limitation.
- NativeImageHelper - Class in io.helidon.common
-
Utility for GraalVM native image.
- Navigating in a Configuration Tree - Section in interface io.helidon.config.Config
- Navigation - Section in package io.helidon.config
- nestedAnnotations(CodegenContext, TypeInfo) - Static method in class io.helidon.codegen.TypeHierarchy
-
Annotations on the
typeInfo, its methods, method parameters, and the type-use positions nested in theirTypeNames. - Netns(String) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Netns
-
Creates an instance of a
Netnsrecord class. - NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class io.helidon.http.Status
-
511 Network Authentication Required, see RFC 6585 - Additional HTTP Status Codes.
- NETWORK_AUTHENTICATION_REQUIRED_511_CODE - Static variable in class io.helidon.http.Status
-
511 Network Authentication Required, see RFC 6585 - Additional HTTP Status Codes.
- networkGeneration() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Network or discovery generation for this physical attempt.
- networkProtocol() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source network protocol.
- networkProtocol() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- networkProtocol() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the data source network protocol.
- networkProtocol(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source network protocol.
- never() - Static method in interface io.helidon.common.reactive.Multi
-
Get a
Multiinstance that never completes. - never() - Static method in interface io.helidon.common.reactive.Single
-
Get a
Singleinstance that never completes. - NEVER - Enum constant in enum class io.helidon.transaction.Tx.Type
-
Indicates that no transaction must be in effect when a method executes.
- NEW - Enum constant in enum class io.helidon.transaction.Tx.Type
-
Indicates that a new transaction will be started when a method executes.
- newCall(MethodDescriptor, CallOptions) - Method in class io.helidon.webclient.grpc.GrpcChannel
- newEngine() - Method in class io.helidon.common.tls.Tls
-
SSL engine from this configuration.
- newName() - Method in class io.helidon.tracing.config.SpanTracingConfig
-
When rename is desired, returns the new name.
- newName(String) - Method in class io.helidon.tracing.config.SpanTracingConfig.Builder
-
Configure a new name of this span.
- newType() - Method in record class io.helidon.codegen.ClassCode
-
Returns the value of the
newTyperecord component. - next() - Method in class io.helidon.data.codegen.query.Criteria
-
Next condition of the criteria expression with joining logical operator.
- next() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.OrderedSupplier
- next() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.RandomSupplier
- next() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.RoundRobinSupplier
- next() - Method in class io.helidon.webclient.grpc.ClientUriSuppliers.SingleSupplier
- next() - Method in interface io.helidon.webserver.http.ServerResponse
-
Continue processing with the next route (and if none found, return a
Status.NOT_FOUND_404). - next() - Method in class io.helidon.webserver.http.ServerResponseBase
- next(int) - Method in class io.helidon.data.codegen.query.Criteria
-
Next condition of the criteria expression with joining logical operator.
- nextDelay(int, long) - Method in interface io.helidon.common.reactive.RetrySchema
-
Returns a delay before next read if the last one poll did not get new data.
- nextDelayMillis(long, long, int) - Method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy
- nextDelayMillis(long, long, int) - Method in class io.helidon.faulttolerance.Retry.JitterRetryPolicy
- nextDelayMillis(long, long, int) - Method in interface io.helidon.faulttolerance.Retry.RetryPolicy
-
Return next delay in milliseconds, or an empty optional to finish retries.
- nextRequestWaitTime() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- nextRequestWaitTime() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
When data has been received from the server but not yet requested by the client (i.e., listener), the implementation will wait for this duration before signaling an error.
- nextRequestWaitTime() - Method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
When data has been received from the server but not yet requested by the client (i.e., listener), the implementation will wait for this duration before signaling an error.
- nextRequestWaitTime(Duration) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
When data has been received from the server but not yet requested by the client (i.e., listener), the implementation will wait for this duration before signaling an error.
- nextToken() - Method in interface io.helidon.json.JsonParser
-
Reads the next JSON token without consuming it.
- nextToken() - Method in class io.helidon.json.ObjectStartParser
- nextToken() - Method in class io.helidon.json.smile.SmileParser
- nickname() - Method in class io.helidon.security.jwt.Jwt
-
Nickname claim.
- nickname(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Nickname of the subject.
- NioSocket - Class in io.helidon.common.socket
-
Plain socket based on NIO
SocketChannel. - NioSocket(SocketChannel, String, String) - Constructor for class io.helidon.common.socket.NioSocket
-
Plain socket.
- NO_CONTENT_204 - Static variable in class io.helidon.http.Status
-
204 No Content, see HTTP/1.1 documentation.
- NO_CONTENT_204_CODE - Static variable in class io.helidon.http.Status
-
204 No Content, see HTTP/1.1 documentation.
- NO_DATA - Static variable in class io.helidon.http.sse.SseEvent
-
Value returned by
SseEvent.data()when no data has been set. - NO_ERROR - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The associated condition is not a result of an error.
- NO_EXTENSION - Static variable in class io.helidon.websocket.WsCloseCodes
-
Client wanted an extension which server did not negotiate.
- NO_OP - Static variable in interface io.helidon.http.encoding.ContentDecoder
-
No op content decoder.
- NO_OP - Static variable in interface io.helidon.http.encoding.ContentEncoder
-
No-op content encoder.
- NO_OP - Static variable in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
-
No-op implementation of
Context. - NO_OP - Static variable in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Metrics
-
No-op implementation of
Metrics. - NO_STATUS_CODE - Static variable in class io.helidon.websocket.WsCloseCodes
-
Expected close status, received none.
- noCache() - Static method in interface io.helidon.security.providers.common.EvictableCache
-
Create a new cache that is not a cache (e.g.
- node(ConfigNode.ObjectNode) - Method in class io.helidon.config.spi.ConfigContent.NodeContent.Builder
-
Node with the configuration of this content.
- node(String) - Method in interface io.helidon.config.ConfigSourceRuntime
-
Get a single config node based on the key.
- node(String) - Method in interface io.helidon.config.spi.LazyConfigSource
-
Provide a value for the node on the requested key.
- NodeConfigSource - Interface in io.helidon.config.spi
-
An eager source that can read all data from the underlying origin as a configuration node.
- noDelay(int) - Static method in class io.helidon.faulttolerance.Retry.DelayingRetryPolicy
-
Create a retry policy with no delays and with the specified number of calls.
- nodeType() - Method in interface io.helidon.config.spi.ConfigNode.ListNode
- nodeType() - Method in interface io.helidon.config.spi.ConfigNode
-
Get the type of this node.
- nodeType() - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode
- nodeType() - Method in interface io.helidon.config.spi.ConfigNode.ValueNode
- noHeader(HeaderName) - Static method in class io.helidon.common.testing.http.junit5.HttpHeaderMatcher
-
A matcher for an
Headersthat checks that the header is not present. - NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class io.helidon.http.Status
-
203 Non-Authoritative Information, see HTTP/1.1 documentation.
- NON_AUTHORITATIVE_INFORMATION_203_CODE - Static variable in class io.helidon.http.Status
-
203 Non-Authoritative Information, see HTTP/1.1 documentation.
- NON_CONTRACT_TYPES - Static variable in class io.helidon.service.codegen.ServiceOptions
-
A set of interface/class types that should not be considered contracts, even if implemented by a service.
- nonce() - Method in class io.helidon.security.jwt.Jwt
-
Nonce claim.
- nonce(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Nonce value is used to prevent replay attacks and must be returned if it was sent in authentication request.
- NONE - Enum constant in enum class io.helidon.common.SerializationConfig.TraceOption
-
No deserialization tracing done.
- NONE - Enum constant in enum class io.helidon.common.tls.TlsClientAuth
-
Mutual TLS is disabled.
- NONE - Enum constant in enum class io.helidon.http.HttpTransportObserver.Handshake
-
No security handshake.
- NONE - Enum constant in enum class io.helidon.http.SetCookie.SameSite
-
Cookies will be sent in all contexts, i.e.
- NONE - Enum constant in enum class io.helidon.metadata.MetadataDiscovery.Mode
-
Do not do any discovery.
- NONE - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
The Client does not authenticate itself at the Token Endpoint, either because it uses only the Implicit Flow (and so does not use the Token Endpoint) or because it is a Public Client with no Client Secret or other authentication mechanism.
- NONE - Enum constant in enum class io.helidon.security.providers.oidc.common.RedirectAttemptCounterStrategy
-
Do not count redirect attempts.
- NONE - Enum constant in enum class io.helidon.service.codegen.InterceptionStrategy
-
No annotations will qualify in triggering interceptor creation (interception is disabled).
- NONE - Enum constant in enum class io.helidon.service.registry.FactoryType
-
This service descriptor cannot provide an instance (such as service descriptors generated from interfaces, where we provide instances as part of creating a scope).
- NONE - Enum constant in enum class io.helidon.telemetry.otelconfig.CompressionType
-
No compression.
- NONE - Enum constant in enum class io.helidon.webclient.api.Proxy.ProxyType
-
No proxy.
- NONE - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
No unit.
- NONE_JWK - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
A jwk with no fields filled and
Jwk.ALG_NONEalgorithm. - nonLetterPrefix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Prefix to add to metric names and tag keys which do not begin with a letter; configuring this setting enables legacy simpleclient-compatible normalization, with
m_reproducing the naming from earlier Helidon releases, and preserves user-supplied reserved suffixes such as_total,_created,_bucket, and_info, whereas leaving it unset uses the new Prometheus client's normalization; the prefix must be non-empty and match[A-Za-z][A-Za-z0-9_]*, and constructing the publisher fails if the value is invalid. - nonLetterPrefix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase.PrometheusNamingConventionConfigImpl
- nonLetterPrefix() - Method in interface io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig
-
Prefix to add to metric names and tag keys which do not begin with a letter; configuring this setting enables legacy simpleclient-compatible normalization, with
m_reproducing the naming from earlier Helidon releases, and preserves user-supplied reserved suffixes such as_total,_created,_bucket, and_info, whereas leaving it unset uses the new Prometheus client's normalization; the prefix must be non-empty and match[A-Za-z][A-Za-z0-9_]*, and constructing the publisher fails if the value is invalid. - nonLetterPrefix(String) - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Prefix to add to metric names and tag keys which do not begin with a letter; configuring this setting enables legacy simpleclient-compatible normalization, with
m_reproducing the naming from earlier Helidon releases, and preserves user-supplied reserved suffixes such as_total,_created,_bucket, and_info, whereas leaving it unset uses the new Prometheus client's normalization; the prefix must be non-empty and match[A-Za-z][A-Za-z0-9_]*, and constructing the publisher fails if the value is invalid. - NonUniqueResultException - Exception Class in io.helidon.data
-
Thrown when a query was expected to produce exactly one record but produced many instead.
- NonUniqueResultException(String) - Constructor for exception class io.helidon.data.NonUniqueResultException
-
Creates a new
NonUniqueResultExceptionwith the supplied detail message. - NonUniqueResultException(String, Throwable) - Constructor for exception class io.helidon.data.NonUniqueResultException
-
Creates a new
NonUniqueResultExceptionwith the supplied detail message and cause. - noop() - Static method in interface io.helidon.http.HttpTransportObserver.ConnectionObservation
-
Returns a no-op connection observation.
- noop() - Static method in interface io.helidon.http.HttpTransportObserver.HandshakeObservation
-
Returns a no-op handshake observation.
- noop() - Static method in interface io.helidon.http.HttpTransportObserver
-
Returns an observer which ignores all lifecycle events.
- noop() - Static method in interface io.helidon.http.HttpTransportObserver.StreamObservation
-
Returns a no-op stream observation.
- noop() - Static method in interface io.helidon.service.registry.ServiceDiscovery
-
Service discovery that does not discover anything.
- noOp() - Static method in interface io.helidon.tracing.Tracer
-
Create a no-op tracer.
- Noop(byte[]) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Noop
-
Creates an instance of a
Nooprecord class. - NOOP - Static variable in interface io.helidon.http.http2.FlowControl.Outbound
-
No-op outbound flow control, used for connection related frames.
- noOpMeter(Meter.Builder) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns a no-op
Meterof the type implied by the builder's runtime type, initialized with the builder's name and other required parameters. - nop() - Static method in class io.helidon.config.PollingStrategies
-
Provides a default polling strategy that does not fire an event at all.
- noPad() - Method in class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Apply no padding on the output.
- noProvider(Class) - Method in class io.helidon.security.Security.Builder
-
Check whether any provider is configured.
- noProxy() - Static method in class io.helidon.webclient.api.Proxy
-
A Proxy instance that does not proxy requests.
- NoResultException - Exception Class in io.helidon.data
-
Thrown when a query was expected to produce a result, but did not.
- NoResultException(String) - Constructor for exception class io.helidon.data.NoResultException
-
Creates a new
NoResultExceptionwith the supplied detail message. - NoResultException(String, Throwable) - Constructor for exception class io.helidon.data.NoResultException
-
Creates a new
NoResultExceptionwith the supplied detail message and cause. - NORMAL - Enum constant in enum class io.helidon.http.HttpTransportObserver.ConnectionOutcome
-
Connection completed gracefully without an applicable endpoint-directed close.
- NORMAL - Static variable in annotation interface io.helidon.service.registry.Service.RunLevel
-
Anything > 0 is left to the underlying provider implementation's discretion for meaning; this is just a default for something that is deemed "other than startup".
- NORMAL_CLOSE - Static variable in class io.helidon.websocket.WsCloseCodes
-
Code to use with
WsSession.close(int, String)to indicate normal close operation. - normalizeNameToPrometheus(String) - Static method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter
-
Convert the meter or tag name to the format used by the Prometheus simple client.
- not() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- not() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Whether condition is negated.
- not() - Method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Whether condition is negated.
- not(boolean) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Whether condition is negated.
- NOT_ACCEPTABLE_406 - Static variable in class io.helidon.http.Status
-
406 Not Acceptable, see HTTP/1.1 documentation.
- NOT_ACCEPTABLE_406_CODE - Static variable in class io.helidon.http.Status
-
406 Not Acceptable, see HTTP/1.1 documentation.
- NOT_ATTEMPTED - Enum constant in enum class io.helidon.messaging.BatchItemStatus
-
The message was not attempted.
- NOT_AVAILABLE - Static variable in interface io.helidon.webserver.accesslog.AccessLogEntry
-
If an entry is not available, use this string as the result.
- NOT_CONSISTENT - Static variable in class io.helidon.websocket.WsCloseCodes
-
Endpoint received inconsistent message (e.g.
- NOT_EXTENDED_510 - Static variable in class io.helidon.http.Status
-
510 Not Extended, see RFC 2774 - An HTTP Extension Framework.
- NOT_EXTENDED_510_CODE - Static variable in class io.helidon.http.Status
-
510 Not Extended, see RFC 2774 - An HTTP Extension Framework.
- NOT_FOUND - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Some requested entity (e.g., file or directory) was not found.
- NOT_FOUND_404 - Static variable in class io.helidon.http.Status
-
404 Not Found, see HTTP/1.1 documentation.
- NOT_FOUND_404_CODE - Static variable in class io.helidon.http.Status
-
404 Not Found, see HTTP/1.1 documentation.
- NOT_IMPLEMENTED_501 - Static variable in class io.helidon.http.Status
-
501 Not Implemented, see HTTP/1.1 documentation.
- NOT_IMPLEMENTED_501_CODE - Static variable in class io.helidon.http.Status
-
501 Not Implemented, see HTTP/1.1 documentation.
- NOT_MODIFIED_304 - Static variable in class io.helidon.http.Status
-
304 Not Modified, see HTTP/1.1 documentation.
- NOT_MODIFIED_304_CODE - Static variable in class io.helidon.http.Status
-
304 Not Modified, see HTTP/1.1 documentation.
- NOT_RETRYABLE - Enum constant in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
The invocation threw a throwable that is not retriable.
- NOT_SUPPORTED - Enum constant in enum class io.helidon.http.media.MediaSupport.SupportLevel
-
Requested type is not supported.
- NOT_SUPPORTED - Enum constant in enum class io.helidon.webclient.spi.HttpClientSpi.SupportLevel
-
This request is not currently supported by this client.
- NOT_SUPPORTED - Static variable in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector
-
Not supported sub-protocol result.
- notAccepted() - Static method in record class io.helidon.http.PathMatchers.MatchResult
-
Not accepted path matcher result.
- notAccepted() - Static method in record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Not accepted path prefix matcher result.
- notAttempted(int) - Static method in class io.helidon.messaging.BatchItemOutcome
-
Create a not-attempted outcome.
- notBefore() - Method in class io.helidon.security.jwt.Jwt
-
Not before claim.
- notBefore(Instant) - Method in class io.helidon.security.jwt.Jwt.Builder
-
The not before time defines the time that this JWT starts being valid.
- notBeforeSeconds(int) - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
Allowed validity before issue time.
- NotBeforeValidator - Class in io.helidon.security.jwt
-
Validator of not before claim.
- NotBeforeValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
NotBeforeValidator. - NotFoundException - Exception Class in io.helidon.http
-
A runtime exception indicating a
not found. - NotFoundException(String) - Constructor for exception class io.helidon.http.NotFoundException
-
Creates
NotFoundException. - NotFoundException(String, Throwable) - Constructor for exception class io.helidon.http.NotFoundException
-
Creates
NotFoundException. - NotNullValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NotNullValidatorProvider. - NotNullValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- now(Instant) - Method in class io.helidon.security.jwt.ExpirationValidator.Builder
-
Specific "current" time to validate time claim against.
- now(Instant) - Method in class io.helidon.security.jwt.IssueTimeValidator.Builder
-
Specific "current" time to validate time claim against.
- now(Instant) - Method in class io.helidon.security.jwt.MaxTokenAgeValidator.Builder
-
Specific "current" time to validate time claim against.
- now(Instant) - Method in class io.helidon.security.jwt.NotBeforeValidator.Builder
-
Specific "current" time to validate time claim against.
- Null - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Nulloperator. - NULL - Enum constant in enum class io.helidon.json.JsonValueType
-
Null value type.
- NULL - Enum constant in enum class io.helidon.json.schema.SchemaType
-
Json schema null type.
- NULL - Enum constant in enum class io.helidon.metadata.hson.Hson.Type
-
Null value.
- nullProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all null properties.
- nullProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- nullProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all null properties.
- nullProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all null properties.
- NullValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NullValidatorProvider. - NullValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- nullValue(Method.Builder) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate
nullvalue. - NUMBER - Enum constant in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryReturnType
-
Numeric value for
Count,Min,Max,SumandAvg. - NUMBER - Enum constant in enum class io.helidon.json.JsonValueType
-
Number value type.
- NUMBER - Enum constant in enum class io.helidon.json.schema.SchemaType
-
Json schema number type.
- NUMBER - Enum constant in enum class io.helidon.metadata.hson.Hson.Type
-
Numeric value.
- NUMBER - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Numbertype. - numberArray(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get number array value.
- Number constraints - Section in module io.helidon.validation
- NumberDigitsValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberDigitsValidatorProvider. - NumberDigitsValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- NumberMaxValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberMaxValidatorProvider. - NumberMaxValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- NumberMinValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberMinValidatorProvider. - NumberMinValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- NumberMultipleOfValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberMultipleOfValidatorProvider. - NumberMultipleOfValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- NumberNegativeOrZeroValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberNegativeOrZeroValidatorProvider. - NumberNegativeOrZeroValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- NumberNegativeValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberNegativeValidatorProvider. - NumberNegativeValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- numberOfIterations(int) - Method in class io.helidon.common.crypto.SymmetricCipher.Builder
-
Number of iterations which will be used for key derivation from the password.
- NumberPositiveOrZeroValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberPositiveOrZeroValidatorProvider. - NumberPositiveOrZeroValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- NumberPositiveValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
NumberPositiveValidatorProvider. - NumberPositiveValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- numberProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all number properties.
- numberProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- numberProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all number properties.
- numberProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all number properties.
- numberValue(String) - Method in class io.helidon.json.JsonObject
-
Return the BigDecimal value associated with the specified key as an Optional.
- numberValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get number value.
- numberValue(String, BigDecimal) - Method in class io.helidon.json.JsonObject
-
Return the BigDecimal value associated with the specified key, or the default value if the key is not present.
- numberValue(String, BigDecimal) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get number value with default if not defined (or null).
O
- oauth2MetadataUrl() - Element in annotation interface io.helidon.openapi.OpenApi.OAuth2SecurityScheme
-
OpenAPI 3.2 OAuth 2 metadata URL.
- oauth2MetadataUrl() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
OpenAPI 3.2 OAuth 2 metadata URL.
- oauth2MetadataUrl(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set OpenAPI 3.2 OAuth 2 metadata URL.
- oauthFlowFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flow fields.
- oauthFlowFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- oauthFlowFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
OAuth flow fields.
- oauthFlowFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flow fields.
- oauthFlowsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flows fields.
- oauthFlowsFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- oauthFlowsFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
OAuth flows fields.
- oauthFlowsFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
OAuth flows fields.
- object(Object) - Method in class io.helidon.security.SecurityRequestBuilder
-
Put object to this request.
- object(Object, Consumer) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Run a consumer if the value is key-to-value data.
- object(String, Object) - Method in class io.helidon.security.SecurityRequestBuilder
-
Bind object to a specific name.
- object(String, Supplier) - Method in class io.helidon.security.SecurityRequestBuilder
-
Bind object supplier to a specific name.
- object(Supplier) - Method in class io.helidon.security.SecurityRequestBuilder
-
Put object supplier to this request.
- OBJECT - Enum constant in enum class io.helidon.builder.api.Option.Provider.ConfigForm
-
Require the outer configured-provider container to be an object.
- OBJECT - Enum constant in enum class io.helidon.config.Config.Type
- OBJECT - Enum constant in enum class io.helidon.config.spi.ConfigNode.NodeType
-
An object (complex structure), optionally may have a value.
- OBJECT - Enum constant in enum class io.helidon.json.JsonValueType
-
Object value type.
- OBJECT - Enum constant in enum class io.helidon.json.schema.SchemaType
-
Json schema object type.
- OBJECT - Static variable in class io.helidon.common.GenericType
-
Generic type for Object.
- OBJECT - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Object. - OBJECT - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Type of the
Object. - OBJECT_OR_LIST - Enum constant in enum class io.helidon.builder.api.Option.Provider.ConfigForm
-
Accept either an object or a list as the outer configured-provider container.
- objectBuilder() - Static method in class io.helidon.json.JsonValue
-
A new fluent API builder to construct an
JsonObject. - ObjectConfigMapperProvider - Class in io.helidon.config.objectmapping
-
Java beans support for configuration.
- ObjectConfigMapperProvider() - Constructor for class io.helidon.config.objectmapping.ObjectConfigMapperProvider
-
Service provider constructor.
- Object constraints - Section in module io.helidon.validation
- ObjectConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
ObjectConverter. - ObjectConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
-
Constructor with no side effects
- objectList(Object, Function) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Map a list of key-to-value data values.
- objectMap(JsonObject) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Convert a JSON object to key-to-value data.
- objectMap(Map) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Convert arbitrary map keys to strings.
- objectMapper() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- objectMapper() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Jackson
ObjectMapperinstance. - objectMapper() - Method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Jackson
ObjectMapperinstance. - objectMapper(ObjectMapper) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Jackson
ObjectMapperinstance. - ObjectNodeBuilderImpl - Class in io.helidon.config
-
Implementation of
ConfigNode.ObjectNode.Builder. - ObjectNodeBuilderImpl(Function) - Constructor for class io.helidon.config.ObjectNodeBuilderImpl
-
Initialize object builder.
- ObjectNodeImpl - Class in io.helidon.config
-
Implements
ConfigNode.ObjectNode. - objectProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all object properties.
- objectProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- objectProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all object properties.
- objectProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all object properties.
- objects() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
- objects() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Additional information, such as source elements.
- objects() - Method in interface io.helidon.codegen.CodegenEvent
-
Additional information, such as source elements.
- objects(List) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Additional information, such as source elements.
- ObjectStartParser - Class in io.helidon.json
-
An implementation of the
JsonParserwhich enforces object start as the current value. - objectValue() - Method in interface io.helidon.common.types.Annotation
-
Value of the annotation as an object.
- objectValue(String) - Method in interface io.helidon.common.types.Annotation
-
Value of the annotation property as an object.
- objectValue(String) - Method in class io.helidon.json.JsonObject
-
Return the JsonObject value associated with the specified key as an Optional.
- objectValue(String, JsonObject) - Method in class io.helidon.json.JsonObject
-
Return the JsonObject value associated with the specified key, or the default value if the key is not present.
- ObserveFeature - Class in io.helidon.webserver.observe
-
Support for all observe providers that are available (or configured).
- ObserveFeatureConfig - Interface in io.helidon.webserver.observe
-
Configuration for observability feature itself.
- ObserveFeatureConfig.Builder - Class in io.helidon.webserver.observe
-
Fluent API builder for
ObserveFeature. - ObserveFeatureConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe
-
Fluent API builder base for
ObserveFeatureConfig. - ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl - Class in io.helidon.webserver.observe
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ObserveFeatureConfigImpl(ObserveFeatureConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
-
Create an instance providing a builder.
- ObserveFeatureProvider - Class in io.helidon.webserver.observe
-
Provider implementation for the observe feature for
WebServer, discoverable throughServiceRegistryandServiceLoader. - ObserveFeatureProvider() - Constructor for class io.helidon.webserver.observe.ObserveFeatureProvider
-
Required public constructor for
ServiceLoader. - ObserveFeatureProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe
-
Service descriptor for
ObserveFeatureProvider. - ObserveFeatureProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
-
Constructor with no side effects
- ObserveFeatureServicesFactory__ServiceDescriptor<T> - Class in io.helidon.webserver.observe
-
Service descriptor for
ObserveFeatureServicesFactory. - ObserveFeatureServicesFactory__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
-
Constructor with no side effects
- observeOn(Executor) - Method in interface io.helidon.common.reactive.Multi
-
Re-emit the upstream's signals to the downstream on the given executor's thread using a default buffer size of 32 and errors skipping ahead of items.
- observeOn(Executor) - Method in interface io.helidon.common.reactive.Single
-
Re-emit the upstream's signals to the downstream on the given executor's thread.
- observeOn(Executor) - Method in interface io.helidon.common.reactive.Subscribable
-
Re-emit the upstream's signals to the downstream on the given executor's thread.
- observeOn(Executor, int, boolean) - Method in interface io.helidon.common.reactive.Multi
-
Re-emit the upstream's signals to the downstream on the given executor's thread.
- ObserveProvider - Interface in io.helidon.webserver.observe.spi
-
Provider interface for observability services.
- Observer - Interface in io.helidon.webserver.observe.spi
-
An observer adds observability feature to Helidon
ObserveFeature, such as health, metrics. - ObserverConfigBase - Interface in io.helidon.webserver.observe
-
Base configuration for any observer that exposes an endpoint.
- ObserverConfigBase.Builder - Class in io.helidon.webserver.observe
-
Fluent API builder for
ObserverConfigBase. - ObserverConfigBase.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe
-
Fluent API builder base for
ObserverConfigBase. - ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl - Class in io.helidon.webserver.observe
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ObserverConfigBaseImpl(ObserverConfigBase.BuilderBase) - Constructor for class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl
-
Create an instance providing a builder.
- observers() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- observers() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Observers to use with this observe features.
- observers() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Observers to use with this observe features.
- observers(List) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Observers to use with this observe features.
- observersDiscoverServices() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Service discovery flag for
ObserveFeatureConfig.BuilderBase.observers(). - observersDiscoverServices(boolean) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Service discovery flag for
ObserveFeatureConfig.BuilderBase.observers(). - ObserverServicesFactory__ServiceDescriptor<T> - Class in io.helidon.webserver.observe
-
Service descriptor for
ObserverServicesFactory. - ObserverServicesFactory__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
-
Constructor with no side effects
- ObserveServices__ServiceDescriptor<T> - Class in io.helidon.webserver.observe
-
Service descriptor for
ObserveServices. - ObserveServices__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
-
Constructor with no side effects
- ocspResponderUri() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
The URI that identifies the location of the OCSP responder.
- ocspResponderUri() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- ocspResponderUri() - Method in interface io.helidon.common.tls.RevocationConfig
-
The URI that identifies the location of the OCSP responder.
- ocspResponderUri(URI) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
The URI that identifies the location of the OCSP responder.
- of(int) - Static method in enum class io.helidon.http.Status.Family
-
Get the family for the response status code.
- of(String) - Static method in class io.helidon.config.AbstractNodeBuilderImpl.MergingKey
-
Creates instance of Key parsed from string representation.
- offset() - Method in interface io.helidon.data.PageRequest
-
Offset of current page in the requested collection.
- OffsetDateTimeConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
OffsetDateTimeConverter. - OffsetDateTimeConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
-
Constructor with no side effects
- oidcConfig() - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Get the configuration to access IDCS instance.
- oidcConfig() - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Access to
OidcConfigso the field is not duplicated by classes that extend this provider. - oidcConfig(OidcConfig) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Use explicit
OidcConfiginstance, e.g. - oidcConfig(OidcConfig) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Configuration of OIDC (Open ID Connect).
- OidcConfig - Class in io.helidon.security.providers.oidc.common
-
Configuration of OIDC usable from all resources that utilize OIDC specification, such as security provider, web server extension and IDCS connectivity.
- OidcConfig.Builder - Class in io.helidon.security.providers.oidc.common
-
A fluent API
Builderto build instances ofOidcConfig. - OidcConfig.ClientAuthentication - Enum Class in io.helidon.security.providers.oidc.common
-
Client Authentication methods that are used by Clients to authenticate to the Authorization Server when using the Token Endpoint.
- OidcConfig.RequestType - Enum Class in io.helidon.security.providers.oidc.common
-
Types of requests to identity provider.
- OidcCookieHandler - Class in io.helidon.security.providers.oidc.common
-
Handler of cookies used in OIDC.
- OidcFeature - Class in io.helidon.security.providers.oidc
-
OIDC integration requires web resources to be exposed through a web server.
- OidcFeature.Builder - Class in io.helidon.security.providers.oidc
-
A fluent API builder for
OidcFeature. - oidcMetadata(Resource) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Resource configuration for OIDC Metadata containing endpoints to various identity services, as well as information about the identity server.
- oidcMetadata(ResourceConfig) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Resource configuration for OIDC metadata.
- oidcMetadataJsonObject() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
OIDC metadata in Helidon JSON.
- oidcMetadataJsonObject() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- oidcMetadataJsonObject(JsonObject) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Helidon JSON with the OIDC metadata.
- oidcMetadataResource() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Repeatable resource configuration used to load OIDC metadata.
- oidcMetadataResource() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- oidcMetadataWellKnown(boolean) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
If set to true, metadata will be loaded from default (well known) location, unless it is explicitly defined using oidc-metadata-resource.
- OidcOutboundType - Enum Class in io.helidon.security.providers.oidc.common
-
Outbound type of the OIDC provider.
- OidcProvider - Class in io.helidon.security.providers.oidc
-
Open ID Connect authentication provider.
- OidcProvider.Builder - Class in io.helidon.security.providers.oidc
-
Builder for
OidcProvider. - OidcProviderService - Class in io.helidon.security.providers.oidc
-
Java service to create OIDC provider instance.
- OidcProviderService() - Constructor for class io.helidon.security.providers.oidc.OidcProviderService
-
Create an OIDC provider service.
- OK - Enum constant in enum class io.helidon.tracing.Span.Status
-
The span was successful.
- OK - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
The operation completed successfully.
- OK_200 - Static variable in class io.helidon.http.Status
-
200 OK, see HTTP/1.1 documentation.
- OK_200_CODE - Static variable in class io.helidon.http.Status
-
200 OK, see HTTP/1.1 documentation.
- okSeverity() - Element in annotation interface io.helidon.security.annotations.Audited
-
Severity of request with successful response (in http, this would be 1** 2** and 3** statuses).
- onAbort(Consumer) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Callback executed when this Publisher fails or is cancelled in a way that the entity performing emit() may be unaware of.
- onCancel(Runnable) - Method in class io.helidon.common.reactive.CompletionSingle
- onCancel(Runnable) - Method in class io.helidon.common.reactive.EmittingPublisher
-
Executed when cancel signal from downstream arrive.
- onCancel(Runnable) - Method in interface io.helidon.common.reactive.Multi
-
Executes given
Runnablewhen a cancel signal is received. - onCancel(Runnable) - Method in class io.helidon.common.reactive.MultiTappedPublisher
- onCancel(Runnable) - Method in interface io.helidon.common.reactive.Single
-
Executes given
Runnablewhen a cancel signal is received. - onCancel(Runnable) - Method in interface io.helidon.common.reactive.Subscribable
-
Executes given
Runnablewhen a cancel signal is received. - onCancelCallback(Runnable) - Method in class io.helidon.common.reactive.MultiTappedPublisher.Builder
-
On cancel callback.
- onChange(BiConsumer) - Method in interface io.helidon.config.ConfigSourceRuntime
-
Change support for a runtime.
- onChange(BiConsumer) - Method in class io.helidon.config.PrefixedConfigSource
- onChange(BiConsumer) - Method in interface io.helidon.config.spi.EventConfigSource
-
Register a change listener.
- onChange(Consumer) - Method in interface io.helidon.config.Config
-
Register a
Consumerthat is invoked each time a change occurs on whole Config or on a particular Config node. - onChange(Consumer) - Static method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. Obtain the shared manager from
Services.get(SystemTagsManager.class). To use different metrics configuration, create a non-global manager usingSystemTagsManager.create(MetricsConfig). - onChange(Consumer) - Method in interface io.helidon.security.providers.oidc.common.spi.TenantConfigFinder
-
Register a change listener.
- onCleanup(Consumer) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Callback executed to clean up the buffer, when the Publisher terminates without passing ownership of buffered items to anyone (fail, completeNow, or the Subscription is cancelled).
- onClose() - Method in interface io.helidon.webclient.spi.Source
-
Handler for event stream termination.
- onClose(WsSession, int, String) - Method in interface io.helidon.websocket.WsListener
-
Received close.
- onComplete() - Method in class io.helidon.common.reactive.SequentialSubscriber
- onComplete(Runnable) - Method in interface io.helidon.common.reactive.Multi
-
Executes given
Runnablewhen onComplete signal is received. - onComplete(Runnable) - Method in class io.helidon.common.reactive.MultiTappedPublisher
- onComplete(Runnable) - Method in interface io.helidon.common.reactive.Single
-
Executes given
Runnablewhen onComplete signal is received. - onComplete(Runnable) - Method in interface io.helidon.common.reactive.Subscribable
-
Executes given
Runnablewhen onComplete signal is received. - onCompleteCallback(Runnable) - Method in class io.helidon.common.reactive.MultiTappedPublisher.Builder
-
On complete callback.
- onCompleted() - Method in class io.helidon.grpc.core.CollectingObserver
- onCompleted() - Method in class io.helidon.grpc.core.SafeStreamObserver
- onCompleteResume(T) - Method in interface io.helidon.common.reactive.Multi
-
Resume stream from single item if onComplete signal is intercepted.
- onCompleteResume(T) - Method in interface io.helidon.common.reactive.Single
-
Resume stream from single item if onComplete signal is intercepted.
- onCompleteResume(T) - Method in interface io.helidon.common.reactive.Subscribable
-
Resume stream from single item if onComplete signal is intercepted.
- onCompleteResumeWith(Flow.Publisher) - Method in interface io.helidon.common.reactive.Multi
-
Resume stream from supplied publisher if onComplete signal is intercepted.
- onCompleteResumeWith(Flow.Publisher) - Method in interface io.helidon.common.reactive.Single
-
Resume stream from supplied publisher if onComplete signal is intercepted.
- onCompleteResumeWith(Flow.Publisher) - Method in interface io.helidon.common.reactive.Subscribable
-
Resume stream from supplied publisher if onComplete signal is intercepted.
- onCompleteResumeWithSingle(Function) - Method in interface io.helidon.common.reactive.Single
-
Resume stream with supplied single if onComplete signal is intercepted.
- onCounterAdded(String, Counter) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onCounterRemoved(String) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onCreate(MeterRegistry, MetricsConfig) - Method in interface io.helidon.metrics.spi.MeterRegistryLifeCycleListener
-
Receives notification when a new
MeterRegistryis created. - one() - Method in interface io.helidon.data.jdbc.JdbcClient.Rows
-
Returns exactly one row.
- onEmit(Consumer) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Callback executed right after
onNextis actually sent. - onEmpty(Runnable) - Method in interface io.helidon.common.reactive.OptionalCompletionStage
-
Returns a new
OptionalCompletionStagethat, when this stage completes normally and returnsnull, executes the given action. - onError(WsSession, Throwable) - Method in interface io.helidon.websocket.WsListener
-
Error occurred.
- onError(Throwable) - Method in class io.helidon.common.reactive.SequentialSubscriber
- onError(Throwable) - Method in class io.helidon.grpc.core.CollectingObserver
- onError(Throwable) - Method in class io.helidon.grpc.core.SafeStreamObserver
- onError(Throwable) - Method in interface io.helidon.webclient.spi.Source
-
Handler for errors encountered during processing of source.
- onError(Consumer) - Method in interface io.helidon.common.reactive.Multi
-
Executes given
Runnablewhen onError signal is received. - onError(Consumer) - Method in class io.helidon.common.reactive.MultiTappedPublisher
- onError(Consumer) - Method in interface io.helidon.common.reactive.Single
-
Executes given
Consumerwhen onError signal is received. - onError(Consumer) - Method in interface io.helidon.common.reactive.Subscribable
-
Executes given
Runnablewhen onError signal is received. - onErrorCallback(Consumer) - Method in class io.helidon.common.reactive.MultiTappedPublisher.Builder
-
On error callback.
- onErrorResume(Function) - Method in interface io.helidon.common.reactive.Multi
-
Functionproviding one item to be submitted as onNext in case of onError signal is received. - onErrorResume(Function) - Method in interface io.helidon.common.reactive.Single
-
Functionproviding one item to be submitted as onNext in case of onError signal is received. - onErrorResume(Function) - Method in interface io.helidon.common.reactive.Subscribable
-
Functionproviding one item to be submitted as onNext in case of onError signal is received. - onErrorResumeWith(Function) - Method in interface io.helidon.common.reactive.Multi
-
Resume stream from supplied publisher if onError signal is intercepted.
- onErrorResumeWith(Function) - Method in interface io.helidon.common.reactive.Single
-
Resume stream from supplied publisher if onError signal is intercepted.
- onErrorResumeWith(Function) - Method in interface io.helidon.common.reactive.Subscribable
-
Resume stream from supplied publisher if onError signal is intercepted.
- onErrorResumeWithSingle(Function) - Method in interface io.helidon.common.reactive.Single
-
Resume stream from supplied publisher if onError signal is intercepted.
- onEvent(SseEvent) - Method in interface io.helidon.webclient.sse.SseSource
- onEvent(T) - Method in interface io.helidon.webclient.spi.Source
-
Handler for a newly received event.
- onExhausted() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Terminal disposition after delivery attempts are exhausted; dead letter requires a target channel.
- onExhausted() - Method in interface io.helidon.messaging.FailurePolicy
-
Terminal disposition after delivery attempts are exhausted; dead letter requires a target channel.
- onExhausted() - Element in annotation interface io.helidon.messaging.Messaging.OnFailure
-
Terminal disposition after delivery attempts are exhausted.
- onExhausted() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Disposition used when retry attempts are exhausted.
- onExhausted() - Method in interface io.helidon.messaging.MessagingFailureConfig
-
Disposition used when retry attempts are exhausted.
- onExhausted(FailureDisposition) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Terminal disposition after delivery attempts are exhausted; dead letter requires a target channel.
- onExhausted(FailureDisposition) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Disposition used when retry attempts are exhausted.
- onGaugeAdded(String, Gauge) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onGaugeRemoved(String) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onHistogramAdded(String, Histogram) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onHistogramRemoved(String) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onHttpUpgrade(HttpPrologue, Headers) - Method in interface io.helidon.websocket.WsListener
-
Invoked during handshake process.
- onInjectionPoint(RegistryRoundContext, TypeInfo, TypedElementInfo, TypedElementInfo) - Method in interface io.helidon.service.codegen.spi.InjectCodegenObserver
-
Called for each injection point.
- onMessage(WsSession, BufferData, boolean) - Method in interface io.helidon.websocket.WsListener
-
Received binary fragment.
- onMessage(WsSession, String, boolean) - Method in interface io.helidon.websocket.WsListener
-
Received text fragment.
- onMeterAdded(String, Meter) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onMeterAdded(Consumer) - Method in interface io.helidon.metrics.api.MeterRegistry.Builder
-
Records a subscriber to meter-added events.
- onMeterAdded(Consumer) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Enroll a listener to be notified when a
Meteris added. - onMeterRemoved(String) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onMeterRemoved(Consumer) - Method in interface io.helidon.metrics.api.MeterRegistry.Builder
-
Records a subscriber to meter-removed events.
- onMeterRemoved(Consumer) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Enroll a listener to be notified when a
Meteris removed. - onNext(T) - Method in class io.helidon.common.reactive.SequentialSubscriber
- onNext(T) - Method in class io.helidon.grpc.core.SafeStreamObserver
- onNext(V) - Method in class io.helidon.grpc.core.CollectingObserver
- onNextCallback(Consumer) - Method in class io.helidon.common.reactive.MultiTappedPublisher.Builder
-
On next callback.
- onNoConfig(SerializationConfig.Action) - Method in class io.helidon.common.SerializationConfig.Builder
-
What action to do in case of no configuration of the global filter.
- onOpen() - Method in interface io.helidon.webclient.spi.Source
-
Handler for event stream creation.
- onOpen(WsSession) - Method in interface io.helidon.websocket.WsListener
-
Session is open.
- onPing(WsSession, BufferData) - Method in interface io.helidon.websocket.WsListener
-
Received ping.
- onPong(WsSession, BufferData) - Method in interface io.helidon.websocket.WsListener
-
Received pong.
- onProcessingEvent(RegistryRoundContext, Set) - Method in interface io.helidon.service.codegen.spi.InjectCodegenObserver
-
Called after a processing event that occurred in the codegen extension.
- onRequest(BiConsumer) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Callback executed when request signal from downstream arrive.
- onRequest(BiConsumer) - Method in class io.helidon.common.reactive.EmittingPublisher
-
Callback executed when request signal from downstream arrive.
- onRequest(BiConsumer) - Method in class io.helidon.common.reactive.IoMulti.OutputStreamMultiBuilder
-
Callback executed when request signal from downstream arrive.
- onRequest(BiConsumer) - Method in class io.helidon.common.reactive.OutputStreamMulti
-
Callback executed when request signal from downstream arrive.
- onRequestCallback(LongConsumer) - Method in class io.helidon.common.reactive.MultiTappedPublisher.Builder
-
On request callback.
- onRequestCompleted(boolean, long) - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Metrics
-
Invoked when processing on a request has finished.
- onRequestReceived() - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Metrics
-
Invoked when a request has been received.
- onRequestStarted() - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Metrics
-
Invoked when processing on a request has been started.
- onsConfiguration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the configuration string used for remote ONS subscription.
- onsConfiguration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- onsConfiguration() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the configuration string used for remote ONS subscription.
- onsConfiguration(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the configuration string used for remote ONS subscription.
- onStart() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- onStart() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
A future that is completed when execution of the asynchronous task starts.
- onStart() - Method in interface io.helidon.faulttolerance.AsyncConfig
-
A future that is completed when execution of the asynchronous task starts.
- onStart(CompletableFuture) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
A future that is completed when execution of the asynchronous task starts.
- onStreamClosed(Runnable) - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector.SubProtocolHandler
-
Register a callback for when the handler reaches the
closedstate. - onSubscribe(Flow.Subscription) - Method in class io.helidon.common.reactive.SequentialSubscriber
- onSubscribeCallback(Runnable) - Method in class io.helidon.common.reactive.MultiTappedPublisher.Builder
-
Subscription callback.
- onTerminate(Runnable) - Method in interface io.helidon.common.reactive.Multi
-
Executes given
Runnablewhen any of signals onComplete, onCancel or onError is received. - onTerminate(Runnable) - Method in class io.helidon.common.reactive.MultiTappedPublisher
- onTerminate(Runnable) - Method in interface io.helidon.common.reactive.Single
-
Executes given
Runnablewhen any of signals onComplete, onCancel or onError is received. - onTerminate(Runnable) - Method in interface io.helidon.common.reactive.Subscribable
-
Executes given
Runnablewhen any of signals onComplete, onCancel or onError is received. - onTimerAdded(String, Timer) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onTimerRemoved(String) - Method in class io.helidon.dbclient.metrics.hikari.DropwizardMetricsListener
- onValue(Consumer) - Method in interface io.helidon.common.reactive.OptionalCompletionStage
-
Returns a new
OptionalCompletionStagethat, when this stage completes normally and returns non-null, is executed with this stage's result as the argument to the supplied action. - onWrongConfig(SerializationConfig.Action) - Method in class io.helidon.common.SerializationConfig.Builder
-
What action to do in case of wrong configuration of the global filter.
- opCode() - Method in class io.helidon.websocket.ClientWsFrame
- opCode() - Method in class io.helidon.websocket.ServerWsFrame
- opCode() - Method in interface io.helidon.websocket.WsFrame
-
Operation code of this frame.
- opCode(WsOpCode) - Method in class io.helidon.websocket.ClientWsFrame
-
Configure the operation code of this frame.
- opCode(WsOpCode) - Method in class io.helidon.websocket.ServerWsFrame
-
Configure the operation code of this frame.
- OPEN - Enum constant in enum class io.helidon.faulttolerance.CircuitBreaker.State
-
Circuit is open and all requests fail with
CircuitBreakerOpenException. - OPEN - Enum constant in enum class io.helidon.http.http2.Http2StreamState
-
Both local and remote streams are open.
- openapi() - Method in class io.helidon.openapi.OpenApiDocument
-
OpenAPI specification version declared by this document.
- openapi(String) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set the OpenAPI version string.
- OpenApi - Class in io.helidon.openapi
-
OpenAPI document annotations.
- OpenApi.ApiKeySecurityScheme - Annotation Interface in io.helidon.openapi
-
OpenAPI API Key Security Scheme Object metadata.
- OpenApi.ApiKeySecuritySchemes - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.ApiKeySecurityScheme. - OpenApi.Contact - Annotation Interface in io.helidon.openapi
-
OpenAPI Contact Object metadata.
- OpenApi.Content - Annotation Interface in io.helidon.openapi
-
OpenAPI Media Type Object metadata.
- OpenApi.Document - Annotation Interface in io.helidon.openapi
-
Marker for a type that contributes document-level OpenAPI metadata.
- OpenApi.Endpoint - Annotation Interface in io.helidon.openapi
-
Explicitly enables generated OpenAPI data for a declarative REST endpoint.
- OpenApi.Example - Annotation Interface in io.helidon.openapi
-
OpenAPI Example Object metadata.
- OpenApi.Explode - Enum Class in io.helidon.openapi
-
Parameter explode override.
- OpenApi.Extension - Annotation Interface in io.helidon.openapi
-
OpenAPI Specification Extension metadata.
- OpenApi.Extensions - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.Extension. - OpenApi.ExternalDocs - Annotation Interface in io.helidon.openapi
-
OpenAPI External Documentation Object metadata.
- OpenApi.Header - Annotation Interface in io.helidon.openapi
-
OpenAPI Header Object metadata.
- OpenApi.Hidden - Annotation Interface in io.helidon.openapi
-
Excludes an endpoint type or operation method from generated OpenAPI output.
- OpenApi.HttpSecurityScheme - Annotation Interface in io.helidon.openapi
-
OpenAPI HTTP Security Scheme Object metadata.
- OpenApi.HttpSecuritySchemes - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.HttpSecurityScheme. - OpenApi.Info - Annotation Interface in io.helidon.openapi
-
OpenAPI Info Object metadata.
- OpenApi.License - Annotation Interface in io.helidon.openapi
-
OpenAPI License Object metadata.
- OpenApi.Link - Annotation Interface in io.helidon.openapi
-
OpenAPI Link Object metadata.
- OpenApi.LinkParameter - Annotation Interface in io.helidon.openapi
-
OpenAPI Link Object parameter metadata.
- OpenApi.MutualTlsSecurityScheme - Annotation Interface in io.helidon.openapi
-
OpenAPI Mutual TLS Security Scheme Object metadata.
- OpenApi.MutualTlsSecuritySchemes - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.MutualTlsSecurityScheme. - OpenApi.OAuth2SecurityScheme - Annotation Interface in io.helidon.openapi
-
OpenAPI OAuth 2 Security Scheme Object metadata.
- OpenApi.OAuth2SecuritySchemes - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.OAuth2SecurityScheme. - OpenApi.OAuthFlow - Annotation Interface in io.helidon.openapi
-
OpenAPI OAuth Flow Object metadata.
- OpenApi.OAuthFlows - Annotation Interface in io.helidon.openapi
-
OpenAPI OAuth Flows Object metadata.
- OpenApi.OAuthScope - Annotation Interface in io.helidon.openapi
-
OpenAPI OAuth scope metadata.
- OpenApi.OidcSecurityScheme - Annotation Interface in io.helidon.openapi
-
OpenAPI OIDC Security Scheme Object metadata.
- OpenApi.OidcSecuritySchemes - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.OidcSecurityScheme. - OpenApi.Operation - Annotation Interface in io.helidon.openapi
-
OpenAPI Operation Object metadata.
- OpenApi.Parameter - Annotation Interface in io.helidon.openapi
-
OpenAPI Parameter Object metadata.
- OpenApi.Parameters - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.Parameter. - OpenApi.RequestBody - Annotation Interface in io.helidon.openapi
-
OpenAPI Request Body Object metadata.
- OpenApi.Required - Enum Class in io.helidon.openapi
-
Requiredness override.
- OpenApi.Response - Annotation Interface in io.helidon.openapi
-
OpenAPI Response Object metadata.
- OpenApi.Responses - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.Response. - OpenApi.SecurityRequirement - Annotation Interface in io.helidon.openapi
-
OpenAPI Security Requirement Object metadata.
- OpenApi.SecurityRequirements - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.SecurityRequirement. - OpenApi.SecurityScheme - Annotation Interface in io.helidon.openapi
-
OpenAPI Security Scheme Object metadata.
- OpenApi.SecuritySchemeRequirement - Annotation Interface in io.helidon.openapi
-
OpenAPI Security Requirement Object scheme entry metadata.
- OpenApi.SecuritySchemes - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.SecurityScheme. - OpenApi.Server - Annotation Interface in io.helidon.openapi
-
OpenAPI Server Object metadata.
- OpenApi.Servers - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.Server. - OpenApi.ServerVariable - Annotation Interface in io.helidon.openapi
-
OpenAPI Server Variable Object metadata.
- OpenApi.Style - Enum Class in io.helidon.openapi
-
Parameter serialization style.
- OpenApi.Tag - Annotation Interface in io.helidon.openapi
-
OpenAPI Tag Object metadata.
- OpenApi.Tags - Annotation Interface in io.helidon.openapi
-
Container for repeated
OpenApi.Tag. - OpenApi30Version - Class in io.helidon.openapi.v30
-
OpenAPI 3.0 version implementation.
- OpenApi30VersionConfig - Interface in io.helidon.openapi.v30
-
OpenAPI 3.0 version configuration.
- OpenApi30VersionConfig.Builder - Class in io.helidon.openapi.v30
-
Fluent API builder for
OpenApi30Version. - OpenApi30VersionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.openapi.v30
-
Fluent API builder base for
OpenApi30VersionConfig. - OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl - Class in io.helidon.openapi.v30
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenApi30VersionConfigImpl(OpenApi30VersionConfig.BuilderBase) - Constructor for class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
-
Create an instance providing a builder.
- OpenApi30VersionProvider - Class in io.helidon.openapi.v30
-
OpenAPI 3.0 version provider.
- OpenApi30VersionProvider() - Constructor for class io.helidon.openapi.v30.OpenApi30VersionProvider
-
Required public constructor.
- OpenApi30VersionProvider__ServiceDescriptor<T> - Class in io.helidon.openapi.v30
-
Service descriptor for
OpenApi30VersionProvider. - OpenApi30VersionProvider__ServiceDescriptor() - Constructor for class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
-
Constructor with no side effects
- OpenApi31Version - Class in io.helidon.openapi.v31
-
OpenAPI 3.1 version implementation.
- OpenApi31VersionConfig - Interface in io.helidon.openapi.v31
-
OpenAPI 3.1 version configuration.
- OpenApi31VersionConfig.Builder - Class in io.helidon.openapi.v31
-
Fluent API builder for
OpenApi31Version. - OpenApi31VersionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.openapi.v31
-
Fluent API builder base for
OpenApi31VersionConfig. - OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl - Class in io.helidon.openapi.v31
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenApi31VersionConfigImpl(OpenApi31VersionConfig.BuilderBase) - Constructor for class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
-
Create an instance providing a builder.
- OpenApi31VersionProvider - Class in io.helidon.openapi.v31
-
OpenAPI 3.1 version provider.
- OpenApi31VersionProvider() - Constructor for class io.helidon.openapi.v31.OpenApi31VersionProvider
-
Required public constructor.
- OpenApi31VersionProvider__ServiceDescriptor<T> - Class in io.helidon.openapi.v31
-
Service descriptor for
OpenApi31VersionProvider. - OpenApi31VersionProvider__ServiceDescriptor() - Constructor for class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
-
Constructor with no side effects
- OpenApi32Version - Class in io.helidon.openapi.v32
-
OpenAPI 3.2 version implementation.
- OpenApi32VersionConfig - Interface in io.helidon.openapi.v32
-
OpenAPI 3.2 version configuration.
- OpenApi32VersionConfig.Builder - Class in io.helidon.openapi.v32
-
Fluent API builder for
OpenApi32Version. - OpenApi32VersionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.openapi.v32
-
Fluent API builder base for
OpenApi32VersionConfig. - OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl - Class in io.helidon.openapi.v32
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenApi32VersionConfigImpl(OpenApi32VersionConfig.BuilderBase) - Constructor for class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
-
Create an instance providing a builder.
- OpenApi32VersionProvider - Class in io.helidon.openapi.v32
-
OpenAPI 3.2 version provider.
- OpenApi32VersionProvider() - Constructor for class io.helidon.openapi.v32.OpenApi32VersionProvider
-
Required public constructor.
- OpenApi32VersionProvider__ServiceDescriptor<T> - Class in io.helidon.openapi.v32
-
Service descriptor for
OpenApi32VersionProvider. - OpenApi32VersionProvider__ServiceDescriptor() - Constructor for class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
-
Constructor with no side effects
- OpenApi3xMapperRules - Interface in io.helidon.openapi.v30
-
OpenAPI 3.x version-specific mapper rules.
- OpenApi3xMapperRules.Builder - Class in io.helidon.openapi.v30
-
Fluent API builder for
OpenApi3xMapperRules. - OpenApi3xMapperRules.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.openapi.v30
-
Fluent API builder base for
OpenApi3xMapperRules. - OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl - Class in io.helidon.openapi.v30
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenApi3xMapperRulesImpl(OpenApi3xMapperRules.BuilderBase) - Constructor for class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
-
Create an instance providing a builder.
- OpenApiDocument - Class in io.helidon.openapi
-
Version-neutral OpenAPI document model.
- OpenApiDocument.Builder - Class in io.helidon.openapi
-
OpenAPI document builder.
- OpenApiDocument.Callback - Class in io.helidon.openapi
-
OpenAPI Callback Object.
- OpenApiDocument.CallbackBuilder - Class in io.helidon.openapi
-
OpenAPI callback builder.
- OpenApiDocument.Components - Class in io.helidon.openapi
-
OpenAPI Components Object.
- OpenApiDocument.ComponentsBuilder - Class in io.helidon.openapi
-
OpenAPI components builder.
- OpenApiDocument.Contact - Class in io.helidon.openapi
-
OpenAPI Contact Object.
- OpenApiDocument.ContactBuilder - Class in io.helidon.openapi
-
OpenAPI contact builder.
- OpenApiDocument.Encoding - Class in io.helidon.openapi
-
OpenAPI Encoding Object.
- OpenApiDocument.EncodingBuilder - Class in io.helidon.openapi
-
OpenAPI encoding builder.
- OpenApiDocument.Example - Class in io.helidon.openapi
-
OpenAPI Example Object.
- OpenApiDocument.ExampleBuilder - Class in io.helidon.openapi
-
OpenAPI example builder.
- OpenApiDocument.ExternalDocs - Class in io.helidon.openapi
-
OpenAPI External Documentation Object.
- OpenApiDocument.ExternalDocsBuilder - Class in io.helidon.openapi
-
OpenAPI external documentation builder.
- OpenApiDocument.Header - Class in io.helidon.openapi
-
OpenAPI Header Object.
- OpenApiDocument.HeaderBuilder - Class in io.helidon.openapi
-
OpenAPI header builder.
- OpenApiDocument.Info - Class in io.helidon.openapi
-
OpenAPI Info Object.
- OpenApiDocument.InfoBuilder - Class in io.helidon.openapi
-
OpenAPI info builder.
- OpenApiDocument.License - Class in io.helidon.openapi
-
OpenAPI License Object.
- OpenApiDocument.LicenseBuilder - Class in io.helidon.openapi
-
OpenAPI license builder.
- OpenApiDocument.Link - Class in io.helidon.openapi
-
OpenAPI Link Object.
- OpenApiDocument.LinkBuilder - Class in io.helidon.openapi
-
OpenAPI link builder.
- OpenApiDocument.MediaTypeObject - Class in io.helidon.openapi
-
OpenAPI Media Type Object.
- OpenApiDocument.MediaTypeObjectBuilder - Class in io.helidon.openapi
-
OpenAPI media type builder.
- OpenApiDocument.Operation - Class in io.helidon.openapi
-
OpenAPI Operation Object.
- OpenApiDocument.OperationBuilder - Class in io.helidon.openapi
-
OpenAPI operation builder.
- OpenApiDocument.Parameter - Class in io.helidon.openapi
-
OpenAPI Parameter Object.
- OpenApiDocument.ParameterBuilder - Class in io.helidon.openapi
-
OpenAPI parameter builder.
- OpenApiDocument.PathItem - Class in io.helidon.openapi
-
OpenAPI Path Item Object.
- OpenApiDocument.PathItemBuilder - Class in io.helidon.openapi
-
OpenAPI path item builder.
- OpenApiDocument.RequestBody - Class in io.helidon.openapi
-
OpenAPI Request Body Object.
- OpenApiDocument.RequestBodyBuilder - Class in io.helidon.openapi
-
OpenAPI request body builder.
- OpenApiDocument.Response - Class in io.helidon.openapi
-
OpenAPI Response Object.
- OpenApiDocument.ResponseBuilder - Class in io.helidon.openapi
-
OpenAPI response builder.
- OpenApiDocument.SchemeRequirement - Class in io.helidon.openapi
-
Scheme requirement within an OpenAPI Security Requirement Object.
- OpenApiDocument.SecurityRequirement - Class in io.helidon.openapi
-
OpenAPI Security Requirement Object.
- OpenApiDocument.SecurityRequirementBuilder - Class in io.helidon.openapi
-
OpenAPI security requirement builder.
- OpenApiDocument.SecurityScheme - Class in io.helidon.openapi
-
OpenAPI Security Scheme Object.
- OpenApiDocument.SecuritySchemeBuilder - Class in io.helidon.openapi
-
OpenAPI security scheme builder.
- OpenApiDocument.Server - Class in io.helidon.openapi
-
OpenAPI Server Object.
- OpenApiDocument.ServerBuilder - Class in io.helidon.openapi
-
OpenAPI server builder.
- OpenApiDocument.ServerVariable - Class in io.helidon.openapi
-
OpenAPI Server Variable Object.
- OpenApiDocument.ServerVariableBuilder - Class in io.helidon.openapi
-
OpenAPI server variable builder.
- OpenApiDocument.Tag - Class in io.helidon.openapi
-
OpenAPI Tag Object.
- OpenApiDocument.TagBuilder - Class in io.helidon.openapi
-
OpenAPI tag builder.
- OpenApiDocumentContext - Interface in io.helidon.openapi
-
Context for generated OpenAPI document composition.
- OpenApiDocumentContextSupport - Class in io.helidon.openapi
-
Support methods for generated OpenAPI document sources.
- OpenApiDocumentMapperSupport - Class in io.helidon.openapi.v30
-
Shared support for OpenAPI version document mappers.
- OpenApiDocumentReader - Class in io.helidon.openapi.v30
-
Internal reader from structured JSON into the version-neutral OpenAPI document model.
- OpenApiDocumentSource - Interface in io.helidon.openapi.spi
-
Source of generated OpenAPI document metadata.
- OpenApiExtensionProvider - Class in io.helidon.declarative.codegen.openapi
-
Java
ServiceLoaderprovider implementation for declarative OpenAPI code generation. - OpenApiExtensionProvider() - Constructor for class io.helidon.declarative.codegen.openapi.OpenApiExtensionProvider
-
Required public constructor for
ServiceLoader. - OpenApiFeature - Class in io.helidon.openapi
-
Helidon Support for OpenAPI.
- OpenApiFeature__ServiceDescriptor<T> - Class in io.helidon.openapi
-
Service descriptor for
OpenApiFeature. - OpenApiFeature__ServiceDescriptor() - Constructor for class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
-
Constructor with no side effects
- OpenApiFeatureConfig - Interface in io.helidon.openapi
-
OpenAPI feature configuration.
- OpenApiFeatureConfig.Builder - Class in io.helidon.openapi
-
Fluent API builder for
OpenApiFeature. - OpenApiFeatureConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.openapi
-
Fluent API builder base for
OpenApiFeatureConfig. - OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl - Class in io.helidon.openapi
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenApiFeatureConfigImpl(OpenApiFeatureConfig.BuilderBase) - Constructor for class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
-
Create an instance providing a builder.
- OpenApiFeatureProvider - Class in io.helidon.openapi
-
ServiceLoaderprovider implementation for OpenAPI feature forWebServer. - OpenApiFeatureProvider() - Constructor for class io.helidon.openapi.OpenApiFeatureProvider
-
Required public constructor for
ServiceLoader. - OpenApiFormat - Enum Class in io.helidon.openapi
-
Supported OpenApi formats.
- OpenApiGeneratedMode - Enum Class in io.helidon.openapi
-
Generated OpenAPI document source handling mode.
- OpenApiManager<T> - Interface in io.helidon.openapi
-
OpenApi manager.
- OpenApiManagerProvider - Interface in io.helidon.openapi.spi
-
OpenApiManagerprovider. - OpenApiService - Interface in io.helidon.openapi
-
OpenAPI service.
- OpenApiServiceProvider - Interface in io.helidon.openapi.spi
-
OpenApiServiceprovider. - OpenApiSourceBase - Class in io.helidon.openapi
-
Base class for generated OpenAPI document sources.
- OpenApiSourceBase() - Constructor for class io.helidon.openapi.OpenApiSourceBase
-
Constructor with no side effects.
- openApiVersion() - Method in interface io.helidon.openapi.OpenApiDocumentContext
-
Selected OpenAPI version implementation.
- openApiVersion() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- openApiVersion() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI version implementation for rendered generated or merged documents.
- openApiVersion() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
OpenAPI version implementation for rendered generated or merged documents.
- openApiVersion(OpenApiVersion) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI version implementation for rendered generated or merged documents.
- OpenApiVersion - Interface in io.helidon.openapi.spi
-
OpenAPI version implementation.
- openApiVersionDiscoverServices() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service discovery flag for
OpenApiFeatureConfig.BuilderBase.openApiVersion(). - openApiVersionDiscoverServices(boolean) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service discovery flag for
OpenApiFeatureConfig.BuilderBase.openApiVersion(). - OpenApiVersionProvider - Interface in io.helidon.openapi.spi
-
OpenApiVersionprovider. - openIdConnectUrl() - Element in annotation interface io.helidon.openapi.OpenApi.OidcSecurityScheme
-
OpenID Connect discovery URL.
- openIdConnectUrl() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
OpenID Connect discovery URL.
- openIdConnectUrl(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set OpenID Connect URL.
- opens() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- opens() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Map of opened packages to modules (if any).
- opens() - Method in interface io.helidon.codegen.ModuleInfo
-
Map of opened packages to modules (if any).
- opens() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- opens() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of opens directives.
- opens() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
List of opens directives.
- opens(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of opens directives.
- opens(Map) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method replaces all values with the new ones.
- openTelemetry() - Method in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Returns the
OpenTelemetryinstance managed by Helidon. - openTelemetry() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
The
OpenTelemetryinstance to use for telemetry. - openTelemetry() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- openTelemetry() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
The
OpenTelemetryinstance to use for telemetry. - openTelemetry() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- openTelemetry() - Method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
OpenTelemetry instance to use instead of constructing one from other config settings.
- openTelemetry(OpenTelemetry) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
The
OpenTelemetryinstance to use for telemetry. - OpenTelemetryConfig - Interface in io.helidon.telemetry.otelconfig
-
OpenTelemetry settings.
- OpenTelemetryConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
HelidonOpenTelemetry. - OpenTelemetryConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
OpenTelemetryConfig. - OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenTelemetryConfigImpl(OpenTelemetryConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
-
Create an instance providing a builder.
- OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor<T> - Class in io.helidon.telemetry.otelconfig
-
Service descriptor for
OpenTelemetryConfigOwnershipStrategy. - OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor() - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
-
Constructor with no side effects
- OpenTelemetryContext(Tracer, Span) - Constructor for class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider.OpenTelemetryContext
- OpenTelemetryDataPropagationProvider - Class in io.helidon.tracing.providers.opentelemetry
-
A data propagation provider for OpenTelemetry which makes sure active spans are properly propagated across threads managed by
ContextAwareExecutorService. - OpenTelemetryDataPropagationProvider() - Constructor for class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider
-
Required public constructor for
ServiceLoader. - OpenTelemetryDataPropagationProvider.OpenTelemetryContext - Class in io.helidon.tracing.providers.opentelemetry
-
OpenTelemetry context.
- OpenTelemetryLoggingConfig - Interface in io.helidon.telemetry.otelconfig
-
Configuration settings for OpenTelemetry logging.
- OpenTelemetryLoggingConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
OpenTelemetryLoggingConfig. - OpenTelemetryLoggingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
OpenTelemetryLoggingConfig. - OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenTelemetryLoggingConfigImpl(OpenTelemetryLoggingConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
-
Create an instance providing a builder.
- OpenTelemetryMetricsConfig - Interface in io.helidon.telemetry.otelconfig
-
OpenTelemetry metrics settings.
- OpenTelemetryMetricsConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
OpenTelemetryMetricsConfig. - OpenTelemetryMetricsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
OpenTelemetryMetricsConfig. - OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenTelemetryMetricsConfigImpl(OpenTelemetryMetricsConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
-
Create an instance providing a builder.
- OpenTelemetryOwnershipStrategy - Interface in io.helidon.telemetry.opentelemetry.spi
-
Strategy for contributing an application-wide OpenTelemetry runtime candidate.
- OpenTelemetryResourceConfig - Interface in io.helidon.telemetry.otelconfig
-
OpenTelemetry resource settings shared by all configured signals.
- OpenTelemetryResourceConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
OpenTelemetryResourceConfig. - OpenTelemetryResourceConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
OpenTelemetryResourceConfig. - OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenTelemetryResourceConfigImpl(OpenTelemetryResourceConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
-
Create an instance providing a builder.
- openTelemetrySdk() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- OpenTelemetryTracerConfig - Interface in io.helidon.tracing.providers.opentelemetry
-
Settings for OpenTelemetry tracer configuration under the "tracing" config key.
- OpenTelemetryTracerConfig.Builder - Class in io.helidon.tracing.providers.opentelemetry
-
Fluent API builder for
OpenTelemetryTracer. - OpenTelemetryTracerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.tracing.providers.opentelemetry
-
Fluent API builder base for
OpenTelemetryTracerConfig. - OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl - Class in io.helidon.tracing.providers.opentelemetry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenTelemetryTracerConfigImpl(OpenTelemetryTracerConfig.BuilderBase) - Constructor for class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
-
Create an instance providing a builder.
- OpenTelemetryTracerProvider - Class in io.helidon.tracing.providers.opentelemetry
-
Service loader provider implementation for
TracerProvider. - OpenTelemetryTracerProvider() - Constructor for class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
-
Required public constructor for
ServiceLoader. - OpenTelemetryTracingConfig - Interface in io.helidon.telemetry.otelconfig
-
OpenTelemetry tracer settings.
- OpenTelemetryTracingConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
OpenTelemetryTracingConfig. - OpenTelemetryTracingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
OpenTelemetryTracingConfig. - OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OpenTelemetryTracingConfigImpl(OpenTelemetryTracingConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
-
Create an instance providing a builder.
- operation(String, OpenApiDocument.Operation) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add an HTTP operation.
- operation(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add an HTTP operation.
- OPERATION_DECRYPT - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Decrypt content and validate decryption, if applicable.
- OPERATION_DERIVE_BITS - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Derive bits not to be used as a key.
- OPERATION_DERIVE_KEY - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Derive key.
- OPERATION_ENCRYPT - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Encrypt content.
- OPERATION_SIGN - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Compute digital signature or MAC.
- OPERATION_UNWRAP_KEY - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Decrypt key and validate decryption, if applicable.
- OPERATION_VERIFY - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Verify digital signature or MAC.
- OPERATION_WRAP_KEY - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Encrypt key.
- operationFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- operationFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Operation fields.
- operationFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Operation fields.
- operationFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Operation fields.
- operationId() - Element in annotation interface io.helidon.openapi.OpenApi.Link
-
Operation ID.
- operationId() - Element in annotation interface io.helidon.openapi.OpenApi.Operation
-
Operation id.
- operationId() - Method in class io.helidon.openapi.OpenApiDocument.Operation
-
Operation id.
- operationId(OpenApiDocumentContext, String, String) - Static method in class io.helidon.openapi.OpenApiDocumentContextSupport
-
Resolve an OpenAPI operation id for a generated Java method signature.
- operationId(String) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set operation id.
- operationId(String) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set operation id.
- operationNameConstructor() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- operationNameConstructor() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Operation name constructor.
- operationNameConstructor() - Method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
Operation name constructor.
- operationNameConstructor(GrpcTracingName) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Operation name constructor.
- operationRef() - Element in annotation interface io.helidon.openapi.OpenApi.Link
-
Operation reference.
- operationRef(String) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set operation reference.
- operationResponsesRequired() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- operationResponsesRequired() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Whether operations must define responses.
- operationResponsesRequired() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Whether operations must define responses.
- operationResponsesRequired(boolean) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Whether operations must define responses.
- operations() - Method in class io.helidon.openapi.OpenApiDocument.PathItem
-
Operations keyed by lowercase HTTP method or
query. - operations() - Method in class io.helidon.security.jwt.jwk.Jwk
-
Permitted operations of this JWK.
- operations(List) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Intended operations of this JWK.
- operations(List) - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Intended operations of this JWK.
- operations(List) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Intended operations of this JWK.
- operator() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- operator() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition operator.
- operator() - Method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Condition operator.
- operator() - Method in class io.helidon.data.codegen.query.CriteriaConditionNext
-
Joins this criteria condition with the previous one.
- operator() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Ordering operator.
- operator() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase.OrderExpressionImpl
- operator() - Method in interface io.helidon.data.codegen.query.OrderExpression
-
Ordering operator.
- operator() - Method in class io.helidon.data.codegen.query.ProjectionExpression
-
Projection expression operator.
- operator(CriteriaOperator) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition operator.
- operator(OrderOperator) - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Ordering operator.
- operatorName() - Method in class io.helidon.common.reactive.MultiTappedPublisher
- OptimisticLockException - Exception Class in io.helidon.data
-
Thrown when an optimistic locking conflict occurs.
- OptimisticLockException(String) - Constructor for exception class io.helidon.data.OptimisticLockException
-
Creates a new
OptimisticLockExceptionwith the supplied detail message. - OptimisticLockException(String, Throwable) - Constructor for exception class io.helidon.data.OptimisticLockException
-
Creates a new
OptimisticLockExceptionwith the supplied detail message and cause. - optIn() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- optIn() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Elective attribute for which to opt in.
- optIn() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Elective attribute for which to opt in.
- optIn(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Elective attribute for which to opt in.
- option(String) - Method in interface io.helidon.codegen.CodegenOptions
-
Find an option.
- option(String, T, Class) - Method in interface io.helidon.codegen.CodegenOptions
-
Enumeration option.
- Option - Class in io.helidon.builder.api
-
Prototype option annotations.
- Option<T> - Interface in io.helidon.codegen
-
Option definition.
- Option.Access - Annotation Interface in io.helidon.builder.api
-
Customize access modifier for builder methods.
- Option.AllowedValue - Annotation Interface in io.helidon.builder.api
-
Defines one possible value for an option.
- Option.AllowedValues - Annotation Interface in io.helidon.builder.api
-
Allowed values for this option.
- Option.Confidential - Annotation Interface in io.helidon.builder.api
-
Mark a getter method as confidential - not suitable to be used in clear text in
toStringmethod. - Option.Configured - Annotation Interface in io.helidon.builder.api
-
Mark a prototype option as one that can be read from
io.helidon.config.Config. - Option.Decorator - Annotation Interface in io.helidon.builder.api
-
Define an option decorator.
- Option.Default - Annotation Interface in io.helidon.builder.api
-
A String default value for a prototype option.
- Option.DefaultBoolean - Annotation Interface in io.helidon.builder.api
-
A boolean default value for a prototype option.
- Option.DefaultCode - Annotation Interface in io.helidon.builder.api
-
A default value that will be copied verbatim into the sources.
- Option.DefaultDouble - Annotation Interface in io.helidon.builder.api
-
A double default value for a prototype option.
- Option.DefaultInt - Annotation Interface in io.helidon.builder.api
-
An integer default value for a prototype option.
- Option.DefaultLong - Annotation Interface in io.helidon.builder.api
-
A long default value for a prototype option.
- Option.DefaultMethod - Annotation Interface in io.helidon.builder.api
-
A default value created from a method for a prototype option.
- Option.Deprecated - Annotation Interface in io.helidon.builder.api
-
Mark an option as deprecated.
- Option.PrototypedBy - Annotation Interface in io.helidon.builder.api
-
An option may return a type that is not under our control, yet we have a prototype that can be used to create it.
- Option.Provider - Annotation Interface in io.helidon.builder.api
-
Mark option as sourced from services discovered by a
ServiceLoader, or by Helidon Service Registry whenPrototype.RegistrySupportis enabled. - Option.Provider.ConfigForm - Enum Class in io.helidon.builder.api
-
Accepted outer container for configured provider entries.
- Option.Provider.Identity - Enum Class in io.helidon.builder.api
-
Identity model for configured provider instances.
- Option.Redundant - Annotation Interface in io.helidon.builder.api
-
Mark a getter method as redundant - not important for
equals,hashcode, and/ortoString. - Option.RegistryService - Annotation Interface in io.helidon.builder.api
-
Options annotated with this annotation will use service registry to discover instances to use.
- Option.Required - Annotation Interface in io.helidon.builder.api
-
Mark option as a required option.
- Option.SameGeneric - Annotation Interface in io.helidon.builder.api
-
Useful for marking map properties, where the key and value must have the same generic type.
- Option.Singular - Annotation Interface in io.helidon.builder.api
-
Applying this annotation to a
Prototype.Blueprint-annotated interface method will cause the generated class to also include an additional singular add or put method. - Option.TraverseConfig - Annotation Interface in io.helidon.builder.api
-
Definition of how
Mapkeys and values should be constructed. - Option.Type - Annotation Interface in io.helidon.builder.api
-
Explicitly define a type (may include generics) in case the type is located in the same module, and cannot be inferred correctly by the annotation processor.
- optional() - Method in class io.helidon.config.AbstractSource
- optional() - Method in class io.helidon.config.PrefixedConfigSource
- optional() - Method in interface io.helidon.config.spi.Source.Builder
-
Configure this source to be optional.
- optional() - Method in interface io.helidon.config.spi.Source
-
Whether this source is optional.
- optional() - Method in interface io.helidon.data.jdbc.JdbcClient.Rows
-
Returns zero or one row.
- optional() - Element in annotation interface io.helidon.security.annotations.Authenticated
-
If set to optional, authentication will be attempted, yet if it fails, we would still be called without authenticated user/service.
- optional(boolean) - Method in class io.helidon.config.AbstractSourceBuilder
- optional(boolean) - Method in interface io.helidon.config.spi.Source.Builder
-
Whether the source is optional or not.
- optional(boolean) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Whether authentication is required.
- optional(boolean) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
-
Whether authentication is required.
- optional(boolean) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Set whether the signature is optional.
- optional(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Whether authentication is required.
- optional(boolean) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Whether authentication is required.
- optional(boolean) - Method in class io.helidon.security.SecurityRequestBuilder
-
Set that security is optional.
- optional(int, Class) - Method in interface io.helidon.data.jdbc.JdbcClient.Row
-
Reads a nullable value by a column index that starts at one.
- optional(String, Class) - Method in interface io.helidon.data.jdbc.JdbcClient.Row
-
Reads a nullable value by column label.
- OPTIONAL - Enum constant in enum class io.helidon.common.tls.TlsClientAuth
-
Mutual TLS is optional.
- OPTIONAL - Enum constant in enum class io.helidon.security.CompositeProviderFlag
-
Provider may succeed or abstain.
- OPTIONAL - Enum constant in enum class io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
-
Security MAY be used (e.g.
- OPTIONAL - Enum constant in enum class io.helidon.service.registry.DependencyCardinality
-
Optional instance (the dependency is declared as
Optional<MyContract>, this does not imply nullability. - OPTIONAL - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Optional. - OPTIONAL_DOUBLE - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
OptionalDouble. - OPTIONAL_INT - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
OptionalInt. - OPTIONAL_LONG - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
OptionalLong. - optionalAudience(boolean) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Allow audience claim to be optional.
- OptionalBindingFactory__ServiceDescriptor<T> - Class in io.helidon.json.binding.factories
-
Service descriptor for
OptionalBindingFactory. - OptionalBindingFactory__ServiceDescriptor() - Constructor for class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
-
Constructor with no side effects
- optionalCharArrayEquals(Optional, Optional) - Static method in class io.helidon.builder.api.GeneratedBuilder.EqualityUtil
-
Equals that uses
Arrays.equals(char[], char[])in case both optionals have a value. - optionalCharArrayHash(Optional) - Static method in class io.helidon.builder.api.GeneratedBuilder.EqualityUtil
-
Hash code that uses
Arrays.hashCode(char[])in case the optional has a value. - OptionalCompletionStage<T> - Interface in io.helidon.common.reactive
-
A completion stage that allows processing of cases when the element is present and when not.
- OptionalDoubleConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
OptionalDoubleConverter. - OptionalDoubleConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
-
Constructor with no side effects
- optionalEmpty() - Static method in class io.helidon.common.testing.junit5.OptionalMatcher
-
A matcher for an
Optionalthat checks it is empty. - optionalFromQuery(Method.Builder, Consumer, TypeName) - Static method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Generate
<T> Optional<T> RepositoryExecutor#optionalFromQuery(List<T>)call. - optionalFromQuery(List) - Static method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
-
Transform query result as
Optional. - OptionalIntConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
OptionalIntConverter. - OptionalIntConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
-
Constructor with no side effects
- OptionalLongConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
OptionalLongConverter. - OptionalLongConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
-
Constructor with no side effects
- OptionAllowedValue - Interface in io.helidon.builder.codegen
-
Option allowed value.
- OptionAllowedValue.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
OptionAllowedValue. - OptionAllowedValue.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
OptionAllowedValue. - OptionAllowedValue.BuilderBase.OptionAllowedValueImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OptionAllowedValueImpl(OptionAllowedValue.BuilderBase) - Constructor for class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
-
Create an instance providing a builder.
- OptionalMatcher - Class in io.helidon.common.testing.junit5
-
Hamcrest matchers for
Optional. - optionalOfNullable(Method.Builder, Consumer) - Static method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Generate
Optional.ofNullable(Object)call. - optionalPresent() - Static method in class io.helidon.common.testing.junit5.OptionalMatcher
-
A matcher for an
Optionalthat checks it is present. - optionalSupplier() - Method in interface io.helidon.config.ConfigValue
-
Returns a
Supplierof anOptional<T>of the configuration node. - OptionalSupplierFactoryInterceptionWrapper(Supplier) - Constructor for class io.helidon.service.registry.GeneratedService.OptionalSupplierFactoryInterceptionWrapper
-
Creates a new instance delegating service instantiation to the provided supplier.
- optionalValue(Matcher) - Static method in class io.helidon.common.testing.junit5.OptionalMatcher
-
A matcher for an
Optionalthat checks it is present, and that the value matches the provided matcher. - OptionalValue<T> - Interface in io.helidon.common.mapper
-
A typed value with support for mapping (conversion) to other types.
- optionBuilder() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Builder information associated with this factory method.
- optionBuilder() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
- optionBuilder() - Method in interface io.helidon.builder.codegen.RuntimeTypeInfo
-
Builder information associated with this factory method.
- optionBuilder(OptionBuilder) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Builder information associated with this factory method.
- optionBuilder(Consumer) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Builder information associated with this factory method.
- optionBuilder(Supplier) - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Builder information associated with this factory method.
- OptionBuilder - Interface in io.helidon.builder.codegen
-
If an option itself has a builder, we add a method with
Consumer<Builder>. - OptionBuilder.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
OptionBuilder. - OptionBuilder.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
OptionBuilder. - OptionBuilder.BuilderBase.OptionBuilderImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OptionBuilderImpl(OptionBuilder.BuilderBase) - Constructor for class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
-
Create an instance providing a builder.
- OptionConfigured - Interface in io.helidon.builder.codegen
-
Setup of configured option.
- OptionConfigured.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
OptionConfigured. - OptionConfigured.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
OptionConfigured. - OptionConfigured.BuilderBase.OptionConfiguredImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OptionConfiguredImpl(OptionConfigured.BuilderBase) - Constructor for class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
-
Create an instance providing a builder.
- OptionDeprecation - Interface in io.helidon.builder.codegen
-
Deprecated option information.
- OptionDeprecation.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
OptionDeprecation. - OptionDeprecation.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
OptionDeprecation. - OptionDeprecation.BuilderBase.OptionDeprecationImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OptionDeprecationImpl(OptionDeprecation.BuilderBase) - Constructor for class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
-
Create an instance providing a builder.
- OptionInfo - Interface in io.helidon.builder.codegen
-
Model of a prototype/builder option.
- OptionInfo.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
OptionInfo. - OptionInfo.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
OptionInfo. - OptionInfo.BuilderBase.OptionInfoImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OptionInfoImpl(OptionInfo.BuilderBase) - Constructor for class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
-
Create an instance providing a builder.
- OptionMethodType - Enum Class in io.helidon.builder.codegen
-
All possible setters to be generated.
- optionName() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- optionName() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
A factory method may be bound to a specific option.
- optionName() - Method in interface io.helidon.builder.codegen.FactoryMethod
-
A factory method may be bound to a specific option.
- optionName(String) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
A factory method may be bound to a specific option.
- OptionProvider - Interface in io.helidon.builder.codegen
-
Definition of an option that is a provider (i.e.
- OptionProvider.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
OptionProvider. - OptionProvider.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
OptionProvider. - OptionProvider.BuilderBase.OptionProviderImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OptionProviderImpl(OptionProvider.BuilderBase) - Constructor for class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
-
Create an instance providing a builder.
- options() - Method in interface io.helidon.codegen.CodegenContext
-
Code generation options.
- options() - Method in class io.helidon.codegen.CodegenContextBase
- options() - Method in class io.helidon.codegen.CodegenContextDelegate
- options() - Element in annotation interface io.helidon.config.metadata.Configured
-
Ad-hoc options.
- options() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for options method with default path.
- options(PrototypeInfo, List) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
A list of (updated) options to be used during code generation.
- options(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- options(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add an options route.
- options(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for options method with a path.
- options(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- options(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add an options route.
- OPTIONS - Static variable in class io.helidon.http.Method
-
The OPTIONS method represents a request for information about the communication options available on the request/response chain identified by the Request-URI.
- OPTIONS_NAME - Static variable in class io.helidon.http.Method
-
"OPTIONS" method name.
- OptionSingular - Interface in io.helidon.builder.codegen
-
Definition of a singular option.
- OptionSingular.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
OptionSingular. - OptionSingular.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
OptionSingular. - OptionSingular.BuilderBase.OptionSingularImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OptionSingularImpl(OptionSingular.BuilderBase) - Constructor for class io.helidon.builder.codegen.OptionSingular.BuilderBase.OptionSingularImpl
-
Create an instance providing a builder.
- or() - Method in class io.helidon.data.codegen.query.Criteria.Builder
-
Add logical operator
ORto join next condition. - or(Supplier) - Method in interface io.helidon.common.mapper.OptionalValue
-
If the underlying
Optionaldoes not have a value, set it to theOptionalproduced by the supplying function. - OR - Enum constant in enum class io.helidon.data.codegen.query.LogicalOperator
-
Logical operator OR.
- order() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase.MethodParamsImpl
- order() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Query result ordering parameter.
- order() - Method in interface io.helidon.data.codegen.common.MethodParams
-
Query result ordering parameter.
- order() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
- order() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query ordering.
- order() - Method in interface io.helidon.data.codegen.query.DataQuery
-
Data query ordering.
- order() - Method in interface io.helidon.http.encoding.AcceptEncoding.CodingQuality
-
Source order.
- order(TypedElementInfo) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Query result ordering parameter.
- order(Order) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query ordering.
- order(Consumer) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Query result ordering parameter.
- order(Consumer) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query ordering.
- order(Supplier) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Query result ordering parameter.
- order(Supplier) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query ordering.
- Order - Enum Class in io.helidon.json.binding
-
Enumeration of ordering strategies.
- Order - Interface in io.helidon.data.codegen.query
-
Data query ordering.
- Order - Interface in io.helidon.data
-
Single rule of the dynamic ordering of the query result.
- ORDER - Enum constant in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.DynamicQueryParts
-
Ordering part of the query is dynamic.
- Order.Builder - Class in io.helidon.data.codegen.query
-
Fluent API builder for
Order. - Order.Builder - Class in io.helidon.data
-
Fluent API builder for
Order. - Order.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.codegen.query
-
Fluent API builder base for
Order. - Order.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data
-
Fluent API builder base for
Order. - Order.BuilderBase.OrderImpl - Class in io.helidon.data.codegen.query
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- Order.BuilderBase.OrderImpl - Class in io.helidon.data
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- orderBy() - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - orderBy() - Method in class io.helidon.data.Sort.BuilderBase.SortImpl
- orderBy() - Method in interface io.helidon.data.Sort
-
Listof query ordering rules. - orderBy(List) - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - OrderDirection - Enum Class in io.helidon.data
-
Direction of the query result ordering.
- OrderedSupplier(Collection) - Constructor for class io.helidon.webclient.grpc.ClientUriSuppliers.OrderedSupplier
-
Creates an ordered supplier.
- OrderExpression - Interface in io.helidon.data.codegen.query
-
Ordering expression.
- OrderExpression.Builder - Class in io.helidon.data.codegen.query
-
Fluent API builder for
OrderExpression. - OrderExpression.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.codegen.query
-
Fluent API builder base for
OrderExpression. - OrderExpression.BuilderBase.OrderExpressionImpl - Class in io.helidon.data.codegen.query
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OrderExpressionImpl(OrderExpression.BuilderBase) - Constructor for class io.helidon.data.codegen.query.OrderExpression.BuilderBase.OrderExpressionImpl
-
Create an instance providing a builder.
- OrderImpl(Order.BuilderBase) - Constructor for class io.helidon.data.codegen.query.Order.BuilderBase.OrderImpl
-
Create an instance providing a builder.
- OrderImpl(Order.BuilderBase) - Constructor for class io.helidon.data.Order.BuilderBase.OrderImpl
-
Create an instance providing a builder.
- OrderOperator - Enum Class in io.helidon.data.codegen.query
-
Ordering operator in order expression.
- ORDINAL - Enum constant in enum class io.helidon.data.codegen.query.QueryParameters.Type
-
Ordinal parameter, e.g.
- ordinalParameter(int) - Static method in class io.helidon.data.codegen.query.QueryParameters
-
Create new ordinal paramete.
- ordinary(int, int) - Method in interface io.helidon.data.jdbc.lexical.JdbcSqlScanHandler
-
Receives ordinary SQL which has no marker or protected region boundary.
- orElse(T) - Method in interface io.helidon.common.mapper.OptionalValue
-
Return the value if present, otherwise return
other. - orElseGet(Supplier) - Method in interface io.helidon.common.mapper.OptionalValue
-
Return the value if present, otherwise invoke
otherand return the result of that invocation. - orElseThrow() - Method in interface io.helidon.common.mapper.OptionalValue
-
If a value is present, returns the value, otherwise throws
NoSuchElementException. - orElseThrow(Supplier) - Method in interface io.helidon.common.mapper.OptionalValue
-
Return the contained value, if present, otherwise throw an exception to be created by the provided supplier.
- origin() - Method in interface io.helidon.metrics.api.Meter.Builder
-
Returns the fully-qualified name of the type which originated the meter, if set.
- origin() - Method in class io.helidon.security.Grant
-
Origin of this grant - this may be an arbitrary string, URI, component creating it etc.
- origin(String) - Method in interface io.helidon.metrics.api.Meter.Builder
-
Sets the fully-qualified name of the type which originated the meter.
- origin(String) - Method in class io.helidon.security.Grant.Builder
-
Origin of this grant (e.g.
- ORIGIN - Static variable in class io.helidon.http.HeaderNames
-
The "Origin" header name.
- ORIGIN_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Origin" header name.
- originalMessage() - Method in interface io.helidon.messaging.DeadLetterMessage
-
Original extendable message envelope.
- originatingElement() - Method in exception class io.helidon.codegen.CodegenException
-
Originating element.
- originatingElement() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- originatingElement() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
The element used to create this instance.
- originatingElement() - Method in interface io.helidon.common.types.Annotation
-
The element used to create this instance.
- originatingElement() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- originatingElement() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
The element used to create this instance.
- originatingElement() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
The element used to create this instance.
- originatingElement() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The element used to create this instance.
- originatingElement() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- originatingElement() - Method in interface io.helidon.common.types.TypedElementInfo
-
The element used to create this instance.
- originatingElement() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The element used to create this instance.
- originatingElement() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- originatingElement() - Method in interface io.helidon.common.types.TypeInfo
-
The element used to create this instance.
- originatingElement(Object) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
The element used to create this instance.
- originatingElement(Object) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
The element used to create this instance.
- originatingElement(Object) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The element used to create this instance.
- originatingElement(Object) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The element used to create this instance.
- originatingElements() - Method in record class io.helidon.codegen.ClassCode
-
Returns the value of the
originatingElementsrecord component. - originatingElements() - Method in exception class io.helidon.codegen.CodegenException
-
Originating elements.
- originatingElementValue() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
The element used to create this instance, or
TypeInfo.typeName()if none provided. - originatingElementValue() - Method in interface io.helidon.common.types.TypedElementInfo
-
The element used to create this instance, or
TypedElementInfo.signature()if none provided. - originatingElementValue() - Method in interface io.helidon.common.types.TypeInfo
-
The element used to create this instance, or
TypeInfo.typeName()if none provided. - originAuthority() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Normalized effective HTTP origin authority.
- originName() - Method in interface io.helidon.common.concurrency.limits.Limit.InitializationContext
-
Origin name of the work protected by the limit.
- originName() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
Origin of the work item.
- origins() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
WebSocket origins.
- origins() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
- origins() - Method in interface io.helidon.webserver.websocket.WsConfig
-
WebSocket origins.
- origins() - Method in class io.helidon.webserver.websocket.WsUpgrader
-
Configured allowed origins.
- origins(Set) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
WebSocket origins.
- OTEL_AGENT_PRESENT_PROPERTY - Static variable in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry
-
OpenTelemetry property for indicating if the Java agent is present.
- OTHER - Enum constant in enum class io.helidon.common.types.ElementKind
-
Not the stuff you are looking for.
- OTHER - Enum constant in enum class io.helidon.http.DirectHandler.EventType
-
Other type, please specify expected status code.
- OTHER - Enum constant in enum class io.helidon.http.Status.Family
-
Other, unrecognized HTTP status codes.
- OTHER - Enum constant in enum class io.helidon.metrics.api.Meter.Type
-
Other.
- otherElementInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.
- otherElementInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- otherElementInfo() - Method in interface io.helidon.common.types.TypeInfo
-
The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.
- otherElementInfo(List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up this type that are considered "other", or being skipped because they are irrelevant to processing.
- otherTags() - Method in class io.helidon.codegen.classmodel.Javadoc
-
Other created tags with descriptions.
- OTLP - Enum constant in enum class io.helidon.telemetry.otelconfig.LogExporterType
-
OpenTelemetry Protocol
OtlpHttpLogRecordExporterandOtlpGrpcLogRecordExporterBuilder. - OTLP - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricExporterType
-
OpenTelemetry Protocol
OtlpHttpMetricExporterandOtlpGrpcMetricExporter. - OTLP - Enum constant in enum class io.helidon.telemetry.otelconfig.SpanExporterType
-
OpenTelemetry Protocol
OtlpHttpSpanExporterandOtlpGrpcSpanExporter. - OtlpExporterConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for OpenTelemetry OTLP exporters.
- OtlpExporterConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
OtlpExporterConfig. - OtlpExporterConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
OtlpExporterConfig. - OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OtlpExporterConfigImpl(OtlpExporterConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
-
Create an instance providing a builder.
- OtlpExporterProtocol - Enum Class in io.helidon.telemetry.otelconfig
-
Valid values for OpenTelemetry exporter protocol.
- OtlpExporterProtocolType - Enum Class in io.helidon.telemetry.otelconfig
-
Legal values for OTLP exporters.
- OtlpExporterProtocolType - Enum Class in io.helidon.tracing.providers.opentelemetry
-
Legal values for OTLP exporters.
- OtlpHttpExporterConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings common to HTTP-based OTLP exporters.
- OtlpHttpExporterConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
OtlpHttpExporterConfig. - OtlpHttpExporterConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
OtlpHttpExporterConfig. - OtlpHttpExporterConfig.BuilderBase.OtlpHttpExporterConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OtlpHttpExporterConfigImpl(OtlpHttpExporterConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase.OtlpHttpExporterConfigImpl
-
Create an instance providing a builder.
- OtlpPublisher - Class in io.helidon.metrics.providers.micrometer
-
Metrics publisher for OTLP output.
- OtlpPublisherConfig - Interface in io.helidon.metrics.providers.micrometer
-
Settings for an OTLP publisher.
- OtlpPublisherConfig.Builder - Class in io.helidon.metrics.providers.micrometer
-
Fluent API builder for
OtlpPublisher. - OtlpPublisherConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.metrics.providers.micrometer
-
Fluent API builder base for
OtlpPublisherConfig. - OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl - Class in io.helidon.metrics.providers.micrometer
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- OtlpPublisherConfigImpl(OtlpPublisherConfig.BuilderBase) - Constructor for class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
-
Create an instance providing a builder.
- OtlpPublisherProvider - Class in io.helidon.metrics.providers.micrometer
-
Provider for an OTLP publisher.
- OtlpPublisherProvider() - Constructor for class io.helidon.metrics.providers.micrometer.OtlpPublisherProvider
-
Required public constructor for
ServiceLoader. - OTTRACE - Enum constant in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
OT trace format propagation.
- OTTRACE - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
OT trace format propagation.
- OUT_OF_RANGE - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Operation was attempted past the valid range.
- outbound() - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Connection outbound flow control window, decrements when DATA are sent and increments when WINDOW_UPDATE or INIT_WINDOW_SIZE is received.
- outbound() - Method in class io.helidon.http.http2.StreamFlowControl
-
Outbound flow control, ensures that no more than requested amount of data is sent to the other side.
- outbound(OutboundConfig) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Add outbound targets to this builder.
- OUTBOUND_SPAN_QUALIFIER - Static variable in class io.helidon.tracing.config.TracingConfigUtil
-
Qualifier for outbound
io.helidon.tracing.SpanContextas registered withContext. - OUTBOUND_TYPE_PREFIX - Static variable in interface io.helidon.security.AuditEvent
-
Reserved event type prefix for outbound security (such as identity propagation) events.
- outboundClientBuilder() - Method in interface io.helidon.security.SecurityContext
-
Outbound security client builder for programmatic outbound security used for identity propagation, identity mapping, encryption of outbound calls etc.
- outboundConfig(OutboundConfig) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Configuration of outbound rules.
- outboundConfig(OutboundConfig) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Configuration of outbound rules.
- OutboundConfig - Class in io.helidon.security.providers.common
-
Configuration of outbound security targets.
- OutboundConfig() - Constructor for class io.helidon.security.providers.common.OutboundConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
- OutboundConfig.Builder - Class in io.helidon.security.providers.common
-
OutboundConfigbuilder when not reading it from configuration. - outboundEndpointConfig(EndpointConfig) - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
Configure outbound endpoint config (annotations, config, attributes etc.) for this outbound call.
- outboundEndpointConfig(Supplier) - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
Configure outbound endpoint config (annotations, config, attributes etc.) for this outbound call.
- outboundEnvironment(SecurityEnvironment) - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
Configure outbound environment (path, headers, URI etc.) for this outbound call.
- outboundEnvironment(Supplier) - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
Configure outbound environment (path, headers, URI etc.) for this outbound call.
- outboundSecurity(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.header.HeaderAtnProvider
- outboundSecurity(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider
- outboundSecurity(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider
- outboundSecurity(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.jwt.JwtProvider
- outboundSecurity(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in class io.helidon.security.providers.oidc.OidcProvider
- outboundSecurity(ProviderRequest, SecurityEnvironment, EndpointConfig) - Method in interface io.helidon.security.spi.OutboundSecurityProvider
-
Creates necessary updates to headers and entity needed for outbound security (e.g.
- OutboundSecurityClientBuilder - Class in io.helidon.security
-
Builder constructing a security client - extends the
SecurityRequestBuilderfor convenience. - OutboundSecurityProvider - Interface in io.helidon.security.spi
-
Security provider for securing client requests (outbound).
- OutboundSecurityResponse - Class in io.helidon.security
-
Response of outbound security provider.
- OutboundSecurityResponse.Builder - Class in io.helidon.security
-
Builder class to build custom identity propagation responses.
- OutboundTarget - Class in io.helidon.security.providers.common
-
Configuration of outbound target.
- OutboundTarget.Builder - Class in io.helidon.security.providers.common
-
Fluent API builder for
OutboundTarget. - OutboundTargetDefinition - Class in io.helidon.security.providers.httpsign
-
Configuration of outbound target to sign outgoing requests.
- OutboundTargetDefinition.Builder - Class in io.helidon.security.providers.httpsign
-
Fluent API builder to build
OutboundTargetDefinitioninstances. - outboundTokenHandler(TokenHandler) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Token handler to create outbound headers to propagate identity.
- outboundTracing() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Create a tracing span for outbound tracing.
- OutboundTracing - Class in io.helidon.security.integration.common
-
Tracing support for outbound security.
- outboundType() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Selected type of the OIDC outbound.
- outcome() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Result
-
LimitAlgorithm.Outcomeof the limit algorithm. - outcome() - Method in exception class io.helidon.common.concurrency.limits.LimitException
-
Outcome of the algorithm that caused this limit exception.
- outcome() - Method in exception class io.helidon.faulttolerance.RetryException
-
Retry outcome.
- outcome(int) - Method in exception class io.helidon.messaging.BatchDeliveryException
-
Outcome for one original batch index.
- outcomes() - Method in exception class io.helidon.messaging.BatchDeliveryException
-
Ordered item outcomes.
- outgoing() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration.
- outgoing() - Method in interface io.helidon.messaging.MessagingConfig
-
Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration.
- outgoing(MessagingOutgoingConfig) - Method in interface io.helidon.messaging.spi.MessagingConnector
-
Create an outgoing channel connection.
- outgoing(Map) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Outgoing channel configurations, keyed by channel name; their execution settings apply only when the logical channel has no incoming configuration.
- outgoingChannel() - Method in interface io.helidon.messaging.ProcessorRegistration
-
Target channel for the processor result.
- outgoingChannel(MessagingChannel, OutgoingChannel) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add an outgoing channel connection as a required channel output.
- OutgoingChannel - Interface in io.helidon.messaging.spi
-
Synchronous outgoing connector for one configured binding.
- outgoingEnvelopeGenericType() - Method in interface io.helidon.messaging.ProcessorRegistration
-
Produced message envelope type including generic arguments.
- outgoingPayloadGenericType() - Method in interface io.helidon.messaging.ProcessorRegistration
-
Produced payload type including generic arguments.
- outputDirectory() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- outputDirectory() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Target directory to generate class files to.
- outputDirectory() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
Target directory to generate class files to.
- outputDirectory() - Method in class io.helidon.service.maven.plugin.CreateApplicationMojo
- outputDirectory() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
- outputDirectory(Path) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Target directory to generate class files to.
- outputStream() - Method in interface io.helidon.webserver.http.ServerResponse
-
Alternative way to send an entity, using an output stream.
- outputStream(ClientRequest.OutputStreamHandler) - Method in interface io.helidon.webclient.api.ClientRequest
-
Handle output stream and submit the request.
- outputStream(ClientRequest.OutputStreamHandler) - Method in class io.helidon.webclient.api.ClientRequestBase
- outputStream(ClientRequest.OutputStreamHandler) - Method in interface io.helidon.webclient.http1.Http1ClientRequest
- outputStream(ClientRequest.OutputStreamHandler) - Method in interface io.helidon.webclient.http2.Http2ClientRequest
- outputStream(ClientRequest.OutputStreamHandler, Class) - Method in interface io.helidon.webclient.api.ClientRequest
-
Handle output stream and request a specific type.
- outputStreamMulti() - Static method in interface io.helidon.common.reactive.IoMulti
-
Create an
OutputStreamthat provides the data written as aMulti. - OutputStreamMulti - Class in io.helidon.common.reactive
-
Output stream that
Flow.Publisherpublishes any data written to it asByteBufferevents. - OutputStreamMulti() - Constructor for class io.helidon.common.reactive.OutputStreamMulti
-
Create new output stream that
Flow.Publisherpublishes any data written to it asByteBufferevents. - outputStreamMultiBuilder() - Static method in interface io.helidon.common.reactive.IoMulti
-
Creates a builder of the
OutputStreamthat provides data written as aMulti. - outputSummary(PrintStream, double) - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Dumps a summary of the snapshot to the specified
PrintStreamusing the indicated scaling factor for observations. - overallTimeout() - Method in class io.helidon.config.SimpleRetryPolicy
-
Overall timeout.
- overallTimeout() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
Duration of overall timeout.
- overallTimeout() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Positive overall timeout used to bound the complete retry sequence.
- overallTimeout() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- overallTimeout() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Positive overall timeout used to bound the complete retry sequence.
- overallTimeout(long, TimeUnit) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Configure record timeout since its creation.
- overallTimeout(Duration) - Method in class io.helidon.config.SimpleRetryPolicy.Builder
-
Overall timeout.
- overallTimeout(Duration) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Positive overall timeout used to bound the complete retry sequence.
- OVERRIDE - Static variable in class io.helidon.common.types.Annotations
-
Override annotation.
- OverrideConfigFilter - Class in io.helidon.config
-
A config filter that replaces values with a new ones of keys that matching with
Pattern. - OverrideConfigFilter(Supplier) - Constructor for class io.helidon.config.OverrideConfigFilter
-
Creates a filter with a given supplier of a map of key patterns to a override values.
- overrides(Supplier) - Method in interface io.helidon.config.Config.Builder
-
Sets the source of an override source.
- OverrideSource - Interface in io.helidon.config.spi
-
Source of config override settings.
- OverrideSource.OverrideData - Class in io.helidon.config.spi
-
Group of config override settings.
- OverrideSourceProvider - Interface in io.helidon.config.spi
-
Java service loader service to provide a override source based on meta configuration.
- OverrideSources - Class in io.helidon.config
-
Class provides access to built-in
OverrideSourceimplementations. - OVERSIZED - Enum constant in enum class io.helidon.messaging.MessagingRejectedException.Reason
-
The delivery exceeds a configured message-count or connector-reservation limit.
P
- PACKAGE - Enum constant in enum class io.helidon.common.types.ElementKind
-
Package element type kind.
- PACKAGE_PRIVATE - Enum constant in enum class io.helidon.common.types.AccessModifier
-
Package private modifier.
- packageName() - Method in class io.helidon.codegen.classmodel.TypeArgument
- packageName() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl
- packageName() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Name of the exported package.
- packageName() - Method in interface io.helidon.common.types.ModuleInfoExports
-
Name of the exported package.
- packageName() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl
- packageName() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Name of the opened package.
- packageName() - Method in interface io.helidon.common.types.ModuleInfoOpens
-
Name of the opened package.
- packageName() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.getPackageName(). - packageName() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- packageName() - Method in interface io.helidon.common.types.TypeName
-
Functions similar to
Class.getPackageName(). - packageName() - Element in annotation interface io.helidon.service.registry.Service.GenerateBinding
-
Package name of the generated binding.
- packageName() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Returns package name from proto file.
- packageName(String) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Package name of this type.
- packageName(String) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Name of the exported package.
- packageName(String) - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Name of the opened package.
- packageName(String) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.getPackageName(). - pad(String) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry
-
Apply configured padding.
- padContent() - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Adds single padding.
- padContent() - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- padContent() - Method in class io.helidon.codegen.classmodel.Executable.Builder
- padContent() - Method in class io.helidon.codegen.classmodel.Field.Builder
- padContent(int) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Adds padding with number of repetitions.
- padContent(int) - Method in class io.helidon.codegen.classmodel.EnumConstant.Builder
- padContent(int) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- padContent(int) - Method in class io.helidon.codegen.classmodel.Field.Builder
- padded() - Method in class io.helidon.http.http2.Http2Flag.DataFlags
-
Whether the padded flag is set.
- padded() - Method in class io.helidon.http.http2.Http2Flag.HeaderFlags
-
Whether the padded flag is set.
- padded() - Method in class io.helidon.http.http2.Http2Flag.PushPromiseFlags
-
Whether the padded flag is set.
- PADDED - Static variable in class io.helidon.http.http2.Http2Flag
-
Padded flag (used by headers, and data).
- PADDING_TOKEN - Static variable in class io.helidon.codegen.classmodel.ClassModel
-
Padding token used for identifying extra padding requirement for content formatting.
- page() - Method in class io.helidon.data.PageRequest.BuilderBase
-
Page number.
- page() - Method in class io.helidon.data.PageRequest.BuilderBase.PageRequestImpl
- page() - Method in interface io.helidon.data.PageRequest
-
Page number.
- page(int) - Method in class io.helidon.data.PageRequest.BuilderBase
-
Page number.
- Page<T> - Interface in io.helidon.data
-
Pageable query result as pages with total size of the result.
- pageRequest() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase.MethodParamsImpl
- pageRequest() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Pageable query result parameter.
- pageRequest() - Method in interface io.helidon.data.codegen.common.MethodParams
-
Pageable query result parameter.
- pageRequest(TypedElementInfo) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Pageable query result parameter.
- pageRequest(Consumer) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Pageable query result parameter.
- pageRequest(Supplier) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Pageable query result parameter.
- PageRequest - Interface in io.helidon.data
-
Request pageable query result as page with page number and size.
- PageRequest.Builder - Class in io.helidon.data
-
Fluent API builder for
PageRequest. - PageRequest.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data
-
Fluent API builder base for
PageRequest. - PageRequest.BuilderBase.PageRequestImpl - Class in io.helidon.data
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PageRequestImpl(PageRequest.BuilderBase) - Constructor for class io.helidon.data.PageRequest.BuilderBase.PageRequestImpl
-
Create an instance providing a builder.
- pages(PageRequest) - Method in interface io.helidon.data.Data.PageableRepository
-
Return
Pagewith all entities of theEtype. - parallelismThreshold(long) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Configure parallelism threshold.
- param() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Sampler parameter.
- param() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase.SamplerConfigImpl
- param() - Method in interface io.helidon.telemetry.otelconfig.SamplerConfig
-
Sampler parameter.
- param(double) - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Sampler parameter.
- param(String, int) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Set a named param of type int on this request.
- param(String, JsonValue) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Set a named param on this request.
- param(String, String) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Set a named param of type string on this request.
- PARAM - Enum constant in enum class io.helidon.security.providers.oidc.common.RedirectAttemptCounterStrategy
-
Count redirect attempts using a query parameter on the original URI.
- PARAM_ALGORITHM - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
JWK parameter for algorithm.
- PARAM_CURVE - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for EC curve.
- PARAM_EXP - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for private key exponent.
- PARAM_FIRST_CRT_COEFF - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for private key First CRT Coefficient.
- PARAM_FIRST_FACTOR_CRT_EXP - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for private key First Factor CRT Exponent.
- PARAM_FIRST_PRIME_FACTOR - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for private key First Prime Factor.
- PARAM_HEADER_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default name of the header we expect JWT in.
- PARAM_ID_HEADER_NAME - Static variable in class io.helidon.security.providers.oidc.common.OidcConfig
-
Default name of the header we expect JWT in.
- PARAM_KEY_ID - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
JWK parameter for key id.
- PARAM_KEY_TYPE - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
JWK parameter for key type.
- PARAM_OCTET_KEY - Static variable in class io.helidon.security.jwt.jwk.JwkOctet
-
Key value.
- PARAM_OPERATIONS - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
JWK parameters for permitted operations.
- PARAM_OTHER_PRIMES - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for private key Other Primes Info.
- PARAM_PRIVATE_KEY - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for private key.
- PARAM_PUB_EXP - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for public key exponent.
- PARAM_PUB_MODULUS - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for public key modulus.
- PARAM_SECOND_FACTOR_CRT_EXP - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for private key Second Factor CRT Exponent.
- PARAM_SECOND_PRIME_FACTOR - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for private key Second Prime Factor.
- PARAM_USE - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
JWK parameter for usage.
- PARAM_X_COORDINATE - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for X coordinate.
- PARAM_X509_CHAIN - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for X.509 certificate chain array.
- PARAM_X509_CHAIN - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for X.509 certificate chain array.
- PARAM_X509_CHAIN_URL - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for X.509 certificate chain URL.
- PARAM_X509_CHAIN_URL - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for X.509 certificate chain URL.
- PARAM_X509_SHA_1 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for SHA 1 Thumbprint of X.509 certificate.
- PARAM_X509_SHA_1 - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for SHA 1 Thumbprint of X.509 certificate.
- PARAM_X509_SHA_256 - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for SHA 256 Thumbprint of X.509 certificate.
- PARAM_X509_SHA_256 - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
JWK parameter for SHA 256 Thumbprint of X.509 certificate.
- PARAM_Y_COODRINATE - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
JWK parameter for X coordinate.
- paramDescription() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- paramDescription() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Parameter/return type description, used in Javadoc as the param/return description.
- paramDescription() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Parameter/return type description, used in Javadoc as the param/return description.
- paramDescription(String) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Parameter/return type description, used in Javadoc as the param/return description.
- paramElementName(TypedElementInfo) - Static method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
-
Retrieve name of the method parameter from provided
TypedElementInfoparam. - parameter() - Method in class io.helidon.data.codegen.query.ProjectionExpression
-
Projection expression parameter.
- parameter() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Parameter info.
- parameter() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- parameter() - Method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Parameter info.
- parameter(TypedElementInfo) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Parameter info.
- parameter(OpenApiDocument.Parameter) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add parameter.
- parameter(OpenApiDocument.Parameter) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add common parameter.
- parameter(String, OpenApiDocument.Parameter) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set parameter.
- parameter(String, String) - Method in class io.helidon.http.ContentDisposition.Builder
-
Add a new content disposition header parameter.
- parameter(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set parameter.
- parameter(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Parameter info.
- parameter(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add parameter.
- parameter(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add common parameter.
- parameter(Supplier) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Parameter info.
- Parameter - Class in io.helidon.codegen.classmodel
-
Method parameter model.
- PARAMETER - Enum constant in enum class io.helidon.common.types.ElementKind
-
Parameter element type kind.
- PARAMETER - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
An annotation parameter of a method or constructor.
- Parameter.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Parameter. - parameterArguments() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - parameterArguments() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- parameterArguments() - Method in interface io.helidon.common.types.TypedElementInfo
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - parameterArguments(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - ParameterCodegenContext - Interface in io.helidon.declarative.codegen.http.webserver
-
Information related to parameter processing.
- parameterCountCacheCapacity() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
- parameterCountCacheCapacity() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
The maximum number of SQL marker counts retained by this client must be between zero and 4096 inclusive, where zero disables retention while marker validation continues.
- parameterCountCacheCapacity() - Method in interface io.helidon.data.jdbc.JdbcClientConfig
-
The maximum number of SQL marker counts retained by this client must be between zero and 4096 inclusive, where zero disables retention while marker validation continues.
- parameterCountCacheCapacity(int) - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
The maximum number of SQL marker counts retained by this client must be between zero and 4096 inclusive, where zero disables retention while marker validation continues.
- parameterCountCacheMaxSqlLength() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
- parameterCountCacheMaxSqlLength() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
The maximum SQL string length admitted to the parameter count cache must be a positive number of UTF-16 code units and its product with the cache capacity must not exceed 16,777,216 code units, but SQL longer than this value remains executable and is scanned without being retained.
- parameterCountCacheMaxSqlLength() - Method in interface io.helidon.data.jdbc.JdbcClientConfig
-
The maximum SQL string length admitted to the parameter count cache must be a positive number of UTF-16 code units and its product with the cache capacity must not exceed 16,777,216 code units, but SQL longer than this value remains executable and is scanned without being retained.
- parameterCountCacheMaxSqlLength(int) - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
The maximum SQL string length admitted to the parameter count cache must be a positive number of UTF-16 code units and its product with the cache capacity must not exceed 16,777,216 code units, but SQL longer than this value remains executable and is scanned without being retained.
- parameterFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- parameterFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter fields.
- parameterFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Parameter fields.
- parameterFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter fields.
- parameterLocations() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- parameterLocations() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter locations.
- parameterLocations() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Parameter locations.
- parameterLocations(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Parameter locations.
- parameters() - Method in class io.helidon.codegen.classmodel.Executable
-
List of method parameters.
- parameters() - Method in class io.helidon.codegen.classmodel.Javadoc
-
Parameter tags names and descriptions.
- parameters() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase.MethodParamsImpl
- parameters() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
List of common method parameters to be added to method prototype.
- parameters() - Method in interface io.helidon.data.codegen.common.MethodParams
-
List of common method parameters to be added to method prototype.
- parameters() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- parameters() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition parameters.
- parameters() - Method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Condition parameters.
- parameters() - Method in class io.helidon.data.codegen.query.QueryParameters
-
All query parameters.
- parameters() - Method in class io.helidon.dbclient.DbIndexedStatementParameters
-
Return
Listcontaining all ordered parameters. - parameters() - Method in class io.helidon.dbclient.DbNamedStatementParameters
-
Return
Mapcontaining all named parameters. - parameters() - Method in class io.helidon.dbclient.DbStatementBase
-
Get the statement parameters.
- parameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
All parameters of this method.
- parameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- parameters() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
All parameters of this method.
- parameters() - Method in class io.helidon.http.ContentDisposition
-
Get the parameters map.
- parameters() - Method in interface io.helidon.http.HttpMediaType
-
Read-only parameter map.
- parameters() - Element in annotation interface io.helidon.openapi.OpenApi.Link
-
Parameters passed to the linked operation.
- parameters() - Method in class io.helidon.openapi.OpenApiDocument.Operation
-
Operation parameters.
- parameters() - Method in class io.helidon.openapi.OpenApiDocument.PathItem
-
Common parameters.
- parameters(CriteriaParameters) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition parameters.
- parameters(JsonObject) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set parameters.
- parameters(List) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
List of common method parameters to be added to method prototype.
- parameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
All parameters of this method.
- parameters(List) - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Set new indexed parameters to be used.
- parameters(List) - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- parameters(Map) - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Set new named parameters to be used.
- parameters(Map) - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- parameters(Map) - Method in class io.helidon.http.HttpMediaType.Builder
-
Parameters of the media type.
- parameters(Map) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Replace parameter documentation with the one from the provided map.
- Parameters - Interface in io.helidon.common.parameters
-
Parameters abstraction (used by any component that has named parameters with possible multiple values).
- Parameters.Builder - Class in io.helidon.common.parameters
-
Builder of a new
Parametersinstance. - parametersSetter(JdbcParametersConfig) - Method in class io.helidon.dbclient.jdbc.JdbcClientBuilder
-
Configure parameters setter.
- parametersSource(String, boolean, String) - Method in class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider
-
Create parameter-source metadata for shared parameter extraction helpers.
- ParametersSource(String, boolean, String) - Constructor for record class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider.ParametersSource
-
Creates an instance of a
ParametersSourcerecord class. - parameterType() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- parameterType() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
A parameter of the factory method, if any.
- parameterType() - Method in interface io.helidon.builder.codegen.FactoryMethod
-
A parameter of the factory method, if any.
- parameterType() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Parameter type.
- parameterType() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Type of the parameter.
- parameterType(TypeName) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
A parameter of the factory method, if any.
- parameterType(Consumer) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
A parameter of the factory method, if any.
- parameterType(Supplier) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
A parameter of the factory method, if any.
- parameterTypes() - Method in interface io.helidon.common.types.ElementSignature
-
Types of parameters if this represents a method or a constructor, empty
Listotherwise. - paramIndex() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Parameter index.
- paramIndex() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Parameter index (related to order of processing), to allow generation of unique names.
- paramList(Parameters, String, String) - Static method in class io.helidon.http.HttpSupport
-
Get a mandatory list parameter.
- paramName() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Java parameter name.
- paramName() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Name of the parameter that is being process in
ParameterCodegenContext.methodName(). - paramName() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Query parameter name.
- paramName(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Name of a query parameter that contains the JWT access token when parameter is used.
- paramOptionalList(Parameters, String) - Static method in class io.helidon.http.HttpSupport
-
Get an optional list parameter.
- paramOptionalValue(Parameters, String) - Static method in class io.helidon.http.HttpSupport
-
Get an optional scalar parameter.
- params() - Method in interface io.helidon.security.AuditEvent
-
Parameters of this audit event, used in
String.format(String, Object...)when creating the audit message. - params() - Method in class io.helidon.security.internal.SecurityAuditEvent
- params() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcRequest
-
The params associated with the request.
- params(Object...) - Method in interface io.helidon.dbclient.DbStatement
-
Configure parameters from an array by order.
- params(List) - Method in interface io.helidon.dbclient.DbStatement
-
Configure parameters from a
Listby order. - params(List) - Method in class io.helidon.dbclient.DbStatementBase
- params(List) - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- params(Map) - Method in interface io.helidon.dbclient.DbStatement
-
Configure named parameters.
- params(Map) - Method in class io.helidon.dbclient.DbStatementBase
- params(Map) - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- paramsCount() - Method in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Number of required criteria parameters.
- paramTenantName(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Name of a query parameter that contains the tenant name when the parameter is used.
- paramValue(Parameters, String, String) - Static method in class io.helidon.http.HttpSupport
-
Get a mandatory scalar parameter.
- parent() - Method in interface io.helidon.config.Config.Key
-
Returns instance of Key that represents key of parent config node.
- parent() - Element in annotation interface io.helidon.openapi.OpenApi.Tag
-
Parent tag name.
- parent() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Parent of this analysis.
- parent(Context) - Method in class io.helidon.common.context.Context.Builder
-
Parent of the new context.
- parent(SpanContext) - Method in interface io.helidon.tracing.Span.Builder
-
Parent span of the new span.
- parent(String) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Set tag parent.
- PARENT_CONTEXT_CLIENT_PROPERTY - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Property sent with client requests to override parent span context in outbound calls.
- PARENTBASED_ALWAYS_OFF - Enum constant in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Parent-based always-off sampler.
- PARENTBASED_ALWAYS_ON - Enum constant in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Parent-based always-on sampler.
- PARENTBASED_TRACEIDRATIO - Enum constant in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Parent-based trace ID ration-based sampler.
- parentSpanId() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns the span's parent span ID or an empty string if there is no parent span.
- ParsableSource - Interface in io.helidon.config.spi
-
An eager source that can read all data from the underlying origin as a stream that can be parsed based on its media type (or using an explicit
ConfigParser. - ParsableSource.Builder<B> - Interface in io.helidon.config.spi
-
A builder for a parsable source.
- parse(ConfigParser.Content) - Method in class io.helidon.config.hocon.HoconConfigParser
- parse(ConfigParser.Content) - Method in class io.helidon.config.PropertiesConfigParser
- parse(ConfigParser.Content) - Method in interface io.helidon.config.spi.ConfigParser
-
Deprecated.
- parse(ConfigParser.Content) - Method in class io.helidon.config.yaml.YamlConfigParser
- parse(ConfigParser.Content, Function) - Method in class io.helidon.config.hocon.HoconConfigParser
- parse(ConfigParser.Content, Function) - Method in interface io.helidon.config.spi.ConfigParser
-
Parses a specified
ConfigContentinto ahierarchical configuration representation. - parse(OpenApiDocumentContext, String, MediaType) - Method in interface io.helidon.openapi.spi.OpenApiVersion
-
Parse OpenAPI content into the version-neutral document model.
- parse(OpenApiDocumentContext, String, MediaType) - Method in class io.helidon.openapi.v30.OpenApi30Version
- parse(OpenApiDocumentContext, String, MediaType) - Method in class io.helidon.openapi.v31.OpenApi31Version
- parse(OpenApiDocumentContext, String, MediaType) - Method in class io.helidon.openapi.v32.OpenApi32Version
- parse(InputStream) - Static method in class io.helidon.codegen.ModuleInfoSourceParser
-
Parse the module info from its input stream.
- parse(InputStream) - Static method in class io.helidon.metadata.hson.Hson
-
Parse the data into a value.
- parse(String) - Static method in class io.helidon.codegen.classmodel.Annotation
-
Parse new Annotation object out of the String.
- parse(String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Populates this builder with the parsed javadoc data.
- parse(String) - Static method in class io.helidon.codegen.classmodel.Javadoc
-
Parse Javadoc model object from the String.
- parse(String) - Static method in interface io.helidon.common.Size
-
Crete a new size from the size string.
- parse(String) - Static method in enum class io.helidon.common.Size.Unit
-
Parse the size string to appropriate unit.
- parse(String) - Method in interface io.helidon.data.codegen.parser.MethodNameParser
-
Parse method name.
- parse(String) - Method in class io.helidon.data.codegen.parser.QueryParametersParser
-
Parse JDQL
Stringand return query parameters. - parse(String) - Static method in class io.helidon.http.ContentDisposition
-
Parse a received header value.
- parse(String) - Static method in class io.helidon.http.DateTime
-
Parse provided text to
ZonedDateTimeusing any possible date / time format specified by RFC2616 Hypertext Transfer Protocol. - parse(String) - Static method in class io.helidon.http.SetCookie
-
Parses new instance of
SetCookiefrom the String representation. - parse(String) - Static method in interface io.helidon.json.schema.Schema
-
Parse a schema object from the String format of the Json schema.
- parse(String, ZonedDateTime) - Static method in class io.helidon.http.DateTime
-
Parse provided text to
ZonedDateTimeusing any possible date / time format specified by RFC2616 Hypertext Transfer Protocol. - parse(Path) - Static method in class io.helidon.codegen.ModuleInfoSourceParser
-
Parse the module info from its source file.
- parse(List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Populates this builder with the parsed javadoc data.
- parse(List) - Static method in class io.helidon.codegen.classmodel.Javadoc
-
Parse Javadoc model object from the list of strings.
- PARSE_ERROR - Static variable in class io.helidon.graphql.server.GraphQlContextKeys
-
GraphQL Java parse error key.
- PARSE_ERROR - Static variable in interface io.helidon.jsonrpc.core.JsonRpcError
-
Invalid JSON was received by the server.
- parseCn(Certificate[]) - Static method in class io.helidon.common.tls.TlsUtils
-
Parse the Common Name (CN) from the first certificate if present.
- PARSED_DOCUMENT - Static variable in class io.helidon.graphql.server.GraphQlContextKeys
-
GraphQL Java parsed document key.
- parseJson(String, Errors.Collector, JwtTokenPart) - Static method in class io.helidon.security.jwt.JwtHeaders
-
Parse a decoded JWT segment as a JSON object.
- parseLiteral(Object) - Method in interface io.helidon.graphql.GeneratedGraphQl.CustomScalar
-
Convert a GraphQL literal value to a Java value.
- parseNonNegative(String, int, Supplier) - Static method in class io.helidon.common.ParserHelper
-
Throws exception if value returned is negative.
- parser() - Method in class io.helidon.config.AbstractConfigSource
-
Config parser if one is configured to use for parsing content of
ParsableSource. - parser() - Method in class io.helidon.config.ClasspathConfigSource
- parser() - Method in class io.helidon.config.FileConfigSource
- parser() - Method in interface io.helidon.config.spi.ParsableSource
-
If a parser is configured with this source, return it.
- parser() - Method in class io.helidon.config.UrlConfigSource
- parser(ConfigParser) - Method in class io.helidon.config.AbstractConfigSourceBuilder
-
A parser if this is a
ParsableSourceand explicit parser is configured. - parser(ConfigParser) - Method in class io.helidon.config.ClasspathConfigSource.Builder
- parser(ConfigParser) - Method in class io.helidon.config.FileConfigSource.Builder
- parser(ConfigParser) - Method in interface io.helidon.config.spi.ParsableSource.Builder
-
Configure an explicit parser to be used with the source.
- parser(ConfigParser) - Method in class io.helidon.config.UrlConfigSource.Builder
- ParserException - Exception Class in io.helidon.data.codegen.parser
-
Parser
RuntimeException. - ParserException(String, String) - Constructor for exception class io.helidon.data.codegen.parser.ParserException
-
Create new exception for a message.
- ParserException(String, Throwable, String) - Constructor for exception class io.helidon.data.codegen.parser.ParserException
-
Create new exception for a message and a cause.
- ParserHelper - Class in io.helidon.common
-
Utility class for parsing.
- parserMapping(Function) - Method in class io.helidon.config.AbstractConfigSourceBuilder
-
Sets a function that maps keys to a parser.
- ParserMode - Enum Class in io.helidon.common.media.type
-
Media type parsing mode.
- Parsers - Class in io.helidon.json
-
Utility methods shared by JSON parser implementations.
- parseToken(JwtHeaders, String) - Static method in class io.helidon.security.jwt.EncryptedJwt
-
Parse a token received over network.
- parseToken(JwtHeaders, String) - Static method in class io.helidon.security.jwt.SignedJwt
-
Parse a token received over network.
- parseToken(String) - Static method in class io.helidon.security.jwt.EncryptedJwt
-
Parse a token received over network.
- parseToken(String) - Static method in class io.helidon.security.jwt.JwtHeaders
-
Parse a token to retrieve the JWT header.
- parseToken(String) - Static method in class io.helidon.security.jwt.SignedJwt
-
Parse a token received over network.
- parseValue() - Element in annotation interface io.helidon.openapi.OpenApi.Extension
-
Whether to parse the resolved
OpenApi.Extension.value()as JSON. - parseValue(Object) - Method in interface io.helidon.graphql.GeneratedGraphQl.CustomScalar
-
Convert a GraphQL variable value to a Java value.
- parseValue(Object) - Method in interface io.helidon.graphql.spi.GraphQlScalar
-
Convert a GraphQL input value to a Java value.
- parseYaml(String) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Parse YAML using JSON-compatible YAML 1.2 scalar resolution.
- partHeaders() - Method in interface io.helidon.http.media.multipart.ReadablePart
-
Headers of this part.
- PARTIAL_CONTENT_206 - Static variable in class io.helidon.http.Status
-
206 Reset Content, see HTTP/1.1 documentation.
- PARTIAL_CONTENT_206_CODE - Static variable in class io.helidon.http.Status
-
206 Reset Content, see HTTP/1.1 documentation.
- partialResultsException() - Method in interface io.helidon.graphql.server.ExecutionContext
-
Retrieve partial results
Throwable. - partialResultsException(Throwable) - Method in interface io.helidon.graphql.server.ExecutionContext
-
Add a partial results
Throwable. - passphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- passphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Pass-phrase of the keystore (supported with JKS and PKCS12 keystores).
- passphrase() - Method in interface io.helidon.common.pki.KeystoreKeys
-
Pass-phrase of the keystore (supported with JKS and PKCS12 keystores).
- passphrase(char[]) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Pass-phrase of the keystore (supported with JKS and PKCS12 keystores).
- passphrase(String) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Pass-phrase of the keystore (supported with JKS and PKCS12 keystores).
- password() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
- password() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Password for the database connection.
- password() - Method in interface io.helidon.data.sql.common.ConnectionConfig
-
Password for the database connection.
- password() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Get database user password.
- password() - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Configured connection pool password.
- password() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlows
-
OAuth resource owner password flow.
- password() - Method in class io.helidon.webclient.api.Proxy
-
Returns an Optional with the password.
- password(char[]) - Method in class io.helidon.common.crypto.SymmetricCipher.Builder
-
Set password upon which the cryptography key will be generated.
- password(char[]) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Password for the database connection.
- password(char[]) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Sets a new password for the proxy.
- password(String) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Password for the database connection.
- password(String) - Method in class io.helidon.dbclient.DbClientBuilderBase
- password(String) - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Connection pool password.
- password(String) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Set database connection password.
- PASSWORD - Static variable in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Database connection user password configuration key.
- PasswordKeyDerivation - Class in io.helidon.common.crypto
-
Util class used for encryption key derivation from the password.
- patch() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for patch method with default path.
- patch(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- patch(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add an options route.
- patch(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for patch method with a path.
- patch(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- patch(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add an options route.
- PATCH - Static variable in class io.helidon.http.Method
-
The PATCH method as described in RFC 5789 is used to perform an update to an existing resource, where the request payload only has to contain the instructions on how to perform the update.
- PATCH_NAME - Static variable in class io.helidon.http.Method
-
"PATCH" method name.
- path() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Resource is located on filesystem.
- path() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- path() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Resource is located on filesystem.
- path() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- path() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature path.
- path() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Feature path.
- path() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Path of the request.
- path() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- path() - Method in interface io.helidon.common.uri.UriInfo
-
Path of the request.
- path() - Method in interface io.helidon.common.uri.UriPath
-
Decoded path without matrix parameters.
- path() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- path() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Path of the endpoint/method (optional).
- path() - Method in interface io.helidon.declarative.codegen.model.http.HttpAnnotated
-
Path of the endpoint/method (optional).
- path() - Method in class io.helidon.health.checks.DeadlockHealthCheck
- path() - Method in class io.helidon.health.checks.DiskSpaceHealthCheck
- path() - Method in class io.helidon.health.checks.HeapMemoryHealthCheck
- path() - Method in interface io.helidon.health.HealthCheck
-
Path of this health check, to support single health-check queries.
- path() - Method in interface io.helidon.http.DirectHandler.TransportRequest
-
Requested path, if found in request.
- path() - Method in class io.helidon.http.http2.Http2Headers
-
Path pseudo header.
- path() - Method in record class io.helidon.http.PathMatchers.MatchResult
-
Returns the value of the
pathrecord component. - path() - Method in class io.helidon.http.SetCookie
-
Path of cookie.
- path() - Element in annotation interface io.helidon.openapi.OpenApi.Operation
-
Complete OpenAPI path template for this operation.
- path() - Method in class io.helidon.security.SecurityEnvironment
-
Path to the resource.
- path() - Method in class io.helidon.webclient.api.ClientUri
- path() - Method in class io.helidon.webserver.http.DirectTransportRequest
- path() - Method in interface io.helidon.webserver.http.HttpRequest
-
Path of the request, with methods to get path parameters.
- path() - Method in interface io.helidon.webserver.http.ServerRequest
-
Path of the request.
- path() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- path() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Path matching expression for this path config entry.
- path() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Path matching expression for this path config entry.
- path() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Path to secure.
- path() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- path() - Method in interface io.helidon.webserver.security.PathsConfig
-
Path to secure.
- path() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of file system based static content handlers.
- path() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- path() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
List of file system based static content handlers.
- path(UriPath) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Path of the request.
- path(PathMatcher) - Method in class io.helidon.webserver.http.HttpRoute.Builder
-
Path matcher to handle path.
- path(RoutedPath) - Method in interface io.helidon.webserver.http.RoutingRequest
-
Update path of this request.
- path(String) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Path of the request, to be converted to
UriPath. - path(String) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Path of the endpoint/method (optional).
- path(String) - Method in class io.helidon.health.checks.DiskSpaceHealthCheck.Builder
-
Path on the file system to find a file system.
- path(String) - Method in class io.helidon.http.http2.Http2Headers
-
Path of the request.
- path(String) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
Pathparameter. - path(String) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Path that is requested (such as URI for http, without protocol, server and port).
- path(String) - Method in interface io.helidon.webclient.api.ClientRequest
-
Configure path to call.
- path(String) - Method in class io.helidon.webclient.api.ClientRequestBase
- path(String) - Method in class io.helidon.webclient.api.ClientUri
-
Path of this URI.
- path(String) - Method in class io.helidon.webserver.http.HttpRoute.Builder
-
Path pattern to handle.
- path(String) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Path matching expression for this path config entry.
- path(String) - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
-
Path to register the traced configuration on.
- path(String) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Path to secure.
- path(String, OpenApiDocument.PathItem) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge a path item.
- path(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge a path item.
- path(Path) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Resource is located on filesystem.
- path(Path) - Method in class io.helidon.config.DirectoryConfigSource.Builder
-
Configuration directory path.
- path(Path) - Method in class io.helidon.config.FileConfigSource.Builder
-
Configure the path to read configuration from (mandatory).
- path(Path) - Method in class io.helidon.config.FileOverrideSource.Builder
-
Configure path to look for the source.
- path(Path) - Method in class io.helidon.health.checks.DiskSpaceHealthCheck.Builder
-
Path on the file system to find a file system.
- path(List) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of file system based static content handlers.
- path(List) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature path.
- path(Set, HttpAnnotated.BuilderBase) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Find path in the annotations and set it on the builder.
- PATH - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI path component type.
- PATH - Enum constant in enum class io.helidon.common.uri.UriValidationException.Segment
-
URI Path.
- PATH - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for path.
- PATH_MATCHERS - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
PathMatchersfrom HTTP, used for matching request path. - PATH_NAME - Static variable in class io.helidon.http.http2.Http2Headers
-
Header name of the path pseudo header.
- PATH_SEGMENT - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI path component type that is a path segment.
- pathConfigs() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Path specific configuration of tracing.
- pathConfigs() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- pathConfigs() - Method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Path specific configuration of tracing.
- pathConfigs(List) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Path specific configuration of tracing.
- pathExtension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add an extension to the paths object.
- pathItem(String, OpenApiDocument.PathItem) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set path item.
- pathItem(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set path item.
- pathItemFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- pathItemFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Path item fields.
- pathItemFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Path item fields.
- pathItemFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Path item fields.
- pathMapper() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- pathMapper() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Map request path to resource path.
- pathMapper() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Map request path to resource path.
- pathMapper(Function) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Map request path to resource path.
- pathMatcher() - Method in interface io.helidon.webserver.http.HttpRoute
-
Path matcher for this HTTP route.
- pathMatcher() - Method in class io.helidon.webserver.http1.Http1Route
- pathMatcher() - Method in class io.helidon.webserver.http2.Http2Route
- pathMatcher() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- pathMatcher() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
-
Path matcher for internal use by this component.
- PathMatcher - Interface in io.helidon.http
-
Matches HTTP path against configured path of a route.
- PathMatchers - Class in io.helidon.http
-
Utility methods to create path matchers.
- PathMatchers.MatchResult - Record Class in io.helidon.http
-
Path matching result.
- PathMatchers.PrefixMatchResult - Record Class in io.helidon.http
-
Path matching result.
- pathOnly(String) - Static method in class io.helidon.http.LogFormatter
-
Remove query and fragment data from a request target before logging it.
- pathParam(String, String) - Method in interface io.helidon.webclient.api.ClientRequest
-
Replace a placeholder in URI with an actual value.
- pathParam(String, String) - Method in class io.helidon.webclient.api.ClientRequestBase
- pathParameterNames() - Method in class io.helidon.webclient.websocket.WsClientEndpointFactoryBase
-
Path parameter names configured in the
Http.Path. - pathParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- pathParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- pathParameters() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Path parameters (if defined).
- pathParameters() - Method in interface io.helidon.http.RoutedPath
-
Resolved parameters from path template.
- pathParameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- pathParams() - Method in class io.helidon.webclient.api.ClientRequestBase
- pathParams() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Replace a placeholder in URI with an actual value.
- pathPattern() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- pathPattern() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Path pattern to apply this configuration for.
- pathPattern() - Method in interface io.helidon.webserver.cors.CorsPathConfig
-
Path pattern to apply this configuration for.
- pathPattern(String) - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Path pattern to apply this configuration for.
- paths() - Method in class io.helidon.openapi.OpenApiDocument
-
Path items keyed by OpenAPI path template.
- paths() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- paths() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Per path configuration.
- paths() - Method in interface io.helidon.webserver.cors.CorsConfig
-
Per path configuration.
- paths() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- paths() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Automatic metrics collection settings.
- paths() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Automatic metrics collection settings.
- paths() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Configuration for webserver paths.
- paths() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- paths() - Method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Configuration for webserver paths.
- paths(List) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Per path configuration.
- paths(List) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Automatic metrics collection settings.
- paths(List) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Configuration for webserver paths.
- paths(Map) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge path items.
- PathsConfig - Interface in io.helidon.webserver.security
-
Configuration of a single path security setup.
- PathsConfig.Builder - Class in io.helidon.webserver.security
-
Fluent API builder for
PathsConfig. - PathsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.security
-
Fluent API builder base for
PathsConfig. - PathsConfig.BuilderBase.PathsConfigImpl - Class in io.helidon.webserver.security
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PathsConfigImpl(PathsConfig.BuilderBase) - Constructor for class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
-
Create an instance providing a builder.
- pathsDiscoverServices() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Service discovery flag for
CorsConfig.BuilderBase.paths(). - pathsDiscoverServices(boolean) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Service discovery flag for
CorsConfig.BuilderBase.paths(). - PathSupport - Class in io.helidon.http.media
-
Media support for Path.
- PathSupport(String) - Constructor for class io.helidon.http.media.PathSupport
-
Create a named instance.
- PathTracingConfig - Interface in io.helidon.webserver.observe.tracing
-
Traced system configuration for web server for a specific path.
- PathTracingConfig.Builder - Class in io.helidon.webserver.observe.tracing
-
Fluent API builder for
PathTracingConfig. - pathWithQueryAndFragment() - Method in class io.helidon.webclient.api.ClientUri
-
Encoded path with query and fragment.
- pattern() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
String pattern to follow.
- pattern() - Method in class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
- pattern() - Method in interface io.helidon.json.schema.SchemaString
-
String pattern to follow.
- pattern(String) - Static method in class io.helidon.http.PathMatchers
-
Pattern match path matcher.
- pattern(String) - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
String pattern to follow.
- PAYLOAD - Enum constant in enum class io.helidon.security.jwt.JwtScope
-
Payload claims.
- PAYLOAD_TOO_LARGE - Enum constant in enum class io.helidon.http.DirectHandler.EventType
-
Payload is bigger than the configured maximal size.
- payloadClaimsJson() - Method in class io.helidon.security.jwt.Jwt
-
All payload claims in raw json form.
- payloadClaimValue(String) - Method in class io.helidon.security.jwt.Jwt
-
Get a claim by its name from payload.
- payloadData() - Method in class io.helidon.websocket.ClientWsFrame
- payloadData() - Method in class io.helidon.websocket.ServerWsFrame
- payloadData() - Method in interface io.helidon.websocket.WsFrame
-
Always unmasked.
- payloadGenericType() - Method in interface io.helidon.messaging.ConsumerRegistration
-
Expected payload type including generic arguments.
- payloadGenericType() - Method in interface io.helidon.messaging.EmitterRegistration
-
Produced payload type including generic arguments.
- payloadJsonObject() - Method in class io.helidon.security.jwt.Jwt
-
Create a JSON payload object.
- payloadLength() - Method in class io.helidon.websocket.ClientWsFrame
- payloadLength() - Method in class io.helidon.websocket.ServerWsFrame
- payloadLength() - Method in interface io.helidon.websocket.WsFrame
-
Length of the payload bytes.
- payloadProcessor(MessagingChannel, MessagingChannel, Function) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add a payload processor.
- payloads() - Method in class io.helidon.messaging.MessageBatch
-
Ordered immutable payload snapshot, materialized lazily.
- payloadSink(MessagingChannel, Consumer) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add a payload sink.
- payloadSource(MessagingChannel, Stream) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Add a payload stream source.
- payloadType() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase.MessagingChannelImpl
- payloadType() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Complete channel payload type.
- payloadType() - Method in interface io.helidon.messaging.MessagingChannel
-
Complete channel payload type.
- payloadType(GenericType) - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Complete channel payload type.
- PAYMENT_REQUIRED_402 - Static variable in class io.helidon.http.Status
-
402 Payment Required, see HTTP/1.1 documentation.
- PAYMENT_REQUIRED_402_CODE - Static variable in class io.helidon.http.Status
-
402 Payment Required, see HTTP/1.1 documentation.
- PB - Enum constant in enum class io.helidon.common.Size.Unit
-
Petabytes (represented as
pB): i.e. - peek(Consumer) - Method in interface io.helidon.common.reactive.Multi
-
Invoke provided consumer for every item in stream.
- peek(Consumer) - Method in class io.helidon.common.reactive.MultiTappedPublisher
- peek(Consumer) - Method in interface io.helidon.common.reactive.Single
-
Invoke provided consumer for the item in stream.
- peek(Consumer) - Method in interface io.helidon.common.reactive.Subscribable
-
Invoke provided consumer for every item in stream.
- peek(K, V) - Method in interface io.helidon.common.LruCache
-
Get a value from the cache without marking it as recently used.
- peerAddress() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Concrete socket peer.
- PeerInfo - Interface in io.helidon.common.socket
-
Information about one side of this communication (either local or remote).
- pem() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- pem() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from pem file(s).
- pem() - Method in interface io.helidon.common.pki.Keys
-
Configure keys from pem file(s).
- pem(PemKeys) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from pem file(s).
- pem(Consumer) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from pem file(s).
- pem(Supplier) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Configure keys from pem file(s).
- PemKeys - Interface in io.helidon.common.pki
-
PEM files based keys - accepts private key and certificate chain.
- PemKeys.Builder - Class in io.helidon.common.pki
-
Fluent API builder for
PemKeys. - PemKeys.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.pki
-
Fluent API builder base for
PemKeys. - PemKeys.BuilderBase.PemKeysImpl - Class in io.helidon.common.pki
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PemKeysImpl(PemKeys.BuilderBase) - Constructor for class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
-
Create an instance providing a builder.
- PemReader - Class in io.helidon.common.pki
-
Reads a PEM file and converts it into a list of DERs so that they are imported into a
KeyStoreeasily. - PER_SECOND - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
Represent per second.
- PERCENT - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
Represents percentage.
- PERCENT_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
%byte. - percentile() - Method in interface io.helidon.metrics.api.ValueAtPercentile
-
Returns the percentile.
- percentiles() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Returns the percentiles.
- percentiles() - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig
-
Returns the settings for non-aggregable percentiles.
- percentiles() - Method in interface io.helidon.metrics.api.Timer.Builder
-
Returns the percentiles set in the builder, if any.
- percentiles(double...) - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Specifies time series percentiles.
- percentiles(double...) - Method in interface io.helidon.metrics.api.Timer.Builder
-
Sets the percentiles to compute and publish (expressing, for example, the 95th percentile as 0.95).
- percentiles(Iterable) - Method in interface io.helidon.metrics.api.DistributionStatisticsConfig.Builder
-
Specifies time series percentiles.
- percentileValues() - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns the values at the configured percentiles for the histogram.
- PeriodConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PeriodConverter. - PeriodConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
-
Constructor with no side effects
- PERIODIC - Enum constant in enum class io.helidon.telemetry.otelconfig.MetricReaderType
-
Periodic metric reader type.
- PeriodicMetricReaderConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for OpenTelemetry periodic metric reader.
- PeriodicMetricReaderConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
PeriodicMetricReaderConfig. - PeriodicMetricReaderConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
PeriodicMetricReaderConfig. - PeriodicMetricReaderConfig.BuilderBase.PeriodicMetricReaderConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PeriodicMetricReaderConfigImpl(PeriodicMetricReaderConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase.PeriodicMetricReaderConfigImpl
-
Create an instance providing a builder.
- PERMANENT_REDIRECT_308 - Static variable in class io.helidon.http.Status
-
308 Permanent Redirect, see HTTP Status Code 308 documentation.
- PERMANENT_REDIRECT_308_CODE - Static variable in class io.helidon.http.Status
-
308 Permanent Redirect, see HTTP Status Code 308 documentation.
- perMethod() - Element in annotation interface io.helidon.testing.junit5.Testing.Test
-
If set to
true, service registry will be reset after each test method, instead after the whole test class. - PERMISSION_DENIED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
The caller does not have permission to execute the specified operation.
- permit() - Static method in class io.helidon.security.AuthorizationResponse
-
Permit the request.
- PERMIT_ALL_JAKARTA_TYPE - Static variable in class io.helidon.security.providers.abac.AbacProvider
-
Type name for
jakarta.annotation.security.PermitAll. - PERMIT_ALL_JAVAX_TYPE - Static variable in class io.helidon.security.providers.abac.AbacProvider
-
Type name for
javax.annotation.security.PermitAll. - permitAll() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- permitAll() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether to allow anybody to access the metrics endpoint when this config is used by a metrics observer.
- permitAll() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Whether to allow anybody to access the metrics endpoint when this config is used by a metrics observer.
- permitAll() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- permitAll() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Whether to allow anybody to access the endpoint.
- permitAll() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Whether to allow anybody to access the endpoint.
- permitAll() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Returns true if access should be permitted to all.
- permitAll() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- permitAll() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Permit all access, even when not authorized.
- permitAll() - Method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Permit all access, even when not authorized.
- permitAll() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- permitAll() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Permit all access, even when not authorized.
- permitAll() - Method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Permit all access, even when not authorized.
- permitAll(boolean) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether to allow anybody to access the metrics endpoint when this config is used by a metrics observer.
- permitAll(boolean) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Whether to allow anybody to access the endpoint.
- permitAll(boolean) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Whether to permit access without authentication.
- permitAll(boolean) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Permit all access, even when not authorized.
- permitAll(boolean) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Permit all access, even when not authorized.
- permits() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- permits() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Number of permits to allow.
- permits() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Number of permits to allow.
- permits(int) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Number of permits to allow.
- permittedSubclassTypeNames() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Permitted direct subclasses of this sealed class or interface.
- PerRequestScopeHandler__ServiceDescriptor<T> - Class in io.helidon.service.registry
-
Service descriptor for
PerRequestScopeHandler. - PerRequestScopeHandler__ServiceDescriptor() - Constructor for class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
-
Constructor with no side effects
- persist() - Method in class io.helidon.webclient.api.AltSvcHeader.Alternative
-
Whether this alternative can persist across network changes.
- persist() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- persist() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Whether to emit the
persist=1parameter. - persist() - Method in interface io.helidon.webserver.http.AltSvcConfig
-
Whether to emit the
persist=1parameter. - persist(boolean) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Whether to emit the
persist=1parameter. - persistenceGenerator() - Method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Specific persistence provider generator.
- PersistenceGenerator - Interface in io.helidon.data.codegen.common.spi
-
Specific persistence provider (e.g.
- PersistenceGenerator.BaseQuery - Interface in io.helidon.data.codegen.common.spi
-
Base query generated code.
- PersistenceGenerator.DynamicQueryParts - Enum Class in io.helidon.data.codegen.common.spi
-
Defines which query parts shall be dynamic.
- PersistenceGenerator.Query - Interface in io.helidon.data.codegen.common.spi
-
Query generated code without any dynamic parts.
- PersistenceGenerator.QueryBuilder - Interface in io.helidon.data.codegen.common.spi
-
Data query code builder.
- PersistenceGenerator.QueryBuilder.MethodParameter - Class in io.helidon.data.codegen.common.spi
-
Method parameter including name alias.
- PersistenceGenerator.QueryReturnType - Enum Class in io.helidon.data.codegen.common.spi
-
Query return type.
- PersistenceGenerator.QuerySettings - Interface in io.helidon.data.codegen.common.spi
-
Generated query settings code snippet.
- PersistenceGenerator.StatementGenerator - Interface in io.helidon.data.codegen.common.spi
-
Persistence code snippets generator.
- PersistenceGeneratorProvider - Interface in io.helidon.data.codegen.common.spi
-
Specific persistence provider (e.g.
- PersistenceUnitFactory__ServiceDescriptor<T> - Class in io.helidon.data.jakarta.persistence
-
Service descriptor for
PersistenceUnitFactory. - PersistenceUnitFactory__ServiceDescriptor() - Constructor for class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
-
Constructor with no side effects
- PersistenceUnitTransactionType - Enum Class in io.helidon.data.jakarta.persistence
-
Deprecated.Will be replaced by Jakarta Persistence 3.2 API
- persistenceUnitUtil() - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
-
Retrieve
PersistenceUnitUtilfrom persistence session factory. - phase() - Method in interface io.helidon.service.registry.Activator
-
Current activation phase.
- phoneNumber() - Method in class io.helidon.security.jwt.Jwt
-
Phone number claim.
- phoneNumber(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Phone number of the subject.
- phoneNumberVerified() - Method in class io.helidon.security.jwt.Jwt
-
Phone number verified claim.
- phoneNumberVerified(Boolean) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Whether the phone number is verified or not.
- PIB - Enum constant in enum class io.helidon.common.Size.Unit
-
Pebi-bytes (represented as either
PBorPiB), where we use binary approach, i.e. - picture() - Method in class io.helidon.security.jwt.Jwt
-
Picture URI claim.
- picture(URI) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Profile picture URI of the subject.
- ping() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- ping() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Check healthiness of cached connections with HTTP/2.0 ping frame.
- ping() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Check healthiness of cached connections with HTTP/2.0 ping frame.
- ping(boolean) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Check healthiness of cached connections with HTTP/2.0 ping frame.
- ping(BufferData) - Method in class io.helidon.webclient.websocket.ClientWsConnection
- ping(BufferData) - Method in class io.helidon.webserver.websocket.WsConnection
- ping(BufferData) - Method in interface io.helidon.websocket.WsSession
-
Send ping.
- PING - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Ping frame.
- PING - Enum constant in enum class io.helidon.websocket.WsOpCode
-
Ping control frame.
- PING - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Ping frame types.
- pingTimeout() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- pingTimeout() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Timeout for ping probe used for checking healthiness of cached connections.
- pingTimeout() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Timeout for ping probe used for checking healthiness of cached connections.
- pingTimeout(Duration) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Timeout for ping probe used for checking healthiness of cached connections.
- PinningAssertionError - Exception Class in io.helidon.common.testing.virtualthreads
-
Assertion error used for reporting of Virtual Thread pinning detected during test.
- pinningDetection() - Element in annotation interface io.helidon.webserver.testing.junit5.ServerTest
-
Whether to turn on pinning detection during test.
- PinningRecorder - Class in io.helidon.common.testing.virtualthreads
-
Record pinned thread events and throw exception when detected.
- pinningThreshold() - Element in annotation interface io.helidon.webserver.testing.junit5.ServerTest
-
Time threshold for carrier thread blocking to be considered as pinning.
- PIPE_DELIMITED - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Pipe-delimited array parameters.
- pkceChallengeMethod() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Selected Proof Key Code Exchange (PKCE) challenge generation method.
- pkceChallengeMethod(PkceChallengeMethod) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Proof Key Code Exchange (PKCE) challenge creation method.
- PkceChallengeMethod - Enum Class in io.helidon.security.providers.oidc.common
-
Proof Key Code Exchange (PKCE) challenge generation type.
- pkceEnabled() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether Proof Key Code Exchange (PKCE) is enabled.
- pkceEnabled(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether this provider should support PKCE.
- PkiException - Exception Class in io.helidon.common.pki
-
Exception caused by PKI handling (keystores, keys, certificates).
- plain(String, Object) - Static method in class io.helidon.security.AuditEvent.AuditParam
-
New parameter of any type.
- PLAIN - Enum constant in enum class io.helidon.security.providers.oidc.common.PkceChallengeMethod
-
No hashing will be applied.
- PlainSocket - Class in io.helidon.common.socket
-
Helidon socket that is based on plaintext.
- PlainSocket(Socket, String, String) - Constructor for class io.helidon.common.socket.PlainSocket
-
Plain socket.
- PLAINTEXT_UTF_8 - Static variable in class io.helidon.http.HttpMediaTypes
-
text/plain media type with UTF-8 charset.
- Plain text connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.priorKnowledge()
- Plain text connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.priorKnowledge(boolean)
- Plain text connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.priorKnowledge()
- Plain text connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.priorKnowledge()
- PolicyExecutor - Interface in io.helidon.security.abac.policy.spi
-
Custom executor of policy statements.
- PolicyExecutorService - Interface in io.helidon.security.abac.policy.spi
-
Java service for
PolicyValidatorABAC validator. - policyStatements() - Method in class io.helidon.security.abac.policy.PolicyValidator.PolicyConfig
-
The policy statements collected through configuration hierarchy.
- PolicyValidator - Class in io.helidon.security.abac.policy
-
Abac validator based on a
PolicyValidator.PolicyStatement. - PolicyValidator.Builder - Class in io.helidon.security.abac.policy
-
A fluent API builder for
PolicyValidator. - PolicyValidator.PolicyConfig - Class in io.helidon.security.abac.policy
-
Configuration of policy validator - a statement and whether to inherit value from parents.
- PolicyValidator.PolicyConfig.Builder - Class in io.helidon.security.abac.policy
-
A fluent API builder for
PolicyValidator.PolicyConfig. - PolicyValidator.PolicyStatement - Annotation Interface in io.helidon.security.abac.policy
-
Annotate resource classes, methods, application etc.
- PolicyValidatorService - Class in io.helidon.security.abac.policy
-
A validator of policy statements java service to plug into Abac security provider.
- PolicyValidatorService() - Constructor for class io.helidon.security.abac.policy.PolicyValidatorService
-
Create a policy validator service.
- poll(Path, Duration, Consumer, Consumer) - Static method in class io.helidon.config.MutabilitySupport
-
Start polling for changes.
- poll(Instant) - Method in interface io.helidon.config.spi.PollingStrategy.Polled
-
Poll for changes.
- PollableSource<S> - Interface in io.helidon.config.spi
-
A source implementing this interface provides support for polling using a
PollingStrategy. - PollableSource.Builder<T> - Interface in io.helidon.config.spi
-
A builder for pollable source.
- PollingStrategies - Class in io.helidon.config
-
Built-in
PollingStrategyimplementations. - PollingStrategies.ScheduledBuilder - Class in io.helidon.config
-
A builder for a scheduled polling strategy.
- pollingStrategy() - Method in class io.helidon.config.AbstractSource
-
A polling strategy of this source, if it implements
PollableSourceand has one configured. - pollingStrategy() - Method in class io.helidon.config.DirectoryConfigSource
- pollingStrategy() - Method in class io.helidon.config.FileConfigSource
- pollingStrategy() - Method in class io.helidon.config.FileOverrideSource
- pollingStrategy() - Method in class io.helidon.config.MapConfigSource
- pollingStrategy() - Method in interface io.helidon.config.spi.PollableSource
-
If a polling strategy is configured with this source, return it.
- pollingStrategy() - Method in class io.helidon.config.UrlConfigSource
- pollingStrategy() - Method in class io.helidon.config.UrlOverrideSource
- pollingStrategy(Config) - Static method in class io.helidon.config.MetaConfig
-
Load a polling strategy based on its meta configuration.
- pollingStrategy(PollingStrategy) - Method in class io.helidon.config.AbstractSourceBuilder
-
Configure a polling strategy.
- pollingStrategy(PollingStrategy) - Method in class io.helidon.config.DirectoryConfigSource.Builder
- pollingStrategy(PollingStrategy) - Method in class io.helidon.config.FileConfigSource.Builder
- pollingStrategy(PollingStrategy) - Method in class io.helidon.config.FileOverrideSource.Builder
- pollingStrategy(PollingStrategy) - Method in class io.helidon.config.MapConfigSource.MapBuilder
- pollingStrategy(PollingStrategy) - Method in interface io.helidon.config.spi.PollableSource.Builder
-
Configure the polling strategy to use.
- pollingStrategy(PollingStrategy) - Method in class io.helidon.config.UrlConfigSource.Builder
- pollingStrategy(PollingStrategy) - Method in class io.helidon.config.UrlOverrideSource.Builder
- pollingStrategy(Supplier) - Method in interface io.helidon.config.spi.PollableSource.Builder
-
Configure the polling strategy to use.
- PollingStrategy - Interface in io.helidon.config.spi
-
Mechanism for notifying interested listeners when they should check for changes that might have been made to the data used to create a
Configtree, as accessed throughPollableSources. - PollingStrategy.Polled - Interface in io.helidon.config.spi
-
A polled component.
- PollingStrategyProvider - Interface in io.helidon.config.spi
-
Java service loader service to create a polling strategy factory based on meta configuration.
- pollWaitTime() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- pollWaitTime() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
How long to wait for the next HTTP/2 data frame to arrive in underlying stream.
- pollWaitTime() - Method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
How long to wait for the next HTTP/2 data frame to arrive in underlying stream.
- pollWaitTime(Duration) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
How long to wait for the next HTTP/2 data frame to arrive in underlying stream.
- pong(BufferData) - Method in class io.helidon.webclient.websocket.ClientWsConnection
- pong(BufferData) - Method in class io.helidon.webserver.websocket.WsConnection
- pong(BufferData) - Method in interface io.helidon.websocket.WsSession
-
Send pong.
- PONG - Enum constant in enum class io.helidon.websocket.WsOpCode
-
Pong control frame.
- poolName() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- poolName() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the name of the connection pool.
- poolName() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the name of the connection pool.
- poolName(String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the name of the connection pool.
- port() - Method in interface io.helidon.common.socket.PeerInfo
-
Port of the peer.
- port() - Method in class io.helidon.common.uri.UriAuthority
-
Port.
- port() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Port part of authority of the request.
- port() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- port() - Method in interface io.helidon.common.uri.UriInfo
-
Port part of authority of the request.
- port() - Method in class io.helidon.webclient.api.AltSvcHeader.Alternative
-
Alternative port.
- port() - Method in class io.helidon.webclient.api.ClientUri
- port() - Method in class io.helidon.webclient.api.ConnectionKey
-
Uri address port.
- port() - Method in class io.helidon.webclient.api.Proxy
-
Returns the port.
- port() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- port() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Advertised port.
- port() - Method in interface io.helidon.webserver.http.AltSvcConfig
-
Advertised port.
- port() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- port() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Port of the default socket.
- port() - Method in interface io.helidon.webserver.ListenerConfig
-
Port of the default socket.
- port() - Method in interface io.helidon.webserver.spi.PortTransportBinding
-
Resolved runtime port.
- port() - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Returns the value of the
portrecord component. - port() - Method in interface io.helidon.webserver.WebServer
-
Returns a port number the default server socket is bound to and is listening on; or
-1if unknown (i.e. - port(int) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Port part of authority of the request.
- port(int) - Method in class io.helidon.webclient.api.ClientUri
-
Port of this URI.
- port(int) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Sets a port value.
- port(int) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Advertised port.
- port(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Port of the default socket.
- port(String) - Method in interface io.helidon.webserver.WebServer
-
Returns a port number an additional named server socket is bound to and is listening on; or
-1if unknown (i.e. - PORT - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI port component type.
- portNumber() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the database port number.
- portNumber() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- portNumber() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the database port number.
- portNumber(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the database port number.
- portOrDefault(int) - Method in class io.helidon.common.uri.UriAuthority
-
Port or a default value.
- PortTransportBinding - Interface in io.helidon.webserver.spi
-
Optional transport binding capability for bindings with a resolved runtime port.
- position() - Method in record class io.helidon.data.codegen.parser.MethodParserError
-
Returns the value of the
positionrecord component. - positionalMarker(int) - Method in interface io.helidon.data.jdbc.lexical.JdbcSqlScanHandler
-
Receives a positional question mark marker.
- post() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for post method with default path.
- post(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- post(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a post route.
- post(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for post method with a path.
- post(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- post(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a post route.
- POST - Static variable in class io.helidon.http.Method
-
The POST method is used to request that the origin server acceptedTypes the entity enclosed in the request as a new subordinate of the resource identified by the Request-URI in the Request-Line.
- POST_CONSTRUCTING - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
Calling any post construct method.
- POST_NAME - Static variable in class io.helidon.http.Method
-
"POST" method name.
- postConstruct(ChannelRegistry) - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- postConstruct(EventManagerImpl) - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- postConstruct(WebServerStarterService) - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- postConstruct(T) - Method in interface io.helidon.service.registry.ServiceDescriptor
-
Invoke
Service.PostConstructannotated method(s). - postLogoutUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Post logout redirect URI.
- postLogoutUri(URI) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
URI to redirect to once the logout process is done.
- PostRequestMetricsSupport - Interface in io.helidon.webserver.observe.metrics
-
Encapsulates metrics-related post-request processing that other components use and factory methods for creating instances of the related context.
- PP2_CLIENT_CERT_CONN - Static variable in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
The PP2_CLIENT_CERT_CONN bitflag.
- PP2_CLIENT_CERT_SESS - Static variable in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
The PP2_CLIENT_CERT_SESS bitflag.
- PP2_CLIENT_SSL - Static variable in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
The PP2_CLIENT_SSL bitflag.
- PP2_SUBTYPE_SSL_CIPHER - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_SUBTYPE_SSL_CIPHER TLV type identifier.
- PP2_SUBTYPE_SSL_CN - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_SUBTYPE_SSL_CN TLV type identifier.
- PP2_SUBTYPE_SSL_KEY_ALG - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_SUBTYPE_SSL_KEY_ALG TLV type identifier.
- PP2_SUBTYPE_SSL_SIG_ALG - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_SUBTYPE_SSL_SIG_ALG TLV type identifier.
- PP2_SUBTYPE_SSL_VERSION - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_SUBTYPE_SSL_VERSION TLV type identifier.
- PP2_TYPE_ALPN - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_TYPE_ALPN TLV type identifier.
- PP2_TYPE_AUTHORITY - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_TYPE_AUTHORITY TLV type identifier.
- PP2_TYPE_CRC32C - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_TYPE_CRC32C TLV type identifier.
- PP2_TYPE_NETNS - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_TYPE_NETNS TLV type identifier.
- PP2_TYPE_NOOP - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_TYPE_NOOP TLV type identifier.
- PP2_TYPE_SSL - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_TYPE_SSL TLV type identifier.
- PP2_TYPE_UNIQUE_ID - Static variable in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
The PP2_TYPE_UNIQUE_ID TLV type identifier.
- PRAGMA - Static variable in class io.helidon.http.HeaderNames
-
The "Pragma" header name.
- PRAGMA_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Pragma" header name.
- PRE_DESTROYING - Enum constant in enum class io.helidon.service.registry.ActivationPhase
-
About to call pre-destroy.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.Order.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.PageRequest.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.Sort.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaNull.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.registry.Qualifier.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Handles providers and decorators.
- preBuildPrototype() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Handles providers and decorators.
- precision() - Method in interface io.helidon.dbclient.DbColumn
-
Precision of this column.
- preCompressedCrossOriginSourcingEnabled() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- preCompressedCrossOriginSourcingEnabled() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Whether sidecar resources may be sourced from a different classpath origin than the logical resource; when not configured, feature-registered handlers inherit the feature-level value and direct services default to
false. - preCompressedCrossOriginSourcingEnabled() - Method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Whether sidecar resources may be sourced from a different classpath origin than the logical resource; when not configured, feature-registered handlers inherit the feature-level value and direct services default to
false. - preCompressedCrossOriginSourcingEnabled() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Whether classpath sidecar resources may be sourced from a different classpath origin than the logical resource by default for feature-registered handlers.
- preCompressedCrossOriginSourcingEnabled() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- preCompressedCrossOriginSourcingEnabled() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Whether classpath sidecar resources may be sourced from a different classpath origin than the logical resource by default for feature-registered handlers.
- preCompressedCrossOriginSourcingEnabled(boolean) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Whether sidecar resources may be sourced from a different classpath origin than the logical resource; when not configured, feature-registered handlers inherit the feature-level value and direct services default to
false. - preCompressedCrossOriginSourcingEnabled(boolean) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Whether classpath sidecar resources may be sourced from a different classpath origin than the logical resource by default for feature-registered handlers.
- preCompressedEnabled() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- preCompressedEnabled() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Whether pre-compressed sidecar resources should be selected for this handler; feature-registered handlers inherit the feature value when absent, directly created handlers default to disabled, and file system handlers configured with a single file always require handler-level opt-in.
- preCompressedEnabled() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Whether pre-compressed sidecar resources should be selected for this handler; feature-registered handlers inherit the feature value when absent, directly created handlers default to disabled, and file system handlers configured with a single file always require handler-level opt-in.
- preCompressedEnabled() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Whether pre-compressed sidecar resources should be selected by default for feature-registered directory and classpath handlers; this is disabled by default and does not apply to file system handlers configured with a single file, which require handler-level opt-in.
- preCompressedEnabled() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- preCompressedEnabled() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Whether pre-compressed sidecar resources should be selected by default for feature-registered directory and classpath handlers; this is disabled by default and does not apply to file system handlers configured with a single file, which require handler-level opt-in.
- preCompressedEnabled(boolean) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Whether pre-compressed sidecar resources should be selected for this handler; feature-registered handlers inherit the feature value when absent, directly created handlers default to disabled, and file system handlers configured with a single file always require handler-level opt-in.
- preCompressedEnabled(boolean) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Whether pre-compressed sidecar resources should be selected by default for feature-registered directory and classpath handlers; this is disabled by default and does not apply to file system handlers configured with a single file, which require handler-level opt-in.
- preCompressedEncodings() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- preCompressedEncodings() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; handler mappings replace inherited feature-level mappings rather than merging with them, an explicit empty map disables sidecar lookups for this handler, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - preCompressedEncodings() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Pre-compressed content coding to file suffix mappings; handler mappings replace inherited feature-level mappings rather than merging with them, an explicit empty map disables sidecar lookups for this handler, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - preCompressedEncodings() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; defaults include br to br and gzip to gz, handler-level mappings replace these mappings rather than merging with them, an explicit empty map disables sidecar lookups by default, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - preCompressedEncodings() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- preCompressedEncodings() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Pre-compressed content coding to file suffix mappings; defaults include br to br and gzip to gz, handler-level mappings replace these mappings rather than merging with them, an explicit empty map disables sidecar lookups by default, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - preCompressedEncodings(Map) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; handler mappings replace inherited feature-level mappings rather than merging with them, an explicit empty map disables sidecar lookups for this handler, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - preCompressedEncodings(Map) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; defaults include br to br and gzip to gz, handler-level mappings replace these mappings rather than merging with them, an explicit empty map disables sidecar lookups by default, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - PRECONDITION_FAILED_412 - Static variable in class io.helidon.http.Status
-
412 Precondition Failed, see HTTP/1.1 documentation.
- PRECONDITION_FAILED_412_CODE - Static variable in class io.helidon.http.Status
-
412 Precondition Failed, see HTTP/1.1 documentation.
- PRECONDITION_REQUIRED_428 - Static variable in class io.helidon.http.Status
-
Precondition required, see RFC 6585 - Additional HTTP Status Codes.
- PRECONDITION_REQUIRED_428_CODE - Static variable in class io.helidon.http.Status
-
Precondition required, see RFC 6585 - Additional HTTP Status Codes.
- preDestroy(ConfigProvider) - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- preDestroy(PersistenceUnitFactory) - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- preDestroy(ChannelRegistry) - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- preDestroy(MessagingLifecycleGuard) - Method in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
- preDestroy(MetricsFactoryFactory) - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- preDestroy(LoomClient) - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- preDestroy(WebServerStarterService) - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- preDestroy(T) - Method in interface io.helidon.service.registry.ServiceDescriptor
-
Invoke
Service.PreDestroyannotated method(s). - predicate() - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Predicate used to build a client service.
- predicate(Method...) - Static method in class io.helidon.http.Method
-
Create a predicate for the provided methods.
- predicate(Collection) - Static method in class io.helidon.http.Method
-
Create a predicate for the provided methods.
- PREFACE_LENGTH - Static variable in class io.helidon.http.http2.Http2Util
-
Length of prior knowledge preface.
- prefaceData() - Static method in class io.helidon.http.http2.Http2Util
-
HTTP/2 preface data as a buffer data.
- preferCrlOverOcsp() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Prefer CRL over OCSP.
- preferCrlOverOcsp() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- preferCrlOverOcsp() - Method in interface io.helidon.common.tls.RevocationConfig
-
Prefer CRL over OCSP.
- preferCrlOverOcsp(boolean) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Prefer CRL over OCSP.
- preferredUsername() - Method in class io.helidon.security.jwt.Jwt
-
Preferred username claim.
- preferredUsername(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Preferred username of the subject.
- prefix() - Method in record class io.helidon.codegen.CodegenScope
-
Type prefix for this scope.
- prefix() - Element in annotation interface io.helidon.config.metadata.Configured
-
Standalone configuration objects use a prefix to mark where Helidon expects them in the configuration tree.
- prefix() - Method in enum class io.helidon.dbclient.DbStatementType
-
Short prefix of this type.
- prefix() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- prefix() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
The prefix for settings.
- prefix() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
The prefix for settings.
- prefix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Prefix for Micrometer Prometheus property lookups; this setting does not add a prefix to exported metric names, and the legacy
prometheus.histogramFlavorproperty is accepted for compatibility but ignored with a warning. - prefix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- prefix() - Method in interface io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig
-
Prefix for Micrometer Prometheus property lookups; this setting does not add a prefix to exported metric names, and the legacy
prometheus.histogramFlavorproperty is accepted for compatibility but ignored with a warning. - prefix(String) - Static method in class io.helidon.http.PathMatchers
-
Prefix match path matcher.
- prefix(String) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
The prefix for settings.
- prefix(String) - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Prefix for Micrometer Prometheus property lookups; this setting does not add a prefix to exported metric names, and the legacy
prometheus.histogramFlavorproperty is accepted for compatibility but ignored with a warning. - prefixed(String, Supplier) - Static method in class io.helidon.config.ConfigSources
-
Provides a
ConfigSourcefrom asourceSupplier, adding the specifiedprefixto the keys in the source. - PrefixedConfigSource - Class in io.helidon.config
-
ConfigSourceimplementation wraps another config source and add key prefix to original one. - PrefixedIntegerCodec - Class in io.helidon.common.buffers
-
Shared codec for HPACK/QPACK prefixed integers.
- prefixEncoding(JsonArray) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Set OpenAPI 3.2 prefix encodings.
- prefixEncoding(JsonArray) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set OpenAPI 3.2 prefix encodings.
- prefixMatch(UriPath) - Method in interface io.helidon.http.PathMatcher
-
Match the provided path against the configured path as a prefix match.
- PrefixMatchResult(boolean, RoutedPath, UriPath) - Constructor for record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Creates an instance of a
PrefixMatchResultrecord class. - prefixUris() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
- prefixUris() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- prefixUris() - Method in interface io.helidon.webclient.discovery.WebClientDiscoveryConfig
- prefixUris(Map) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
- preload() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- preload() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Whether the policy should include the non-standard preload token used by browser preload lists.
- preload() - Method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Whether the policy should include the non-standard preload token used by browser preload lists.
- preload(boolean) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Whether the policy should include the non-standard preload token used by browser preload lists.
- prepareFilteredHeadResponse() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Discard entity stream filters and suppress an implicit content length for a
HEADresponse. - prepareStatement(DbClientServiceContext) - Method in class io.helidon.dbclient.jdbc.JdbcStatement
-
Create the
PreparedStatement. - prepareStatement(String, String) - Method in class io.helidon.dbclient.jdbc.JdbcStatement
-
Create the
PreparedStatement. - prepareStatement(Connection, String, String) - Method in class io.helidon.dbclient.jdbc.JdbcStatement
-
Create the
PreparedStatement. - present() - Method in class io.helidon.http.encoding.AcceptEncoding
-
Whether the header was present.
- present() - Method in class io.helidon.service.codegen.ServiceSuperType
-
Whether there is a super service type.
- presentedHost() - Method in interface io.helidon.webserver.SniContext
-
Normalized SNI host presented by the client.
- presentValue(Http2Setting) - Method in class io.helidon.http.http2.Http2Settings
-
Value of a setting if present in these settings.
- prestart() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Whether to prestart core threads in this thread pool executor.
- prestart() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- prestart() - Method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Whether to prestart core threads in this thread pool executor.
- prestart(boolean) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Whether to prestart core threads in this thread pool executor.
- prettyPrint() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- prettyPrint() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Whether serialization should pretty print JSON output.
- prettyPrint() - Method in interface io.helidon.json.binding.JsonBindingConfig
-
Whether serialization should pretty print JSON output.
- prettyPrint(boolean) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Whether serialization should pretty print JSON output.
- PREVIEW - Enum constant in enum class io.helidon.common.features.metadata.FeatureStatus
-
Preview feature may be changed including backward incompatible changes in between minor versions of Helidon.
- previousDelay() - Method in interface io.helidon.faulttolerance.RetryContext
-
Requested delay preceding this attempt.
- previousThrowable() - Method in interface io.helidon.faulttolerance.RetryContext
-
Throwable from the preceding attempt.
- primitive() - Method in class io.helidon.codegen.classmodel.TypeArgument
- primitive() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.isPrimitive(). - primitive() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- primitive() - Method in interface io.helidon.common.types.TypeName
-
Functions similar to
Class.isPrimitive(). - primitive(boolean) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Functions similar to
Class.isPrimitive(). - PRIMITIVE_BOOLEAN - Static variable in class io.helidon.common.types.TypeNames
-
Primitive boolean type.
- PRIMITIVE_BYTE - Static variable in class io.helidon.common.types.TypeNames
-
Primitive byte type.
- PRIMITIVE_CHAR - Static variable in class io.helidon.common.types.TypeNames
-
Primitive char type.
- PRIMITIVE_DOUBLE - Static variable in class io.helidon.common.types.TypeNames
-
Primitive double type.
- PRIMITIVE_FLOAT - Static variable in class io.helidon.common.types.TypeNames
-
Primitive float type.
- PRIMITIVE_INT - Static variable in class io.helidon.common.types.TypeNames
-
Primitive int type.
- PRIMITIVE_LONG - Static variable in class io.helidon.common.types.TypeNames
-
Primitive long type.
- PRIMITIVE_SHORT - Static variable in class io.helidon.common.types.TypeNames
-
Primitive short type.
- PRIMITIVE_VOID - Static variable in class io.helidon.common.types.TypeNames
-
Primitive void type.
- PrimitiveBooleanConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveBooleanConverter. - PrimitiveBooleanConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
-
Constructor with no side effects
- PrimitiveByteConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveByteConverter. - PrimitiveByteConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
-
Constructor with no side effects
- PrimitiveCharConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveCharConverter. - PrimitiveCharConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
-
Constructor with no side effects
- PrimitiveDoubleConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveDoubleConverter. - PrimitiveDoubleConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
-
Constructor with no side effects
- PrimitiveFloatConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveFloatConverter. - PrimitiveFloatConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
-
Constructor with no side effects
- PrimitiveIntegerConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveIntegerConverter. - PrimitiveIntegerConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
-
Constructor with no side effects
- PrimitiveLongConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveLongConverter. - PrimitiveLongConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
-
Constructor with no side effects
- PrimitiveShortConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
PrimitiveShortConverter. - PrimitiveShortConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
-
Constructor with no side effects
- principal() - Method in class io.helidon.security.Subject
-
Get the principal this subject is created for (e.g.
- principal(Principal) - Method in class io.helidon.security.Subject.Builder
-
Main principal of this subject.
- Principal - Interface in io.helidon.security
-
A security principal.
- Principal.Builder - Class in io.helidon.security
-
A fluent API builder for
Principal. - principalName() - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
The principal name of the client.
- principalName(String) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
The principal name of the client, defaults to keyId if not configured.
- principals() - Method in class io.helidon.security.Subject
-
Get all principals of this subject (including the one returned by
Subject.principal()). - print(HelidonFlavor, String, boolean) - Static method in class io.helidon.common.features.HelidonFeatures
-
Print features for the current flavor.
- priority() - Method in class io.helidon.http.http2.Http2Flag.HeaderFlags
-
Whether the priority flag is set.
- priority() - Method in interface io.helidon.webclient.http2.Http2StreamConfig
-
Stream priority.
- priority(int) - Method in interface io.helidon.webclient.http2.Http2ClientRequest
-
Priority defines a weight between 1 and 256 (inclusive) to prioritize this stream by the server.
- priority(Http2Priority) - Method in interface io.helidon.http.http2.Http2Stream
-
Priority.
- priority(Http2Priority) - Method in class io.helidon.webclient.http2.Http2ClientStream
- PRIORITY - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Priority frame.
- PRIORITY - Static variable in class io.helidon.http.http2.Http2Flag
-
Priority flag.
- PRIORITY - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Priority frame types.
- priorKnowledge() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- priorKnowledge() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Prior knowledge of HTTP/2 capabilities of the server.
- priorKnowledge() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
-
Prior knowledge of HTTP/2 capabilities of the server.
- priorKnowledge() - Method in interface io.helidon.webclient.http2.Http2StreamConfig
-
Prior knowledge setting.
- priorKnowledge(boolean) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Prior knowledge of HTTP/2 capabilities of the server.
- priorKnowledge(boolean) - Method in interface io.helidon.webclient.http2.Http2ClientRequest
-
Configure prior knowledge of HTTP/2 (e.g.
- PRIVATE - Enum constant in enum class io.helidon.common.types.AccessModifier
-
Private access modifier.
- PRIVATE_KEY_ALIAS_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set private key alias within a keystore.
- PRIVATE_KEY_JWT - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
Clients that have registered a public key sign a JWT using that key.
- PRIVATE_KEY_PASS_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set pass phrase for private key.
- PRIVATE_KEY_PEM_PATH_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set location of private key ("SECURE_CONFIG_RSA_PEM_KEY") PEM file.
- PRIVATE_KEYSTORE_PASS_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set pass phrase for keystore.
- PRIVATE_KEYSTORE_PATH_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set location of private key ("SECURE_CONFIG_RSA_PRIVATE_KEY") keystore.
- PRIVATE_KEYSTORE_TYPE_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set key type to use.
- privateCredential(Class) - Method in class io.helidon.security.Subject
-
Get private credential for the specified type.
- privateKey() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- privateKey() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The private key of this config if configured.
- privateKey() - Method in interface io.helidon.common.pki.Keys
-
The private key of this config if configured.
- privateKey() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Private key to use.
- privateKey() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- privateKey() - Method in interface io.helidon.common.tls.TlsMaterial
-
Private key to use.
- privateKey() - Method in class io.helidon.security.jwt.jwk.JwkEC
-
Private key if available.
- privateKey() - Method in class io.helidon.security.jwt.jwk.JwkRSA
-
Private key if available.
- privateKey() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- privateKey() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Private key for connecting securely to the tracing collector.
- privateKey() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Private key for connecting securely to the tracing collector.
- privateKey(Resource) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Private key for connecting securely to the tracing collector.
- privateKey(ResourceConfig) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Private key for connecting securely to the tracing collector.
- privateKey(Keys) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Private key to use.
- privateKey(Keys) - Method in class io.helidon.config.encryption.EncryptionFilter.Builder
-
Private key for RSA based decryption.
- privateKey(ECPrivateKey) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Set the private key to be used for performing security operations requiring private key, such as signing data, encrypting/decrypting data etc.
- privateKey(RSAPrivateKey) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Set the private key to be used for performing security operations requiring private key, such as signing data, encrypting/decrypting data etc.
- privateKey(PrivateKey) - Method in class io.helidon.common.crypto.AsymmetricCipher.Builder
-
Private key which should be used for decryption.
- privateKey(PrivateKey) - Method in class io.helidon.common.crypto.Signature.Builder
-
Set private key which should be used for signature creation.
- privateKey(PrivateKey) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The private key of this config if configured.
- privateKey(PrivateKey) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Private key to use.
- privateKey(Consumer) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Private key for connecting securely to the tracing collector.
- privateKey(Consumer) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Private key to use.
- privateKey(Supplier) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Private key for connecting securely to the tracing collector.
- privateKeyCertChain() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate chain of the private key.
- privateKeyCertChain() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- privateKeyCertChain() - Method in interface io.helidon.common.tls.TlsMaterial
-
Certificate chain of the private key.
- privateKeyCertChain(Keys) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate chain of the private key.
- privateKeyCertChain(Consumer) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate chain of the private key.
- privateKeyCertChain(List) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate chain of the private key.
- privateKeyConfig(Keys) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Private key configuration for RSA based algorithms.
- proceed() - Method in interface io.helidon.webserver.http.FilterChain
-
Proceed with the next filters, or route.
- proceed(DataFetchingEnvironment) - Method in interface io.helidon.webserver.graphql.GraphQlEntryPoint.Interceptor.Chain
-
Invoke the next interceptor in the chain.
- proceed(ServerCall, Metadata) - Method in interface io.helidon.webserver.grpc.GrpcEntryPoint.Interceptor.Chain
-
Invoke the next interceptor in the chain.
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in interface io.helidon.service.registry.Interception.EntryPointInterceptor
-
Handle entry point interception.
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in class io.helidon.faulttolerance.FtSupport.AsyncMethod
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in class io.helidon.faulttolerance.FtSupport.BulkheadMethod
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in class io.helidon.faulttolerance.FtSupport.CircuitBreakerMethod
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in class io.helidon.faulttolerance.FtSupport.FallbackMethod
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in class io.helidon.faulttolerance.FtSupport.RetryMethod
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in class io.helidon.faulttolerance.FtSupport.TimeoutMethod
- proceed(InterceptionContext, Interception.Interceptor.Chain, Object...) - Method in interface io.helidon.service.registry.Interception.Interceptor
-
Called during interception of the target V.
- proceed(InterceptionContext, GraphQlEntryPoint.Interceptor.Chain, DataFetchingEnvironment) - Method in interface io.helidon.webserver.graphql.GraphQlEntryPoint.Interceptor
-
Method to implement interceptor logic.
- proceed(InterceptionContext, HttpEntryPoint.Interceptor.Chain, ServerRequest, ServerResponse) - Method in interface io.helidon.webserver.http.HttpEntryPoint.Interceptor
-
Method to implement interceptor logic.
- proceed(WebClientServiceRequest) - Method in interface io.helidon.webclient.spi.WebClientService.Chain
-
Proceed with invocation of the next service, or the HTTP call.
- proceed(ServerRequest, ServerResponse) - Method in interface io.helidon.webserver.http.HttpEntryPoint.Interceptor.Chain
-
Invoke the next interceptor in the chain.
- proceed(Object[]) - Method in interface io.helidon.service.registry.Interception.Interceptor.Chain
-
Call the next interceptor in line, or finish with the call to the service being intercepted.
- proceed(Object[]) - Method in interface io.helidon.webserver.graphql.GraphQlEntryPoint.Interceptor.Chain
- proceed(Object[]) - Method in interface io.helidon.webserver.grpc.GrpcEntryPoint.Interceptor.Chain
- proceed(Object[]) - Method in interface io.helidon.webserver.http.HttpEntryPoint.Interceptor.Chain
- process(RoundContext) - Method in interface io.helidon.codegen.spi.CodegenExtension
-
Process a round of code analysis and generation.
- process(MessageBatch) - Method in interface io.helidon.messaging.ProcessorRegistration
-
Invoke the processor adapter for one delivery and return one derived batch for
ProcessorRegistration.outgoingChannel(). - process(RegistryRoundContext) - Method in interface io.helidon.service.codegen.spi.RegistryCodegenExtension
-
Process a single round.
- process(List, List) - Method in class io.helidon.codegen.Codegen
-
Process all types and modules discovered.
- process(Set, RoundEnvironment) - Method in class io.helidon.codegen.api.stability.ApiStabilityProcessor
- process(Set, RoundEnvironment) - Method in class io.helidon.codegen.api.stability.enforcer.ApiStabilityEnforcerProcessor
- process(Set, RoundEnvironment) - Method in class io.helidon.codegen.apt.AptProcessor
- processingOver() - Method in class io.helidon.codegen.Codegen
-
Finish processing.
- processingOver() - Method in interface io.helidon.service.codegen.spi.RegistryCodegenExtension
-
Called when the processing is over, and there will not be an additional processing round.
- processingOver(RoundContext) - Method in interface io.helidon.codegen.spi.CodegenExtension
-
Processing has finished, any finalization can be done.
- ProcessorConfig - Interface in io.helidon.telemetry.otelconfig
-
Generic configuration for a processor such as a
SpanProcessor, linked to an exporter such as aSpanExporterby its name in the configuration. - ProcessorConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
ProcessorConfig. - ProcessorConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
ProcessorConfig. - ProcessorConfig.BuilderBase.ProcessorConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ProcessorConfigImpl(ProcessorConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase.ProcessorConfigImpl
-
Create an instance providing a builder.
- processorConfigs() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- processorConfigs() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Settings for logging processors.
- processorConfigs() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- processorConfigs() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Settings for span processors.
- ProcessorRegistration - Interface in io.helidon.messaging
-
Generated registration for a synchronous one-to-one message processor.
- processors() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- processors() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Pre-constructed (non-configured) logging processors.
- processors() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Pre-constructed (non-configured) logging processors.
- processors() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- processors() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Constructed span processors.
- processors() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Constructed span processors.
- processors(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Pre-constructed (non-configured) logging processors.
- processors(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Constructed span processors.
- ProcessorType - Enum Class in io.helidon.telemetry.otelconfig
-
Processor type.
- processParam(MethodParams.Builder, TypedElementInfo) - Method in class io.helidon.data.codegen.common.BaseRepositoryMethodsGenerator
-
Process method parameter.
- processRoleRequest(HttpClientRequest, Object, String) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Request roles from IDCS and process the response.
- produced(AtomicLong, long) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Atomically subtract the given number from the field if that field is not already at
Long.MAX_VALUEand return the new value. - PRODUCER - Enum constant in enum class io.helidon.tracing.Span.Kind
-
Producer span, in messaging.
- producerId() - Method in interface io.helidon.messaging.EmitterRegistration
-
Stable identity of the generated producer.
- produces() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- produces() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of produced media types (from server endpoint point of view).
- produces() - Method in interface io.helidon.declarative.codegen.model.http.HttpAnnotated
-
List of produced media types (from server endpoint point of view).
- produces(List) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of produced media types (from server endpoint point of view).
- produces(Set, HttpAnnotated.BuilderBase) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Find produces in the annotations and set it on the builder.
- PRODUCTION - Enum constant in enum class io.helidon.common.features.metadata.FeatureStatus
-
Production ready feature honoring semantic versioning.
- PRODUCTION - Static variable in record class io.helidon.codegen.CodegenScope
-
Production scope.
- profile() - Method in class io.helidon.security.jwt.Jwt
-
Profile URI claim.
- profile(URI) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Profile URI of the subject.
- projection() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
- projection() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query projection.
- projection() - Method in interface io.helidon.data.codegen.query.DataQuery
-
Data query projection.
- projection(Projection) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query projection.
- projection(Consumer) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query projection.
- projection(Supplier) - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Data query projection.
- Projection - Interface in io.helidon.data.codegen.query
-
Data query projection.
- Projection.Builder - Class in io.helidon.data.codegen.query
-
Fluent API builder for
Projection. - Projection.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.codegen.query
-
Fluent API builder base for
Projection. - Projection.BuilderBase.ProjectionImpl - Class in io.helidon.data.codegen.query
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ProjectionAction - Enum Class in io.helidon.data.codegen.query
-
Projection action, e.g.
- ProjectionExpression - Class in io.helidon.data.codegen.query
-
Projection expression.
- ProjectionImpl(Projection.BuilderBase) - Constructor for class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
-
Create an instance providing a builder.
- ProjectionOperator - Enum Class in io.helidon.data.codegen.query
-
Projection expression operator.
- ProjectionParameter<T> - Interface in io.helidon.data.codegen.query
-
Projection expression parameter.
- ProjectionResult - Enum Class in io.helidon.data.codegen.query
-
Projection return type limitation.
- prologue() - Method in interface io.helidon.webserver.http.HttpRequest
-
Prologue of the request.
- prologue() - Method in class io.helidon.webserver.websocket.WsConnection
- prologue() - Method in interface io.helidon.websocket.WsSession
-
The HTTP prologue received when opening this session.
- prologue(SocketContext, HttpPrologue) - Method in interface io.helidon.http.http1.Http1ConnectionListener
-
Handle prologue.
- prologue(SocketContext, HttpPrologue) - Method in class io.helidon.http.http1.Http1LoggingConnectionListener
- prologue(HttpPrologue) - Method in interface io.helidon.webserver.http.RoutingRequest
-
Update prologue of this request.
- prologue(ConnectionContext, HttpPrologue) - Method in interface io.helidon.webserver.http1.Http1ConnectionListener
-
Handle prologue.
- prologue(ConnectionContext, HttpPrologue) - Method in class io.helidon.webserver.http1.Http1LoggingConnectionListener
- PrometheusNamingConventionConfig - Interface in io.helidon.metrics.providers.micrometer
-
Settings controlling Prometheus naming conventions.
- PrometheusNamingConventionConfig.Builder - Class in io.helidon.metrics.providers.micrometer
-
Fluent API builder for
PrometheusNamingConventionConfig. - PrometheusNamingConventionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.metrics.providers.micrometer
-
Fluent API builder base for
PrometheusNamingConventionConfig. - PrometheusNamingConventionConfig.BuilderBase.PrometheusNamingConventionConfigImpl - Class in io.helidon.metrics.providers.micrometer
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PrometheusNamingConventionConfigImpl(PrometheusNamingConventionConfig.BuilderBase) - Constructor for class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase.PrometheusNamingConventionConfigImpl
-
Create an instance providing a builder.
- PrometheusPublisher - Class in io.helidon.metrics.providers.micrometer
-
Metrics publisher for Prometheus output.
- PrometheusPublisherConfig - Interface in io.helidon.metrics.providers.micrometer
-
Settings for a Micrometer Prometheus meter registry.
- PrometheusPublisherConfig.Builder - Class in io.helidon.metrics.providers.micrometer
-
Fluent API builder for
PrometheusPublisher. - PrometheusPublisherConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.metrics.providers.micrometer
-
Fluent API builder base for
PrometheusPublisherConfig. - PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl - Class in io.helidon.metrics.providers.micrometer
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PrometheusPublisherConfigImpl(PrometheusPublisherConfig.BuilderBase) - Constructor for class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
-
Create an instance providing a builder.
- PrometheusPublisherProvider - Class in io.helidon.metrics.providers.micrometer
-
Provider for a Prometheus publisher.
- PrometheusPublisherProvider() - Constructor for class io.helidon.metrics.providers.micrometer.PrometheusPublisherProvider
-
Required public constructor for
ServiceLoader. - prometheusRegistry() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
-
Returns a factory function accepting a property look-up function and the Micrometer span context supplier provider and producing a
PrometheusMeterRegistry. - propagate(boolean) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Whether to propagate identity.
- propagate(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Whether to propagate identity.
- propagate(boolean) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Whether to propagate identity.
- propagateData(OpenTelemetryDataPropagationProvider.OpenTelemetryContext) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider
- propagateData(Map) - Method in class io.helidon.logging.jul.JulMdcPropagator
- propagateData(Map) - Method in class io.helidon.logging.log4j.Log4jMdcPropagator
- propagateData(Map) - Method in class io.helidon.logging.slf4j.Slf4jMdcPropagator
- propagateData(Map) - Method in class io.helidon.logging.common.MdcSupplierPropagator
- propagateData(T) - Method in interface io.helidon.common.context.spi.DataPropagationProvider
-
Propagates the data to be used by the new thread.
- propagator() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- propagator() - Method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Typically a composite propagator gathering the propagators assigned.
- propagators() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- propagators() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry
TextMapPropagatorinstances added explicitly by the app. - propagators() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
OpenTelemetry
TextMapPropagatorinstances added explicitly by the app. - propagators() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- propagators() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Context propagators.
- propagators() - Method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Context propagators.
- propagators(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry
TextMapPropagatorinstances added explicitly by the app. - propagators(List) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Context propagators.
- properties() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- properties() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Properties defined on this annotation.
- properties() - Method in interface io.helidon.common.types.Annotation
-
Properties defined on this annotation.
- properties() - Static method in class io.helidon.config.ConfigParsers
-
Returns a
ConfigParserimplementation that parses Java Properties content (the media typeMediaTypes.TEXT_PROPERTIES). - properties() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- properties() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Additional persistence unit or connection properties.
- properties() - Method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Additional persistence unit or connection properties.
- properties() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- properties() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- properties() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- properties() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- properties() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- properties() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- properties() - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Configured connection pool properties.
- properties() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- properties() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Jackson configuration properties.
- properties() - Method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Jackson configuration properties.
- properties() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- properties() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Jsonb configuration properties.
- properties() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Jsonb configuration properties.
- properties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- properties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all registered properties.
- properties() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- properties() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Property values to be returned by the OTLP meter registry configuration.
- properties() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Property values to be returned by the OTLP meter registry configuration.
- properties() - Method in class io.helidon.webclient.api.ClientRequestBase
-
Properties configured by a user or by other components.
- properties() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Configured properties.
- properties() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- properties() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Properties configured for this client.
- properties() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
Properties configured for this client.
- properties() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Properties configured by user when creating this client request.
- properties(Map) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Jsonb configuration properties.
- properties(Map) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Properties defined on this annotation.
- properties(Map) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Jackson configuration properties.
- properties(Map) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Additional persistence unit or connection properties.
- properties(Map) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- properties(Map) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- properties(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Property values to be returned by the OTLP meter registry configuration.
- properties(Map) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Properties configured for this client.
- properties(Properties) - Method in class io.helidon.config.MapConfigSource.MapBuilder
-
Properties to be used as config source underlying data.
- properties(Properties) - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Configure connection pool properties.
- PropertiesConfigParser - Class in io.helidon.config
-
ConfigParserimplementation that parses Java Properties content. - PropertiesConfigParser() - Constructor for class io.helidon.config.PropertiesConfigParser
-
Required public constructor for
ServiceLoader. - PropertiesFilter - Class in io.helidon.config
-
Filter properties with provided and default filter pattern.
- property() - Method in interface io.helidon.common.types.Annotation
-
Annotation property for the "value" property.
- property() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- property() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition entity property.
- property() - Method in interface io.helidon.data.codegen.query.CriteriaCondition
-
Condition entity property.
- property() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase.OrderExpressionImpl
- property() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Ordering entity property.
- property() - Method in interface io.helidon.data.codegen.query.OrderExpression
-
Ordering entity property.
- property() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- property() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection property.
- property() - Method in interface io.helidon.data.codegen.query.Projection
-
Projection property.
- property() - Method in class io.helidon.data.Order.BuilderBase.OrderImpl
- property() - Method in class io.helidon.data.Order.BuilderBase
-
Entity property used for ordering.
- property() - Method in interface io.helidon.data.Order
-
Entity property used for ordering.
- property(Property) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition entity property.
- property(Property) - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Ordering entity property.
- property(Property) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection property.
- property(String) - Method in interface io.helidon.common.types.Annotation
-
Annotation property for the defined name.
- property(String) - Method in class io.helidon.data.Order.BuilderBase
-
Entity property used for ordering.
- property(String, Object) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Configure the value of an annotation property.
- property(String, String) - Method in interface io.helidon.webclient.api.ClientRequest
-
Add a property to be used by this request.
- property(String, String) - Method in class io.helidon.webclient.api.ClientRequestBase
- property(Consumer) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition entity property.
- property(Consumer) - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Ordering entity property.
- property(Consumer) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection property.
- property(Supplier) - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Condition entity property.
- property(Supplier) - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Ordering entity property.
- property(Supplier) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection property.
- Property - Interface in io.helidon.data.codegen.query
-
Entity property.
- PROPERTY - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
An annotated property - getter.
- PROPERTY_DIGEST_ALGORITHM - Static variable in class io.helidon.config.FileSourceHelper
-
Property used for specifying the algorithm that will be used to generate digest of a config file.
- PROPERTY_DISABLE_OUTBOUND - Static variable in class io.helidon.security.providers.common.OutboundConfig
-
Property used for outbound calls with clients to disable registration/running of outbound security.
- PROPERTY_OUTBOUND_ID - Static variable in class io.helidon.security.EndpointConfig
-
Configure this for outbound requests to override id to use (client id, user - depending on use case).
- PROPERTY_OUTBOUND_SECRET - Static variable in class io.helidon.security.EndpointConfig
-
Configure this for outbound requests to override secret to use (client secret, actual password - depending on use case).
- Property.Builder - Class in io.helidon.data.codegen.query
-
Fluent API builder for
Property. - Property.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.codegen.query
-
Fluent API builder base for
Property. - Property.BuilderBase.PropertyImpl - Class in io.helidon.data.codegen.query
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- propertyCycle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the property cycle in seconds.
- propertyCycle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- propertyCycle() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the property cycle in seconds.
- propertyCycle(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the property cycle in seconds.
- PropertyImpl(Property.BuilderBase) - Constructor for class io.helidon.data.codegen.query.Property.BuilderBase.PropertyImpl
-
Create an instance providing a builder.
- PROTECTED - Enum constant in enum class io.helidon.common.types.AccessModifier
-
Protected access modifier.
- protectedRegion(JdbcSqlScanHandler.RegionKind, int, int) - Method in interface io.helidon.data.jdbc.lexical.JdbcSqlScanHandler
-
Receives one complete quoted or commented region.
- proto() - Method in class io.helidon.http.Forwarded
-
protodirective of the forwarded header. - proto() - Method in interface io.helidon.webserver.grpc.GrpcProto
-
Proto descriptor of this service.
- proto() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Return a proto file descriptor.
- proto(Descriptors.FileDescriptor) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- proto(Descriptors.FileDescriptor) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register the proto for the service.
- PROTO - Static variable in annotation interface io.helidon.grpc.api.Grpc.GrpcMarshaller
-
Deprecated.The name of the Protocol Buffer marshaller supplier.
- protocol() - Method in interface io.helidon.common.socket.HelidonSocket
-
Protocol that was negotiated.
- protocol() - Method in class io.helidon.common.socket.TlsNioSocket
- protocol() - Method in class io.helidon.common.socket.TlsSocket
- protocol() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure the protocol used to obtain an instance of
SSLContext. - protocol() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- protocol() - Method in interface io.helidon.common.tls.TlsConfig
-
Configure the protocol used to obtain an instance of
SSLContext. - protocol() - Method in class io.helidon.http.HttpPrologue
-
Protocol name, should be
HTTPin most cases. - protocol() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- protocol() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Exporter protocol type.
- protocol() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Exporter protocol type.
- protocol() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- protocol() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Advertised protocol name.
- protocol() - Method in interface io.helidon.webserver.http.AltSvcConfig
-
Advertised protocol name.
- protocol() - Method in interface io.helidon.webserver.ProxyProtocolData
-
Protocol from protocol header.
- protocol() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Alpn
-
Returns the value of the
protocolrecord component. - protocol(OtlpExporterProtocolType) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Exporter protocol type.
- protocol(WebClient, C) - Method in interface io.helidon.webclient.spi.ClientProtocolProvider
-
Create a protocol client instance.
- protocol(WebClient, GrpcClientProtocolConfig) - Method in class io.helidon.webclient.grpc.GrpcProtocolProvider
- protocol(WebClient, Http1ClientProtocolConfig) - Method in class io.helidon.webclient.http1.Http1ClientSpiProvider
- protocol(WebClient, Http2ClientProtocolConfig) - Method in class io.helidon.webclient.http2.Http2ClientSpiProvider
- protocol(WebClient, JsonRpcClientProtocolConfig) - Method in class io.helidon.webclient.jsonrpc.JsonRpcProtocolProvider
- protocol(WebClient, WsClientProtocolConfig) - Method in class io.helidon.webclient.websocket.WsProtocolProvider
- protocol(String) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure the protocol used to obtain an instance of
SSLContext. - protocol(String) - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Advertised protocol name.
- Protocol<T,
C> - Interface in io.helidon.webclient.spi -
Client protocol.
- PROTOCOL - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint detected an unspecific protocol error.
- PROTOCOL - Static variable in interface io.helidon.webclient.grpc.GrpcClient
-
Protocol to use to obtain an instance of gRPC specific client from
WebClient.client(io.helidon.webclient.spi.Protocol). - PROTOCOL - Static variable in interface io.helidon.webclient.http1.Http1Client
-
HTTP/1.1 protocol to use to obtain an instance of HTTP/1.1 specific client from
WebClient.client(io.helidon.webclient.spi.Protocol). - PROTOCOL - Static variable in interface io.helidon.webclient.http2.Http2Client
-
Protocol to use to obtain an instance of http/2 specific client from
WebClient.client(io.helidon.webclient.spi.Protocol). - PROTOCOL - Static variable in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Protocol to use to get an instance of JSON-RPC specific client from
WebClient.client(io.helidon.webclient.spi.Protocol). - PROTOCOL - Static variable in interface io.helidon.webclient.websocket.WsClient
-
Protocol to use to obtain an instance of WebSocket specific client from
WebClient.client(io.helidon.webclient.spi.Protocol). - PROTOCOL - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Websocket protocol header name.
- PROTOCOL_ERROR - Static variable in class io.helidon.websocket.WsCloseCodes
-
Endpoint received a malformed frame.
- PROTOCOL_HTTP_1_1 - Static variable in interface io.helidon.http.HttpTransportObserver
-
Known protocol identifier for HTTP/1.1, aligned with the HTTP transport metrics tag value.
- PROTOCOL_HTTP_2 - Static variable in interface io.helidon.http.HttpTransportObserver
-
Known protocol identifier for HTTP/2, aligned with the HTTP transport metrics tag value.
- PROTOCOL_HTTP_3 - Static variable in interface io.helidon.http.HttpTransportObserver
-
Known protocol identifier for HTTP/3, aligned with the HTTP transport metrics tag value.
- PROTOCOL_ID - Static variable in interface io.helidon.webclient.grpc.GrpcClient
-
Protocol ID constant for gRPC.
- PROTOCOL_ID - Static variable in interface io.helidon.webclient.http1.Http1Client
-
ID of HTTP/1.1 protocol, as used for example in ALPN.
- PROTOCOL_ID - Static variable in interface io.helidon.webclient.http2.Http2Client
-
HTTP/2 protocol ID, as used by ALPN.
- PROTOCOL_ID - Static variable in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Protocol ID constant for JSON-RPC.
- protocolConfig() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- protocolConfig() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC specific configuration.
- protocolConfig() - Method in interface io.helidon.webclient.grpc.GrpcClientConfig
-
gRPC specific configuration.
- protocolConfig() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
- protocolConfig() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
HTTP/1.1 specific configuration.
- protocolConfig() - Method in interface io.helidon.webclient.http1.Http1ClientConfig
-
HTTP/1.1 specific configuration.
- protocolConfig() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
- protocolConfig() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
HTTP/2 specific configuration.
- protocolConfig() - Method in interface io.helidon.webclient.http2.Http2ClientConfig
-
HTTP/2 specific configuration.
- protocolConfig() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
- protocolConfig() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
JSON-RPC specific configuration.
- protocolConfig() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientConfig
-
JSON-RPC specific configuration.
- protocolConfig() - Method in class io.helidon.webclient.websocket.ClientWsConnection
- protocolConfig() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
WebSocket specific configuration.
- protocolConfig() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
- protocolConfig() - Method in interface io.helidon.webclient.websocket.WsClientConfig
-
WebSocket specific configuration.
- protocolConfig() - Method in class io.helidon.webserver.websocket.WsConnection
- protocolConfig() - Method in interface io.helidon.websocket.WsSession
-
WebSocket protocol configuration for this session.
- protocolConfig(GrpcClientProtocolConfig) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC specific configuration.
- protocolConfig(Http1ClientProtocolConfig) - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
HTTP/1.1 specific configuration.
- protocolConfig(Http2ClientProtocolConfig) - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
HTTP/2 specific configuration.
- protocolConfig(JsonRpcClientProtocolConfig) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
JSON-RPC specific configuration.
- protocolConfig(WsClientProtocolConfig) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
WebSocket specific configuration.
- protocolConfig(Consumer) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC specific configuration.
- protocolConfig(Consumer) - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
HTTP/1.1 specific configuration.
- protocolConfig(Consumer) - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
HTTP/2 specific configuration.
- protocolConfig(Consumer) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
JSON-RPC specific configuration.
- protocolConfig(Consumer) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
WebSocket specific configuration.
- protocolConfig(Supplier) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC specific configuration.
- protocolConfig(Supplier) - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
HTTP/1.1 specific configuration.
- protocolConfig(Supplier) - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
HTTP/2 specific configuration.
- protocolConfig(Supplier) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
JSON-RPC specific configuration.
- protocolConfig(Supplier) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
WebSocket specific configuration.
- ProtocolConfig - Interface in io.helidon.webclient.spi
-
Client protocol configuration.
- ProtocolConfig - Interface in io.helidon.webserver.spi
-
Protocol configuration abstraction, used to setup a protocol.
- ProtocolConfigProvider<T> - Interface in io.helidon.webclient.spi
-
Client protocol configuration.
- ProtocolConfigProvider<T> - Interface in io.helidon.webserver.spi
-
Provider of protocol configuration.
- protocolConfigs() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Configuration of client protocols.
- protocolConfigs() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
- protocolConfigs() - Method in interface io.helidon.webclient.api.WebClientConfig
-
Configuration of client protocols.
- protocolConfigs(List) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Configuration of client protocols.
- ProtocolConfigs - Class in io.helidon.webserver
-
Protocol configuration to obtain explicitly configured details for the current socket.
- protocolConfigsDiscoverServices() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Service discovery flag for
WebClientConfig.BuilderBase.protocolConfigs(). - protocolConfigsDiscoverServices(boolean) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Service discovery flag for
WebClientConfig.BuilderBase.protocolConfigs(). - protocolConfigType() - Method in class io.helidon.webserver.grpc.GrpcProtocolProvider
- protocolConfigType() - Method in class io.helidon.webserver.http1.Http1ConnectionProvider
- protocolConfigType() - Method in interface io.helidon.webserver.http1.spi.Http1UpgradeProvider
-
Type of supported configuration.
- protocolConfigType() - Method in class io.helidon.webserver.http2.Http2ConnectionProvider
- protocolConfigType() - Method in class io.helidon.webserver.http2.Http2UpgradeProvider
- protocolConfigType() - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolProvider
-
Type of supported configuration.
- protocolConfigType() - Method in interface io.helidon.webserver.spi.ServerConnectionSelectorProvider
-
Type of configuration supported by this connection provider.
- protocolConfigType() - Method in class io.helidon.webserver.websocket.WsUpgradeProvider
- protocolId() - Method in class io.helidon.webclient.api.AltSvcHeader.Alternative
-
Percent-decoded ALPN protocol identifier, mapped one octet to each ISO-8859-1 character.
- protocolId() - Method in interface io.helidon.webclient.api.ClientResponseTyped
-
Protocol selected by WebClient for this response.
- protocolId() - Method in interface io.helidon.webclient.http1.Http1ClientResponse
-
Protocol selected by WebClient for this response.
- protocolId() - Method in interface io.helidon.webclient.http2.Http2ClientResponse
-
Protocol selected by WebClient for this response.
- protocolId() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Protocol selected by WebClient for this response.
- protocolId() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchResponse
-
Protocol selected by WebClient for this response.
- protocolId() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Protocol selected by WebClient for this response.
- protocolId() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Actual protocol selected for this response.
- protocolId() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Returns an HTTP protocol ID, mapped to a specific version.
- protocolId() - Method in class io.helidon.webclient.grpc.GrpcProtocolProvider
- protocolId() - Method in class io.helidon.webclient.http1.Http1ClientSpiProvider
- protocolId() - Method in class io.helidon.webclient.http2.Http2ClientSpiProvider
- protocolId() - Method in class io.helidon.webclient.jsonrpc.JsonRpcProtocolProvider
- protocolId() - Method in interface io.helidon.webclient.spi.ClientProtocolProvider
-
Protocol id for ALPN (protocol negotiation when using TLS).
- protocolId() - Method in interface io.helidon.webclient.spi.WebClientService.WireProtocolChain
-
Protocol currently selected for the request.
- protocolId() - Method in class io.helidon.webclient.websocket.WsProtocolProvider
- protocolId(String) - Method in class io.helidon.webclient.api.HttpClientRequest
-
Use an explicit version of HTTP by defining its ALPN protocol ID.
- protocolMaxTableSize(long) - Method in class io.helidon.http.http2.Http2Headers.DynamicTable
-
Update protocol max table size.
- protocolNegotiated() - Method in interface io.helidon.common.socket.HelidonSocket
-
Whether a protocol was negotiated by the socket (such as ALPN when using TLS).
- protocolNegotiated() - Method in class io.helidon.common.socket.TlsNioSocket
- protocolNegotiated() - Method in class io.helidon.common.socket.TlsSocket
- protocolPreference() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
List of HTTP protocol IDs by order of preference.
- protocolPreference() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
- protocolPreference() - Method in interface io.helidon.webclient.api.WebClientConfig
-
List of HTTP protocol IDs by order of preference.
- protocolPreference(List) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
List of HTTP protocol IDs by order of preference.
- protocolResponse(WebClientServiceResponse) - Method in interface io.helidon.webclient.spi.WebClientService.TransportChain
-
Create protocol response context for the completed response when applicable.
- protocols() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase.ClientAltSvcConfigImpl
- protocols() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Allowed alternative service protocol identifiers.
- protocols() - Method in interface io.helidon.webclient.api.ClientAltSvcConfig
-
Allowed alternative service protocol identifiers.
- protocols() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- protocols() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration of protocols.
- protocols() - Method in interface io.helidon.webserver.ListenerConfig
-
Configuration of protocols.
- protocols(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration of protocols.
- protocols(Set) - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Allowed alternative service protocol identifiers.
- protocolsDiscoverServices() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.protocols(). - protocolsDiscoverServices(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Service discovery flag for
ListenerConfig.BuilderBase.protocols(). - protocolSelected(String) - Method in interface io.helidon.http.HttpTransportObserver.ConnectionObservation
-
Reports the currently selected HTTP protocol.
- protocolType() - Method in class io.helidon.webserver.grpc.GrpcProtocolProvider
- protocolType() - Method in class io.helidon.webserver.http1.Http1ConnectionProvider
- protocolType() - Method in interface io.helidon.webserver.http1.spi.Http1UpgradeProvider
-
Provider's type.
- protocolType() - Method in class io.helidon.webserver.http2.Http2ConnectionProvider
- protocolType() - Method in class io.helidon.webserver.http2.Http2UpgradeProvider
- protocolType() - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolProvider
-
Provider's type, also expected as the configuration node name.
- protocolType() - Method in interface io.helidon.webserver.spi.ServerConnectionSelectorProvider
-
Type of protocol, such as
http_1_1. - protocolType() - Method in class io.helidon.webserver.websocket.WsUpgradeProvider
- ProtocolUpgradeHandler - Interface in io.helidon.webserver.http.spi
-
Handler that can enforce route policy for an HTTP/1 protocol upgrade request without invoking the route endpoint handler.
- protocolVersion() - Method in interface io.helidon.http.DirectHandler.TransportRequest
-
Protocol version (either from actual request, or guessed).
- protocolVersion() - Method in class io.helidon.http.HttpPrologue
-
HTTP protocol version of this request.
- protocolVersion() - Method in class io.helidon.webserver.http.DirectTransportRequest
- prototype() - Method in interface io.helidon.builder.api.RuntimeType.Api
-
The prototype as it was received when creating this runtime object instance.
- prototype() - Method in class io.helidon.common.concurrency.limits.AimdLimit
- prototype() - Method in class io.helidon.common.concurrency.limits.FixedLimit
- prototype() - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- prototype() - Method in class io.helidon.common.configurable.AllowList
- prototype() - Method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
- prototype() - Method in class io.helidon.common.configurable.ThreadPoolSupplier
- prototype() - Method in class io.helidon.common.tls.Tls
- prototype() - Method in class io.helidon.http.media.jackson.JacksonSupport
- prototype() - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- prototype() - Method in class io.helidon.http.media.json.JsonSupport
- prototype() - Method in class io.helidon.http.media.json.smile.SmileSupport
- prototype() - Method in class io.helidon.http.media.jsonb.JsonbSupport
- prototype() - Method in class io.helidon.http.media.jsonp.JsonpSupport
- prototype() - Method in interface io.helidon.messaging.spi.MessagingConnector
-
Configuration used to create this connector.
- prototype() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
- prototype() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
- prototype() - Method in class io.helidon.openapi.OpenApiFeature
- prototype() - Method in class io.helidon.openapi.v30.OpenApi30Version
- prototype() - Method in class io.helidon.openapi.v31.OpenApi31Version
- prototype() - Method in class io.helidon.openapi.v32.OpenApi32Version
- prototype() - Method in class io.helidon.webclient.api.WebClientCookieManager
- prototype() - Method in class io.helidon.webclient.context.WebClientContextService
- prototype() - Method in class io.helidon.webclient.http2.Http2ClientImpl
- prototype() - Method in class io.helidon.webserver.accesslog.AccessLogFeature
- prototype() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeature
- prototype() - Method in class io.helidon.webserver.context.ContextFeature
- prototype() - Method in class io.helidon.webserver.cors.CorsFeature
- prototype() - Method in class io.helidon.webserver.grpc.GrpcReflectionFeature
- prototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
- prototype() - Method in class io.helidon.webserver.hsts.HstsFeature
- prototype() - Method in class io.helidon.webserver.http.AltSvc
- prototype() - Method in class io.helidon.webserver.http1.Http1ConnectionSelector
- prototype() - Method in class io.helidon.webserver.observe.config.ConfigObserver
- prototype() - Method in class io.helidon.webserver.observe.health.HealthObserver
- prototype() - Method in class io.helidon.webserver.observe.info.InfoObserver
- prototype() - Method in class io.helidon.webserver.observe.log.LogObserver
- prototype() - Method in class io.helidon.webserver.observe.metrics.MetricsObserver
- prototype() - Method in class io.helidon.webserver.observe.ObserveFeature
- prototype() - Method in interface io.helidon.webserver.observe.spi.Observer
-
Configuration of this observer.
- prototype() - Method in class io.helidon.webserver.observe.tracing.TracingObserver
- prototype() - Method in class io.helidon.webserver.security.SecurityFeature
- prototype() - Method in class io.helidon.webserver.security.SecurityHandler
- prototype() - Method in class io.helidon.webserver.staticcontent.MemoryCache
- prototype() - Method in class io.helidon.webserver.staticcontent.StaticContentFeature
- prototype() - Method in class io.helidon.webserver.StuckThreadDetectionFeature
- prototype() - Method in class io.helidon.webserver.testing.junit5.DirectClient
- prototype() - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- prototype() - Method in class io.helidon.webserver.testing.junit5.websocket.DirectWsClient
- Prototype - Class in io.helidon.builder.api
-
Prototype is generated from a prototype blueprint, and it is expected to be part of the public API of the module.
- PROTOTYPE_GETTER - Enum constant in enum class io.helidon.builder.codegen.OptionMethodType
-
Getter added to the prototype interface.
- Prototype.Annotated - Annotation Interface in io.helidon.builder.api
-
Adding this annotation in conjunction with the
Prototype.Blueprinton a target interface type or method causes thePrototype.Annotated.value()be added to the generated implementation class and methods respectfully. - Prototype.Api - Interface in io.helidon.builder.api
-
Marker interface for the prototype API, usually a generated interface.
- Prototype.Blueprint - Annotation Interface in io.helidon.builder.api
-
A package local type (by design) that defines getter methods and possible static factory methods that form prototype information that is generated through annotation processing.
- Prototype.Builder<BUILDER, PROTOTYPE> - Interface in io.helidon.builder.api
-
Terminating method of this builder that creates a prototype instance.
- Prototype.BuilderDecorator<T> - Interface in io.helidon.builder.api
-
Provides a contract by which the
Prototype.Blueprintannotated type can be decorated. - Prototype.BuilderMethod - Annotation Interface in io.helidon.builder.api
-
Annotated static method of a custom methods type to be added to builder.
- Prototype.ConfigFactoryMethod - Annotation Interface in io.helidon.builder.api
-
Factory method that creates an option from a config instance.
- Prototype.Configured - Annotation Interface in io.helidon.builder.api
-
A blueprint annotated with this annotation will create a prototype that can be created from a
io.helidon.config.Configinstance. - Prototype.Constant - Annotation Interface in io.helidon.builder.api
-
Annotated constant of a custom methods type to be added to prototype interface.
- Prototype.CustomMethods - Annotation Interface in io.helidon.builder.api
-
Additional methods from this type will be added to the prototype and its builder.
- Prototype.Extension - Annotation Interface in io.helidon.builder.api
-
Extension definition for a blueprint.
- Prototype.Extensions - Annotation Interface in io.helidon.builder.api
-
Container of
Prototype.Extensionannotations, to allow more than one extension to be used. - Prototype.Factory<T> - Interface in io.helidon.builder.api
-
A prototype
Prototype.Blueprintmay extend this interface to explicitly reference the associated runtime type. - Prototype.Implement - Annotation Interface in io.helidon.builder.api
-
Add additional interfaces to implement by the prototype.
- Prototype.IncludeDefaultMethods - Annotation Interface in io.helidon.builder.api
-
Include default methods from the blueprint and its super types (interface methods declared as
default). - Prototype.OptionDecorator<B,
T> - Interface in io.helidon.builder.api -
Provides a way to decorate a single option when it is applied to the builder.
- Prototype.PrototypeFactoryMethod - Annotation Interface in io.helidon.builder.api
-
Factory method that is added to the generated prototype.
- Prototype.PrototypeMethod - Annotation Interface in io.helidon.builder.api
-
Annotated static method of a custom methods type to be added to prototype interface.
- Prototype.Provides - Annotation Interface in io.helidon.builder.api
-
Types provided by this configured type.
- Prototype.RegistrySupport - Annotation Interface in io.helidon.builder.api
-
Generate support for Service Registry (
helidon-service-registry) for any option that is annotated asOption.Provider. - Prototype.RuntimeTypeFactoryMethod - Annotation Interface in io.helidon.builder.api
-
Factory method that creates an option from a prototype instance.
- Prototype.Sealed - Annotation Interface in io.helidon.builder.api
-
Generate the prototype API as a sealed interface.
- PrototypeConfigured - Interface in io.helidon.builder.codegen
-
Configuration information for a prototype.
- PrototypeConfigured.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
PrototypeConfigured. - PrototypeConfigured.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
PrototypeConfigured. - PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PrototypeConfiguredImpl(PrototypeConfigured.BuilderBase) - Constructor for class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
-
Create an instance providing a builder.
- PrototypeConstant - Interface in io.helidon.builder.codegen
-
Custom constant definition.
- PrototypeConstant.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
PrototypeConstant. - PrototypeConstant.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
PrototypeConstant. - PrototypeConstant.BuilderBase.PrototypeConstantImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PrototypeConstantImpl(PrototypeConstant.BuilderBase) - Constructor for class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
-
Create an instance providing a builder.
- prototypedBy() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- prototypedBy() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
A prototype that can build this option type.
- prototypedBy() - Method in interface io.helidon.builder.codegen.OptionInfo
-
A prototype that can build this option type.
- prototypedBy(TypeName) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
A prototype that can build this option type.
- prototypedBy(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
A prototype that can build this option type.
- prototypedBy(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
A prototype that can build this option type.
- prototypeFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Static factory methods to be added to the prototype.
- prototypeFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- prototypeFactories() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Static factory methods to be added to the prototype.
- prototypeFactories(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Static factory methods to be added to the prototype.
- prototypeInfo(PrototypeInfo) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
An extension can update the prototype information, add annotations to types, add custom methods etc.
- PrototypeInfo - Interface in io.helidon.builder.codegen
-
Information about the prototype we are going to build.
- PrototypeInfo.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
PrototypeInfo. - PrototypeInfo.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
PrototypeInfo. - PrototypeInfo.BuilderBase.PrototypeInfoImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- PrototypeInfoImpl(PrototypeInfo.BuilderBase) - Constructor for class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
-
Create an instance providing a builder.
- prototypeMethods() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- prototypeMethods() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype as default methods.
- prototypeMethods() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Additional methods to be added to the prototype as default methods.
- prototypeMethods(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Additional methods to be added to the prototype as default methods.
- prototypeType() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- prototypeType() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Type name of the generated prototype interface.
- prototypeType() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Type name of the generated prototype interface.
- prototypeType(TypeName) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Type name of the generated prototype interface.
- prototypeType(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Type name of the generated prototype interface.
- prototypeType(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Type name of the generated prototype interface.
- providedContracts() - Method in interface io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
-
All contracts transitively inherited from the provided type (guard access by
ServiceContracts.FactoryAnalysis.valid()). - providedType() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- providedType() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- providedType() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- providedType() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- providedType() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- providedType() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- providedType() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- providedType() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- providedType() - Method in interface io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
-
The contract provided (guard access by
ServiceContracts.FactoryAnalysis.valid()). - providedType() - Method in interface io.helidon.service.registry.ServiceInfo
-
The type that implements
ServiceInfo.contracts(). - providedType() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- providedType() - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- providedType() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- providedTypeInfo() - Method in interface io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
-
Type info of the provided type.
- provider() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- provider() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Provider details.
- provider() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Provider details.
- provider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Use explicit provider to obtain an instance of
SSLContext. - provider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- provider() - Method in interface io.helidon.common.tls.TlsConfig
-
Use explicit provider to obtain an instance of
SSLContext. - provider() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Set to true if the configuration may be provided by another module not know to us.
- provider() - Method in class io.helidon.data.codegen.common.BasePersistenceGenerator
-
Name of the provider.
- provider() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase.DataSourceConfigImpl
- provider() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Configuration of the used provider, such as UCP.
- provider() - Method in interface io.helidon.data.sql.datasource.DataSourceConfig
-
Configuration of the used provider, such as UCP.
- provider() - Element in annotation interface io.helidon.security.annotations.Authenticated
-
Explicit authentication provider to use when processing this Authorized.
- provider() - Element in annotation interface io.helidon.security.annotations.Authorized
-
Explicit authorization provider to use when processing this Authorized.
- provider() - Method in interface io.helidon.webclient.spi.Protocol
-
Provider to use for this protocol.
- provider(OptionProvider) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Provider details.
- provider(ProviderConfig) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Configuration of the used provider, such as UCP.
- provider(String) - Method in class io.helidon.common.crypto.AsymmetricCipher.Builder
-
Set provider of the algorithm.
- provider(String) - Method in class io.helidon.common.crypto.HashDigest.Builder
-
Set provider of the algorithm.
- provider(String) - Method in class io.helidon.common.crypto.HmacDigest.Builder
-
Set provider of the algorithm.
- provider(String) - Method in class io.helidon.common.crypto.Signature.Builder
-
Set provider of the algorithm.
- provider(String) - Method in class io.helidon.common.crypto.SymmetricCipher.Builder
-
Set provider of the algorithm.
- provider(String) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Use explicit provider to obtain an instance of
SSLContext. - provider(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Provider details.
- provider(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Provider details.
- PROVIDER_CONFIG_KEY - Static variable in class io.helidon.security.providers.oidc.OidcProviderService
-
The default configuration key expected under security.providers that would contain configuration of a provider instance.
- providerCandidates() - Method in class io.helidon.webserver.ConnectionProviders
-
Get a new (mutable) list of provider candidates.
- providerClass() - Method in class io.helidon.security.providers.abac.AbacProviderService
- providerClass() - Method in class io.helidon.security.providers.header.HeaderAtnService
- providerClass() - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthService
- providerClass() - Method in class io.helidon.security.providers.httpsign.HttpSignService
- providerClass() - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderService
- providerClass() - Method in class io.helidon.security.providers.jwt.JwtProviderService
- providerClass() - Method in class io.helidon.security.providers.oidc.OidcProviderService
- providerClass() - Method in interface io.helidon.security.spi.SecurityProviderService
-
Class of the provider of this provider service.
- providerClassName() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- providerClassName() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Persistence provider class name.
- providerClassName() - Method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Persistence provider class name.
- providerClassName(String) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Persistence provider class name.
- ProviderConfig - Interface in io.helidon.data.sql.datasource
-
Provider specific configuration.
- ProviderConfig - Interface in io.helidon.security.spi
-
A marker interface for configurations of providers.
- providerConfigKey() - Method in class io.helidon.security.providers.abac.AbacProviderService
- providerConfigKey() - Method in class io.helidon.security.providers.header.HeaderAtnService
- providerConfigKey() - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthService
- providerConfigKey() - Method in class io.helidon.security.providers.httpsign.HttpSignService
- providerConfigKey() - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderService
- providerConfigKey() - Method in class io.helidon.security.providers.jwt.JwtProviderService
- providerConfigKey() - Method in class io.helidon.security.providers.oidc.OidcProviderService
- providerConfigKey() - Method in interface io.helidon.security.spi.SecurityProviderService
-
Key of the "root" of configuration of this provider.
- providerDiscoverServices() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Service discovery flag for
DataSourceConfig.BuilderBase.provider(). - providerDiscoverServices(boolean) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Service discovery flag for
DataSourceConfig.BuilderBase.provider(). - providerIdentity() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
- providerIdentity() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Configured provider identity.
- providerIdentity() - Method in interface io.helidon.builder.codegen.OptionProvider
-
Configured provider identity.
- providerIdentity(Option.Provider.Identity) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Configured provider identity.
- providerInterface() - Method in class io.helidon.service.registry.ServiceLoader__ServiceDescriptor
-
Type name of the provider interface this service implementation implements.
- providerProvides() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- providerProvides() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Types the generated prototype should provide, if this prototype is/configures a service provider.
- providerProvides() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Types the generated prototype should provide, if this prototype is/configures a service provider.
- providerProvides(Set) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Types the generated prototype should provide, if this prototype is/configures a service provider.
- ProviderRequest - Interface in io.helidon.security
-
A request sent to security providers.
- ProviderResponse(MapperProvider.Support, Mapper) - Constructor for record class io.helidon.common.mapper.spi.MapperProvider.ProviderResponse
-
Creates an instance of a
ProviderResponserecord class. - providerSelectionPolicy() - Method in interface io.helidon.security.Security
-
Configured provider selection policy.
- providerSelectionPolicy(Function) - Method in class io.helidon.security.Security.Builder
-
Set the provider selection policy.
- ProviderSelectionPolicy - Interface in io.helidon.security.spi
-
A policy that selects provider to use.
- ProviderSelectionPolicy.Providers - Interface in io.helidon.security.spi
-
Interface that is passed to a constructor of a
ProviderSelectionPolicyimplementation to supply all configured providers from security. - providerType() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
- providerType() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Type of the provider to lookup.
- providerType() - Method in interface io.helidon.builder.codegen.OptionProvider
-
Type of the provider to lookup.
- providerType() - Method in class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider
-
Type of this provider, such as "header", used when code generating error messages.
- providerType(TypeName) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Type of the provider to lookup.
- providerType(Consumer) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Type of the provider to lookup.
- providerType(Supplier) - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Type of the provider to lookup.
- provides() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- provides() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Map of provider interfaces to provider implementations provided by this module.
- provides() - Method in interface io.helidon.codegen.ModuleInfo
-
Map of provider interfaces to provider implementations provided by this module.
- provides() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- provides() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of provides directives.
- provides() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
List of provides directives.
- provides() - Element in annotation interface io.helidon.config.metadata.Configured
-
Additional types this type provides.
- provides(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of provides directives.
- provides(Map) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method replaces all values with the new ones.
- proxy() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Proxy to use when using uri.
- proxy() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- proxy() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Proxy to use when using uri.
- proxy() - Method in class io.helidon.webclient.api.ClientRequestBase
- proxy() - Method in class io.helidon.webclient.api.ConnectionKey
-
Configured
Proxy. - proxy() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Proxy configuration (may be no-proxy).
- proxy() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- proxy() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Proxy configuration to be used for requests.
- proxy() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
Proxy configuration to be used for requests.
- proxy(Proxy) - Method in interface io.helidon.webclient.api.ClientRequest
-
Proxy configuration for this specific request.
- proxy(Proxy) - Method in class io.helidon.webclient.api.ClientRequestBase
- proxy(Proxy) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Proxy configuration to be used for requests.
- proxy(Proxy) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Proxy to use when using uri.
- proxy(Consumer) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Proxy configuration to be used for requests.
- proxy(Supplier) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Proxy configuration to be used for requests.
- Proxy - Class in io.helidon.webclient.api
-
A definition of a proxy server to use for outgoing requests.
- PROXY - Enum constant in enum class io.helidon.webserver.ProxyProtocolV2Data.Command
-
The connection was established on behalf of another node, and reflects the original connection endpoints.
- PROXY_AUTHENTICATE - Static variable in class io.helidon.http.HeaderNames
-
The "Proxy-Authenticate" header name.
- PROXY_AUTHENTICATE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Proxy-Authenticate" header name.
- PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class io.helidon.http.Status
-
407 Proxy Authentication Required, see HTTP/1.1 documentation.
- PROXY_AUTHENTICATION_REQUIRED_407_CODE - Static variable in class io.helidon.http.Status
-
407 Proxy Authentication Required, see HTTP/1.1 documentation.
- PROXY_AUTHORIZATION - Static variable in class io.helidon.http.HeaderNames
-
The "Proxy-Authorization" header name.
- PROXY_AUTHORIZATION_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Proxy-Authorization" header name.
- PROXY_CONNECTION - Static variable in class io.helidon.webclient.api.ClientRequestBase
-
Proxy connection header.
- Proxy.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
Proxy. - Proxy.ProxyType - Enum Class in io.helidon.webclient.api
-
Type of the proxy.
- proxyAddress() - Method in class io.helidon.webclient.api.ProxyRoute
-
Configured or system-selected proxy address.
- proxyHost() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- proxyHost() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Host of the proxy when using URI.
- proxyOptions() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase.OtlpHttpExporterConfigImpl
- proxyOptions() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Proxy options.
- proxyOptions() - Method in interface io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig
-
Proxy options.
- proxyOptions(ProxyOptions) - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Proxy options.
- proxyPort() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- proxyPort() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Port of the proxy when using URI.
- proxyProtocol() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- proxyProtocol() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
PROXY protocol configuration.
- proxyProtocol() - Method in interface io.helidon.webserver.ListenerConfig
-
PROXY protocol configuration.
- proxyProtocol(ProxyProtocolConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
PROXY protocol configuration.
- proxyProtocol(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
PROXY protocol configuration.
- proxyProtocol(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
PROXY protocol configuration.
- ProxyProtocolConfig - Interface in io.helidon.webserver
-
Configuration of PROXY protocol support.
- ProxyProtocolConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
ProxyProtocolConfig. - ProxyProtocolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
ProxyProtocolConfig. - ProxyProtocolConfig.BuilderBase.ProxyProtocolConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ProxyProtocolConfigImpl(ProxyProtocolConfig.BuilderBase) - Constructor for class io.helidon.webserver.ProxyProtocolConfig.BuilderBase.ProxyProtocolConfigImpl
-
Create an instance providing a builder.
- proxyProtocolData() - Method in interface io.helidon.webserver.ConnectionContext
-
Proxy protocol header data.
- proxyProtocolData() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Proxy protocol header data.
- proxyProtocolData() - Method in interface io.helidon.webserver.http.ServerRequest
-
Access proxy protocol data for the connection on which this request was sent.
- ProxyProtocolData - Interface in io.helidon.webserver
-
Proxy protocol data parsed by
ProxyProtocolHandler. - ProxyProtocolData.Family - Enum Class in io.helidon.webserver
-
Protocol family.
- ProxyProtocolData.Protocol - Enum Class in io.helidon.webserver
-
Protocol type.
- ProxyProtocolV2Data - Interface in io.helidon.webserver
-
Binary (V2) Proxy protocol data parsed by
ProxyProtocolHandler. - ProxyProtocolV2Data.Command - Enum Class in io.helidon.webserver
-
The proxy command.
- ProxyProtocolV2Data.Tlv - Interface in io.helidon.webserver
-
A Tag-Length-Value vector.
- ProxyProtocolV2Data.Tlv.Alpn - Record Class in io.helidon.webserver
-
Application-Layer Protocol Negotiation (ALPN).
- ProxyProtocolV2Data.Tlv.Authority - Record Class in io.helidon.webserver
-
Contains the host name value passed by the client, as an UTF8-encoded string.
- ProxyProtocolV2Data.Tlv.Crc32c - Record Class in io.helidon.webserver
-
The value of the type PP2_TYPE_CRC32C is a 32-bit number storing the CRC32c checksum of the PROXY protocol header.
- ProxyProtocolV2Data.Tlv.Netns - Record Class in io.helidon.webserver
-
Defines the value as the US-ASCII string representation of the namespace's name.
- ProxyProtocolV2Data.Tlv.Noop - Record Class in io.helidon.webserver
-
The TLV of this type should be ignored when parsed.
- ProxyProtocolV2Data.Tlv.Ssl - Record Class in io.helidon.webserver
-
Contains information about the SSL presented by the proxied client.
- ProxyProtocolV2Data.Tlv.SslCipher - Record Class in io.helidon.webserver
-
The name of the used cipher, for example "ECDHE-RSA-AES128-GCM-SHA256".
- ProxyProtocolV2Data.Tlv.SslCn - Record Class in io.helidon.webserver
-
Contains the representation of the Common Name field (OID: 2.5.4.3) of the client certificate's Distinguished Name.
- ProxyProtocolV2Data.Tlv.SslKeyAlg - Record Class in io.helidon.webserver
-
The name of the algorithm used to generate the key of the certificate presented by the frontend when the incoming connection was made over an SSL/TLS transport layer, for example "RSA2048".
- ProxyProtocolV2Data.Tlv.SslSigAlg - Record Class in io.helidon.webserver
-
The name of the algorithm used to sign the certificate presented by the frontend when the incoming connection was made over an SSL/TLS transport layer, for example "SHA256".
- ProxyProtocolV2Data.Tlv.SslVersion - Record Class in io.helidon.webserver
-
Contains informatino about the version of the TLS protocol used.
- ProxyProtocolV2Data.Tlv.UniqueId - Record Class in io.helidon.webserver
-
The value of the type PP2_TYPE_UNIQUE_ID is an opaque byte sequence of up to 128 bytes generated by the upstream proxy that uniquely identifies the connection.
- ProxyProtocolV2Data.Tlv.Unregistered - Record Class in io.helidon.webserver
-
A TLV whose type is not defined in the protocol specification.
- proxyRoute() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Effective proxy route selected for this target.
- proxyRoute() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Effective proxy route.
- ProxyRoute - Class in io.helidon.webclient.api
-
Effective proxy route selected for one logical WebClient target.
- ProxyRoute.Kind - Enum Class in io.helidon.webclient.api
-
Effective route kind.
- PUBLIC - Enum constant in enum class io.helidon.common.types.AccessModifier
-
Public access modifier.
- PUBLIC_KEY_PINS - Static variable in class io.helidon.http.HeaderNames
-
The "Public-Key-Pins" header name.
- PUBLIC_KEY_PINS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Public-Key-Pins" header name.
- publicCert() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- publicCert() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The public X.509 Certificate if configured.
- publicCert() - Method in interface io.helidon.common.pki.Keys
-
The public X.509 Certificate if configured.
- publicCert(X509Certificate) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The public X.509 Certificate if configured.
- publicCredential(Class) - Method in class io.helidon.security.Subject
-
Get public credential for the specified type.
- publicKey() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- publicKey() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The public key of this config if configured.
- publicKey() - Method in interface io.helidon.common.pki.Keys
-
The public key of this config if configured.
- publicKey() - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- publicKey() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a public key from PEM format from a resource definition.
- publicKey() - Method in interface io.helidon.common.pki.PemKeys
-
Read a public key from PEM format from a resource definition.
- publicKey() - Method in class io.helidon.security.jwt.jwk.JwkEC
-
Public key.
- publicKey() - Method in class io.helidon.security.jwt.jwk.JwkRSA
-
Public key.
- publicKey(Resource) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a public key from PEM format from a resource definition.
- publicKey(ResourceConfig) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a public key from PEM format from a resource definition.
- publicKey(ECPublicKey) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Set the public key to be used for performing security operations requiring public key, such as signature verification, encrypting/decrypting data etc.
- publicKey(RSAPublicKey) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Set the public key to be used for performing security operations requiring public key, such as signature verification, encrypting/decrypting data etc.
- publicKey(PublicKey) - Method in class io.helidon.common.crypto.AsymmetricCipher.Builder
-
Public key which should be used for encryption.
- publicKey(PublicKey) - Method in class io.helidon.common.crypto.Signature.Builder
-
Set public key which should be used for signature verification.
- publicKey(PublicKey) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The public key of this config if configured.
- publicKey(Consumer) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a public key from PEM format from a resource definition.
- publicKey(Supplier) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read a public key from PEM format from a resource definition.
- publicKeyConfig(Keys) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
For algorithms based on public/private key (such as rsa-sha256), this provides access to the public key of the client.
- publish(LogRecord) - Method in class io.helidon.common.testing.junit5.InMemoryLoggingHandler
- publish(LogRecord) - Method in class io.helidon.logging.jul.HelidonConsoleHandler
- publishers() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- publishers() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Metrics publishers which make the metrics data available to external systems.
- publishers() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Metrics publishers which make the metrics data available to external systems.
- publishers(List) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Metrics publishers which make the metrics data available to external systems.
- publishersConfigured() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Indicates if publishers were specified, either by the application adding any programmatically or if the config contained the
publishersnode. - publishersDiscoverServices() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Service discovery flag for
MetricsConfig.BuilderBase.publishers(). - publishersDiscoverServices(boolean) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Service discovery flag for
MetricsConfig.BuilderBase.publishers(). - publishPercentileHistogram() - Method in interface io.helidon.metrics.api.DistributionSummary.Builder
-
Returns whether to publsh percentile histogram.
- publishPercentileHistogram() - Method in interface io.helidon.metrics.api.Timer.Builder
-
Returns the setting for publishing percentile histogram.
- publishPercentileHistogram(boolean) - Method in interface io.helidon.metrics.api.DistributionSummary.Builder
-
Sets whether to publish a percentile histogram.
- publishPercentileHistogram(boolean) - Method in interface io.helidon.metrics.api.Timer.Builder
-
Prepares the timer to publish a percentile histogram.
- PULL_PUBLISHERS_PRESENT - Static variable in interface io.helidon.metrics.api.MetricsFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.since 27.0.0, for removal. This constant is no longer used because publisher availability is specific to each meter registry.
- pullData() - Method in class io.helidon.common.buffers.DataReader
-
Pull next data.
- PUSH_PROMISE - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Push promise frame (not supported by this server).
- PUSH_PROMISE - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Push promise frame types.
- put() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for put method with default path.
- put(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- put(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a put route.
- put(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for put method with a path.
- put(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- put(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a put route.
- put(String, Object) - Method in class io.helidon.security.util.AbacSupport.BasicAttributes
-
Put a new attribute to this instance.
- put(String, Object) - Method in interface io.helidon.testing.junit5.suite.Storage
-
Store value under provided
keyin the storage. - put(String, String) - Method in interface io.helidon.logging.common.spi.MdcProvider
-
Set value to the specific logging framework MDC storage.
- put(String, String) - Method in class io.helidon.logging.jul.JulMdcProvider
- put(String, String) - Method in class io.helidon.logging.log4j.Log4jMdcProvider
- put(String, String) - Method in class io.helidon.logging.slf4j.Slf4jMdcProvider
- put(URI, Map) - Method in class io.helidon.webclient.api.WebClientCookieManager
- put(K, V) - Method in interface io.helidon.common.LruCache
-
Put a value to the cache.
- PUT - Static variable in class io.helidon.http.Method
-
The PUT method requests that the enclosed entity be stored under the supplied Request-URI.
- PUT_NAME - Static variable in class io.helidon.http.Method
-
"PUT" method name.
- putAll(ClassToInstanceStore) - Method in class io.helidon.security.ClassToInstanceStore
-
Put all mappings from another instance.
- putBooleanAttribute(String, Boolean) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Boolean attributes.
- putBooleanTracerTag(String, Boolean) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with boolean values added to all reported spans.
- putContentType(String, MediaType) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Maps a filename extension to the response content type.
- putContentType(String, MediaType) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Maps a filename extension to the response content type.
- putContractInstance(TypeName, Object) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Put an instance of a contract.
- putContractInstance(Class, Object) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Put an instance of a contract.
- putDefaultCookie(String, String) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Map of default cookies to include in all requests if cookies enabled.
- putDoubleAttribute(String, Double) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Double attributes.
- putExporter(String, MetricExporter) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Metric exporter configurations, configurable using
MetricExporterConfig. - putExports(String, List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method adds a new value to the map, or replaces it if the key already exists.
- putHealthCheckProperty(String, String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the connection pool health check.
- putInstance(Class, U) - Method in class io.helidon.security.ClassToInstanceStore
-
Put an explicit class to instance mapping.
- putInstance(U) - Method in class io.helidon.security.ClassToInstanceStore
-
Put an instance with implicit class mapping into this store.
- putIntTracerTag(String, Integer) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer level tags with integer values added to all reported spans.
- putListenerSocketOption(SocketOption, TYPE) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Server listener socket options.
- putLongAttribute(String, Long) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Long attributes.
- putMethod(String, GrpcClientMethodDescriptor) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Map of names to gRPC method descriptors.
- putOpen(String, List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method adds a new value to the map, or replaces it if the key already exists.
- putOrReplace(String, Object) - Method in interface io.helidon.testing.junit5.suite.Storage
-
Store value under provided
keyin the storage. - putPreCompressedEncoding(String, String) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; handler mappings replace inherited feature-level mappings rather than merging with them, an explicit empty map disables sidecar lookups for this handler, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - putPreCompressedEncoding(String, String) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Pre-compressed content coding to file suffix mappings; defaults include br to br and gzip to gz, handler-level mappings replace these mappings rather than merging with them, an explicit empty map disables sidecar lookups by default, codings must be unique concrete valid HTTP tokens other than
identityand*, and suffixes have leading dots ignored and must not contain path separators. - putProperty(String, AnnotationProperty) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Properties defined on this annotation.
- putProperty(String, Boolean) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Jackson configuration properties.
- putProperty(String, Object) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Jsonb configuration properties.
- putProperty(String, String) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Additional persistence unit or connection properties.
- putProperty(String, String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- putProperty(String, String) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Add properties (name/value pair) that will be used to configure the DataSource/Driver.
- putProperty(String, String) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Properties configured for this client.
- putProvide(TypeName, List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method adds a new value to the map, or replaces it if the key already exists.
- putReferencedModuleName(TypeName, String) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Populated if the (external) module name containing the type is known.
- putReferencedTypeNamesToAnnotation(TypeName, List) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Any Map, List, Set, or method that has
TypeName.typeArguments()will be analyzed and any type arguments will have its annotations added here. - putScope(String, ScopeConfig) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- putScope(String, Consumer) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- putServiceInstance(ServiceDescriptor, TYPE) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually register initial bindings for some of the services in the registry.
- putSocket(String, ListenerConfig) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Socket configurations.
- putSocket(String, Consumer) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Socket configurations.
- putSocketOption(SocketOption, TYPE) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Arbitrary socket options.
- putStringAttribute(String, String) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
String attributes.
- putTracerTag(String, String) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with
Stringvalues added to all reported spans. - putUpgrader(String, Http1Upgrader) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Upgraders to support upgrading from HTTP/1.1 to a different protocol (such as
websocket). - putValue(String, String) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Values to be exposed using this observability endpoint.
Q
- q() - Method in interface io.helidon.http.encoding.AcceptEncoding.CodingQuality
-
Quality.
- q(double) - Method in class io.helidon.http.HttpMediaType.Builder
-
Quality factor parameter to use.
- QUALIFIED - Enum constant in enum class io.helidon.service.registry.FactoryType
-
The service implements a
Service.QualifiedFactory. - QualifiedFactoryInterceptionWrapper(Service.QualifiedFactory) - Constructor for class io.helidon.service.registry.GeneratedService.QualifiedFactoryInterceptionWrapper
-
Creates a new instance delegating service instantiation to the provided qualified factory.
- Qualifier - Interface in io.helidon.service.registry
-
Represents a qualifier annotation (a specific case of annotations, annotated with
Service.Qualifier). - Qualifier.Builder - Class in io.helidon.service.registry
-
Fluent API builder for
Qualifier. - Qualifier.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.registry
-
Fluent API builder base for
Qualifier. - Qualifier.BuilderBase.QualifierImpl - Class in io.helidon.service.registry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- QualifierImpl(Qualifier.BuilderBase) - Constructor for class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Create an instance providing a builder.
- qualifiers() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- qualifiers() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of qualifiers for this option.
- qualifiers() - Method in interface io.helidon.builder.codegen.OptionInfo
-
List of qualifiers for this option.
- qualifiers() - Method in interface io.helidon.common.mapper.Mapper
-
Qualifiers of the mapper.
- qualifiers() - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- qualifiers() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- qualifiers() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- qualifiers() - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- qualifiers() - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- qualifiers() - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- qualifiers() - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- qualifiers() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- qualifiers() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- qualifiers() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The qualifier type annotations on this element.
- qualifiers() - Method in interface io.helidon.service.registry.Dependency
-
The qualifier type annotations on this element.
- qualifiers() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- qualifiers() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Qualifier's.
- qualifiers() - Method in interface io.helidon.service.registry.Lookup
-
The managed service assigned Qualifier's.
- qualifiers() - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- qualifiers() - Method in interface io.helidon.service.registry.Service.QualifiedInstance
-
Qualifiers of the instance.
- qualifiers() - Method in interface io.helidon.service.registry.ServiceInfo
-
Service qualifiers.
- qualifiers() - Method in class io.helidon.service.registry.VirtualDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- qualifiers() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- qualifiers(List) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
List of qualifiers for this option.
- qualifiers(Set) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The qualifier type annotations on this element.
- qualifiers(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Qualifier's.
- qualifierType() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- qualifierType() - Method in interface io.helidon.service.registry.GeneratedService.QualifiedFactoryDescriptor
-
Type of qualifier a
Service.QualifiedFactoryprovides. - QUALITY_FACTOR_PARAMETER - Static variable in interface io.helidon.http.HttpMediaType
-
The media type quality factor "q" parameter name.
- qualityFactor() - Method in interface io.helidon.http.HttpMediaType
-
Quality factor, if not defined, defaults to 1.
- query() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
URI Query of the request.
- query() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- query() - Method in interface io.helidon.common.uri.UriInfo
-
URI Query of the request.
- query() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.Query
-
Generated data query
String. - query() - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Set health check statement type to query.
- query() - Method in class io.helidon.http.HttpPrologue
-
Query of the request.
- query() - Method in class io.helidon.webclient.api.ClientUri
- query() - Method in interface io.helidon.webserver.http.HttpRequest
-
Query of the request.
- query(UriQuery) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
URI Query of the request.
- query(OpenApiDocument.Operation) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Set the OpenAPI 3.2 query operation.
- query(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute a database query using a statement passed as an argument.
- query(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Set the OpenAPI 3.2 query operation.
- QUERY - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI query component type, encoded using application/x-www-form-urlencoded rules.
- QUERY - Enum constant in enum class io.helidon.common.uri.UriValidationException.Segment
-
URI Query.
- QUERY - Enum constant in enum class io.helidon.data.jdbc.Jdbc.ExecutionType
-
Executes the statement as a query and maps its rows.
- QUERY - Enum constant in enum class io.helidon.dbclient.DbStatementType
-
Query is statement that returns zero or more results.
- QUERY - Enum constant in enum class io.helidon.declarative.codegen.graphql.server.GraphQlResolverKind
-
Top-level GraphQL query resolver.
- QUERY - Static variable in class io.helidon.http.Method
-
The QUERY method requests that the target resource process the enclosed content in a safe and idempotent manner.
- QUERY_NAME - Static variable in class io.helidon.http.Method
-
"QUERY" method name.
- QUERY_PARAM - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI query component type that is a query parameter, encoded using application/x-www-form-urlencoded rules (space character is encoded as
+). - QUERY_PARAM_SPACE_ENCODED - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI query component type that is a query parameter, encoded using application/x-www-form-urlencoded (space character is encoded as
%20). - queryBuilder() - Method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Query code builder from persistence provider generator.
- queryBuilder(RepositoryInfo) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator
-
Provider specific data query code builder.
- queryParam(String, TokenHandler) - Method in class io.helidon.webserver.security.SecurityHandler
-
Add a query parameter extraction configuration.
- queryParam(String, String) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Add a single-value query parameter.
- queryParam(String, String...) - Method in interface io.helidon.webclient.api.ClientRequest
-
Add query parameter.
- queryParam(String, String...) - Method in class io.helidon.webclient.api.ClientRequestBase
- queryParam(String, List) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Add a multivalued query parameter.
- queryParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- queryParameters() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- queryParameters() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Query parameters (if defined).
- queryParameters(List) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- QueryParameters - Class in io.helidon.data.codegen.query
-
Query parameters with code generation implemented.
- QueryParameters.Parameter - Interface in io.helidon.data.codegen.query
-
JDQL parameter.
- QueryParameters.Type - Enum Class in io.helidon.data.codegen.query
-
Query parameter type.
- QueryParametersParser - Class in io.helidon.data.codegen.parser
-
Query parameters parser.
- queryParamHandlers() - Method in class io.helidon.webserver.security.SecurityHandler
-
List of query parameter handlers.
- QueryParamMapping - Class in io.helidon.security
-
Definition of a map to bind a query param to a header.
- queryParamName() - Method in class io.helidon.security.QueryParamMapping
-
Name of the query parameter to map.
- queryParams() - Method in class io.helidon.security.SecurityEnvironment
-
Query parameters obtained from the request.
- queryParams() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Query parameter handler(s).
- queryParams() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- queryParams() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
Query parameter handler(s).
- queryParams(UriQuery) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Add query parameters of the request.
- queryParams(List) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Query parameter handler(s).
- queryReturntype(DataQuery) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Retrieve return type of the provided
DataQuery. - queryTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
- queryTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- queryTimeout() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
- queryTimeout(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the number of seconds the driver will wait for a Statement object to execute to the given number of seconds.
- QUESTION_MARK_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
?byte. - queueCapacity() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Queue capacity of the thread pool executor.
- queueCapacity() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- queueCapacity() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Queue capacity of the thread pool executor.
- queueCapacity() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Maximum number of admitted deliveries waiting for execution.
- queueCapacity() - Method in interface io.helidon.messaging.MessagingConfig
-
Maximum number of admitted deliveries waiting for execution.
- queueCapacity() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Maximum number of admitted tasks that may wait for an execution slot; must be zero or greater.
- queueCapacity() - Method in interface io.helidon.messaging.MessagingExecutionConfig
-
Maximum number of admitted tasks that may wait for an execution slot; must be zero or greater.
- queueCapacity(int) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Queue capacity of the thread pool executor.
- queueCapacity(int) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Maximum number of admitted deliveries waiting for execution.
- queueCapacity(int) - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Maximum number of admitted tasks that may wait for an execution slot; must be zero or greater.
- queueLength() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- queueLength() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
How many requests can be enqueued waiting for a permit after the max limit is reached.
- queueLength() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
How many requests can be enqueued waiting for a permit after the max limit is reached.
- queueLength() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- queueLength() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
How many requests can be enqueued waiting for a permit.
- queueLength() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
How many requests can be enqueued waiting for a permit.
- queueLength() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
How many requests can be enqueued waiting for a permit.
- queueLength() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- queueLength() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
How many requests can be enqueued waiting for a permit.
- queueLength() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- queueLength() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Maximal number of enqueued requests waiting for processing.
- queueLength() - Method in interface io.helidon.faulttolerance.BulkheadConfig
-
Maximal number of enqueued requests waiting for processing.
- queueLength() - Element in annotation interface io.helidon.faulttolerance.Ft.Bulkhead
-
Maximal number of enqueued requests waiting for processing.
- queueLength(int) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
How many requests can be enqueued waiting for a permit after the max limit is reached.
- queueLength(int) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
How many requests can be enqueued waiting for a permit.
- queueLength(int) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
How many requests can be enqueued waiting for a permit.
- queueLength(int) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Maximal number of enqueued requests waiting for processing.
- queueListeners() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- queueListeners() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Queue listeners of this bulkhead.
- queueListeners() - Method in interface io.helidon.faulttolerance.BulkheadConfig
-
Queue listeners of this bulkhead.
- queueListeners(List) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Queue listeners of this bulkhead.
- queueSize() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- queueSize() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Length of the in-memory queue that buffers log messages from loggers before sending them over the network.
- queueSize() - Method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
Length of the in-memory queue that buffers log messages from loggers before sending them over the network.
- queueSize(int) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Length of the in-memory queue that buffers log messages from loggers before sending them over the network.
- queueTimeout() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- queueTimeout() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
How long to wait for a permit when enqueued.
- queueTimeout() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
How long to wait for a permit when enqueued.
- queueTimeout() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- queueTimeout() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
How long to wait for a permit when enqueued.
- queueTimeout() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
How long to wait for a permit when enqueued.
- queueTimeout() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
How long to wait for a permit when enqueued.
- queueTimeout() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- queueTimeout() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
How long to wait for a permit when enqueued.
- queueTimeout(Duration) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
How long to wait for a permit when enqueued.
- queueTimeout(Duration) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
How long to wait for a permit when enqueued.
- queueTimeout(Duration) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
How long to wait for a permit when enqueued.
- QUIC_TLS - Enum constant in enum class io.helidon.http.HttpTransportObserver.Handshake
-
TLS integrated with QUIC.
R
- RandomSupplier(ClientUri[]) - Constructor for class io.helidon.webclient.grpc.ClientUriSuppliers.RandomSupplier
-
Creates a random supplier.
- range(int, int) - Static method in interface io.helidon.common.reactive.Multi
-
Emits a range of ever increasing integers.
- RANGE - Static variable in class io.helidon.http.HeaderNames
-
The "Range" header name.
- RANGE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Range" header name.
- rangeLong(long, long) - Static method in interface io.helidon.common.reactive.Multi
-
Emits a range of ever increasing longs.
- rapidResetCheckPeriod() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- rapidResetCheckPeriod() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Period for counting rapid resets(stream RST sent by client before any data have been sent by server).
- rapidResetCheckPeriod() - Method in interface io.helidon.webserver.http2.Http2Config
-
Period for counting rapid resets(stream RST sent by client before any data have been sent by server).
- rapidResetCheckPeriod(Duration) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Period for counting rapid resets(stream RST sent by client before any data have been sent by server).
- rateLimitingAlgorithm() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
The rate limiting algorithm to apply.
- rateLimitingAlgorithm() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- rateLimitingAlgorithm() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
The rate limiting algorithm to apply.
- rateLimitingAlgorithm(RateLimitingAlgorithmType) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
The rate limiting algorithm to apply.
- RateLimitingAlgorithmType - Enum Class in io.helidon.common.concurrency.limits
-
Rate limiting algorithms controlling the generation of tokens for requests.
- RATIO - Enum constant in enum class io.helidon.tracing.SamplerType
-
Sampling of a proportion [0.0, 1.0] of spans.
- rawBinaryEnabled() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to allow raw binary values in Smile content.
- rawBinaryEnabled() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- rawBinaryEnabled() - Method in interface io.helidon.json.smile.SmileConfig
-
Whether to allow raw binary values in Smile content.
- rawBinaryEnabled(boolean) - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to allow raw binary values in Smile content.
- rawPath() - Method in interface io.helidon.common.uri.UriPath
-
Path as it was received on the wire (Server request), or path as it will be sent over the wire (Client request).
- rawPathNoParams() - Method in interface io.helidon.common.uri.UriPath
-
Path as it was received on the wire (Server request), or path as it will be sent over the wire (Client request) WITHOUT matrix parameters.
- rawProtocol() - Method in class io.helidon.http.HttpPrologue
-
Raw protocol, should be
HTTP/1.1orHTTP/2in most cases. - rawType() - Method in class io.helidon.common.GenericType
-
Returns the object representing the class or interface that declared the type represented by this generic type instance.
- rawType() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The raw type name.
- rawType() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- rawType() - Method in interface io.helidon.common.types.TypeInfo
-
The raw type name.
- rawType(TypeName) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The raw type name.
- rawType(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The raw type name.
- rawType(Supplier) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The raw type name.
- rawValue() - Method in class io.helidon.common.uri.UriFragment
-
Raw (encoded) value of the fragment.
- rawValue() - Method in interface io.helidon.common.uri.UriPathSegment
-
The raw text value (encoded) of this path segment.
- rawValue() - Method in interface io.helidon.common.uri.UriQuery
-
Query fully encoded, without the leading
?character. - rawValue() - Method in class io.helidon.dbclient.DbColumnBase
-
Get raw value of the database column.
- rawValueNoParams() - Method in interface io.helidon.common.uri.UriPathSegment
-
The raw text value (encoded) of this path segment without matrix parameters.
- read() - Method in class io.helidon.codegen.JavadocReader
-
Parse the document.
- read() - Method in interface io.helidon.common.buffers.BufferData
-
Read a single byte from this buffer.
- read() - Method in class io.helidon.common.buffers.DataReader
-
Read 1 byte.
- read() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Reads a buffer data from the stream.
- read(byte[]) - Method in interface io.helidon.common.buffers.BufferData
-
Read bytes from this buffer into the provided buffer.
- read(byte[], int, int) - Method in interface io.helidon.common.buffers.BufferData
-
Read bytes from this buffer into the provided buffer.
- read(BufferData) - Method in interface io.helidon.http.http2.Http2Setting
-
Read setting value from the frame buffer.
- read(GenericType, InputStream, Headers) - Method in interface io.helidon.http.media.EntityReader
-
Read server request entity and close the stream.
- read(GenericType, InputStream, Headers, Headers) - Method in interface io.helidon.http.media.EntityReader
-
Read client response entity and close the stream.
- read(SocketContext, DataReader, int) - Static method in class io.helidon.websocket.ClientWsFrame
-
Read client frame from request data.
- read(SocketContext, DataReader, int) - Static method in class io.helidon.websocket.ServerWsFrame
-
Read server frame from request data.
- read(DbRow) - Method in interface io.helidon.dbclient.DbMapper
-
Read database row and convert it to target type instance.
- read(DbRow) - Method in class io.helidon.dbclient.json.JsonMapper
- read(DbRow) - Method in class io.helidon.dbclient.jsonp.JsonProcessingMapper
-
Get a JSON-P representation of this row.
- read(DbRow, GenericType) - Method in interface io.helidon.dbclient.DbMapperManager
-
Read database row into a typed value.
- read(DbRow, Class) - Method in interface io.helidon.dbclient.DbMapperManager
-
Read database row into a typed value.
- read(JsonObject) - Static method in class io.helidon.openapi.v30.OpenApiDocumentReader
-
Read a document.
- read(ByteBuffer) - Method in class io.helidon.common.socket.NioSocket
-
Read from the underlying socket/channel into the provided buffer.
- ReadableEntity - Interface in io.helidon.http.media
-
Readable HTTP entity.
- ReadableEntityBase - Class in io.helidon.http.media
-
Base for readable entities.
- ReadableEntityBase(Consumer, Function, Runnable, long) - Constructor for class io.helidon.http.media.ReadableEntityBase
-
Create a new base.
- ReadableEntityBase(Function, Runnable, long) - Constructor for class io.helidon.http.media.ReadableEntityBase
-
Create a new base.
- ReadablePart - Interface in io.helidon.http.media.multipart
-
A single part of a multipart message.
- readAllBytes() - Method in class io.helidon.http.media.ReadableEntityBase
-
Read all bytes of the entity into memory.
- readAsciiString(int) - Method in class io.helidon.common.buffers.DataReader
-
Read ascii string.
- readBigDecimal() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as
BigDecimal. - readBigDecimal() - Method in class io.helidon.json.ObjectStartParser
- readBigDecimal() - Method in class io.helidon.json.smile.SmileParser
- readBigInteger() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as
BigInteger. - readBigInteger() - Method in class io.helidon.json.ObjectStartParser
- readBigInteger() - Method in class io.helidon.json.smile.SmileParser
- readBinary() - Method in interface io.helidon.json.JsonParser
-
Reads a binary value.
- readBinary() - Method in class io.helidon.json.ObjectStartParser
- readBinary() - Method in class io.helidon.json.smile.SmileParser
- readBoolean() - Method in interface io.helidon.json.JsonParser
-
Reads a boolean value from the current position.
- readBoolean() - Method in class io.helidon.json.ObjectStartParser
- readBoolean() - Method in class io.helidon.json.smile.SmileParser
- readBuffer() - Method in class io.helidon.common.buffers.DataReader
-
Read next buffer.
- readBuffer(int) - Method in class io.helidon.common.buffers.DataReader
-
Read next buffer of defined size.
- readByte() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as a byte.
- readByte() - Method in class io.helidon.json.ObjectStartParser
- readByte() - Method in class io.helidon.json.smile.SmileParser
- readBytes() - Method in interface io.helidon.common.buffers.BufferData
-
Read the content of this data as bytes.
- readBytes(int) - Method in class io.helidon.common.buffers.DataReader
-
Read byte array.
- readCertificates(InputStream) - Static method in class io.helidon.common.pki.PemReader
-
Reads a certificate-based input stream and converts it to a list of
X509Certificates. - readChar() - Method in interface io.helidon.json.JsonParser
-
Reads a char value from the current position.
- readChar() - Method in class io.helidon.json.ObjectStartParser
- readChar() - Method in class io.helidon.json.smile.SmileParser
- readContinueTimeout() - Method in class io.helidon.webclient.api.ClientRequestBase
- readContinueTimeout() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Read 100-Continue timeout.
- readContinueTimeout() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- readContinueTimeout() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket 100-Continue read timeout.
- readContinueTimeout() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Socket 100-Continue read timeout.
- readContinueTimeout(Duration) - Method in interface io.helidon.webclient.api.ClientRequest
-
Read 100-Continue timeout for this request.
- readContinueTimeout(Duration) - Method in class io.helidon.webclient.api.ClientRequestBase
- readContinueTimeout(Duration) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket 100-Continue read timeout.
- readDataAndDigest(Path) - Static method in class io.helidon.config.FileSourceHelper
-
Read data and its digest in the same go.
- readDate() - Method in class io.helidon.http.ContentDisposition
-
Get the value of the
modification-dateparameter that can be used to indicate the date at which the file was last read. - readDate(ZonedDateTime) - Method in class io.helidon.http.ContentDisposition.Builder
-
Set the content disposition
read-dateparameter. - readDouble() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as a double.
- readDouble() - Method in class io.helidon.json.ObjectStartParser
- readDouble() - Method in class io.helidon.json.smile.SmileParser
- readEntityFunction() - Method in class io.helidon.http.media.ReadableEntityBase
-
Function to request entity bytes.
- reader() - Method in interface io.helidon.webclient.api.ClientConnection
-
Data reader providing response bytes.
- reader() - Method in class io.helidon.webclient.api.TcpClientConnection
- reader() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- reader(GenericType, Headers) - Method in class io.helidon.http.media.FormParamsSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.jackson.JacksonSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.json.JsonSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.json.smile.SmileSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.jsonb.JsonbSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.jsonp.JsonpSupport
- reader(GenericType, Headers) - Method in interface io.helidon.http.media.MediaContext
-
Reader for entity.
- reader(GenericType, Headers) - Method in interface io.helidon.http.media.MediaSupport
-
Reader for an entity.
- reader(GenericType, Headers) - Method in class io.helidon.http.media.multipart.MultiPartSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.PathSupport
- reader(GenericType, Headers) - Method in class io.helidon.http.media.StringSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.FormParamsSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.jackson.JacksonSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.json.JsonSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.json.smile.SmileSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.jsonb.JsonbSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.jsonp.JsonpSupport
- reader(GenericType, Headers, Headers) - Method in interface io.helidon.http.media.MediaContext
-
Reader for client response entity.
- reader(GenericType, Headers, Headers) - Method in interface io.helidon.http.media.MediaSupport
-
Client response reader.
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.multipart.MultiPartSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.PathSupport
- reader(GenericType, Headers, Headers) - Method in class io.helidon.http.media.StringSupport
- readerConfigs() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- readerConfigs() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Settings for metric readers.
- readerFactory() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- readerFactory() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Jsonp reader factory.
- readerFactory() - Method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Jsonp reader factory.
- readerFactory(JsonReaderFactory) - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Jsonp reader factory.
- ReaderResponse(MediaSupport.SupportLevel, Supplier) - Constructor for record class io.helidon.http.media.MediaSupport.ReaderResponse
-
Creates an instance of a
ReaderResponserecord class. - readers() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- readers() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Constructed metric readers.
- readers() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Constructed metric readers.
- readers(List) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Constructed metric readers.
- readFloat() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as a float.
- readFloat() - Method in class io.helidon.json.ObjectStartParser
- readFloat() - Method in class io.helidon.json.smile.SmileParser
- readFrameHeader(DataReader, int) - Static method in class io.helidon.websocket.ClientWsFrame
-
Read a WebSocket frame header.
- readFrameHeader(DataReader, int) - Static method in class io.helidon.websocket.ServerWsFrame
-
Read a WebSocket frame header.
- readFrom(InputStream) - Method in interface io.helidon.common.buffers.BufferData
-
Read bytes from the input stream.
- readFrom(ByteBuffer) - Method in interface io.helidon.common.buffers.BufferData
-
Read bytes from the provided buffer.
- readHeaders() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Reads headers from this stream.
- readHeaders(DataReader, int, boolean) - Static method in class io.helidon.http.Http1HeadersParser
-
Read headers from the provided reader.
- readHeaders(HttpPrologue) - Method in class io.helidon.webserver.http1.Http1Headers
-
Read headers.
- readHpackInt(int, int) - Method in interface io.helidon.common.buffers.BufferData
-
HPack integer value (may be 1 or more bytes).
- READINESS - Enum constant in enum class io.helidon.health.HealthCheckType
-
Readiness health check.
- readInt() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as an int.
- readInt() - Method in class io.helidon.json.ObjectStartParser
- readInt() - Method in class io.helidon.json.smile.SmileParser
- readInt(BufferData, int, int) - Static method in class io.helidon.common.buffers.PrefixedIntegerCodec
-
Read a prefixed integer into an
int. - readInt16() - Method in interface io.helidon.common.buffers.BufferData
-
Read 16-bit integer.
- readInt24() - Method in interface io.helidon.common.buffers.BufferData
-
Read a 24-bit integer.
- readInt32() - Method in interface io.helidon.common.buffers.BufferData
-
Read 32-bit integer.
- readJsonArray() - Method in interface io.helidon.json.JsonParser
-
Reads a JSON array from the current position.
- readJsonArray() - Method in class io.helidon.json.JsonParserBase
- readJsonArray() - Method in class io.helidon.json.ObjectStartParser
- readJsonArray() - Method in class io.helidon.json.smile.SmileParser
- readJsonNumber() - Method in interface io.helidon.json.JsonParser
-
Reads a JSON number value from the current position.
- readJsonNumber() - Method in class io.helidon.json.ObjectStartParser
- readJsonNumber() - Method in class io.helidon.json.smile.SmileParser
- readJsonObject() - Method in interface io.helidon.json.JsonParser
-
Reads a JSON object from the current position.
- readJsonObject() - Method in class io.helidon.json.JsonParserBase
- readJsonObject() - Method in class io.helidon.json.ObjectStartParser
- readJsonObject() - Method in class io.helidon.json.smile.SmileParser
- readJsonString() - Method in interface io.helidon.json.JsonParser
-
Reads a JSON string value from the current position.
- readJsonString() - Method in class io.helidon.json.ObjectStartParser
- readJsonString() - Method in class io.helidon.json.smile.SmileParser
- readJsonValue() - Method in interface io.helidon.json.JsonParser
-
Reads a complete JSON value from the current position.
- readJsonValue() - Method in class io.helidon.json.JsonParserBase
- readJsonValue() - Method in class io.helidon.json.ObjectStartParser
- readJsonValue() - Method in class io.helidon.json.smile.SmileParser
- readLazyString(Charset, int) - Method in class io.helidon.common.buffers.DataReader
-
Read the next
lenbytes as aLazyString. - readLine() - Method in class io.helidon.common.buffers.DataReader
-
Read an ascii string until new line.
- readLong() - Method in interface io.helidon.common.buffers.BufferData
-
Read 64-bit long.
- readLong() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as a long.
- readLong() - Method in class io.helidon.json.ObjectStartParser
- readLong() - Method in class io.helidon.json.smile.SmileParser
- readLong(BufferData, int, int) - Static method in class io.helidon.common.buffers.PrefixedIntegerCodec
-
Read a prefixed integer into a
long. - readNonBlocking(ByteBuffer) - Method in class io.helidon.common.socket.NioSocket
-
Read from the underlying socket/channel in non-blocking mode.
- readOne(Duration) - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Reads an HTTP2 frame from the stream.
- readOnly() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- readOnly() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Configures the Connections to be added to the pool as read-only Connections.
- readOnly() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Configures the Connections to be added to the pool as read-only Connections.
- readOnly() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- readOnly() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Whether the connection should be read only.
- readOnly() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Whether the connection should be read only.
- readOnly() - Method in class io.helidon.grpc.core.WeightedBag
-
Obtain an immutable copy of this
WeightedBag. - readOnly(boolean) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Configures the Connections to be added to the pool as read-only Connections.
- readOnly(boolean) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Whether the connection should be read only.
- readOnlyInstanceAllowed() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the read-only instance allowed value on the datasource.
- readOnlyInstanceAllowed() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- readOnlyInstanceAllowed() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the read-only instance allowed value on the datasource.
- readOnlyInstanceAllowed(boolean) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the read-only instance allowed value on the datasource.
- readOnlySlice(BufferData, int) - Static method in interface io.helidon.common.buffers.BufferData
-
Consume a range from the source and return an independently positioned read-only view of exactly that range.
- readPayload(DataReader, AbstractWsFrame.FrameHeader) - Static method in class io.helidon.websocket.ClientWsFrame
-
Read frame payload.
- readPayload(DataReader, AbstractWsFrame.FrameHeader) - Static method in class io.helidon.websocket.ServerWsFrame
-
Read frame payload.
- readPrologue() - Method in class io.helidon.webserver.http1.Http1Prologue
-
Read next prologue.
- readShort() - Method in interface io.helidon.json.JsonParser
-
Reads a numeric value as a short.
- readShort() - Method in class io.helidon.json.ObjectStartParser
- readShort() - Method in class io.helidon.json.smile.SmileParser
- readStatus(DataReader, int) - Static method in class io.helidon.webclient.http1.Http1StatusParser
-
Read the status line from HTTP/1.0 or HTTP/1.1 response.
- readString() - Method in interface io.helidon.json.JsonParser
-
Reads a string value from the current position.
- readString() - Method in class io.helidon.json.ObjectStartParser
- readString() - Method in class io.helidon.json.smile.SmileParser
- readString(int) - Method in interface io.helidon.common.buffers.BufferData
-
Read a UTF-8 string from this buffer.
- readString(int, Charset) - Method in interface io.helidon.common.buffers.BufferData
-
Read a string from this buffer.
- readString(int, Charset) - Method in class io.helidon.common.buffers.DataReader
-
Read a string.
- readStringAsHash() - Method in interface io.helidon.json.JsonParser
-
Reads a string value and returns its FNV-1a hash.
- readStringAsHash() - Method in class io.helidon.json.ObjectStartParser
- readStringAsHash() - Method in class io.helidon.json.smile.SmileParser
- readTimeout() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket read timeout.
- readTimeout() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- readTimeout() - Method in interface io.helidon.common.socket.SocketOptions
-
Socket read timeout.
- readTimeout() - Method in class io.helidon.webclient.api.ClientRequestBase
- readTimeout() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Read timeout.
- readTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- readTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Read timeout.
- readTimeout() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
Read timeout.
- readTimeout() - Method in interface io.helidon.webclient.http2.Http2StreamConfig
-
Read timeout for this stream.
- readTimeout(Duration) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket read timeout.
- readTimeout(Duration) - Method in interface io.helidon.webclient.api.ClientConnection
-
Read timeout for this connection.
- readTimeout(Duration) - Method in interface io.helidon.webclient.api.ClientRequest
-
Read timeout for this request.
- readTimeout(Duration) - Method in class io.helidon.webclient.api.ClientRequestBase
- readTimeout(Duration) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Read timeout.
- readTimeout(Duration) - Method in class io.helidon.webclient.api.TcpClientConnection
- readTimeout(Duration) - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- readUnsignedInt32() - Method in interface io.helidon.common.buffers.BufferData
-
Read 32-bit unsigned integer (must be represented as a long, as Java integer is 32-bit signed).
- realm() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Realm to use for WWW-Authenticate response (if needed).
- realm() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- realm(String) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
-
Set the realm to use when challenging users.
- realm(String) - Method in class io.helidon.security.providers.httpsign.HttpSignProvider.Builder
-
Realm to use for challenging inbound requests that do not have "Authorization" header in case header is
HttpSignHeader.AUTHORIZATIONand singatures are not optional. - realm(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Realm to return when not redirecting and an error occurs that sends back WWW-Authenticate header.
- reason() - Method in record class io.helidon.declarative.codegen.model.http.HttpStatus
-
Returns the value of the
reasonrecord component. - reason() - Method in exception class io.helidon.messaging.MessagingRejectedException
-
Rejection reason.
- reason() - Element in annotation interface io.helidon.webserver.http.RestServer.Status
-
If this is a non-standard status, add a custom reason to it.
- reasonPhrase() - Method in class io.helidon.http.Status
-
Get the reason phrase.
- receive() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Read the data from the socket.
- receivedAt() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Time the response headers were received.
- receiveListeners() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- receiveListeners() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection receive event listeners for HTTP/1.1.
- receiveListeners() - Method in interface io.helidon.webserver.http1.Http1Config
-
Connection receive event listeners for HTTP/1.1.
- receiveListeners(List) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection receive event listeners for HTTP/1.1.
- receiveLog() - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- receiveLog() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Logging of received packets.
- receiveLog() - Method in interface io.helidon.http.HttpLogConfig
-
Logging of received packets.
- receiveLog() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- receiveLog() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.
- receiveLog() - Method in interface io.helidon.webserver.http1.Http1Config
-
Deprecated, for removal: This API element is subject to removal in a future version.use
HttpConfig.log() - receiveLog(boolean) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Logging of received packets.
- receiveLog(boolean) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.
- reconnectDelay(Duration) - Method in class io.helidon.http.sse.SseEvent.Builder
-
Set reconnection delay that indicates how long the event receiver should wait before attempting to reconnect in case a connection is lost.
- reconnectMillis() - Method in class io.helidon.http.sse.SseEvent
-
Get optional reconnect for this event.
- record(double) - Method in interface io.helidon.metrics.api.DistributionSummary
-
Updates the statistics kept by the summary with the specified amount.
- record(long, TimeUnit) - Method in interface io.helidon.metrics.api.Timer
-
Updates the statistics kept by the timer with the specified amount.
- record(Runnable) - Method in interface io.helidon.metrics.api.Timer
-
Executes the
Runnablefand records the time it takes. - record(Duration) - Method in class io.helidon.common.testing.virtualthreads.PinningRecorder
-
Start async recording of
jdk.VirtualThreadPinnedJFR event. - record(Duration) - Method in interface io.helidon.metrics.api.Timer
-
Updates the statistics kept by the timer with the specified amount.
- record(Callable) - Method in interface io.helidon.metrics.api.Timer
-
Executes the
Callablefand records the time spent it, returning the callable's result. - record(Supplier) - Method in interface io.helidon.metrics.api.Timer
-
Executes the
Supplierfand records the time spent invoking the function. - RECORD - Enum constant in enum class io.helidon.common.AccessorStyle
-
Accessor are identified without the get/set prefix same as in Java records.
- RECORD - Enum constant in enum class io.helidon.common.types.ElementKind
-
Record element type kind.
- RECORD_COMPONENT - Enum constant in enum class io.helidon.common.types.ElementKind
-
Component of a record.
- RECORD_COMPONENT - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
A record component.
- recordCacheCapacity() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- recordCacheCapacity() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Configures the capacity of the cache used for resource metadata.
- recordCacheCapacity() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Configures the capacity of the cache used for resource metadata.
- recordCacheCapacity(int) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Configures the capacity of the cache used for resource metadata.
- recordMinMax() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
- recordMinMax() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Whether the min and max should be recorded.
- recordMinMax() - Method in interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
-
Whether the min and max should be recorded.
- recordMinMax() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImpl
- recordMinMax() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Whether the min and max should be recorded.
- recordMinMax() - Method in interface io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig
-
Whether the min and max should be recorded.
- recordMinMax(boolean) - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Whether the min and max should be recorded.
- recordMinMax(boolean) - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Whether the min and max should be recorded.
- recordPostProcessingWork(ServerRequest, BiConsumer) - Static method in interface io.helidon.webserver.observe.metrics.PostRequestMetricsSupport
-
Records a post-processing task to be performed once the response has been sent to the client.
- records() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
List of propagation records.
- records() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- records() - Method in interface io.helidon.webclient.context.WebClientContextConfig
-
List of propagation records.
- records() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- records() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of propagation records.
- records() - Method in interface io.helidon.webserver.context.ContextFeatureConfig
-
List of propagation records.
- records(List) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
List of propagation records.
- records(List) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of propagation records.
- recordStyle() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- recordStyle() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to use record style or bean style accessors.
- recordStyle() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Whether to use record style or bean style accessors.
- recordStyle(boolean) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to use record style or bean style accessors.
- recurringPolicy(ScheduledPollingStrategy.RecurringPolicy) - Method in class io.helidon.config.ScheduledPollingStrategy.Builder
-
Configure the recurring policy to use.
- redirect(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
By default, the client should redirect to the identity server for the user to log in.
- redirectAttemptCounterStrategy() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Strategy used to count redirects to an identity server.
- redirectAttemptCounterStrategy(RedirectAttemptCounterStrategy) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Configure the strategy used to count redirects to an identity server.
- RedirectAttemptCounterStrategy - Enum Class in io.helidon.security.providers.oidc.common
-
Strategy used to count redirects to an identity server.
- redirectAttemptParam() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Name used by the redirect attempt query parameter, or as the cookie name prefix for cookie-based counters.
- redirectAttemptParam(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Configure the redirect attempt query parameter and cookie name prefix.
- REDIRECTION - Enum constant in enum class io.helidon.http.Status.Family
-
3xxHTTP status codes. - redirectSensitiveHeaders() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- redirectSensitiveHeaders() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Request header names to strip on cross-origin redirects.
- redirectSensitiveHeaders() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Request header names to strip on cross-origin redirects.
- redirectSensitiveHeaders(Set) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Request header names to strip on cross-origin redirects.
- redirectUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Redirection URI.
- redirectUri(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
URI to register web server component on, used by the OIDC server to redirect authorization requests to after a user logs in or approves scopes.
- redirectUriWithHost() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Redirect URI with host information.
- redirectUriWithHost(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Redirect URI with host information taken from request, unless an explicit frontend uri is defined in configuration.
- reduce(BiFunction) - Method in interface io.helidon.common.reactive.Multi
-
Combine subsequent items via a callback function and emit the final value result as a Single.
- reduce(Supplier, BiFunction) - Method in interface io.helidon.common.reactive.Multi
-
Combine every upstream item with an accumulator value to produce a new accumulator value and emit the final accumulator value as a Single.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.CallbackBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Set reference.
- ref(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set reference.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.Callback
-
Create a reference callback.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.Example
-
Create a reference example.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.Header
-
Create a reference header.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.Link
-
Create a reference link.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.MediaTypeObject
-
Create a reference media type.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.Parameter
-
Create a reference parameter.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.RequestBody
-
Create a reference request body.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.Response
-
Create a reference response.
- reference(String) - Static method in class io.helidon.openapi.OpenApiDocument.SecurityScheme
-
Create a reference security scheme.
- referencedModuleNames() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Populated if the (external) module name containing the type is known.
- referencedModuleNames() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- referencedModuleNames() - Method in interface io.helidon.common.types.TypeInfo
-
Populated if the (external) module name containing the type is known.
- referencedModuleNames(Map) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Populated if the (external) module name containing the type is known.
- referencedTypeNamesToAnnotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Any Map, List, Set, or method that has
TypeName.typeArguments()will be analyzed and any type arguments will have its annotations added here. - referencedTypeNamesToAnnotations() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- referencedTypeNamesToAnnotations() - Method in interface io.helidon.common.types.TypeInfo
-
Any Map, List, Set, or method that has
TypeName.typeArguments()will be analyzed and any type arguments will have its annotations added here. - referencedTypeNamesToAnnotations(Map) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Any Map, List, Set, or method that has
TypeName.typeArguments()will be analyzed and any type arguments will have its annotations added here. - referer() - Method in interface io.helidon.http.ServerRequestHeaders
-
Optionally returns the address of the previous web page (header
HeaderNames.REFERER) from which a link to the currently requested page was followed. - REFERER - Static variable in class io.helidon.http.HeaderNames
-
The "Referer" header name.
- REFERER_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Referer" header name.
- Reflected - Annotation Interface in io.helidon.common
-
A type annotated with this annotation will be added to native image with reflection support for all methods and fields (including private).
- REFRESH - Static variable in class io.helidon.http.HeaderNames
-
The "Refresh" header name.
- REFRESH_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Refresh" header name.
- refreshTokenCookieHandler() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Cookie handler to create cookies or unset cookies for refresh token.
- refreshUrl() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlow
-
Refresh URL.
- REFUSED_STREAM - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint refused the stream prior to performing any application processing (see Section 8.1.4 for details).
- register(Resumable) - Method in interface io.helidon.common.resumable.ResumableSupport
-
Registers a
Resumableas a listener for suspend and resume. - register(ResolvedType, Consumer, Set) - Method in interface io.helidon.service.registry.EventManager
-
Register an event consumer.
- register(Task) - Method in interface io.helidon.scheduling.TaskManager
-
Register a task with this task manager.
- register(EventManager) - Method in interface io.helidon.service.registry.GeneratedService.EventObserverRegistration
-
Register with the event manager.
- register(SpanListener) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Adds a
SpanListenerto the builder for later registration with the resultingTracer. - register(SpanListener) - Method in interface io.helidon.tracing.Tracer
-
Registers with the tracer a lifecycle event listener to receive events from span builders, spans, and scopes derived from this tracer.
- register(HttpRouting.Builder) - Method in interface io.helidon.webserver.http.Registration
-
Register this registration on a different routing builder.
- register(HttpService...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(HttpService...) - Method in interface io.helidon.webserver.http.HttpRules
-
Register a service on the current path.
- register(ServerFeature.ServerFeatureContext, List, UnaryOperator) - Method in class io.helidon.webserver.observe.config.ConfigObserver
- register(ServerFeature.ServerFeatureContext, List, UnaryOperator) - Method in class io.helidon.webserver.observe.health.HealthObserver
- register(ServerFeature.ServerFeatureContext, List, UnaryOperator) - Method in class io.helidon.webserver.observe.info.InfoObserver
- register(ServerFeature.ServerFeatureContext, List, UnaryOperator) - Method in class io.helidon.webserver.observe.log.LogObserver
- register(ServerFeature.ServerFeatureContext, List, UnaryOperator) - Method in class io.helidon.webserver.observe.metrics.MetricsObserver
- register(ServerFeature.ServerFeatureContext, List, UnaryOperator) - Method in interface io.helidon.webserver.observe.spi.Observer
-
Register the observer features, services, and/or filters.
- register(ServerFeature.ServerFeatureContext, List, UnaryOperator) - Method in class io.helidon.webserver.observe.tracing.TracingObserver
- register(Class, T) - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
-
Register an object later available through
AnnotationAnalyzer.AnalyzerResponse.registry(). - register(Object) - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
-
Register an object later available through
AnnotationAnalyzer.AnalyzerResponse.registry(). - register(Object, T) - Method in interface io.helidon.common.context.Context
-
Register a new instance with specified classifier.
- register(String, HttpService...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(String, HttpService...) - Method in interface io.helidon.webserver.http.HttpRules
-
Register a service on sub-path of the current path.
- register(String, JsonRpcHandlers) - Method in class io.helidon.webserver.jsonrpc.JsonRpcRouting.Builder
-
Register JSON-RPC handlers directly without implementing a
JsonRpcService. - register(String, JsonRpcHandlers) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcRules
-
Register JSON-RPC handlers on a given path pattern.
- register(String, String, JsonRpcHandler) - Method in class io.helidon.webserver.jsonrpc.JsonRpcRouting.Builder
-
Register a single JSON-RPC handler for a method and path pattern.
- register(String, String, JsonRpcHandler) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcRules
-
Register a single JSON-RPC handler given a method and path pattern.
- register(String, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(String, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register a service on sub-path of the current path.
- register(String, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(String, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register two services on sub-path of the current path.
- register(String, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(String, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register three services on sub-path of the current path.
- register(String, Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(String, Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register four services on sub-path of the current path.
- register(String, Supplier, Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(String, Supplier, Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register five services on sub-path of the current path.
- register(String, List) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(String, List) - Method in interface io.helidon.webserver.http.HttpRules
-
Register services on sub-path of the current path.
- register(Flow.Subscriber) - Method in class io.helidon.common.reactive.SingleSubscriberHolder
-
Register a new subscriber.
- register(Consumer) - Method in interface io.helidon.dbclient.hikari.HikariMetricsRegistry
-
Process registry of metric instances on Hikari connection pool.
- register(Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register a service on the current path.
- register(Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register two services on the current path.
- register(Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register three services on the current path.
- register(Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register four services on the current path.
- register(Supplier, Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(Supplier, Supplier, Supplier, Supplier, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Register five services on the current path.
- register(List) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- register(List) - Method in interface io.helidon.webserver.http.HttpRules
-
Register services on the current path.
- register(T) - Method in interface io.helidon.common.context.Context
-
Register a new instance.
- registerAsync(ResolvedType, Consumer, Set) - Method in interface io.helidon.service.registry.EventManager
-
Register an asynchronous event consumer.
- registerDefaults() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- registerDefaults() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Should we register defaults of Helidon, such as String media support.
- registerDefaults() - Method in interface io.helidon.http.media.MediaContextConfig
-
Should we register defaults of Helidon, such as String media support.
- registerDefaults(boolean) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Should we register defaults of Helidon, such as String media support.
- registered() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- registered() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Whether this configuration should contribute the application-wide
OpenTelemetryinstance through Helidon's service registry ownership path. - registered() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Whether this configuration should contribute the application-wide
OpenTelemetryinstance through Helidon's service registry ownership path. - registered() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- registered() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Whether this tracer configuration should be treated as an application-wide ownership candidate when it is resolved from the Helidon service registry.
- registered() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Whether this tracer configuration should be treated as an application-wide ownership candidate when it is resolved from the Helidon service registry.
- registered(boolean) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Whether this configuration should contribute the application-wide
OpenTelemetryinstance through Helidon's service registry ownership path. - registered(boolean) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Whether this tracer configuration should be treated as an application-wide ownership candidate when it is resolved from the Helidon service registry.
- REGISTERED_AT_IANA_MAX - Static variable in class io.helidon.websocket.WsCloseCodes
-
Registered at IANA max value.
- REGISTERED_AT_IANA_MIN - Static variable in class io.helidon.websocket.WsCloseCodes
-
Registered at IANA min value.
- registerExecutorService(ExecutorService, int) - Method in interface io.helidon.common.configurable.spi.ExecutorServiceSupplierObserver.SupplierObserverContext
-
Informs the observer which created the context of a new executor service created by the supplier.
- registerGlobal() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- registerGlobal() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Whether the OpenTelemetry instance created from this configuration should be published as the OpenTelemetry global; if an OpenTelemetry global already exists, Helidon leaves it unchanged and uses the existing global as the application OpenTelemetry instance.
- registerGlobal() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Whether the OpenTelemetry instance created from this configuration should be published as the OpenTelemetry global; if an OpenTelemetry global already exists, Helidon leaves it unchanged and uses the existing global as the application OpenTelemetry instance.
- registerGlobal(boolean) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Whether the OpenTelemetry instance created from this configuration should be published as the OpenTelemetry global; if an OpenTelemetry global already exists, Helidon leaves it unchanged and uses the existing global as the application OpenTelemetry instance.
- registerGlobal(boolean) - Method in interface io.helidon.tracing.TracerBuilder
-
Whether the OpenTelemetry instance created by this tracer builder should be published to
GlobalOpenTelemetry. - registerLocator(HttpServiceLocator) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- registerLocator(HttpServiceLocator) - Method in interface io.helidon.webserver.http.HttpRules
-
Register a service locator on the current path.
- registerLocator(String, HttpServiceLocator) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- registerLocator(String, HttpServiceLocator) - Method in interface io.helidon.webserver.http.HttpRules
-
Register a service locator on sub-path of the current path.
- registerMbeans() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- registerMbeans() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Configures whether HikariCP self-registers the
HikariConfigMXBeanandHikariPoolMXBeanin JMX. - registerMbeans() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Configures whether HikariCP self-registers the
HikariConfigMXBeanandHikariPoolMXBeanin JMX. - registerMbeans(boolean) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Configures whether HikariCP self-registers the
HikariConfigMXBeanandHikariPoolMXBeanin JMX. - registerMetricReader(MetricReader) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Convenience method so developers can add OpenTelemetry metric readers to the builder--using the "register" method familiar from the OpenTelemetry API--which Helidon then adds to OpenTelemetry.
- registerPostRequestWork(BiConsumer) - Method in interface io.helidon.webserver.observe.metrics.PostRequestMetricsSupport
-
Records post-request processing to be performed once the server sends the response to the client.
- registerShutdownHandler(ServiceRegistryManager) - Static method in class io.helidon.service.registry.RegistryStartupProvider
-
Register a shutdown handler.
- registerSupplier(Supplier, int, String) - Method in interface io.helidon.common.configurable.spi.ExecutorServiceSupplierObserver
-
Makes a supplier known to the observer and returns a supplier context for the supplier to use for future interactions with the observer.
- registerView(InstrumentSelector, View) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Convenience method so developers can add OpenTelemetry metric views to the builder--using the "registerView" method familiar from the OpenTelemetry API--which Helidon then adds to OpenTelemetry.
- Registration - Interface in io.helidon.webserver.http
-
A routing builder registration.
- registrationMethod() - Method in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Generated routing registration method.
- registry() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
- registry() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
- registry() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
A registry that allows transferring information between analysis of different scopes (application, resource class, method).
- registry() - Static method in class io.helidon.service.registry.GlobalServiceRegistry
-
Current global service registry, will create a new instance if one is not configured.
- registry() - Method in interface io.helidon.service.registry.Scope
-
Service registry instance associated with this scope.
- registry() - Method in class io.helidon.service.registry.ServiceRegistryManager
-
Get (or initialize and get) the service registry managed by this manager.
- registry(ServiceRegistry) - Static method in class io.helidon.service.registry.GlobalServiceRegistry
-
Set the current global registry.
- registry(ServiceRegistry) - Static method in class io.helidon.service.registry.Services
-
Configure the application wide registry to be used by components that require static lookup of required services.
- registry(Supplier) - Static method in class io.helidon.service.registry.GlobalServiceRegistry
-
Current global registry if configured, will replace the current global registry with the one provided by supplier if none registered.
- REGISTRY_STARTUP_PROVIDER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.RegistryStartupProvider. - RegistryBuilderSupport - Class in io.helidon.service.registry
-
Methods used from generated code in builders when the service registry (without Config) is used.
- RegistryCodegenContext - Interface in io.helidon.service.codegen
-
Codegen context adding methods suitable for Helidon Service Registry code generation.
- RegistryCodegenExtension - Interface in io.helidon.service.codegen.spi
-
Code generation extension for Helidon Service Registry.
- RegistryCodegenExtensionProvider - Interface in io.helidon.service.codegen.spi
-
A
ServiceLoaderprovider interface for extensions of code generators for Helidon Service Registry. - RegistryMetrics - Interface in io.helidon.service.registry
-
Metrics provided by the service registry.
- RegistryRoundContext - Interface in io.helidon.service.codegen
-
Context of a single round of code generation.
- registryService() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- registryService() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this option should be loaded from
ServiceRegistry. - registryService() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Whether this option should be loaded from
ServiceRegistry. - registryService(boolean) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this option should be loaded from
ServiceRegistry. - RegistryStartupProvider - Class in io.helidon.service.registry
-
ServiceLoaderimplementation of a Helidon startup provider for Helidon Service Registry based applications. - RegistryStartupProvider() - Constructor for class io.helidon.service.registry.RegistryStartupProvider
-
Required public constructor for
ServiceLoader. - registrySupport() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- registrySupport() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to use the service registry to discover providers.
- registrySupport() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Whether to use the service registry to discover providers.
- registrySupport(boolean) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Whether to use the service registry to discover providers.
- regular(Duration) - Static method in class io.helidon.config.PollingStrategies
-
Provides a scheduled polling strategy with a specified constant interval.
- RegularRecurringPolicy(Duration) - Constructor for class io.helidon.config.ScheduledPollingStrategy.RegularRecurringPolicy
-
Initialize recurring policy.
- REJECT - Enum constant in enum class io.helidon.webserver.SniAuthorityPolicy
-
Reject the request with HTTP 421.
- REJECT - Enum constant in enum class io.helidon.webserver.SniSelectionPolicy
-
Reject the TLS connection.
- REJECTED - Enum constant in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Disposition
-
Algorithm rejects the work due to concurrency limit constraints.
- REJECTED - Enum constant in enum class io.helidon.http.HttpTransportObserver.StreamOutcome
-
Stream was rejected before application processing.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class io.helidon.common.configurable.ThreadPool.RejectionHandler
- rejectedRequests() - Method in class io.helidon.common.concurrency.limits.FixedLimit
-
Returns the
AtomicIntegerinstance tracking the number of rejected requests. - rejectedRequests() - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
-
Returns the
AtomicIntegerinstance tracking the number of rejected requests. - RejectedSniException(String, boolean) - Constructor for exception class io.helidon.webserver.ListenerTlsContext.RejectedSniException
-
Create a new rejected SNI exception.
- rejectionHandler() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Rejection policy of the thread pool executor.
- rejectionHandler() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- rejectionHandler() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Rejection policy of the thread pool executor.
- rejectionHandler(ThreadPool.RejectionHandler) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Rejection policy of the thread pool executor.
- RejectionHandler() - Constructor for class io.helidon.common.configurable.ThreadPool.RejectionHandler
-
Creates a new rejection handler that counts rejections when attempting to offer rejected tasks to thread pool executor.
- relativeResolver() - Method in class io.helidon.config.ClasspathConfigSource
- relativeResolver() - Method in class io.helidon.config.FileConfigSource
- relativeResolver() - Method in interface io.helidon.config.spi.ParsableSource
-
Resolve relative resource to the current resource.
- relativeResolver() - Method in class io.helidon.config.UrlConfigSource
- relativeUris() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- relativeUris() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Can be set to
trueto force the use of relative URIs in all requests, regardless of the presence or absence of proxies or no-proxy lists. - relativeUris() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Can be set to
trueto force the use of relative URIs in all requests, regardless of the presence or absence of proxies or no-proxy lists. - relativeUris(boolean) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Can be set to
trueto force the use of relative URIs in all requests, regardless of the presence or absence of proxies or no-proxy lists. - RELAXED - Enum constant in enum class io.helidon.common.media.type.ParserMode
-
Relaxed mode.
- ReleasableResource - Interface in io.helidon.webclient.api
-
A resource that can be released or closed.
- release() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- release() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The compiler release.
- release() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
The compiler release.
- release() - Method in interface io.helidon.http.DataChunk
-
Releases this chunk.
- release(String) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The compiler release.
- releaseResource() - Method in interface io.helidon.webclient.api.ReleasableResource
-
Releases the resource, and if this resource is re-usable, enabled reuse.
- releaseResource() - Method in class io.helidon.webclient.api.TcpClientConnection
- releaseResource() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- reload() - Method in interface io.helidon.config.Config.Context
- reload(Tls) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.
- reload(Tls) - Method in class io.helidon.common.tls.Tls
-
Deprecated.
- reload(Tls) - Method in interface io.helidon.common.tls.TlsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.use
TlsManager.reload(TlsMaterial), this method will be removed in the next major version of Helidon - reload(TlsMaterial) - Method in class io.helidon.common.tls.ConfiguredTlsManager
- reload(TlsMaterial) - Method in class io.helidon.common.tls.Tls
-
Reload reloadable
TlsReloadableComponents with new key and trust material. - reload(TlsMaterial) - Method in interface io.helidon.common.tls.TlsManager
-
This method will multiplex the call to all
TlsReloadableComponents that are being managed by this manager. - reload(Optional, Optional) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Reload the current SSL context with the provided key manager and trust manager (if defined).
- reloadTls(Tls) - Method in interface io.helidon.webserver.WebServer
-
Deprecated, for removal: This API element is subject to removal in a future version.
- reloadTls(TlsMaterial) - Method in interface io.helidon.webserver.WebServer
-
Reload TLS key and trust material for the default socket.
- reloadTls(TlsMaterial, String) - Method in interface io.helidon.webserver.WebServer
-
Reload TLS key and trust material for the named socket.
- reloadTls(String, Tls) - Method in interface io.helidon.webserver.WebServer
-
Deprecated, for removal: This API element is subject to removal in a future version.
- reloadVirtualHostTls(TlsMaterial, String) - Method in interface io.helidon.webserver.WebServer
-
Reload TLS key and trust material for a virtual host configured on the default socket.
- reloadVirtualHostTls(TlsMaterial, String, String) - Method in interface io.helidon.webserver.WebServer
-
Reload TLS key and trust material for a virtual host configured on the named socket.
- remaining() - Method in interface io.helidon.http.DataChunk
-
Returns the sum of elements between the current position and the limit of each of the underlying ByteBuffer.
- REMOTE - Enum constant in enum class io.helidon.http.HttpTransportObserver.Initiator
-
Remotely initiated stream.
- REMOTE_CLOSE - Enum constant in enum class io.helidon.http.HttpTransportObserver.ConnectionOutcome
-
Remote endpoint initiated the connection close.
- remotePeer() - Method in class io.helidon.common.socket.NioSocket
- remotePeer() - Method in class io.helidon.common.socket.PlainSocket
- remotePeer() - Method in interface io.helidon.common.socket.SocketContext
-
Remote peer information.
- remotePeer() - Method in class io.helidon.common.socket.TlsNioSocket
- remotePeer() - Method in class io.helidon.common.socket.TlsSocket
- remotePeer() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Remote peer information.
- remotePeer() - Method in interface io.helidon.webserver.http.HttpRequest
-
Peer info of the remote peer.
- remotePeer() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- remove(HeaderName) - Method in interface io.helidon.http.WritableHeaders
-
Remove a header.
- remove(HeaderName, Consumer) - Method in interface io.helidon.http.WritableHeaders
-
Remove a header.
- remove(Meter) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Removes a previously-registered meter.
- remove(Meter.Id) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Removes a previously-registered meter with the specified ID.
- remove(Meter.Id, String) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MeterRegistry.remove(Meter.Id). Scope is ignored and this method will be removed. - remove(Task) - Method in interface io.helidon.scheduling.TaskManager
-
Remove a task from this task manager.
- remove(String) - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Remove a query parameter.
- remove(String) - Static method in class io.helidon.logging.common.HelidonMdc
-
Remove value with the specific key from all of the instances of
MdcProvider. - remove(String) - Method in interface io.helidon.logging.common.spi.MdcProvider
-
Remove value bound to the key from the specific logging framework MDC storage.
- remove(String) - Method in class io.helidon.logging.jul.JulMdcProvider
- remove(String) - Method in class io.helidon.logging.log4j.Log4jMdcProvider
- remove(String) - Method in class io.helidon.logging.slf4j.Slf4jMdcProvider
- remove(String) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Remove every entry with an exact name.
- remove(String) - Method in class io.helidon.messaging.MessageMetadata.Builder
-
Remove a value with an exact name.
- remove(String, Iterable) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Removes a previously-registered meter with the specified name and tags.
- remove(String, Iterable, String) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
MeterRegistry.remove(String, Iterable). Scope is ignored and this method will be removed. - remove(String, Consumer) - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Remove a query parameter.
- remove(K) - Method in interface io.helidon.common.LruCache
-
Remove a value from the cache.
- remove(K) - Method in interface io.helidon.security.providers.common.EvictableCache
-
Remove a key from the cache.
- removeCookie() - Method in class io.helidon.security.providers.oidc.common.OidcCookieHandler
-
SetCookiebuilder to remove an existing cookie (such as during logout). - removeInstance(Class) - Method in class io.helidon.security.ClassToInstanceStore
-
Remove an instance from the store and return current value.
- removePayloadClaim(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Remove a payload claim by its name.
- removeShutdownHandler(HelidonShutdownHandler) - Static method in class io.helidon.Main
-
Remove a shutdown handler from the list of handlers.
- removeStream(int) - Method in class io.helidon.webclient.http2.Http2ClientConnection
-
Removes a stream from the connection.
- render(OpenApiDocumentContext, OpenApiDocument) - Method in interface io.helidon.openapi.spi.OpenApiVersion
-
Render an OpenAPI document.
- render(OpenApiDocumentContext, OpenApiDocument) - Method in class io.helidon.openapi.v30.OpenApi30Version
- render(OpenApiDocumentContext, OpenApiDocument) - Method in class io.helidon.openapi.v31.OpenApi31Version
- render(OpenApiDocumentContext, OpenApiDocument) - Method in class io.helidon.openapi.v32.OpenApi32Version
- repeat(int) - Static method in class io.helidon.config.RetryPolicies
-
Creates a new instance of
SimpleRetryPolicy.Builderclass with a number of retries as a parameter. - replace(AtomicReference, Flow.Subscription) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Atomically swap in the given incoming
Flow.Subscriptionor cancel it if the target field is canceled. - replaceImplementations(boolean) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
When configured to replace implementations, then a service implementation configured through
HelidonServiceLoader.Builder.addService(Object)will replace the same implementation loaded from the Java Service loader (compared by fully qualified class name). - repositoryClassName(TypeName) - Method in class io.helidon.data.codegen.common.BasePersistenceGenerator
-
Data repository interface implementing class name for specific persistence provider.
- RepositoryCodegenProvider - Class in io.helidon.data.codegen.common
-
Data repository
CodegenExtensionprovider. - RepositoryCodegenProvider() - Constructor for class io.helidon.data.codegen.common.RepositoryCodegenProvider
-
Creates an instance of Data repository
CodegenExtensionprovider. - RepositoryGenerator - Interface in io.helidon.data.codegen.common.spi
-
Specific data repository (e.g.
- RepositoryGeneratorProvider - Interface in io.helidon.data.codegen.common.spi
-
Specific data repository (e.g.
- repositoryInfo() - Method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Data repository interface info.
- RepositoryInfo - Record Class in io.helidon.data.codegen.common
-
Data repository interface descriptor (info).
- RepositoryInfo(TypeInfo, Map, TypeInfo, TypeName) - Constructor for record class io.helidon.data.codegen.common.RepositoryInfo
-
Creates an instance of a
RepositoryInforecord class. - RepositoryInfo.Builder - Class in io.helidon.data.codegen.common
-
Data repository interface descriptor
Builder. - repositoryInfoBuilder(CodegenContext) - Method in class io.helidon.data.codegen.common.BaseRepositoryGenerator
-
Data repository specific repository interface info builder (
RepositoryInfo.Builder). - RepositoryInterfaceGenerator - Interface in io.helidon.data.codegen.common
-
Data repository interface code generator.
- RepositoryInterfaceInfo - Record Class in io.helidon.data.codegen.common
-
Implemented interface info.
- RepositoryInterfaceInfo(TypeName, TypeName, TypeName) - Constructor for record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Creates an instance of a
RepositoryInterfaceInforecord class. - request() - Method in interface io.helidon.data.Slice
-
Pageable query result request of current page.
- request() - Method in exception class io.helidon.http.RequestException
-
Transport request with as much information as is available.
- request() - Method in interface io.helidon.webclient.api.ClientRequest
-
Request without an entity.
- request() - Method in class io.helidon.webclient.api.ClientRequestBase
- request() - Method in interface io.helidon.webclient.http1.Http1ClientRequest
- request() - Method in interface io.helidon.webclient.http2.Http2ClientRequest
- request(int, Method, String, WritableHeaders, BufferData) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Send HTTP request with given stream id with single data frame created from supplied buffer data, dataframe has end of stream flag.
- request(long) - Method in enum class io.helidon.common.reactive.SubscriptionHelper
- request(GenericType) - Method in interface io.helidon.webclient.api.ClientRequest
-
Request without sending an entity.
- request(DirectHandler.TransportRequest) - Method in class io.helidon.http.RequestException.Builder
-
Transport request with as much information as is available.
- request(Method) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Sends a request to the server.
- request(Method, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Sends a request to the server.
- request(Method, String, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Sends a request to the server.
- request(Method, String, String, Iterable) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Sends a request to the server.
- request(ClientUri, ClientRequestHeaders) - Method in class io.helidon.webclient.api.WebClientCookieManager
-
Add stored cookies to request headers.
- request(Class) - Method in interface io.helidon.webclient.api.ClientRequest
-
Request without sending an entity.
- request(String, String, String, String, Iterable, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Send raw data to the server.
- REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class io.helidon.http.Status
-
413 Request Entity Too Large, see HTTP/1.1 documentation.
- REQUEST_ENTITY_TOO_LARGE_413_CODE - Static variable in class io.helidon.http.Status
-
413 Request Entity Too Large, see HTTP/1.1 documentation.
- REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
Request header fields are too large.
- REQUEST_TARGET - Static variable in class io.helidon.security.providers.httpsign.SignedHeadersConfig
-
Special header "(request-target)" is used for method and request target, including query when present.
- REQUEST_TIMEOUT_408 - Static variable in class io.helidon.http.Status
-
408 Request Timeout, see HTTP/1.1 documentation.
- REQUEST_TIMEOUT_408_CODE - Static variable in class io.helidon.http.Status
-
408 Request Timeout, see HTTP/1.1 documentation.
- REQUEST_URI_TOO_LONG_414 - Static variable in class io.helidon.http.Status
-
414 Request-URI Too Long, see HTTP/1.1 documentation.
- REQUEST_URI_TOO_LONG_414_CODE - Static variable in class io.helidon.http.Status
-
414 Request-URI Too Long, see HTTP/1.1 documentation.
- requestBody() - Element in annotation interface io.helidon.openapi.OpenApi.Link
-
Literal string or runtime expression used as the linked operation request body.
- requestBody() - Method in class io.helidon.openapi.OpenApiDocument.Operation
-
Request body.
- requestBody(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set request body.
- requestBody(OpenApiDocument.RequestBody) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set request body.
- requestBody(String, OpenApiDocument.RequestBody) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set request body.
- requestBody(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set request body.
- requestBody(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set request body.
- requestBodyFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- requestBodyFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Request body fields.
- requestBodyFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Request body fields.
- requestBodyFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Request body fields.
- requestDateTime() - Method in interface io.helidon.webserver.accesslog.AccessLogContext
-
Time when the request started processing.
- REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class io.helidon.http.Status
-
416 Requested Range Not Satisfiable, see HTTP/1.1 documentation.
- REQUESTED_RANGE_NOT_SATISFIABLE_416_CODE - Static variable in class io.helidon.http.Status
-
416 Requested Range Not Satisfiable, see HTTP/1.1 documentation.
- REQUESTED_URI_DISCOVERY_CONFIG_KEY - Static variable in class io.helidon.http.RequestedUriDiscoveryContext.Builder
-
Config key prefix for requested URI discovery settings.
- RequestedCounter - Class in io.helidon.common.reactive
-
Requested event counter.
- RequestedCounter() - Constructor for class io.helidon.common.reactive.RequestedCounter
-
Create new request counter with strict mode off.
- RequestedCounter(boolean) - Constructor for class io.helidon.common.reactive.RequestedCounter
-
Create new request counter, with strict mode true are all operations with counter protected by lock.
- requestedMethod() - Method in class io.helidon.security.SecurityEnvironment
-
Operation name as observed by the integration at the request boundary.
- requestedMethod(String) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Configure the operation name as observed at the request boundary.
- requestedPath() - Method in class io.helidon.security.SecurityEnvironment
-
Resource path component as observed by the integration at the request boundary, expressed as a URI path.
- requestedPath(UriPath) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Configure the resource path component as observed at the request boundary, expressed as a URI path.
- requestedQuery() - Method in class io.helidon.security.SecurityEnvironment
-
Resource query component as observed by the integration at the request boundary, expressed as a URI query.
- requestedQuery(Optional) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Configure the resource query component as observed at the request boundary, expressed as a URI query.
- requestedUri() - Method in interface io.helidon.webserver.http.HttpRequest
-
URI as requested by the originating client (to the best of our ability to compute it).
- requestedUriDiscovery() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- requestedUriDiscovery() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscovery() - Method in interface io.helidon.webserver.http1.Http1Config
-
Requested URI discovery settings.
- requestedUriDiscovery() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- requestedUriDiscovery() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscovery() - Method in interface io.helidon.webserver.http2.Http2Config
-
Requested URI discovery settings.
- requestedUriDiscovery(RequestedUriDiscoveryContext) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscovery(RequestedUriDiscoveryContext) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscovery(Consumer) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscovery(Consumer) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscovery(Supplier) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscovery(Supplier) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Requested URI discovery settings.
- requestedUriDiscoveryContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- requestedUriDiscoveryContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Requested URI discovery context.
- requestedUriDiscoveryContext() - Method in interface io.helidon.webserver.ListenerConfig
-
Requested URI discovery context.
- requestedUriDiscoveryContext(RequestedUriDiscoveryContext) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Requested URI discovery context.
- requestedUriDiscoveryContext(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Requested URI discovery context.
- requestedUriDiscoveryContext(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Requested URI discovery context.
- RequestedUriDiscoveryContext - Interface in io.helidon.http
-
Requested URI discovery settings for a socket.
- RequestedUriDiscoveryContext.Builder - Class in io.helidon.http
-
Builder for
RequestedUriDiscoveryContext. - RequestedUriDiscoveryContext.RequestedUriDiscoveryType - Enum Class in io.helidon.http
-
Types of discovery of frontend URI.
- RequestedUriDiscoveryContext.UnsafeRequestedUriSettingsException - Exception Class in io.helidon.http
-
Indicates unsafe settings for a socket's request URI discovery.
- requestEntity(GenericType) - Method in interface io.helidon.webclient.api.ClientRequest
-
Request entity without sending a request entity, asking for entity only.
- requestEntity(Class) - Method in interface io.helidon.webclient.api.ClientRequest
-
Request entity without sending a request entity, asking for entity only.
- RequestException - Exception Class in io.helidon.http
-
Exception that will be handled by
DirectHandler, unless server request and server response are already available, in which case it would be handled by appropriate error handler of routing. - RequestException(RequestException.Builder) - Constructor for exception class io.helidon.http.RequestException
-
A new exception with a predefined status, even type.
- RequestException.Builder - Class in io.helidon.http
-
Fluent API builder for
RequestException. - requestHandlingCompleted(boolean) - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
-
Records that handling of a request has completed.
- requestHandlingStarted(KeyPerformanceIndicatorSupport.Metrics) - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
-
Records that handling of the request is about to begin.
- requestHeader(String, String) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Add a single-value header.
- requestHeader(String, String) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Add a single-value header.
- requestHeader(String, String) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Add a single-value header.
- requestHeader(String, List) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Add a multi-value header.
- requestHeader(String, List) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Add a multi-value header.
- requestHeader(String, List) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Add a multi-value header.
- requestHeaders() - Method in class io.helidon.security.SecurityResponse
-
Get new request headers to be used.
- requestHeaders(Map) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set additional/replacement headers for request.
- requestHeaders(Map) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Set additional/replacement headers for request.
- requestHeaders(Map) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Set additional/replacement headers for request.
- requestId() - Method in class io.helidon.webclient.api.ClientRequestBase
- requestId() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Request ID.
- requestId() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Request id which will be used in logging messages.
- requestId(String) - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Set new request id.
- requestLimit() - Method in interface io.helidon.webserver.TransportBindingContext
-
Listener-wide request concurrency limit.
- RequestLineLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for request line.
- RequestLineLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
A fluent API builder for
RequestLineLogEntry. - requestNanoTime() - Method in interface io.helidon.webserver.accesslog.AccessLogContext
-
Time in
System.nanoTime()when the request processing started. - requestParamsComponents(TypeInfo) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Components of a request parameter record.
- requestParamsRecordType(Function, TypeName, Object) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Resolve and validate a request parameter record type.
- requestPrefetch(int) - Method in interface io.helidon.webclient.http2.Http2ClientRequest
-
Configure request prefetch, increases both connection and stream inbound flow control window and may send window updates to inform the server, depending on flow control strategy.
- requestProcessingCompleted(boolean) - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.Context
-
Records that a request has completed its processing.
- requestProcessingStarted() - Method in interface io.helidon.webserver.KeyPerformanceIndicatorSupport.DeferrableRequestContext
-
Records that a request is about to begin its processing.
- requestRaw(String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Send raw data to the server.
- RequestScopeFeature - Class in io.helidon.webserver
-
A feature that adds request scope support to Helidon declarative.
- RequestScopeFeatureProvider - Class in io.helidon.webserver
-
A Java
ServiceLoaderprovider for adding declarative request scope to Helidon WebServer. - RequestScopeFeatureProvider__ServiceDescriptor<T> - Class in io.helidon.webserver
-
Service descriptor for
RequestScopeFeatureProvider. - RequestScopeFeatureProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
-
Constructor with no side effects
- requestTarget() - Method in exception class io.helidon.http.http2.Http2Exception
-
Whether this exception reports a malformed HTTP/2 request target.
- requestTargetQuery() - Method in class io.helidon.webclient.api.ClientUri
-
Query as serialized into the HTTP request target.
- requestType() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Return the method's request type.
- requestType(Class) - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
- requestType(Class) - Method in interface io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
-
Sets the type of parameter of this method.
- requestType(Class) - Method in interface io.helidon.webserver.grpc.GrpcMethodDescriptor.Rules
-
Set the request type.
- requestWithoutRouteCleanup() - Method in class io.helidon.webclient.api.ClientRequestBase
-
Submit an internal request that participates in the enclosing top-level request's selected route.
- REQUIRE_ENCRYPTION_CONFIG_KEY - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Configuration key to set whether to require encryption of secrets or not (
"security.config.require-encryption"). - REQUIRE_ENCRYPTION_ENV_VARIABLE - Static variable in class io.helidon.config.encryption.ConfigProperties
-
Environment variable to set whether to require encryption of secrets or not (
"SECURE_CONFIG_REQUIRE_ENCRYPTION"). - required() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- required() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this is a required option.
- required() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Whether this is a required option.
- required() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Whether this option is truly required (e.g.
- required() - Element in annotation interface io.helidon.data.Data.PersistenceUnit
-
Whether the named
Data.PersistenceUnitis required. - required() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Used in the object properties to mark required property.
- required() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
- required() - Method in interface io.helidon.json.schema.SchemaItem
-
Used in the object properties to mark required property.
- required() - Element in annotation interface io.helidon.openapi.OpenApi.Header
-
Requiredness override.
- required() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Requiredness override.
- required() - Element in annotation interface io.helidon.openapi.OpenApi.RequestBody
-
Requiredness override.
- required() - Method in interface io.helidon.webserver.spi.TransportBindingFactory
-
Whether this binding factory is required to become active.
- required() - Method in class io.helidon.webserver.TcpTransportBindingFactory
- required() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Whether this binding is required to become active.
- required() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase.TcpTransportConfigImpl
- required() - Method in interface io.helidon.webserver.TcpTransportConfig
-
Whether this binding is required to become active.
- required() - Method in class io.helidon.webserver.UdsTransportBindingFactory
- required() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Whether this binding is required to become active.
- required() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase.UdsTransportConfigImpl
- required() - Method in interface io.helidon.webserver.UdsTransportConfig
-
Whether this binding is required to become active.
- required(boolean) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this is a required option.
- required(boolean) - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Used in the object properties to mark required property.
- required(boolean) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set required flag.
- required(boolean) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set required flag.
- required(boolean) - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
-
Set required flag.
- required(boolean) - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Whether this binding is required to become active.
- required(boolean) - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Whether this binding is required to become active.
- REQUIRED - Enum constant in enum class io.helidon.common.tls.TlsClientAuth
-
Mutual TLS is required.
- REQUIRED - Enum constant in enum class io.helidon.security.CompositeProviderFlag
-
Provider must succeed if called (if sufficient is before required, required is still ignored).
- REQUIRED - Enum constant in enum class io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
-
Security MUST be enforced.
- REQUIRED - Enum constant in enum class io.helidon.service.registry.DependencyCardinality
-
Required instance.
- REQUIRED - Enum constant in enum class io.helidon.transaction.Tx.Type
-
Indicates that transaction will be in effect when a method executes.
- requiredScopes() - Method in class io.helidon.security.abac.scope.ScopeValidator.ScopesConfig
-
Which scopes are required.
- requiredTypeArgument(TypeInfo, int) - Static method in class io.helidon.service.codegen.ServiceContracts
-
Get the desired type parameter of the type info provided.
- requireEncryption(boolean) - Method in class io.helidon.config.encryption.EncryptionFilter.Builder
-
Whether to require encryption of passwords in properties.
- requireOverride(Object, Class, String, Class...) - Static method in class io.helidon.common.DeprecationSupport
-
Require a method override.
- requires() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- requires() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Declared dependencies of the module.
- requires() - Method in interface io.helidon.codegen.ModuleInfo
-
Declared dependencies of the module.
- requires() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- requires() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of requires directives.
- requires() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
List of requires directives.
- requires(List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Declared dependencies of the module.
- requires(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of requires directives.
- requiresMapper() - Method in interface io.helidon.service.codegen.DefaultsCodegen.DefaultCode
-
If a
io.helidon.common.mapper.Mappersinstance is required to process this default. - reroute(String) - Method in interface io.helidon.webserver.http.ServerResponse
-
Re-route using a different path.
- reroute(String) - Method in class io.helidon.webserver.http.ServerResponseBase
- reroute(String, UriQuery) - Method in interface io.helidon.webserver.http.ServerResponse
-
Re-route using a different path and query.
- reroute(String, UriQuery) - Method in class io.helidon.webserver.http.ServerResponseBase
- reroutePrologue(HttpPrologue) - Method in interface io.helidon.webserver.http.RoutingResponse
-
A new, rerouted prologue.
- reroutePrologue(HttpPrologue) - Method in class io.helidon.webserver.http.ServerResponseBase
- RESERVED_FOR_EXTENSIONS_MAX - Static variable in class io.helidon.websocket.WsCloseCodes
-
Reserved for extensions max value.
- RESERVED_FOR_EXTENSIONS_MIN - Static variable in class io.helidon.websocket.WsCloseCodes
-
Reserved for extensions min value.
- RESERVED_FOR_LATER_MAX - Static variable in class io.helidon.websocket.WsCloseCodes
-
Reserved for later max value.
- RESERVED_FOR_LATER_MIN - Static variable in class io.helidon.websocket.WsCloseCodes
-
Reserved for later min value.
- RESERVED_LOCAL - Enum constant in enum class io.helidon.http.http2.Http2StreamState
-
Push promise sent (not supported by Helidon).
- RESERVED_REMOTE - Enum constant in enum class io.helidon.http.http2.Http2StreamState
-
Push promise received (not supported by Helidon).
- reserveDelivery() - Method in interface io.helidon.messaging.IncomingConnectorContext
-
Reserve pending capacity for the largest delivery this channel accepts before acquiring one connector delivery.
- reservedTagNames() - Method in interface io.helidon.metrics.spi.MetricsProgrammaticConfig
-
Returns the reserved tag name for the app, if configured.
- reservedTagNamesUsed(Collection) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Scans the provided tag names and throws an exception if any is a reserved tag name.
- reset() - Method in interface io.helidon.common.buffers.BufferData
-
Reset read and write position of this buffer.
- reset() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Return true if the underlying response buffers and headers can be reset and a new response can be sent.
- reset() - Method in interface io.helidon.webserver.http.ServerRequest
-
Reset request related state on the connection if any.
- RESET - Enum constant in enum class io.helidon.http.HttpTransportObserver.StreamOutcome
-
Stream was explicitly reset without known rejection semantics.
- RESET_CONTENT_205 - Static variable in class io.helidon.http.Status
-
205 Reset Content, see HTTP/1.1 documentation.
- RESET_CONTENT_205_CODE - Static variable in class io.helidon.http.Status
-
205 Reset Content, see HTTP/1.1 documentation.
- resetAutomaticContentEncoding() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Reset response-layer automatic content encoding to its default behavior.
- resetContentEncoding() - Method in class io.helidon.webserver.http.ServerResponseBase
-
Reset all response-layer content encoding state to its defaults.
- resetEntity() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Reset the response entity so an unsent response can be replaced while preserving response metadata unrelated to the entity, such as CORS, cookies, cache controls, and
Varyheaders. - resetEntity() - Method in class io.helidon.webserver.http.ServerResponseBase
- resetInitialWindowSize(int) - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Reset an initial window size value for outbound flow control windows of a new streams.
- resetMaxFrameSize(int) - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Reset MAX_FRAME_SIZE for all streams, existing and future ones.
- resetRouting() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Reset routing information (nexted, rerouted etc.).
- resetRouting() - Method in class io.helidon.webserver.http.ServerResponseBase
- resetStream() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Return true if the underlying response buffers can be reset and a new response can be sent.
- resetStreamWindowSize(int) - Method in interface io.helidon.http.http2.FlowControl
-
Reset stream window size.
- resetToMark() - Method in interface io.helidon.json.JsonParser
-
Resets the parser position to the previously marked position.
- resetToMark() - Method in class io.helidon.json.ObjectStartParser
- resetToMark() - Method in class io.helidon.json.smile.SmileParser
- resetWindowSize(int) - Method in interface io.helidon.http.http2.WindowSize
-
Reset window size.
- ResilientValue<T> - Interface in io.helidon.faulttolerance
-
A value loaded on first use using a timeout and retry protected by a circuit breaker.
- ResilientValue.UnavailableException - Exception Class in io.helidon.faulttolerance
-
Exception indicating that a source may become available later.
- ResilientValueConfig<T> - Interface in io.helidon.faulttolerance
-
Configuration of a
ResilientValue. - resolve() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Resolve a direct or proxied physical attempt for the connection-key host and port.
- resolve(ClientUri) - Method in class io.helidon.webclient.api.ClientUri
-
Replaces the current URI with values from the provided URI.
- resolve(String, int, long) - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Resolve a physical attempt for a selected route authority.
- resolve(URI) - Method in class io.helidon.webclient.api.ClientUri
-
Resolve the provided URI against this URI.
- resolve(Set, GenericType, String) - Method in interface io.helidon.common.mapper.DefaultsResolver
-
Resolve defaults from the set of annotations.
- resolveAddress(String, DnsAddressLookup) - Method in class io.helidon.webclient.api.DefaultDnsResolver
- resolveAddress(String, DnsAddressLookup) - Method in class io.helidon.webclient.dns.resolver.roundrobin.RoundRobinDnsResolver
- resolveAddress(String, DnsAddressLookup) - Method in interface io.helidon.webclient.spi.DnsResolver
-
Resolve hostname to
InetAddress. - resolveAtnProvider(String) - Method in interface io.helidon.security.Security
-
Find an authentication provider by name, or use the default if the name is not available.
- resolveAtzProvider(String) - Method in interface io.helidon.security.Security
-
Find an authorization provider by name, or use the default if the name is not available.
- resolveContractType(Collection, TypeName) - Method in class io.helidon.service.codegen.ServiceContracts
-
Resolve a possibly generic contract type through the complete service contract hierarchy.
- RESOLVED_TYPE_NAME - Static variable in class io.helidon.common.types.TypeNames
-
Type name of the resolved type name.
- ResolvedClientTarget - Class in io.helidon.webclient.api
-
Concrete physical WebClient transport target for one new connection attempt.
- resolvedName() - Method in interface io.helidon.common.types.ResolvedType
-
The resolved name including all type arguments.
- resolvedName() - Method in interface io.helidon.common.types.TypeName
-
The fully resolved type.
- resolvedTarget() - Method in class io.helidon.webclient.api.TcpClientConnection
-
Concrete target retained by this connection after physical resolution.
- ResolvedType - Interface in io.helidon.common.types
-
A wrapper for
TypeNamethat uses the resolved name for equals and hashCode. - resolvedUri() - Method in interface io.helidon.webclient.api.ClientRequest
-
Resolved URI that will be used to invoke this request.
- resolvedUri() - Method in class io.helidon.webclient.api.ClientRequestBase
- resolveEnvironmentMember(TypeInfo, TypedElementInfo) - Method in class io.helidon.codegen.TypeHierarchyResolver
-
Resolves a declaration as a member of the inspected interface.
- resolveEnvironmentSupertype(TypeName, TypeName) - Method in class io.helidon.codegen.TypeHierarchyResolver
-
Resolves a supertype through the environment type system.
- resolveExpression(ContentBuilder, String, String) - Static method in class io.helidon.declarative.codegen.DelcarativeConfigSupport
-
Create an in-lined expression resolution that can use configuration references.
- resolveExpression(Config, String) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Resolves an expression that may contain references to configuration values with possible default values.
- resolveExpression(OpenApiDocumentContext, String) - Static method in class io.helidon.openapi.OpenApiDocumentContextSupport
-
Resolve a generated OpenAPI annotation expression using runtime configuration when enabled for the OpenAPI feature.
- resolveMemberType(TypeInfo, TypeName, TypeName) - Method in class io.helidon.codegen.TypeHierarchyResolver
-
Resolves a member type in the context of one concrete enclosing type.
- resolveOptions(ConfigResolveOptions) - Method in class io.helidon.config.hocon.HoconConfigParserBuilder
-
Sets custom instance of
ConfigResolveOptions. - resolveOutboundProvider(String) - Method in interface io.helidon.security.Security
-
Find outbound provider(s) by name, or use the default if the name is not available.
- resolveParameter(Type) - Method in interface io.helidon.testing.junit5.suite.SuiteResolver
-
Resolve parameter of provided parameter
Type. - resolveParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.testing.junit5.suite.SuiteExtension
- resolveParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- resolveParameter(ParameterContext, ExtensionContext, Class) - Method in class io.helidon.webserver.testing.junit5.Http1DirectJunitExtension
- resolveParameter(ParameterContext, ExtensionContext, Class) - Method in interface io.helidon.webserver.testing.junit5.spi.DirectJunitExtension
-
Resolve a parameter.
- resolveParameter(ParameterContext, ExtensionContext, Class) - Method in class io.helidon.webserver.testing.junit5.websocket.WsDirectExtension
- resolveParameter(ParameterContext, ExtensionContext, Class, WebServer) - Method in class io.helidon.webserver.testing.junit5.Http1ServerJunitExtension
- resolveParameter(ParameterContext, ExtensionContext, Class, WebServer) - Method in class io.helidon.webserver.testing.junit5.http2.Http2ServerExtension
- resolveParameter(ParameterContext, ExtensionContext, Class, WebServer) - Method in class io.helidon.webserver.testing.junit5.jsonrpc.JsonRpcServerExtension
- resolveParameter(ParameterContext, ExtensionContext, Class, WebServer) - Method in interface io.helidon.webserver.testing.junit5.spi.ServerJunitExtension
-
Resolve a parameter.
- resolveParameter(ParameterContext, ExtensionContext, Class, WebServer) - Method in class io.helidon.webserver.testing.junit5.websocket.WsServerExtension
- resolvePath(String) - Method in class io.helidon.webclient.api.ClientUri
-
Resolve the provided path against the current path of this URI.
- resolverKind() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Resolver method kind.
- resolverName() - Method in class io.helidon.webclient.dns.resolver.first.FirstDnsResolverProvider
- resolverName() - Method in class io.helidon.webclient.dns.resolver.roundrobin.RoundRobinDnsResolverProvider
- resolverName() - Method in interface io.helidon.webclient.spi.DnsResolverProvider
-
Return name of the
DnsResolver. - resolveSetExpressions(Config, Collection) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Resolve expressions from a set of values.
- resolveSupertype(TypeName, TypeName) - Method in class io.helidon.codegen.TypeHierarchyResolver
-
Resolves one requested supertype while preserving its actual type arguments.
- resolveUri(ClientUri) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Resolve possible templated URI definition against the provided
ClientUri, extracting possible query information into the provided writable query. - resolvingEnabled(boolean) - Method in class io.helidon.config.hocon.HoconConfigParserBuilder
-
Enables/disables full HOCON substitution resolution support.
- resource() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- resource() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Resource settings shared by all configured signals.
- resource() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Resource settings shared by all configured signals.
- resource() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogResourceScopeSpans
-
Returns the
JsonLogConverterImpl.LogResourceportion of the top-level information. - resource(Resource) - Method in class io.helidon.security.jwt.jwk.JwkKeys.Builder
-
Load keys from a resource (must point to JSON text content).
- resource(OpenTelemetryResourceConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Resource settings shared by all configured signals.
- resource(String) - Method in class io.helidon.config.ClasspathConfigSource.Builder
-
Configure the classpath resource to load the configuration from.
- resource(String) - Method in class io.helidon.config.ClasspathOverrideSource.Builder
-
Configure the classpath resource to be used as a source.
- resource(String, Object...) - Method in interface io.helidon.codegen.CodegenFiler
-
A text resource that can be updated in the output.
- resource(Consumer) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Resource settings shared by all configured signals.
- resource(Supplier) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Resource settings shared by all configured signals.
- Resource - Interface in io.helidon.common.configurable
-
A representation of a resource that can be loaded from URL (
Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String). - RESOURCE_EXHAUSTED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
- RESOURCE_LOCAL - Enum constant in enum class io.helidon.data.jakarta.persistence.PersistenceUnitTransactionType
-
Deprecated.Resource-local transaction management.
- Resource.Source - Enum Class in io.helidon.common.configurable
-
Source of a
Resource. - resourceAttributes() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- resourceAttributes() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Attribute name/value pairs to be associated with all metrics transmissions.
- resourceAttributes() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
Attribute name/value pairs to be associated with all metrics transmissions.
- resourceAttributes(Map) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Attribute name/value pairs to be associated with all metrics transmissions.
- ResourceConfig - Interface in io.helidon.common.configurable
-
Configuration of a resource.
- ResourceConfig.Builder - Class in io.helidon.common.configurable
-
Fluent API builder for
Resource. - ResourceConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.configurable
-
Fluent API builder base for
ResourceConfig. - ResourceConfig.BuilderBase.ResourceConfigImpl - Class in io.helidon.common.configurable
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ResourceConfigImpl(ResourceConfig.BuilderBase) - Constructor for class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
-
Create an instance providing a builder.
- ResourceException - Exception Class in io.helidon.common.configurable
- ResourceException(String) - Constructor for exception class io.helidon.common.configurable.ResourceException
-
Exception with message only.
- ResourceException(String, Throwable) - Constructor for exception class io.helidon.common.configurable.ResourceException
-
Exception with message and cause.
- resourcePath() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- resourcePath() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Resource is located on classpath.
- resourcePath() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Resource is located on classpath.
- resourcePath(String) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Resource is located on classpath.
- resources() - Method in interface io.helidon.security.SecurityRequest
-
Return a map of keys to resource instances.
- RESOURCES - Enum constant in enum class io.helidon.metadata.MetadataDiscovery.Mode
-
Uses resources discovered from classpath, expecting duplicate resources.
- resourceSpans(int) - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter
-
Returns
JsonLogConverterImpl.LogResourceScopeSpansinstances corresponding to the data emitted by the log exporter. - responded() - Static method in class io.helidon.webserver.http1.spi.Http1UpgradeResult
-
Create a result for an already-sent HTTP response.
- RESPONDED - Enum constant in enum class io.helidon.webserver.http1.spi.Http1UpgradeResult.Kind
-
HTTP response was sent and no protocol switch should happen.
- response() - Method in interface io.helidon.validation.ValidationContext
-
The overall validation response current available on this context.
- response() - Method in class io.helidon.webclient.http1.UpgradeResponse
-
The HTTP response we got from the server, always present.
- response(ClientUri, ClientResponseHeaders) - Method in class io.helidon.webclient.api.WebClientCookieManager
-
Store cookies from response headers.
- response(String, OpenApiDocument.Response) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set response.
- response(String, OpenApiDocument.Response) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add a response.
- response(String, String) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add a response.
- response(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set response.
- response(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add a response.
- responseDateTime() - Method in interface io.helidon.webserver.accesslog.AccessLogContext
-
Time when the response finished processing.
- responseDescriptionRequired() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- responseDescriptionRequired() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Whether responses must define a description.
- responseDescriptionRequired() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Whether responses must define a description.
- responseDescriptionRequired(boolean) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Whether responses must define a description.
- responseExtension(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add an extension to the responses object.
- responseFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- responseFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Response fields.
- responseFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Response fields.
- responseFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Response fields.
- responseHeader(String, String) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Add a single-value header.
- responseHeader(String, String) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Add a single-value header.
- responseHeader(String, String) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Add a single-value header.
- responseHeader(String, List) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Add a multi-value header.
- responseHeader(String, List) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Add a multi-value header.
- responseHeader(String, List) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Add a multi-value header.
- responseHeaders() - Method in exception class io.helidon.http.RequestException
-
Response headers that should be added to response.
- responseHeaders() - Method in class io.helidon.security.SecurityResponse
-
Get new response headers to be used.
- responseHeaders(Map) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set additional/replacement headers for request.
- responseHeaders(Map) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Set additional/replacement headers for request.
- responseHeaders(Map) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Set additional/replacement headers for request.
- ResponseHelper - Class in io.helidon.grpc.core
-
A number of helper methods to handle sending responses to a
StreamObserver. - responseNanoTime() - Method in interface io.helidon.webserver.accesslog.AccessLogContext
-
Time in
System.nanoTime()when the response processing finished (last byte written). - responseReceived(WebClientProtocolResponse) - Method in interface io.helidon.webclient.api.WebClient
-
Notify active HTTP protocol implementations about a transport response received by this client.
- responseReceived(WebClientProtocolResponse) - Method in class io.helidon.webclient.http2.Http2ClientImpl
- responseReceived(WebClientProtocolResponse) - Method in interface io.helidon.webclient.spi.HttpClientSpi
-
Notification invoked after the WebClient receives a transport response, regardless of the protocol that produced it.
- responses() - Method in class io.helidon.openapi.OpenApiDocument.Operation
-
Operation responses.
- responseTracing() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Create a tracing span for response.
- ResponseTracing - Class in io.helidon.security.integration.common
-
Tracing support for security response.
- responseType() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Return the method's response type.
- responseType(Class) - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Builder
- responseType(Class) - Method in interface io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
-
Sets the type of parameter of this method.
- responseType(Class) - Method in interface io.helidon.webserver.grpc.GrpcMethodDescriptor.Rules
-
Set the response type.
- rest() - Method in class io.helidon.config.AbstractNodeBuilderImpl.MergingKey
-
Returns a sub-key of the key.
- RestClient - Class in io.helidon.webclient.api
-
Annotations and APIs for type safe REST clients.
- RestClient.Client - Annotation Interface in io.helidon.webclient.api
-
Qualifier for injection points of generated typed REST clients.
- RestClient.ComputedHeader - Annotation Interface in io.helidon.webclient.api
-
Definition of an outbound header (sent with every request).
- RestClient.ComputedHeaders - Annotation Interface in io.helidon.webclient.api
-
Container for
RestClient.ComputedHeaderrepeated annotation. - RestClient.Endpoint - Annotation Interface in io.helidon.webclient.api
-
Definition of the rest client API.
- RestClient.ErrorHandler - Interface in io.helidon.webclient.api
-
Error handler, must be a
ServiceRegistryservice. - RestClient.ErrorHandling - Interface in io.helidon.webclient.api
-
Error handling is used by the typed REST client to error handle responses.
- RestClient.Header - Annotation Interface in io.helidon.webclient.api
-
Definition of an outbound header (sent with every request).
- RestClient.Headers - Annotation Interface in io.helidon.webclient.api
-
Container for
RestClient.Headerrepeated annotation. - RestClientAnnotationMapperProvider - Class in io.helidon.declarative.codegen.http.restclient
-
Annotation mapper that makes each client API a contract.
- RestClientAnnotationMapperProvider() - Constructor for class io.helidon.declarative.codegen.http.restclient.RestClientAnnotationMapperProvider
-
Public constructor required by
ServiceLoader. - RestClientExtensionProvider - Class in io.helidon.declarative.codegen.http.restclient
-
Registry codegen extension provider for generating Typed REST Clients.
- RestClientExtensionProvider() - Constructor for class io.helidon.declarative.codegen.http.restclient.RestClientExtensionProvider
-
Default constructor required by
ServiceLoader. - RestEndpoint - Interface in io.helidon.declarative.codegen.model.http
-
A REST endpoint may be a client endpoint or a server endpoint.
- RestEndpoint.Builder - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder for
RestEndpoint. - RestEndpoint.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder base for
RestEndpoint. - RestEndpoint.BuilderBase.RestEndpointImpl - Class in io.helidon.declarative.codegen.model.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- RestEndpointImpl(RestEndpoint.BuilderBase) - Constructor for class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase.RestEndpointImpl
-
Create an instance providing a builder.
- RestExtensionBase - Class in io.helidon.declarative.codegen.http
-
A base class for HTTP Rest extensions (server and client).
- RestExtensionBase() - Constructor for class io.helidon.declarative.codegen.http.RestExtensionBase
-
Constructor with no side effects.
- RestMethod - Interface in io.helidon.declarative.codegen.model.http
-
Definition of a rest method.
- RestMethod.Builder - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder for
RestMethod. - RestMethod.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder base for
RestMethod. - RestMethod.BuilderBase.RestMethodImpl - Class in io.helidon.declarative.codegen.model.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- RestMethodImpl(RestMethod.BuilderBase) - Constructor for class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
-
Create an instance providing a builder.
- RestMethodParameter - Interface in io.helidon.declarative.codegen.model.http
-
A single REST method parameter.
- RestMethodParameter.Builder - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder for
RestMethodParameter. - RestMethodParameter.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder base for
RestMethodParameter. - RestMethodParameter.BuilderBase.RestMethodParameterImpl - Class in io.helidon.declarative.codegen.model.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- RestMethodParameterImpl(RestMethodParameter.BuilderBase) - Constructor for class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
-
Create an instance providing a builder.
- restoreResponseHeaders() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- restoreResponseHeaders() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Copy and restore response headers before and after passing a request to Jersey for processing.
- restoreResponseHeaders() - Method in interface io.helidon.webserver.ListenerConfig
-
Copy and restore response headers before and after passing a request to Jersey for processing.
- restoreResponseHeaders(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Copy and restore response headers before and after passing a request to Jersey for processing.
- RestoreSystemPropertiesExt - Class in io.helidon.common.testing.junit5
-
JUnit 5 extension for preserving and restoring system properties around test executions.
- RestoreSystemPropertiesExt() - Constructor for class io.helidon.common.testing.junit5.RestoreSystemPropertiesExt
-
Required for test extensions.
- restRequestEnabled() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- restRequestEnabled() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether automatic REST request metrics should be measured.
- restRequestEnabled() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Whether automatic REST request metrics should be measured.
- restRequestEnabled(boolean) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether automatic REST request metrics should be measured.
- RestServer - Class in io.helidon.webserver.http
-
APIs to define a declarative server endpoint.
- RestServer.ComputedHeader - Annotation Interface in io.helidon.webserver.http
-
Definition of computed outbound response header metadata.
- RestServer.ComputedHeaders - Annotation Interface in io.helidon.webserver.http
-
Container for
RestServer.ComputedHeaderrepeated annotation. - RestServer.Endpoint - Annotation Interface in io.helidon.webserver.http
-
Definition of a server endpoint.
- RestServer.Header - Annotation Interface in io.helidon.webserver.http
-
Definition of outbound response header metadata.
- RestServer.Headers - Annotation Interface in io.helidon.webserver.http
-
Container for
RestServer.Headerrepeated annotation. - RestServer.Listener - Annotation Interface in io.helidon.webserver.http
-
Listener socket assigned to this endpoint.
- RestServer.Status - Annotation Interface in io.helidon.webserver.http
-
HTTP status to configure for a declarative server response.
- RestServerExtensionProvider - Class in io.helidon.declarative.codegen.http.webserver
-
Java
ServiceLoaderprovider implementation ofCodegenExtensionProviderto support code generation for WebServer declarative. - RestServerExtensionProvider() - Constructor for class io.helidon.declarative.codegen.http.webserver.RestServerExtensionProvider
-
Required public constructor for
ServiceLoader. - result() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Result
-
Value returned from the
Callablecomputation. - result() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- result() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection return type limitation.
- result() - Method in interface io.helidon.data.codegen.query.Projection
-
Projection return type limitation.
- result() - Method in interface io.helidon.dbclient.DbResultDml
-
Retrieve statement execution result.
- result() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Get the result in this response.
- result() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Get the result set on this response.
- result(ProjectionResult) - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Projection return type limitation.
- result(JsonValue) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set a result for this response as a JSON value.
- result(Object) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set a result from an object that can be mapped to a JSON object by Helidon JSON binding.
- resultFuture() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
A stage that is completed once the results were fully read.
- resultFuture() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- resultMediaType(MediaType) - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
-
Sets the
MediaTypewhich controls the formatting of the resulting output. - Resumable - Interface in io.helidon.common.resumable
-
Classes implementing
Resumableare able to receive notification before suspend and after resume. - ResumableSupport - Interface in io.helidon.common.resumable
-
Allows notification of resumable resources before suspend and after resume.
- resume() - Method in interface io.helidon.common.resumable.Resumable
-
Invoked after restore.
- resume() - Method in class io.helidon.metrics.systemmeters.VThreadSystemMetersProvider
- resume() - Method in class io.helidon.webclient.spi.ClientConnectionCache
- resume() - Method in interface io.helidon.webserver.spi.TransportBinding
-
Resume the binding after restore.
- resume(String) - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
Current transaction was resumed.
- resumeTime() - Method in interface io.helidon.common.resumable.ResumableSupport
-
Returns the time when the Java virtual machine resume was initiated.
- RETENTION - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Retention. - retries() - Method in class io.helidon.config.SimpleRetryPolicy
-
Number of retries.
- retries(int) - Method in class io.helidon.config.SimpleRetryPolicy.Builder
-
Number of retries (excluding the first invocation).
- RETRIES_EXHAUSTED - Enum constant in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
The retry policy did not permit another retry.
- retry() - Method in class io.helidon.faulttolerance.FtSupport.RetryMethod
-
Provide a retry instance that should be used with this method.
- retry() - Method in interface io.helidon.faulttolerance.ResilientValueConfig
-
Retry handler.
- retry() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Fault tolerance retry instance used for incoming delivery.
- retry() - Method in interface io.helidon.messaging.FailurePolicy
-
Fault tolerance retry instance used for incoming delivery.
- retry() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Complete retry instance for this incoming channel.
- retry() - Method in interface io.helidon.messaging.MessagingFailureConfig
-
Complete retry instance for this incoming channel.
- retry(long) - Method in interface io.helidon.common.reactive.Multi
-
Retry a failing upstream at most the given number of times before giving up.
- retry(long) - Method in interface io.helidon.common.reactive.Single
-
Retry a failing upstream at most the given number of times before giving up.
- retry(long) - Method in interface io.helidon.common.reactive.Subscribable
-
Retry a failing upstream at most the given number of times before giving up.
- retry(Retry) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Fault tolerance retry instance used for incoming delivery.
- retry(Retry) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Complete retry instance for this incoming channel.
- retry(RetryConfig) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Fault tolerance retry instance used for incoming delivery.
- retry(RetryConfig) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Complete retry instance for this incoming channel.
- retry(BiPredicate) - Method in interface io.helidon.common.reactive.Multi
-
Retry a failing upstream if the predicate returns true.
- retry(BiPredicate) - Method in interface io.helidon.common.reactive.Single
-
Retry a failing upstream if the predicate returns true.
- retry(BiPredicate) - Method in interface io.helidon.common.reactive.Subscribable
-
Retry a failing upstream if the predicate returns true.
- retry(Consumer) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Fault tolerance retry instance used for incoming delivery.
- retry(Consumer) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Complete retry instance for this incoming channel.
- retry(Supplier) - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Fault tolerance retry instance used for incoming delivery.
- retry(Supplier) - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Complete retry instance for this incoming channel.
- Retry - Interface in io.helidon.faulttolerance
-
Retry supports retry policies to be applied on an execution of asynchronous tasks.
- RETRY_AFTER - Static variable in class io.helidon.http.HeaderNames
-
The "Retry-After" header name.
- RETRY_AFTER_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Retry-After" header name.
- RETRY_POLICY_FAILED - Enum constant in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
The retry policy failed or returned an invalid result.
- Retry.DelayingRetryPolicy - Class in io.helidon.faulttolerance
-
A retry policy that prolongs the delays between retries by a defined factor.
- Retry.DelayingRetryPolicy.Builder - Class in io.helidon.faulttolerance
-
Fluent API builder for
Retry.DelayingRetryPolicy. - Retry.JitterRetryPolicy - Class in io.helidon.faulttolerance
-
A retry policy that randomizes delays between execution using a "jitter" time.
- Retry.JitterRetryPolicy.Builder - Class in io.helidon.faulttolerance
-
Fluent API builder for
Retry.JitterRetryPolicy. - Retry.RetryPolicy - Interface in io.helidon.faulttolerance
-
Retry policy to handle delays between retries.
- Retry.WaitStrategy - Interface in io.helidon.faulttolerance
-
Strategy used to wait before another invocation attempt.
- RetryConfig - Interface in io.helidon.faulttolerance
-
Retryconfiguration bean. - RetryConfig.Builder - Class in io.helidon.faulttolerance
-
Fluent API builder for
Retry. - RetryConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.faulttolerance
-
Fluent API builder base for
RetryConfig. - RetryConfig.BuilderBase.RetryConfigImpl - Class in io.helidon.faulttolerance
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- RetryConfigImpl(RetryConfig.BuilderBase) - Constructor for class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
-
Create an instance providing a builder.
- RetryContext - Interface in io.helidon.faulttolerance
-
Context of an invocation attempt handled by
Retry. - retryCounter() - Method in interface io.helidon.faulttolerance.Retry
-
Number of times a method called has been retried.
- retryDelay() - Element in annotation interface io.helidon.messaging.Messaging.OnFailure
-
Delay before retrying a failed delivery, in
Durationformat. - RetryException - Exception Class in io.helidon.faulttolerance
-
Exception thrown by contextual
Retryinvocations. - RetryException(String, RetryOutcome) - Constructor for exception class io.helidon.faulttolerance.RetryException
-
Create a retry exception without a cause.
- RetryException(String, RetryOutcome, Throwable) - Constructor for exception class io.helidon.faulttolerance.RetryException
-
Create a retry exception.
- RetryImpl__ServiceDescriptor<T> - Class in io.helidon.faulttolerance
-
Service descriptor for
RetryImpl. - RetryImpl__ServiceDescriptor() - Constructor for class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
-
Constructor with no side effects
- RetryMethod() - Constructor for class io.helidon.faulttolerance.FtSupport.RetryMethod
-
Constructor with no side effects.
- RetryOutcome - Interface in io.helidon.faulttolerance
-
Outcome of an unsuccessful contextual
Retryinvocation. - RetryOutcome.Termination - Enum Class in io.helidon.faulttolerance
-
Reason a contextual retry invocation terminated.
- RetryPolicies - Class in io.helidon.config
-
Class provides access to built-in
RetryPolicyimplementations. - retryPolicy() - Method in class io.helidon.config.AbstractSource
- retryPolicy() - Method in class io.helidon.config.PrefixedConfigSource
- retryPolicy() - Method in interface io.helidon.config.spi.Source
-
Retry policy configured on this config source.
- retryPolicy() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- retryPolicy() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Explicitly configured retry policy.
- retryPolicy() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Explicitly configured retry policy.
- retryPolicy() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- retryPolicy() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Retry policy.
- retryPolicy() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Retry policy.
- retryPolicy(Config) - Static method in class io.helidon.config.MetaConfig
-
Load a retry policy based on its meta configuration.
- retryPolicy(Retry.RetryPolicy) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Explicitly configured retry policy.
- retryPolicy(RetryPolicy) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Retry policy.
- retryPolicy(Consumer) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Retry policy.
- retryPolicy(Supplier) - Method in class io.helidon.config.AbstractSourceBuilder
- retryPolicy(Supplier) - Method in interface io.helidon.config.spi.Source.Builder
-
Configure a retry policy to be used with this source.
- retryPolicy(Supplier) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Retry policy.
- RetryPolicy - Interface in io.helidon.config.spi
-
Mechanism for controlling retry of attempts to load data by a
ConfigSource. - RetryPolicyConfig - Interface in io.helidon.telemetry.otelconfig
-
Retry policy settings.
- RetryPolicyConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
RetryPolicyConfig. - RetryPolicyConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
RetryPolicyConfig. - RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- RetryPolicyConfigImpl(RetryPolicyConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
-
Create an instance providing a builder.
- RetryPolicyProvider - Interface in io.helidon.config.spi
-
Java service loader service to create retry policy based on meta configuration.
- retrySchema(RetrySchema) - Method in class io.helidon.common.reactive.IoMulti.MultiFromByteChannelBuilder
-
Retry schema to use when reading from the channel.
- RetrySchema - Interface in io.helidon.common.reactive
-
Defines delay for next read/poll operation in a polling
publisher. - RetryTimeoutException - Exception Class in io.helidon.faulttolerance
-
Retry timeout exception.
- RetryTimeoutException(String, Throwable) - Constructor for exception class io.helidon.faulttolerance.RetryTimeoutException
-
Constructs a
RetryTimeoutExceptionwith the specified detail message. - retryWhen(BiFunction) - Method in interface io.helidon.common.reactive.Multi
-
Retry a failing upstream when the given function returns a publisher that signals an item.
- retryWhen(BiFunction) - Method in interface io.helidon.common.reactive.Single
-
Retry a failing upstream when the given function returns a publisher that signals an item.
- retryWhen(BiFunction) - Method in interface io.helidon.common.reactive.Subscribable
-
Retry a failing upstream when the given function returns a publisher that signals an item.
- RETURN_VALUE - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
An annotated return value of a method.
- returnColumns(List) - Method in interface io.helidon.dbclient.DbStatementDml
-
Set column names to be returned from the inserted row or rows from the statement execution using
DbStatementDml.insert(). - returnColumns(List) - Method in class io.helidon.dbclient.mongodb.MongoDbStatementDml
- returnDescription() - Method in class io.helidon.codegen.classmodel.Javadoc
-
Return type description.
- returnDescription(String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add return type description.
- returnDescription(List) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add return type description.
- returnGeneratedKeys() - Method in interface io.helidon.dbclient.DbStatementDml
-
Set auto-generated keys to be returned from the statement execution using
DbStatementDml.insert(). - returnGeneratedKeys() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementDml
- Returns - Class in io.helidon.codegen.classmodel
-
Objects which describes return type configuration.
- Returns.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Returns. - returnStatement(Method.Builder, Consumer) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate return statement.
- returnType() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- returnType() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Return type of the factory method.
- returnType() - Method in interface io.helidon.builder.codegen.FactoryMethod
-
Return type of the factory method.
- returnType() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.BaseQuery
-
Query return type as
PersistenceGenerator.QueryReturnType. - returnType() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- returnType() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Type returned by this method.
- returnType() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Type returned by this method.
- returnType(Returns) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Set return type of the method.
- returnType(TypeName) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Return type of the factory method.
- returnType(TypeName) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Set return type of the method.
- returnType(TypeName) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Type returned by this method.
- returnType(TypeName, String) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Set return type of the method.
- returnType(Consumer) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Set return type of the method.
- returnType(Consumer) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Return type of the factory method.
- returnType(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Type returned by this method.
- returnType(Supplier) - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Return type of the factory method.
- returnType(Supplier) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Type returned by this method.
- returnType(Supplier) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Set return type of the method.
- REVERSE_ALPHABETICAL - Enum constant in enum class io.helidon.json.binding.Order
-
Reverse alphabetical ordering.
- REVISION - Static variable in class io.helidon.common.Version
-
Revision Number.
- revocation() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate revocation check configuration.
- revocation() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- revocation() - Method in interface io.helidon.common.tls.TlsMaterial
-
Certificate revocation check configuration.
- revocation(RevocationConfig) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate revocation check configuration.
- revocation(Consumer) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate revocation check configuration.
- revocation(Supplier) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Certificate revocation check configuration.
- RevocationConfig - Interface in io.helidon.common.tls
-
Certificate revocation configuration.
- RevocationConfig.Builder - Class in io.helidon.common.tls
-
Fluent API builder for
RevocationConfig. - RevocationConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.tls
-
Fluent API builder base for
RevocationConfig. - RevocationConfig.BuilderBase.RevocationConfigImpl - Class in io.helidon.common.tls
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- RevocationConfigImpl(RevocationConfig.BuilderBase) - Constructor for class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
-
Create an instance providing a builder.
- rewind() - Method in interface io.helidon.common.buffers.BufferData
-
Set read position to 0, so others may read the same data from the start.
- RFC_1123_DATE_TIME - Static variable in class io.helidon.http.DateTime
-
The RFC1123 date-time formatter, such as
'Tue, 3 Jun 2008 11:05:30 GMT'. - RFC_850_DATE_TIME - Static variable in class io.helidon.http.DateTime
-
The RFC850 date-time formatter, such as
'Sunday, 06-Nov-94 08:49:37 GMT'. - rfc1123String() - Static method in class io.helidon.http.DateTime
-
Get current time as RFC-1123 string.
- Role - Class in io.helidon.security
-
A security role used in RBAC (role based access control) schemes.
- ROLE_APPROLE - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Json key for app roles to be retrieved from IDCS response.
- ROLE_GROUP - Static variable in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Json key for group roles to be retrieved from IDCS response.
- ROLE_TYPE - Static variable in class io.helidon.security.Role
-
Type of grant used in
Grant.type(). - Role.Builder - Class in io.helidon.security
-
A fluent API builder for
Role. - RoleAnnotationAnalyzer - Class in io.helidon.security.abac.role
-
Implementation of
AnnotationAnalyzerwhich checks forPermitAllannotation if authentication is needed or not. - RoleAnnotationAnalyzer() - Constructor for class io.helidon.security.abac.role.RoleAnnotationAnalyzer
-
Create a role annotation analyzer.
- roleCache(EvictableCache) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider.Builder
-
Use explicit
EvictableCachefor role caching. - roleMapTracing(String) - Method in class io.helidon.security.integration.common.SecurityTracing
-
Create a tracing pan for a role mapper.
- RoleMapTracing - Class in io.helidon.security.integration.common
-
Tracing of role mapping.
- roleName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source role name.
- roleName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- roleName() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the data source role name.
- roleName(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source role name.
- roles() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- roles() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Role names allowed to access the metrics endpoint when this config is used by a metrics observer and
MetricsConfig.BuilderBase.permitAll()isfalse. - roles() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Role names allowed to access the metrics endpoint when this config is used by a metrics observer and
MetricsConfig.permitAll()isfalse. - roles() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- roles() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Hints for role names the user is expected to be in.
- roles() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Hints for role names the user is expected to be in.
- roles() - Method in class io.helidon.security.providers.httpauth.ConfigUserStore.ConfigUser
- roles() - Method in interface io.helidon.security.providers.httpauth.SecureUserStore.User
-
Get set of roles the user is in.
- roles(List) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Role names allowed to access the metrics endpoint when this config is used by a metrics observer and
MetricsConfig.BuilderBase.permitAll()isfalse. - roles(List) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Hints for role names the user is expected to be in.
- ROLES_ALLOWED_JAKARTA_TYPE - Static variable in class io.helidon.security.providers.abac.AbacProvider
-
Type name for
jakarta.annotation.security.RolesAllowed. - ROLES_ALLOWED_JAVAX_TYPE - Static variable in class io.helidon.security.providers.abac.AbacProvider
-
Type name for
javax.annotation.security.RolesAllowed. - rolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- rolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- rolesAllowed() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
An array of allowed roles for this gRPC method.
- rolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- rolesAllowed() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- rolesAllowed() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig
-
An array of allowed roles for this gRPC method.
- rolesAllowed() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this path - must have a security provider supporting roles (either authentication or authorization provider).
- rolesAllowed() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- rolesAllowed() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
An array of allowed roles for this path - must have a security provider supporting roles (either authentication or authorization provider).
- rolesAllowed(String...) - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Require at least one of the specified roles.
- rolesAllowed(String...) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Require at least one of the specified roles.
- rolesAllowed(String...) - Static method in class io.helidon.webserver.security.SecurityFeature
-
An array of allowed roles for this path - must have a security provider supporting roles.
- rolesAllowed(String...) - Method in class io.helidon.webserver.security.SecurityHandler
-
An array of allowed roles for this path - must have a security provider supporting roles (either authentication or authorization provider).
- rolesAllowed(Set) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- rolesAllowed(Set) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
An array of allowed roles for this gRPC method.
- rolesAllowed(Set) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
An array of allowed roles for this path - must have a security provider supporting roles (either authentication or authorization provider).
- RoleValidator - Class in io.helidon.security.abac.role
-
Validator capable of validating role attributes of a subject.
- RoleValidator.PermitAll - Annotation Interface in io.helidon.security.abac.role
-
Mark a type or method as public.
- RoleValidator.RoleConfig - Class in io.helidon.security.abac.role
-
Attribute configuration class for Role validator.
- RoleValidator.RoleConfig.Builder - Class in io.helidon.security.abac.role
-
A fluent API builder for
RoleValidator.RoleConfig. - RoleValidator.Roles - Annotation Interface in io.helidon.security.abac.role
-
A definition of "roles allowed" for a specific subject type.
- RoleValidator.RolesContainer - Annotation Interface in io.helidon.security.abac.role
-
Repeatable annotation for
RoleValidator.Roles. - RoleValidatorService - Class in io.helidon.security.abac.role
-
Java service for
RoleValidatorABAC security provider. - RoleValidatorService() - Constructor for class io.helidon.security.abac.role.RoleValidatorService
-
Create a role validator service.
- rollback() - Method in interface io.helidon.dbclient.DbTransaction
-
Rollback the transaction represented by this
DbTransactioninstance. - rollback(String) - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
Current transaction was rolled back.
- root() - Element in annotation interface io.helidon.builder.api.Prototype.Configured
-
If
Prototype.Configured.value()is specified, it is considered to be a root configuration node. - root() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
- root() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Whether the configuration is expected from the root of config tree.
- root() - Method in interface io.helidon.builder.codegen.PrototypeConfigured
-
Whether the configuration is expected from the root of config tree.
- root() - Static method in interface io.helidon.common.uri.UriPath
-
Create a new root path.
- root() - Method in interface io.helidon.config.Config
-
Get the root of the configuration tree.
- root() - Method in class io.helidon.config.MergedConfig
- root() - Element in annotation interface io.helidon.config.metadata.Configured
-
Whether this is a root configuration object.
- root() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- root() - Method in interface io.helidon.json.schema.Schema
-
Root schema.
- root(boolean) - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Whether the configuration is expected from the root of config tree.
- rootArray() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an array.
- rootArray() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- rootArray() - Method in interface io.helidon.json.schema.Schema
-
Root of the schema should be validated as an array.
- rootArray(SchemaArray) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an array.
- rootArray(Consumer) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an array.
- rootArray(Supplier) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an array.
- rootBoolean() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a boolean.
- rootBoolean() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- rootBoolean() - Method in interface io.helidon.json.schema.Schema
-
Root of the schema should be validated as a boolean.
- rootBoolean(SchemaBoolean) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a boolean.
- rootBoolean(Consumer) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a boolean.
- rootBoolean(Supplier) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a boolean.
- rootFromSchema(Schema) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Take the root type of the provided schema and add it to the current builder.
- rootInteger() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an integer.
- rootInteger() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- rootInteger() - Method in interface io.helidon.json.schema.Schema
-
Root of the schema should be validated as an integer.
- rootInteger(SchemaInteger) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an integer.
- rootInteger(Consumer) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an integer.
- rootInteger(Supplier) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an integer.
- rootNull() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a null.
- rootNull() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- rootNull() - Method in interface io.helidon.json.schema.Schema
-
Root of the schema should be validated as a null.
- rootNull(SchemaNull) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a null.
- rootNull(Consumer) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a null.
- rootNull(Supplier) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a null.
- rootNumber() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a number.
- rootNumber() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- rootNumber() - Method in interface io.helidon.json.schema.Schema
-
Root of the schema should be validated as a number.
- rootNumber(SchemaNumber) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a number.
- rootNumber(Consumer) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a number.
- rootNumber(Supplier) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a number.
- rootObject() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an object.
- rootObject() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- rootObject() - Method in interface io.helidon.json.schema.Schema
-
Root of the schema should be validated as an object.
- rootObject() - Method in interface io.helidon.validation.ConstraintViolation
-
Root validated object.
- rootObject() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Top level validation root object.
- rootObject() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
- rootObject() - Method in interface io.helidon.validation.ValidationContextConfig
-
Top level validation root object.
- rootObject(SchemaObject) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an object.
- rootObject(Object) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Top level validation root object.
- rootObject(Consumer) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an object.
- rootObject(Supplier) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as an object.
- rootString() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a string.
- rootString() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- rootString() - Method in interface io.helidon.json.schema.Schema
-
Root of the schema should be validated as a string.
- rootString(SchemaString) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a string.
- rootString(Consumer) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a string.
- rootString(Supplier) - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Root of the schema should be validated as a string.
- rootType() - Method in interface io.helidon.validation.ConstraintViolation
-
The type of the root validated object, or the class containing the element that is validated.
- rootType() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Top level validation root type.
- rootType() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
- rootType() - Method in interface io.helidon.validation.ValidationContextConfig
-
Top level validation root type.
- rootType(Class) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Top level validation root type.
- RoundContext - Interface in io.helidon.codegen
-
Context of a single round of code generation.
- RoundRobinDnsResolver - Class in io.helidon.webclient.dns.resolver.roundrobin
-
Round-robin DNS resolver implementation.
- RoundRobinDnsResolverProvider - Class in io.helidon.webclient.dns.resolver.roundrobin
-
Provider of the
RoundRobinDnsResolverinstance. - RoundRobinDnsResolverProvider() - Constructor for class io.helidon.webclient.dns.resolver.roundrobin.RoundRobinDnsResolverProvider
-
Create new instance of the
RoundRobinDnsResolverProvider. - RoundRobinSupplier(ClientUri[]) - Constructor for class io.helidon.webclient.grpc.ClientUriSuppliers.RoundRobinSupplier
-
Creates a round-robin supplier.
- route() - Method in interface io.helidon.webserver.websocket.WsRouteRegistration
-
WebSocket route provided by this registration.
- route(Method, PathMatcher, Handler) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Method, PathMatcher, Handler) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(Method, Handler) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Method, Handler) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(Method, String, Handler) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Method, String, Handler) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(Method, String, Handler) - Static method in class io.helidon.webserver.http1.Http1Route
-
Create an HTTP/1 specific route.
- route(Method, String, Handler) - Static method in class io.helidon.webserver.http2.Http2Route
-
Create a new HTTP/2 only route.
- route(Method, String, Consumer) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Method, String, Consumer) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(Method, String, Function) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Method, String, Function) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(Method, String, Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Method, String, Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(MessagingChannel, MessagingChannel) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Route each delivery batch unchanged from one channel to another channel of the same type.
- route(ConnectionContext, RoutingRequest, RoutingResponse) - Method in interface io.helidon.webserver.http.HttpRouting
-
Route a request.
- route(HttpRoute) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(HttpRoute) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(WsRoute) - Method in class io.helidon.webserver.websocket.WsRouting.Builder
-
Add a WebSocket route.
- route(Predicate, PathMatcher, Handler) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Predicate, PathMatcher, Handler) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- route(Supplier) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- route(Supplier) - Method in interface io.helidon.webserver.http.HttpRules
-
Add a route.
- Route - Interface in io.helidon.webserver
-
A route.
- routeAuthority() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Selected direct or alternative route authority.
- RoutedPath - Interface in io.helidon.http
-
Abstraction of HTTP path supporting routing parameters.
- routedUpgrade(ConnectionContext, HttpPrologue, WritableHeaders) - Method in interface io.helidon.webserver.http1.spi.Http1RoutedUpgrader
-
Prepare an upgrade that should run through HTTP routing filters and route policies before the protocol switch is completed.
- routeMatches(ConnectionKey, String, ProxyRoute) - Static method in class io.helidon.webclient.api.ClientConnectionTarget
-
Whether a retained route was selected for the supplied logical target and proxy policy.
- router() - Method in interface io.helidon.webserver.ConnectionContext
-
Router that may contain routings of different types (HTTP, WebSocket, grpc).
- router() - Method in interface io.helidon.webserver.TransportBindingContext
-
Router shared by the logical listener.
- Router - Interface in io.helidon.webserver
-
Router for server.
- Router.Builder - Interface in io.helidon.webserver
-
Builder for a standalone router.
- Router.RouterBuilder<B> - Interface in io.helidon.webserver
-
Generic builder interface used by both
Router.Builderandio.helidon.webserver.WebServer.Builder. - routeUpgrade(ConnectionContext, RoutingRequest, RoutingResponse, Http1UpgradeResponse, Http1RoutedUpgrade) - Method in interface io.helidon.webserver.http1.spi.Http1UpgradeRouting
-
Route a prepared HTTP/1 upgrade through filters and protocol-upgrade policies.
- routing() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- routing() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Http routing.
- routing() - Method in interface io.helidon.webserver.ListenerConfig
-
Http routing.
- routing(HttpRouting.Builder) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Http routing.
- routing(HttpRules) - Method in class io.helidon.webserver.graphql.GraphQlService
- routing(HttpRules) - Method in interface io.helidon.webserver.http.HttpService
-
Updates the routing to add handlers of this service.
- routing(HttpRules) - Method in class io.helidon.webserver.jsonrpc.JsonRpcRouting
- routing(JsonRpcRules) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcService
-
Update JSON-RPC rules for this service.
- routing(Class, T) - Method in interface io.helidon.webserver.Router
-
Get routing of a specific type.
- routing(String, HttpRouting.Builder) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Add Http routing for an additional socket.
- routing(String, Consumer) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Add Http routing for an additional socket.
- routing(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Customize HTTP routing of this listener.
- Routing - Interface in io.helidon.webserver
-
Routing abstraction.
- routingBuilder(Class) - Method in interface io.helidon.webserver.spi.ServerFeature.RoutingBuilders
-
Obtain the routing builder for the provided type.
- routingBuilder(Class, Supplier) - Method in interface io.helidon.webserver.spi.ServerFeature.RoutingBuilders
-
Get the routing builder for the provided type, or create a new builder.
- routingBuilders() - Method in interface io.helidon.webserver.spi.ServerFeature.SocketBuilders
-
Routing builders.
- RoutingRequest - Interface in io.helidon.webserver.http
-
Routing request.
- RoutingResponse - Interface in io.helidon.webserver.http
-
Routing response of a server.
- routings() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- routings() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
List of all routings (possibly for multiple protocols).
- routings() - Method in interface io.helidon.webserver.ListenerConfig
-
List of all routings (possibly for multiple protocols).
- routings() - Method in interface io.helidon.webserver.Router.RouterBuilder
-
List of all routing builders registered with this router builder.
- routings() - Method in interface io.helidon.webserver.Router
-
List of all conifgured routings.
- routings(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
List of all routings (possibly for multiple protocols).
- RoutingTest - Annotation Interface in io.helidon.webserver.testing.junit5
-
Test of router without opening a socket.
- routingType() - Method in class io.helidon.webserver.grpc.GrpcRouting
- routingType() - Method in interface io.helidon.webserver.http.HttpRouting
- routingType() - Method in interface io.helidon.webserver.Routing
- routingType() - Method in class io.helidon.webserver.websocket.WsRouting
- rPad(int) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Apply right padding to fill the defined length.
- RpcClient - Class in io.helidon.webclient.grpc
-
Declarative gRPC client annotations.
- RpcClient.Client - Annotation Interface in io.helidon.webclient.grpc
-
Qualifier for generated declarative gRPC client implementations.
- RpcClient.Endpoint - Annotation Interface in io.helidon.webclient.grpc
-
Defines a declarative gRPC client endpoint.
- rpcId() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Get the JSON-RPC ID set on this response.
- rpcId() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcRequest
-
The JSON-RPC request ID, if present.
- rpcId() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Get the JSON-RPC ID set on this response.
- rpcId(int) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Set an int JSON-RPC ID on this request.
- rpcId(int) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set a JSON-RPC ID for this response as an int.
- rpcId(JsonValue) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Set a JSON-RPC ID on this request.
- rpcId(JsonValue) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set a JSON-RPC ID for this response.
- rpcId(String) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Set a string JSON-RPC ID on this request.
- rpcId(String) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set a JSON-RPC ID for this response as a string.
- rpcMethod() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcRequest
-
The JSON-RPC request method name.
- rpcMethod(String) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Create a new
JsonRpcClientRequestgiven a JSON-RPC method. - rpcMethod(String) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchRequest
-
Start creation of a new
JsonRpcClientRequestgiven a JSON-RPC method. - rpcMethod(String) - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Set a JSON-RPC method on this request.
- RpcServer - Class in io.helidon.webserver.grpc
-
Declarative gRPC server annotations.
- RpcServer.Endpoint - Annotation Interface in io.helidon.webserver.grpc
-
Defines a declarative gRPC server endpoint.
- RpcServer.Listener - Annotation Interface in io.helidon.webserver.grpc
-
Listener socket assigned to this endpoint.
- RSA_OAEP - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
-
RSA-OAEP declares that RSA/ECB/OAEPWithSHA-1AndMGF1Padding cipher will be used for content key encryption.
- RSA_OAEP_256 - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
-
RSA-OAEP-256 declares that RSA/ECB/OAEPWithSHA-256AndMGF1Padding cipher will be used for content key encryption.
- RSA1_5 - Enum constant in enum class io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
-
Deprecated, for removal: This API element is subject to removal in a future version.RSA1_5 is no longer supported for JWE key management.
- RST_STREAM - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
RST stream frame.
- RST_STREAM - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
RST stream frame types.
- rstStream(Http2RstStream) - Method in interface io.helidon.http.http2.Http2Stream
-
Close the stream.
- rstStream(Http2RstStream) - Method in class io.helidon.webclient.http2.Http2ClientStream
- rstStream(Http2RstStream) - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector.SubProtocolHandler
-
RST stream was received, or the local connection closed before the subprotocol started.
- run() - Method in interface io.helidon.common.Functions.CheckedRunnable
-
Run.
- run() - Method in interface io.helidon.common.task.InterruptableTask
- run() - Method in class io.helidon.webclient.websocket.ClientWsConnection
- run(I) - Method in interface io.helidon.scheduling.ScheduledConsumer
-
Invoked by scheduler in defined interval.
- run(Method.Builder, Consumer, String) - Static method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Generate
Runnablerun. - run(Functions.CheckedConsumer) - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
-
Run persistence session task.
- run(JpaRepositoryExecutor, Functions.CheckedConsumer) - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor.DataRunner
-
Run persistence session task with no result.
- run(IncomingConnectorContext) - Method in interface io.helidon.messaging.spi.IncomingChannel
-
Run this connector until it is drained or closed.
- run(Runnable) - Method in class io.helidon.common.concurrency.limits.AimdLimit
- run(Runnable) - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm
-
Invoke a runnable within the limits of this limiter.
- run(Runnable) - Method in class io.helidon.common.concurrency.limits.FixedLimit
- run(Runnable) - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- run(Consumer) - Method in interface io.helidon.data.Data.SessionRepository
-
Execute task with persistence session.
- run(ExtensionContext, Runnable) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
Run a runnable within context.
- RUN_LEVEL - Static variable in interface io.helidon.messaging.MessagingRuntime
-
Declarative messaging graph run level, aligned with Helidon declarative
RunLevels.MESSAGING. - runAfterBoth(CompletionStage, Runnable) - Method in class io.helidon.common.reactive.CompletionAwaitable
- runAfterBoth(CompletionStage, Runnable) - Method in interface io.helidon.common.reactive.Single
- runAfterBothAsync(CompletionStage, Runnable) - Method in class io.helidon.common.reactive.CompletionAwaitable
- runAfterBothAsync(CompletionStage, Runnable) - Method in interface io.helidon.common.reactive.Single
- runAfterBothAsync(CompletionStage, Runnable, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- runAfterBothAsync(CompletionStage, Runnable, Executor) - Method in interface io.helidon.common.reactive.Single
- runAfterEither(CompletionStage, Runnable) - Method in class io.helidon.common.reactive.CompletionAwaitable
- runAfterEither(CompletionStage, Runnable) - Method in interface io.helidon.common.reactive.Single
- runAfterEitherAsync(CompletionStage, Runnable) - Method in class io.helidon.common.reactive.CompletionAwaitable
- runAfterEitherAsync(CompletionStage, Runnable) - Method in interface io.helidon.common.reactive.Single
- runAfterEitherAsync(CompletionStage, Runnable, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- runAfterEitherAsync(CompletionStage, Runnable, Executor) - Method in interface io.helidon.common.reactive.Single
- runAs(Subject, Runnable) - Method in interface io.helidon.security.SecurityContext
-
Executes provided code under provided subject.
- runAs(String, Runnable) - Method in interface io.helidon.security.SecurityContext
-
Execute provided code as current user with an additional explicit role added.
- runChecked(ExtensionContext, Functions.CheckedRunnable) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
Invoke a runnable that may throw a checked exception.
- runInContext(Context, Runnable) - Static method in class io.helidon.common.context.Contexts
-
Run the runnable in the provided context.
- runInContext(Context, Callable) - Static method in class io.helidon.common.context.Contexts
-
Run the callable in the provided context.
- runInContextWithThrow(Context, Callable) - Static method in class io.helidon.common.context.Contexts
-
Run the callable in the provided context throwing any exception from its execution.
- runLevel() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- runLevel() - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- runLevel() - Method in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
- runLevel() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- runLevel() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The optional
Service.RunLevelascribed to the service. - runLevel() - Method in interface io.helidon.service.registry.Lookup
-
The optional
Service.RunLevelascribed to the service. - runLevel() - Method in interface io.helidon.service.registry.ServiceInfo
-
Run level of this service.
- runLevel() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- runLevel() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- runLevel() - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- runLevel(double) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The optional
Service.RunLevelascribed to the service. - runLevels() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Run levels that should be initialized at startup.
- runLevels() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- runLevels() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Run levels that should be initialized at startup.
- runLevels(List) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Run levels that should be initialized at startup.
- RunLevels - Class in io.helidon.declarative.codegen
-
Helidon Declarative Run Levels.
- runTasks(ServerRequest, ServerResponse, Throwable) - Method in interface io.helidon.webserver.observe.metrics.PostRequestMetricsSupport
-
Run the post-processing tasks.
- runTime() - Method in interface io.helidon.logging.common.spi.LoggingProvider
-
Runtime configuration, called when the application starts in GraalVM native image (not called when running on hotspot).
- runTime() - Method in class io.helidon.logging.jul.JulProvider
- runTime() - Method in class io.helidon.logging.log4j.Log4jProvider
- runTime() - Method in class io.helidon.logging.slf4j.Slf4jProvider
- runtimeServiceRegistry() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- runtimeServiceRegistry() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Runtime service registry supplied to the builder.
- runtimeType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- runtimeType() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Custom runtime type factory method.
- runtimeType() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Custom runtime type factory method.
- runtimeType() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- runtimeType() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the builder should act as a factory for another type, this is the type.
- runtimeType() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
If the builder should act as a factory for another type, this is the type.
- runtimeType(RuntimeTypeInfo) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Custom runtime type factory method.
- runtimeType(TypeName) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the builder should act as a factory for another type, this is the type.
- runtimeType(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Custom runtime type factory method.
- runtimeType(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the builder should act as a factory for another type, this is the type.
- runtimeType(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Custom runtime type factory method.
- runtimeType(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the builder should act as a factory for another type, this is the type.
- RuntimeType - Class in io.helidon.builder.api
-
This class holds all types related to runtime types, configured from prototypes.
- RuntimeType.Api<T> - Interface in io.helidon.builder.api
-
This type is created from a specific prototype.
- runtimeTypeFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- runtimeTypeFactories() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to create runtime types from a builder.
- runtimeTypeFactories() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
Factory methods to create runtime types from a builder.
- runtimeTypeFactories(List) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Factory methods to create runtime types from a builder.
- RuntimeTypeInfo - Interface in io.helidon.builder.codegen
-
Configuration specific to a factory method to create a runtime type from a prototype with a builder.
- RuntimeTypeInfo.Builder - Class in io.helidon.builder.codegen
-
Fluent API builder for
RuntimeTypeInfo. - RuntimeTypeInfo.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.builder.codegen
-
Fluent API builder base for
RuntimeTypeInfo. - RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl - Class in io.helidon.builder.codegen
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- RuntimeTypeInfoImpl(RuntimeTypeInfo.BuilderBase) - Constructor for class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
-
Create an instance providing a builder.
- RuntimeUnknownHostException - Exception Class in io.helidon.webclient.api
-
Runtime variant of the
UnknownHostExceptionexception. - RuntimeUnknownHostException(String) - Constructor for exception class io.helidon.webclient.api.RuntimeUnknownHostException
-
Create new instance based on the
Stringmessage. - RuntimeUnknownHostException(UnknownHostException) - Constructor for exception class io.helidon.webclient.api.RuntimeUnknownHostException
-
Create new instance based on the
UnknownHostExceptionexception. - runWithErrorHandling(ConnectionContext, RoutingRequest, RoutingResponse, Callable) - Method in class io.helidon.webserver.http.ErrorHandlers
-
Run a task and handle the errors, if any.
S
- S256 - Enum constant in enum class io.helidon.security.providers.oidc.common.PkceChallengeMethod
-
SHA-256 algorithm is used to hash the verifier value.
- safeHeaders() - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- safeHeaders() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Header names whose values can be logged at debug level, except sensitive names that are always redacted.
- safeHeaders() - Method in interface io.helidon.http.HttpLogConfig
-
Header names whose values can be logged at debug level, except sensitive names that are always redacted.
- safeHeaders(Set) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Header names whose values can be logged at debug level, except sensitive names that are always redacted.
- safeKeys() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- safeKeys() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Safe key patterns (regular expressions) to include in output.
- safeKeys() - Method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Safe key patterns (regular expressions) to include in output.
- safeKeys(Set) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Safe key patterns (regular expressions) to include in output.
- safeMessage() - Method in exception class io.helidon.http.RequestException
-
Safe message flag used to control which messages can be sent as part of a response and which should only be logged by the server.
- safeMessage(boolean) - Method in class io.helidon.http.RequestException.Builder
-
Safe message flag that indicates if it safe to return message as part of the response.
- safeReadContent(Path) - Static method in class io.helidon.config.FileSourceHelper
-
Reads the content of the specified file.
- SafeStreamObserver<T> - Class in io.helidon.grpc.core
-
A
StreamObserverthat handles exceptions correctly. - sameGeneric() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- sameGeneric() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this
Mapoption is expected to have the same generic type for key and value. - sameGeneric() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Whether this
Mapoption is expected to have the same generic type for key and value. - sameGeneric(boolean) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Whether this
Mapoption is expected to have the same generic type for key and value. - sameSite() - Method in class io.helidon.http.SetCookie
-
Same site attribute of cookie.
- sameSite(SetCookie.SameSite) - Method in class io.helidon.http.SetCookie.Builder
-
The
SameSitecookie parameter. - sample() - Method in interface io.helidon.metrics.api.Sample.Derived
-
Sample.
- sample() - Method in interface io.helidon.metrics.api.SampledMetric
-
Sample (if available).
- Sample - Interface in io.helidon.metrics.api
-
Common behavior to all types of samples.
- Sample.Derived - Interface in io.helidon.metrics.api
-
Sample that does not exist as an actual observation but is derived from actual observations.
- Sample.Labeled - Interface in io.helidon.metrics.api
-
A sample with a label and a timestamp, typically representing actual observations (rather than derived values).
- sampled() - Method in interface io.helidon.tracing.SpanContext
-
Whether the associated span is sampled.
- SampledMetric - Interface in io.helidon.metrics.api
-
A metric capable of providing samples.
- sampler() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- sampler() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Tracing sampler.
- sampler() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Tracing sampler.
- sampler(Sampler) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Tracing sampler.
- SamplerConfig - Interface in io.helidon.telemetry.otelconfig
-
Tracing sampler settings.
- SamplerConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
SamplerConfig. - SamplerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
SamplerConfig. - SamplerConfig.BuilderBase.SamplerConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SamplerConfigImpl(SamplerConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase.SamplerConfigImpl
-
Create an instance providing a builder.
- samplerParam() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- samplerParam() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Parameter value used by the selected sampler; interpretation depends on the sampler type..
- samplerParam() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Parameter value used by the selected sampler; interpretation depends on the sampler type..
- samplerParam(double) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Parameter value used by the selected sampler; interpretation depends on the sampler type..
- samplerType() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- samplerType() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Type of sampler for collecting spans.
- samplerType() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Type of sampler for collecting spans.
- samplerType(SamplerType) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Type of sampler for collecting spans.
- SamplerType - Enum Class in io.helidon.telemetry.otelconfig
-
Sampler types valid for OpenTelemetry tracing.
- SamplerType - Enum Class in io.helidon.tracing
-
Sampler types (abbreviated list).
- sanitize(boolean) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Configure output sanitization.
- sanitize(String) - Method in class io.helidon.webserver.accesslog.AbstractLogEntry
-
Apply configured sanitization.
- sanitizeRedirectSensitiveHeaders(ClientUri, ClientRequestHeaders) - Method in class io.helidon.webclient.api.ClientRequestBase
-
Remove headers that must not cross redirect trust boundaries.
- SATURATED - Enum constant in enum class io.helidon.messaging.MessagingRejectedException.Reason
-
The bounded pending-admission capacity is exhausted, dispatcher contention prevents safely accounting a blocking waiter, or a nested synchronous delivery cannot run immediately without risking a capacity deadlock.
- save(T) - Method in interface io.helidon.data.Data.BasicRepository
-
Save provided entity.
- saveAll(Iterable) - Method in interface io.helidon.data.Data.BasicRepository
-
Save all provided entities.
- scale() - Method in interface io.helidon.dbclient.DbColumn
-
Scale of this column.
- scale() - Method in interface io.helidon.metrics.api.DistributionSummary.Builder
-
Returns the scale set on the builder.
- scale(double) - Method in interface io.helidon.metrics.api.DistributionSummary.Builder
-
Sets the scale factor for observations recorded by the summary.
- scan(String, JdbcSqlScanHandler) - Static method in class io.helidon.data.jdbc.lexical.JdbcSqlScanner
-
Scans one SQL source and reports its regions in encounter order.
- ScanContext - Interface in io.helidon.codegen.scan
-
Classpath scanning code generation context.
- ScanModuleInfo - Class in io.helidon.codegen.scan
-
Module info created from classpath scanning.
- SCANNING - Enum constant in enum class io.helidon.metadata.MetadataDiscovery.Mode
-
Discovers metadata files by scanning the file entries defined by the
java.class.pathandjdk.module.pathsystem properties. - scanResult() - Method in interface io.helidon.codegen.scan.ScanContext
-
Scan result that should have types from the whole classpath.
- ScanTypeFactory - Class in io.helidon.codegen.scan
-
Factory for types based on classpath scanning.
- ScanTypeInfoFactory - Class in io.helidon.codegen.scan
-
Factory to analyze processed types and to provide
TypeInfofor them. - schedule(long, long, TimeUnit) - Method in class io.helidon.config.FileSystemWatcher.Builder
-
Deprecated.
- ScheduledConsumer<I> - Interface in io.helidon.scheduling
-
Consumer invoked by
schedulerin defined interval. - scheduleDelay() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
- scheduleDelay() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Delay between consecutive exports.
- scheduleDelay() - Method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Delay between consecutive exports.
- scheduleDelay() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- scheduleDelay() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Delay between consecutive transmissions to the tracing collector (batch processing).
- scheduleDelay() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Delay between consecutive transmissions to the tracing collector (batch processing).
- scheduleDelay(Duration) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Delay between consecutive exports.
- scheduleDelay(Duration) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Delay between consecutive transmissions to the tracing collector (batch processing).
- ScheduledPollingStrategy - Class in io.helidon.config
-
A strategy which allows the user to schedule periodically fired polling event.
- ScheduledPollingStrategy.Builder - Class in io.helidon.config
-
A fluent API builder for
ScheduledPollingStrategy. - ScheduledPollingStrategy.RecurringPolicy - Interface in io.helidon.config
-
An SPI that allows users to define their own policy how to change the interval between scheduled ticking.
- ScheduledPollingStrategy.RecurringPolicy.AdaptiveBuilder - Class in io.helidon.config
-
Creates a builder of
ScheduledPollingStrategy.RecurringPolicywith an ability to change the behaviour, with a boundaries and the possibility to react to feedback given byScheduledPollingStrategy.RecurringPolicy.shorten()orScheduledPollingStrategy.RecurringPolicy.lengthen(). - ScheduledPollingStrategy.RegularRecurringPolicy - Class in io.helidon.config
-
Regular polling strategy implementation.
- ScheduledThreadPoolConfig - Interface in io.helidon.common.configurable
-
Interface generated from blueprint
io.helidon.common.configurable.ScheduledThreadPoolConfigBlueprint. - ScheduledThreadPoolConfig.Builder - Class in io.helidon.common.configurable
-
Fluent API builder for
ScheduledThreadPoolSupplier. - ScheduledThreadPoolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.configurable
-
Fluent API builder base for
ScheduledThreadPoolConfig. - ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl - Class in io.helidon.common.configurable
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ScheduledThreadPoolConfigImpl(ScheduledThreadPoolConfig.BuilderBase) - Constructor for class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
-
Create an instance providing a builder.
- ScheduledThreadPoolSupplier - Class in io.helidon.common.configurable
-
Supplier of a custom scheduled thread pool.
- Scheduling - Class in io.helidon.scheduling
-
Annotations for Scheduling.
- SCHEDULING - Static variable in class io.helidon.declarative.codegen.RunLevels
-
Service that need other services already running, such as scheduling.
- Scheduling.Cron - Annotation Interface in io.helidon.scheduling
-
Marks the method to be invoked periodically according to supplied cron expression.
- Scheduling.FixedRate - Annotation Interface in io.helidon.scheduling
-
Scheduled to be invoked periodically at fixed rate.
- SchedulingException - Exception Class in io.helidon.scheduling
-
Schedulingspecific exception. - SchedulingExtensionProvider - Class in io.helidon.declarative.codegen.scheduling
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative scheduling. - SchedulingExtensionProvider() - Constructor for class io.helidon.declarative.codegen.scheduling.SchedulingExtensionProvider
-
Required public constructor for
ServiceLoader. - schema() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- schema() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default schema name to be set on connections.
- schema() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the default schema name to be set on connections.
- schema() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- schema() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default schema name to be set on connections.
- schema() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Set the default schema name to be set on connections.
- schema() - Method in interface io.helidon.json.schema.spi.JsonSchemaProvider
-
Json schema represented as an object.
- schema() - Element in annotation interface io.helidon.openapi.OpenApi.Content
-
Schema class.
- schema() - Element in annotation interface io.helidon.openapi.OpenApi.Header
-
Schema class.
- schema(GraphQLSchema) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Configure the GraphQL schema to be used.
- schema(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set schema.
- schema(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set schema.
- schema(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set schema.
- schema(String) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default schema name to be set on connections.
- schema(String) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default schema name to be set on connections.
- schema(String) - Static method in class io.helidon.openapi.OpenApiSourceBase
-
Create a simple schema object for a JSON type.
- schema(String, JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set schema.
- Schema - Interface in io.helidon.json.schema
-
Json schema object.
- Schema.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
Schema. - Schema.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
Schema. - Schema.BuilderBase.SchemaImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaArray - Interface in io.helidon.json.schema
-
Json schema related to the array.
- SchemaArray.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaArray. - SchemaArray.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaArray. - SchemaArray.BuilderBase.SchemaArrayImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaArrayImpl(SchemaArray.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
-
Create an instance providing a builder.
- SchemaBoolean - Interface in io.helidon.json.schema
-
Json schema related to the boolean value.
- SchemaBoolean.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaBoolean. - SchemaBoolean.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaBoolean. - SchemaBoolean.BuilderBase.SchemaBooleanImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaBooleanImpl(SchemaBoolean.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaBoolean.BuilderBase.SchemaBooleanImpl
-
Create an instance providing a builder.
- schemaClass() - Method in interface io.helidon.json.schema.spi.JsonSchemaProvider
-
Class this schema is describing.
- SchemaCodegenProvider - Class in io.helidon.json.schema.codegen
-
ServiceLoaderprovider implementation forCodegenExtensionProvider, that code generates JSON Schema. - SchemaCodegenProvider() - Constructor for class io.helidon.json.schema.codegen.SchemaCodegenProvider
-
Required public constructor for
ServiceLoader. - SchemaImpl(Schema.BuilderBase) - Constructor for class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
-
Create an instance providing a builder.
- SchemaInteger - Interface in io.helidon.json.schema
-
Json schema related to the integer numbers.
- SchemaInteger.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaInteger. - SchemaInteger.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaInteger. - SchemaInteger.BuilderBase.SchemaIntegerImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaIntegerImpl(SchemaInteger.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
-
Create an instance providing a builder.
- SchemaItem - Interface in io.helidon.json.schema
-
Common interface for all Json Schema items.
- SchemaItem.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaItem. - SchemaItem.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaItem. - SchemaItem.BuilderBase.SchemaItemImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaItemImpl(SchemaItem.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
-
Create an instance providing a builder.
- SchemaNull - Interface in io.helidon.json.schema
-
Json schema related to the null types.
- SchemaNull.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaNull. - SchemaNull.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaNull. - SchemaNull.BuilderBase.SchemaNullImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaNullImpl(SchemaNull.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaNull.BuilderBase.SchemaNullImpl
-
Create an instance providing a builder.
- SchemaNumber - Interface in io.helidon.json.schema
-
Json schema related to the numbers.
- SchemaNumber.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaNumber. - SchemaNumber.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaNumber. - SchemaNumber.BuilderBase.SchemaNumberImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaNumberImpl(SchemaNumber.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
-
Create an instance providing a builder.
- SchemaObject - Interface in io.helidon.json.schema
-
Json schema related to the objects.
- SchemaObject.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaObject. - SchemaObject.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaObject. - SchemaObject.BuilderBase.SchemaObjectImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaObjectImpl(SchemaObject.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
-
Create an instance providing a builder.
- schemaRef(String) - Static method in class io.helidon.openapi.OpenApiSourceBase
-
Create a schema reference object.
- schemaString() - Method in interface io.helidon.graphql.server.InvocationHandler
-
The schema of this GraphQL endpoint.
- SchemaString - Interface in io.helidon.json.schema
-
Json schema related to the strings.
- SchemaString.Builder - Class in io.helidon.json.schema
-
Fluent API builder for
SchemaString. - SchemaString.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.schema
-
Fluent API builder base for
SchemaString. - SchemaString.BuilderBase.SchemaStringImpl - Class in io.helidon.json.schema
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SchemaStringImpl(SchemaString.BuilderBase) - Constructor for class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
-
Create an instance providing a builder.
- schemaType() - Method in interface io.helidon.json.schema.SchemaArray
- schemaType() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- schemaType() - Method in interface io.helidon.json.schema.SchemaBoolean
- schemaType() - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase.SchemaBooleanImpl
- schemaType() - Method in interface io.helidon.json.schema.SchemaInteger
- schemaType() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- schemaType() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
- schemaType() - Method in interface io.helidon.json.schema.SchemaItem
-
Schema type of the item.
- schemaType() - Method in interface io.helidon.json.schema.SchemaNull
- schemaType() - Method in class io.helidon.json.schema.SchemaNull.BuilderBase.SchemaNullImpl
- schemaType() - Method in interface io.helidon.json.schema.SchemaNumber
- schemaType() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- schemaType() - Method in interface io.helidon.json.schema.SchemaObject
- schemaType() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- schemaType() - Method in interface io.helidon.json.schema.SchemaString
- schemaType() - Method in class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
- SchemaType - Enum Class in io.helidon.json.schema
-
Json schema type.
- schemaUri(String) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Configure URI that will serve the GraphQL schema under the context root.
- scheme() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Scheme of the request (
http,https). - scheme() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- scheme() - Method in interface io.helidon.common.uri.UriInfo
-
Scheme of the request (
http,https). - scheme() - Method in class io.helidon.http.http2.Http2Headers
-
Scheme pseudo header.
- scheme() - Element in annotation interface io.helidon.openapi.OpenApi.HttpSecurityScheme
-
HTTP authorization scheme.
- scheme() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
HTTP authorization scheme.
- scheme() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Normalized origin scheme.
- scheme() - Method in class io.helidon.webclient.api.ClientUri
- scheme() - Method in class io.helidon.webclient.api.ConnectionKey
-
Uri address scheme.
- scheme(String) - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Scheme of the request (
http,https). - scheme(String) - Method in class io.helidon.http.http2.Http2Headers
-
HTTP scheme, such as
httporhttps. - scheme(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set HTTP scheme.
- scheme(String) - Method in class io.helidon.webclient.api.ClientUri
-
Scheme of this URI.
- scheme(String, List) - Method in class io.helidon.openapi.OpenApiDocument.SecurityRequirementBuilder
-
Add a required security scheme to this requirement.
- SCHEME - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI scheme component type.
- SCHEME - Enum constant in enum class io.helidon.common.uri.UriValidationException.Segment
-
URI Scheme.
- SCHEME_NAME - Static variable in class io.helidon.http.http2.Http2Headers
-
Header name of the scheme pseudo header.
- schemes() - Method in class io.helidon.openapi.OpenApiDocument.SecurityRequirement
-
Required schemes.
- scope() - Method in interface io.helidon.codegen.CodegenContext
-
Current code generation scope.
- scope() - Method in class io.helidon.codegen.CodegenContextBase
- scope() - Method in class io.helidon.codegen.CodegenContextDelegate
- scope() - Method in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
- scope() - Method in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
- scope() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- scope() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- scope() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- scope() - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- scope() - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- scope() - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor
- scope() - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
- scope() - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- scope() - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- scope() - Method in class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
- scope() - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- scope() - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- scope() - Method in class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
- scope() - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- scope() - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- scope() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- scope() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- scope() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- scope() - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- scope() - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- scope() - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- scope() - Method in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
- scope() - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- scope() - Method in class io.helidon.http.Headers__ServiceDescriptor
- scope() - Method in class io.helidon.http.HttpPrologue__ServiceDescriptor
- scope() - Method in class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- scope() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- scope() - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- scope() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- scope() - Method in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
- scope() - Method in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
- scope() - Method in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
- scope() - Method in interface io.helidon.metrics.api.Meter.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not assign scopes, and this method will be removed.
- scope() - Method in interface io.helidon.metrics.api.Meter
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not assign scopes, and this method will be removed.
- scope() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- scope() - Element in annotation interface io.helidon.metrics.api.Metrics.Counted
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this element will be removed.
- scope() - Element in annotation interface io.helidon.metrics.api.Metrics.Gauge
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this element will be removed.
- scope() - Element in annotation interface io.helidon.metrics.api.Metrics.Timed
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this element will be removed.
- scope() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- scope() - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
- scope() - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- scope() - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- scope() - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
- scope() - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
- scope() - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
- scope() - Method in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
- scope() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase.ClientCredentialsConfigImpl
- scope() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Scope used when obtaining access token in the client credentials flow.
- scope() - Method in interface io.helidon.security.providers.oidc.common.ClientCredentialsConfig
-
Scope used when obtaining access token in the client credentials flow.
- scope() - Method in class io.helidon.service.maven.plugin.CreateApplicationMojo
- scope() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
- scope() - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- scope() - Method in class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
- scope() - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- scope() - Method in exception class io.helidon.service.registry.ScopeNotActiveException
-
Scope that was not active.
- scope() - Method in class io.helidon.service.registry.Scopes__ServiceDescriptor
- scope() - Method in interface io.helidon.service.registry.ServiceDescriptor
-
Scope of this service.
- scope() - Method in interface io.helidon.service.registry.ServiceInfo
-
Scope of this service.
- scope() - Method in interface io.helidon.service.registry.ServiceInstance
-
Scope this instance was created in.
- scope() - Method in class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
- scope() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
- scope() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- scope() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider.OpenTelemetryContext
-
Return the current scope.
- scope() - Method in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
- scope() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- scope() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- scope() - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- scope() - Method in class io.helidon.validation.ValidatorsService__ServiceDescriptor
- scope() - Method in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
- scope() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- scope() - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.LoomServer__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.WebServerService__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- scope() - Method in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
- scope(JwtScope) - Method in class io.helidon.security.jwt.FieldValidator.Builder
- scope(ConstraintViolation.Location, String) - Method in interface io.helidon.validation.ValidationContext
-
Enter a new scope.
- scope(String) - Method in interface io.helidon.metrics.api.Meter.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.No-op, will be removed.
- scope(String) - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Scope used when obtaining access token in the client credentials flow.
- Scope - Interface in io.helidon.service.registry
-
A scope, such as request scope.
- Scope - Interface in io.helidon.tracing
-
A Scope that can be (eventually) closed.
- SCOPE_CONFIG_KEY - Static variable in interface io.helidon.metrics.api.MetricsConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope configuration, and this constant will be removed.
- SCOPE_CONFIG_KEY - Static variable in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope configuration, and this constant will be removed.
- SCOPE_GRANT_TYPE - Static variable in class io.helidon.security.abac.scope.ScopeValidator
-
Use this type when constructing a
Grant, so this validator can accept it as a scope. - SCOPE_META_ANNOTATIONS - Static variable in class io.helidon.service.codegen.ServiceOptions
-
Additional meta annotations that mark scope annotations.
- SCOPE_TAG_NAME_DEFAULT - Static variable in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope tag names, and this constant will be removed.
- SCOPE_TAG_NAME_DEFAULT - Static variable in class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope tag names, and this constant will be removed.
- scopeAudience() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Audience URI of custom scopes.
- scopeAudience() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- scopeAudience(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Audience of the scope required by this application.
- ScopeConfig - Interface in io.helidon.metrics.api
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this type will be removed.
- ScopeConfig.Builder - Class in io.helidon.metrics.api
-
Deprecated.Fluent API builder for
ScopeConfig. - ScopeConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.metrics.api
-
Deprecated.Fluent API builder base for
ScopeConfig. - ScopeConfig.BuilderBase.ScopeConfigImpl - Class in io.helidon.metrics.api
-
Deprecated.Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ScopeConfigImpl(ScopeConfig.BuilderBase) - Constructor for class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated.Create an instance providing a builder.
- scopeDefaultValue() - Method in interface io.helidon.metrics.spi.MetricsProgrammaticConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- ScopedRegistry - Interface in io.helidon.service.registry
-
Service registry of a specific scope.
- ScopeNotActiveException - Exception Class in io.helidon.service.registry
-
An attempt was done to get a service instance from a scope that is not active.
- ScopeNotActiveException(String, TypeName) - Constructor for exception class io.helidon.service.registry.ScopeNotActiveException
-
Create a new exception with a description and scope this exception is created for.
- scopes() - Method in interface io.helidon.metrics.api.MeterRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Always returns an empty iterable and will be removed.
- scopes() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- scopes() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- scopes() - Method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- scopes() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlow
-
OAuth scopes.
- scopes() - Element in annotation interface io.helidon.openapi.OpenApi.SecuritySchemeRequirement
-
OAuth/OpenID Connect scopes for this scheme.
- scopes() - Method in class io.helidon.openapi.OpenApiDocument.SchemeRequirement
-
Required scopes.
- scopes() - Method in class io.helidon.security.jwt.Jwt
-
Scopes of this token.
- scopes() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- scopes() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Scope.
- scopes() - Method in interface io.helidon.service.registry.Lookup
-
The managed service assigned Scope.
- scopes(List) - Method in class io.helidon.security.jwt.Jwt.Builder
-
OAuth2 scope claims to set.
- scopes(Map) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- scopes(Set) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Scope.
- Scopes - Interface in io.helidon.service.registry
-
Service that provides support for creating
Scopeinstances. - Scopes__ServiceDescriptor<T> - Class in io.helidon.service.registry
-
Service descriptor for
Scopes. - Scopes__ServiceDescriptor() - Constructor for class io.helidon.service.registry.Scopes__ServiceDescriptor
-
Constructor with no side effects
- scopeSelection(Iterable) - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.No-op, will be removed.
- scopeSpans() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogResourceScopeSpans
-
Returns the
JsonLogConverter.LogScopeSpansportion of the top-level information. - scopeTag(Optional) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not manage scope tags, and this method will be removed.
- scopeTagName() - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics does not manage scope tags, and this method will be removed.
- scopeTagName() - Method in interface io.helidon.metrics.spi.MetricsProgrammaticConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- scopeTagName(String) - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.No-op, will be removed.
- ScopeValidator - Class in io.helidon.security.abac.scope
-
ABAC validator for OAuth2 scopes.
- ScopeValidator.Builder - Class in io.helidon.security.abac.scope
-
A fluent API builder for
ScopeValidator. - ScopeValidator.Scope - Annotation Interface in io.helidon.security.abac.scope
-
Scope annotation.
- ScopeValidator.Scopes - Annotation Interface in io.helidon.security.abac.scope
-
Repeatable annotation for
ScopeValidator.Scope. - ScopeValidator.ScopesConfig - Class in io.helidon.security.abac.scope
-
Configuration custom class for scope validator.
- ScopeValidatorService - Class in io.helidon.security.abac.scope
-
A service to provide
ScopeValidatortoAbacProvider. - ScopeValidatorService() - Constructor for class io.helidon.security.abac.scope.ScopeValidatorService
-
Create a scope validator service.
- scoping() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- scoping() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- scoping() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- scoping(ScopingConfig) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- scoping(Consumer) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- scoping(Supplier) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.
- ScopingConfig - Interface in io.helidon.metrics.api
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this type will be removed.
- ScopingConfig.Builder - Class in io.helidon.metrics.api
-
Deprecated.Fluent API builder for
ScopingConfig. - ScopingConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.metrics.api
-
Deprecated.Fluent API builder base for
ScopingConfig. - ScopingConfig.BuilderBase.ScopingConfigImpl - Class in io.helidon.metrics.api
-
Deprecated.Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ScopingConfigImpl(ScopingConfig.BuilderBase) - Constructor for class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated.Create an instance providing a builder.
- SE - Enum constant in enum class io.helidon.common.features.api.HelidonFlavor
-
The "Standard Edition" flavor.
- SE - Enum constant in enum class io.helidon.common.features.metadata.Flavor
-
The "Standard Edition" flavor.
- sealed() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Is this a sealed class or interface.
- sealed(boolean) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Whether this type is sealed.
- SEALED - Enum constant in enum class io.helidon.common.types.Modifier
-
The
sealedmodifier. - SECONDS - Static variable in class io.helidon.metrics.api.Meter.BaseUnits
-
Represents seconds.
- secondsToTrustIdleConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the time to trust an idle connection to skip a validation test in seconds.
- secondsToTrustIdleConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- secondsToTrustIdleConnection() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the time to trust an idle connection to skip a validation test in seconds.
- secondsToTrustIdleConnection(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the time to trust an idle connection to skip a validation test in seconds.
- secret(Config) - Method in interface io.helidon.security.spi.SecretsProvider
-
Create secret supplier from configuration.
- secret(String) - Method in interface io.helidon.security.Security
-
Get a secret.
- secret(String, String) - Method in interface io.helidon.security.Security
-
Get a secret.
- secret(T) - Method in interface io.helidon.security.spi.SecretsProvider
-
Create secret supplier from configuration object.
- secrets() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- secrets() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Secret patterns (regular expressions) to exclude from output.
- secrets() - Method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Secret patterns (regular expressions) to exclude from output.
- secrets(Set) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Secret patterns (regular expressions) to exclude from output.
- SecretsProvider<T> - Interface in io.helidon.security.spi
-
Provider that can retrieve secrets.
- SecretsProviderConfig - Interface in io.helidon.security
-
Marker interface for configuration of secrets providers.
- secure() - Method in class io.helidon.http.SetCookie
-
Secure attribute of cookie.
- secure() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Whether this response used TLS for an HTTPS target.
- secure() - Static method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Secure access using authentication and authorization.
- secure() - Static method in class io.helidon.webserver.security.SecurityFeature
-
Secure access using authentication and authorization.
- secure(boolean) - Method in class io.helidon.http.SetCookie.Builder
-
Sets
Secureparameter. - SecureHandler - Class in io.helidon.webserver.http
-
A handler that enforces authentication and/or authorization.
- secureRandom() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Explicit secure random to use.
- secureRandom() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- secureRandom() - Method in interface io.helidon.common.tls.TlsMaterial
-
Explicit secure random to use.
- secureRandom(TlsConfig) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Load secure random.
- secureRandom(TlsMaterial) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Load secure random.
- secureRandom(SecureRandom) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Explicit secure random to use.
- secureRandomAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Algorithm to use when creating a new secure random.
- secureRandomAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- secureRandomAlgorithm() - Method in interface io.helidon.common.tls.TlsMaterial
-
Algorithm to use when creating a new secure random.
- secureRandomAlgorithm(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Algorithm to use when creating a new secure random.
- secureRandomProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Provider to use when creating a new secure random.
- secureRandomProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- secureRandomProvider() - Method in interface io.helidon.common.tls.TlsMaterial
-
Provider to use when creating a new secure random.
- secureRandomProvider(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Provider to use when creating a new secure random.
- SecureUserStore - Interface in io.helidon.security.providers.httpauth
-
Store of users for resolving HTTP basic authentication.
- SecureUserStore.User - Interface in io.helidon.security.providers.httpauth
-
Representation of a single user.
- security() - Method in interface io.helidon.webserver.http.HttpRouting
-
Security associated with this routing.
- security() - Method in interface io.helidon.webserver.http.ServerRequest
-
HTTP security associated with this listener, configured on routing.
- security() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Security associated with this feature.
- security() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- security() - Method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Security associated with this feature.
- security() - Method in interface io.helidon.webserver.spi.TransportBinding
-
Transport security applied by this binding.
- security(Security) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Security associated with this feature.
- security(HttpSecurity) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Configure security for this routing.
- security(Consumer) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Security associated with this feature.
- security(Supplier) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Security associated with this feature.
- security(List) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set security requirements.
- Security - Section in package io.helidon.security
- Security - Interface in io.helidon.security
-
This class is used to "bootstrap" security and integrate it with other frameworks; runtime main entry point is
SecurityContext. - SECURITY_ALGORITHM - Static variable in class io.helidon.security.jwt.jwk.JwkEC
-
The main Java security algorithm used.
- SECURITY_ALGORITHM - Static variable in class io.helidon.security.jwt.jwk.JwkRSA
-
The main Java security algorithm used.
- SECURITY_CONTEXT - Static variable in class io.helidon.webserver.grpc.security.GrpcSecurity
-
The security context gRPC context key.
- SECURITY_TYPE_PREFIX - Static variable in interface io.helidon.security.AuditEvent
-
Reserved event type prefix for security component.
- Security.Builder - Class in io.helidon.security
-
Builder pattern class for helping create
Securityin a convenient way. - SecurityAuditEvent - Class in io.helidon.security.internal
-
A default implementation of AuditEvent, used by security itself.
- SecurityClient<T> - Interface in io.helidon.security
-
Common methods for security clients.
- SecurityClientBuilder<T> - Class in io.helidon.security
-
Builder constructing a security client - extends the
SecurityRequestBuilderfor convenience. - securityContext() - Method in interface io.helidon.security.ProviderRequest
-
Security context associated with current request.
- securityContext(SecurityContext) - Method in class io.helidon.security.integration.common.SecurityTracing
-
Update security span with information from
SecurityContext. - securityContext(SecurityContext) - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
Configure the security context representing the request for which outbound security is invoked.
- SecurityContext<P> - Interface in io.helidon.common.security
-
Security context.
- SecurityContext - Interface in io.helidon.security
-
Security context to retrieve security information about current user, either injected or obtained from
Security.contextBuilder(String)and to handle programmatic security. - SecurityContext.Builder - Class in io.helidon.security
-
Fluent API builder for
SecurityContext. - securityDefaults(GrpcSecurityHandler) - Method in class io.helidon.webserver.grpc.security.GrpcSecurity
-
Create a new gRPC security instance using the provided handler as the least-significant default.
- securityDefaults(SecurityHandler) - Method in class io.helidon.webserver.security.SecurityHttpFeature
-
Create a new web security instance using the default handler as base defaults for all handlers used.
- SecurityEnvironment - Class in io.helidon.security
-
Security environment is a set of attributes that are stable for an interaction (usually a request in our case).
- SecurityEnvironment.Builder - Class in io.helidon.security
-
A fluent API builder for
SecurityEnvironment. - SecurityException - Exception Class in io.helidon.security
-
Runtime exception used as by this module to be able to identify exception caused by it.
- SecurityException(String) - Constructor for exception class io.helidon.security.SecurityException
-
Create a new security exception.
- SecurityException(String, Throwable) - Constructor for exception class io.helidon.security.SecurityException
-
Create a new security exception.
- SecurityException(Throwable) - Constructor for exception class io.helidon.security.SecurityException
-
Create a new security exception.
- SecurityFeature - Class in io.helidon.webserver.security
-
Server feature for security, to be registered with
WebServerConfig.BuilderBase.addFeature(ServerFeature). - SecurityFeatureConfig - Interface in io.helidon.webserver.security
-
Configuration of security feature fow webserver.
- SecurityFeatureConfig.Builder - Class in io.helidon.webserver.security
-
Fluent API builder for
SecurityFeature. - SecurityFeatureConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.security
-
Fluent API builder base for
SecurityFeatureConfig. - SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl - Class in io.helidon.webserver.security
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SecurityFeatureConfigImpl(SecurityFeatureConfig.BuilderBase) - Constructor for class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
-
Create an instance providing a builder.
- SecurityFeatureProvider - Class in io.helidon.webserver.security
-
ServiceLoaderprovider implementation ofServerFeatureProviderfor security. - SecurityFeatureProvider() - Constructor for class io.helidon.webserver.security.SecurityFeatureProvider
-
Required public constructor for
ServiceLoader. - SecurityHandler - Class in io.helidon.webserver.security
-
Handles security for web server.
- SecurityHandler.QueryParamHandler - Class in io.helidon.webserver.security
-
Handler of query parameters - extracts them and stores them in a security header, so security can access them.
- SecurityHandlerConfig - Interface in io.helidon.webserver.security
-
Configuration of a
SecurityHandler. - SecurityHandlerConfig.Builder - Class in io.helidon.webserver.security
-
Fluent API builder for
SecurityHandler. - SecurityHandlerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.security
-
Fluent API builder base for
SecurityHandlerConfig. - SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl - Class in io.helidon.webserver.security
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SecurityHandlerConfigImpl(SecurityHandlerConfig.BuilderBase) - Constructor for class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
-
Create an instance providing a builder.
- SecurityHttpFeature - Class in io.helidon.webserver.security
-
Integration of security into WebServer.
- securityLevel(SecurityLevel) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Add a security level discovered from endpoint annotations.
- SecurityLevel - Class in io.helidon.security
-
Security level stores annotations bound to the specific class and method.
- SecurityLevel.SecurityLevelBuilder - Class in io.helidon.security
-
Builder for
SecurityLevelclass. - securityLevels() - Method in class io.helidon.security.EndpointConfig
-
Get all security levels endpoint configuration object registered.
- securityLevels() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- securityLevels() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Security levels discovered from endpoint annotations.
- securityLevels() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig
-
Security levels discovered from endpoint annotations.
- securityLevels(List) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Security levels discovered from endpoint annotations.
- securityLevels(List) - Method in class io.helidon.security.EndpointConfig.Builder
-
Sets security levels to this endpoint configuration builder.
- SecurityProvider - Interface in io.helidon.security.spi
-
Base interface for all security providers.
- SecurityProviderService - Interface in io.helidon.security.spi
-
Service to use with ServiceLoader to map configuration to provider.
- SecurityRequest - Interface in io.helidon.security
-
Common methods for all security requests (authentication, authorization, and identity propagation).
- securityRequestBuilder() - Method in interface io.helidon.security.SecurityContext
-
A builder to build a
SecurityRequest. - securityRequestBuilder(SecurityEnvironment) - Method in interface io.helidon.security.SecurityContext
-
A builder to build a
SecurityRequestwith a specific environment. - SecurityRequestBuilder<T> - Class in io.helidon.security
-
Fluent API to build a security request.
- securityRequirement(OpenApiDocument.SecurityRequirement) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a security requirement.
- securityRequirement(OpenApiDocument.SecurityRequirement) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add security requirement.
- securityRequirement(String, List) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a security requirement.
- securityRequirement(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a security requirement.
- securityRequirement(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add security requirement.
- securityRequirements() - Method in class io.helidon.openapi.OpenApiDocument
-
Security requirements.
- SecurityResponse - Class in io.helidon.security
-
Response from security provider (and security Module).
- SecurityResponse.SecurityStatus - Enum Class in io.helidon.security
-
Status of a security operation.
- SecurityResponseMapper - Interface in io.helidon.webserver.security
-
A
SecurityResponsemapper that is called when a security error is encountered. - securityScheme(String, OpenApiDocument.SecurityScheme) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set security scheme.
- securityScheme(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ComponentsBuilder
-
Set security scheme.
- securitySchemeFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- securitySchemeFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme fields.
- securitySchemeFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Security scheme fields.
- securitySchemeFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme fields.
- securitySchemeTypes() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- securitySchemeTypes() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme types.
- securitySchemeTypes() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Security scheme types.
- securitySchemeTypes(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Security scheme types.
- SecurityTime - Class in io.helidon.security
-
Time used in security, configurable.
- SecurityTime.Builder - Class in io.helidon.security
-
Fluent API builder for
SecurityTime. - SecurityTracing - Class in io.helidon.security.integration.common
-
Security integration utility for tracing support in integration components.
- SEE_OTHER_303 - Static variable in class io.helidon.http.Status
-
303 See Other, see HTTP/1.1 documentation.
- SEE_OTHER_303_CODE - Static variable in class io.helidon.http.Status
-
303 See Other, see HTTP/1.1 documentation.
- segment() - Method in exception class io.helidon.common.uri.UriValidationException
-
Segment that caused this validation exception.
- segments() - Method in interface io.helidon.common.uri.UriPath
-
List of segments.
- select() - Static method in interface io.helidon.data.codegen.query.Projection
-
Create
SELECTprojection with no additional arguments. - select(String) - Method in interface io.helidon.webserver.ListenerTlsContext
-
Select TLS for a client-presented SNI host.
- Select - Enum constant in enum class io.helidon.data.codegen.query.ProjectionAction
-
SELECTaction. - selectCount() - Static method in interface io.helidon.data.codegen.query.Projection
-
Create
SELECT COUNTprojection. - selectDistinct() - Static method in interface io.helidon.data.codegen.query.Projection
-
Create
SELECT DISTINCTprojection with no additional arguments. - selected(Config, OpenTelemetry) - Method in interface io.helidon.telemetry.opentelemetry.spi.OpenTelemetryOwnershipStrategy
-
Invoked once this strategy's runtime has been selected.
- selectedProxyRoute() - Method in class io.helidon.webclient.api.ClientRequestBase
- selectedProxyRoute() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Effective proxy route already selected during the current top-level request invocation.
- selectedProxyRoute(ProxyRoute) - Method in class io.helidon.webclient.api.ClientRequestBase
- selectedProxyRoute(ProxyRoute) - Method in interface io.helidon.webclient.api.FullClientRequest
-
Retain an effective proxy route while handing a request between protocol implementations in the current top-level request invocation.
- selectExists() - Static method in interface io.helidon.data.codegen.query.Projection
-
Create
SELECTprojection to check whether at least one records matching query criteria exists. - selectFirst(int) - Static method in interface io.helidon.data.codegen.query.Projection
-
Create
SELECTprojection with returned records count limit. - selectOutboundProviders() - Method in class io.helidon.security.CompositeProviderSelectionPolicy
- selectOutboundProviders() - Method in interface io.helidon.security.spi.ProviderSelectionPolicy
-
Specific method for outbound providers, as we have an option to choose the first outbound provider that matches the current request.
- selectProvider(Class) - Method in class io.helidon.security.CompositeProviderSelectionPolicy
- selectProvider(Class) - Method in interface io.helidon.security.spi.ProviderSelectionPolicy
-
Select a provider instance of the type defined that this policy has configured as the default.
- selectProvider(Class, String) - Method in class io.helidon.security.CompositeProviderSelectionPolicy
- selectProvider(Class, String) - Method in interface io.helidon.security.spi.ProviderSelectionPolicy
-
Select a provider instance of the type defined that this policy finds for the requested name.
- selectWithoutSni() - Method in interface io.helidon.webserver.ListenerTlsContext
-
Select TLS for a TLS ClientHello without SNI.
- self() - Method in interface io.helidon.builder.api.Prototype.Builder
-
Instance of this builder as the correct type.
- self() - Element in annotation interface io.helidon.openapi.OpenApi.Document
-
Document identity URI.
- self() - Method in class io.helidon.openapi.OpenApiDocument
-
Document identity URI.
- self(String) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Set the OpenAPI 3.2 document identity URI.
- SELF_CLOSE - Static variable in record class io.helidon.codegen.JavadocTree.AttrValue
-
Constant for
JavadocParser.Event.SelfClose. - SELF_CLOSE - Static variable in interface io.helidon.codegen.JavadocTree.Cdata
-
Constant for
JavadocParser.Event.SelfClose. - SELF_CLOSE - Static variable in interface io.helidon.codegen.JavadocTree.Comment
-
Constant for
JavadocParser.Event.SelfClose. - SELF_CLOSE - Static variable in interface io.helidon.codegen.JavadocTree.Doctype
-
Constant for
JavadocParser.Event.SelfClose. - SELF_CLOSE - Static variable in interface io.helidon.codegen.JavadocTree.EltClose
-
Constant for
JavadocParser.Event.SelfClose. - SELF_CLOSE - Static variable in interface io.helidon.codegen.JavadocTree.Escape
-
Constant for
JavadocParser.Event.SelfClose. - SELF_CLOSE - Static variable in interface io.helidon.codegen.JavadocTree.Text
-
Constant for
JavadocParser.Event.SelfClose. - selfClosing() - Method in interface io.helidon.codegen.JavadocTree.EltStart
-
Whether the element is self-closing.
- semaphore() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- semaphore() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Explicitly configured semaphore.
- semaphore() - Method in interface io.helidon.common.concurrency.limits.FixedLimitConfig
-
Explicitly configured semaphore.
- semaphore() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Explicitly configured semaphore.
- semaphore() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- semaphore() - Method in interface io.helidon.common.concurrency.limits.ThroughputLimitConfig
-
Explicitly configured semaphore.
- semaphore(Semaphore) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Explicitly configured semaphore.
- semaphore(Semaphore) - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Explicitly configured semaphore.
- SeMetricsProgrammaticConfig - Class in io.helidon.metrics.api
-
Provides SE defaults for config values defaulted in a flavor-dependent way.
- SeMetricsProgrammaticConfig() - Constructor for class io.helidon.metrics.api.SeMetricsProgrammaticConfig
-
Required public constructor for
ServiceLoader. - SeMetricsProgrammaticConfig__ServiceDescriptor<T> - Class in io.helidon.metrics.api
-
Service descriptor for
SeMetricsProgrammaticConfig. - SeMetricsProgrammaticConfig__ServiceDescriptor() - Constructor for class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
-
Constructor with no side effects
- SEMICOLON_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
;byte. - send() - Method in interface io.helidon.webserver.http.ServerResponse
-
Send a response with no entity.
- send() - Method in class io.helidon.webserver.http.ServerResponseBase
- send() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Send this response over the wire to the client.
- send(byte[]) - Method in interface io.helidon.webserver.http.ServerResponse
-
Send a byte array response.
- send(byte[], int, int) - Method in interface io.helidon.webserver.http.ServerResponse
-
Send a byte array response.
- send(BufferData, boolean) - Method in class io.helidon.webclient.websocket.ClientWsConnection
- send(BufferData, boolean) - Method in class io.helidon.webserver.websocket.WsConnection
- send(BufferData, boolean) - Method in interface io.helidon.websocket.WsSession
-
Send binary fragment.
- send(Status) - Method in interface io.helidon.webserver.http1.spi.Http1UpgradeResponse
-
Send an empty response with the provided status.
- send(Message) - Method in interface io.helidon.messaging.spi.OutgoingChannel
-
Send a message to the connector target.
- send(Object) - Method in interface io.helidon.messaging.spi.OutgoingChannel
-
Send a payload-only message.
- send(Object) - Method in interface io.helidon.webserver.http.ServerResponse
-
Send an entity, a
MediaContextwill be used to serialize the entity. - send(Object) - Method in class io.helidon.webserver.http.ServerResponseBase
- send(String, boolean) - Method in class io.helidon.webclient.websocket.ClientWsConnection
- send(String, boolean) - Method in class io.helidon.webserver.websocket.WsConnection
- send(String, boolean) - Method in interface io.helidon.websocket.WsSession
-
Send text fragment.
- send(Optional) - Method in interface io.helidon.webserver.http.ServerResponse
-
Send an entity if present, throw
NotFoundExceptionif empty. - sendAndReceive(Method, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
A helper method that sends the given payload with the provided method to the server.
- sendAndReceive(Method, String, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
A helper method that sends the given payload at the given path with the provided method and headers to the server.
- sendAndReceive(Method, String, String, Iterable) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
A helper method that sends the given payload at the given path with the provided method to the server.
- sendBatch(MessageBatch) - Method in interface io.helidon.messaging.spi.OutgoingChannel
-
Send a batch of messages to the connector target.
- sendChunk(String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Send single chunk as defined by RFC 9112 §7.1.
- sendErrorDetails() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- sendErrorDetails() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Whether to send error message over HTTP to client.
- sendErrorDetails() - Method in interface io.helidon.webserver.http2.Http2Config
-
Whether to send error message over HTTP to client.
- sendErrorDetails(boolean) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Whether to send error message over HTTP to client.
- sendExpectContinue() - Method in class io.helidon.webclient.api.ClientRequestBase
- sendExpectContinue() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Whether Expect 100-Continue header is sent to verify server availability before sending an entity.
- sendExpectContinue() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- sendExpectContinue() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether Expect-100-Continue header is sent to verify server availability before sending an entity.
- sendExpectContinue() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Whether Expect-100-Continue header is sent to verify server availability before sending an entity.
- sendExpectContinue(boolean) - Method in interface io.helidon.webclient.api.ClientRequest
-
Whether Expect 100-Continue header is sent to verify server availability before sending an entity.
- sendExpectContinue(boolean) - Method in class io.helidon.webclient.api.ClientRequestBase
- sendExpectContinue(boolean) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether Expect-100-Continue header is sent to verify server availability before sending an entity.
- sendListeners() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- sendListeners() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection send event listeners for HTTP/1.1.
- sendListeners() - Method in interface io.helidon.webserver.http1.Http1Config
-
Connection send event listeners for HTTP/1.1.
- sendListeners(List) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection send event listeners for HTTP/1.1.
- sendLog() - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- sendLog() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Logging of sent packets.
- sendLog() - Method in interface io.helidon.http.HttpLogConfig
-
Logging of sent packets.
- sendLog() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- sendLog() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.
- sendLog() - Method in interface io.helidon.webserver.http1.Http1Config
-
Deprecated, for removal: This API element is subject to removal in a future version.use
HttpConfig.log() - sendLog(boolean) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Logging of sent packets.
- sendLog(boolean) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.
- sendPayload(PrintWriter, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Override this to send a specific payload.
- sendPing() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Sends PING frame to server.
- sendSettings(Http2Settings) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Send settings frame.
- sendSwitchingProtocols(Headers) - Method in interface io.helidon.webserver.http1.spi.Http1UpgradeResponse
-
Send the configured
101 Switching Protocolsresponse. - sendUnrecognizedNameAlert() - Method in exception class io.helidon.webserver.ListenerTlsContext.RejectedSniException
-
Whether the transport binding should send a TLS
unrecognized_namealert. - sensitive() - Method in class io.helidon.http.ContentDisposition
- sensitive() - Method in interface io.helidon.http.Header
-
Sensitive headers should not be logged, or indexed (HTTP/2).
- sensitive(String, Object) - Static method in class io.helidon.security.AuditEvent.AuditParam
-
New parameter of any type that is sensitive.
- SequentialSubscriber<T> - Class in io.helidon.common.reactive
-
Wrapper
Flow.SubscriberensuringOnSubscribe,onNext,onErrorandonCompleteto be signaled serially. - SequentialSubscriber(Flow.Subscriber) - Constructor for class io.helidon.common.reactive.SequentialSubscriber
-
Provides protection from untrusted publishers, enforces rule 1.3 by serializing all parallel calls.
- SERIAL_CONFIG_FILE - Static variable in class io.helidon.metadata.MetadataConstants
-
Configuration for Java deserialization.
- SerializationConfig - Class in io.helidon.common
-
Support for JEP 290 - deserialization filtering.
- SerializationConfig.Action - Enum Class in io.helidon.common
-
What action to take if there is no global filter configured, or if the configuration is not according to Helidon expectations.
- SerializationConfig.Builder - Class in io.helidon.common
-
Fluent API builder to customize
SerializationConfig. - SerializationConfig.TraceOption - Enum Class in io.helidon.common
-
Deserialization tracing options.
- serialize(JsonGenerator, JsonSerializer, OptionalDouble, JsonKey, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
OptionalDoublevalue with a precomputed key using the provided serializer. - serialize(JsonGenerator, JsonSerializer, OptionalDouble, String, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
OptionalDoublevalue with a key using the provided serializer. - serialize(JsonGenerator, JsonSerializer, OptionalInt, JsonKey, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
OptionalIntvalue with a precomputed key using the provided serializer. - serialize(JsonGenerator, JsonSerializer, OptionalInt, String, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
OptionalIntvalue with a key using the provided serializer. - serialize(JsonGenerator, JsonSerializer, OptionalLong, JsonKey, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
OptionalLongvalue with a precomputed key using the provided serializer. - serialize(JsonGenerator, JsonSerializer, OptionalLong, String, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
OptionalLongvalue with a key using the provided serializer. - serialize(JsonGenerator, JsonSerializer, T, JsonKey, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes a value with a precomputed key using the provided serializer.
- serialize(JsonGenerator, JsonSerializer, T, JsonKey, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
Optionalvalue with a precomputed key using the provided serializer. - serialize(JsonGenerator, JsonSerializer, T, String, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes a value with a key using the provided serializer.
- serialize(JsonGenerator, JsonSerializer, T, String, boolean) - Static method in class io.helidon.json.binding.Serializers
-
Serializes an
Optionalvalue with a key using the provided serializer. - serialize(JsonGenerator, Object) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object to JSON using the provided generator.
- serialize(JsonGenerator, T, boolean) - Method in interface io.helidon.json.binding.JsonSerializer
-
Serializes the given instance to JSON using the provided generator.
- serialize(JsonGenerator, T, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a generic type to JSON using the provided generator.
- serialize(JsonGenerator, T, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a specific type to JSON using the provided generator.
- serialize(OutputStream, Object) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object to JSON and writes it to an OutputStream.
- serialize(OutputStream, T, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a generic type to JSON and writes it to an OutputStream.
- serialize(OutputStream, T, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a specific type to JSON and writes it to an OutputStream.
- serialize(Writer, Object) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object to JSON and writes it to a Writer.
- serialize(Writer, T, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a generic type to JSON and writes it to a Writer.
- serialize(Writer, T, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a specific type to JSON and writes it to a Writer.
- serialize(Object) - Method in interface io.helidon.graphql.GeneratedGraphQl.CustomScalar
-
Convert a Java value to a GraphQL scalar result value.
- serialize(Object) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object to a JSON string.
- serialize(T) - Method in interface io.helidon.graphql.spi.GraphQlScalar
-
Convert a Java value to a GraphQL scalar result value.
- serialize(T, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a generic type to a JSON string.
- serialize(T, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a specific type to a JSON string.
- serializeAsMapKey(T) - Method in interface io.helidon.json.binding.JsonSerializer
-
Serializes the given instance as a map key string.
- serializedValue() - Element in annotation interface io.helidon.openapi.OpenApi.Example
-
OpenAPI 3.2 serialized value.
- serializedValue(String) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Set OpenAPI 3.2 serialized value.
- serializeList(JsonGenerator, List, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes a list of objects of a specific item type to JSON using the provided generator.
- serializeList(OutputStream, List, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes a list of objects of a specific item type to JSON and writes it to an OutputStream.
- serializeList(Writer, List, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes a list of objects of a specific item type to JSON and writes it to a Writer.
- serializeList(List, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes a list of objects of a specific item type to a JSON string.
- serializeListToBytes(List, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes a list of objects of a specific item type to JSON bytes encoded using UTF-8.
- serializeNull(JsonGenerator) - Method in interface io.helidon.json.binding.JsonSerializer
-
Serializes a null value.
- serializer(GenericType) - Method in interface io.helidon.json.binding.JsonBindingConfigurator
-
Return a serializer for the specified generic type.
- serializer(Class) - Method in interface io.helidon.json.binding.JsonBindingConfigurator
-
Return a serializer for the specified class.
- serializer(Type) - Method in interface io.helidon.json.binding.JsonBindingConfigurator
-
Return a serializer for the specified type.
- serializers() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- serializers() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type serializers.
- serializers() - Method in interface io.helidon.json.binding.JsonBindingConfig
-
Registered type serializers.
- serializers(List) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Registered type serializers.
- Serializers - Class in io.helidon.json.binding
-
Utility class for serialization operations.
- serializersDiscoverServices() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service discovery flag for
JsonBindingConfig.BuilderBase.serializers(). - serializersDiscoverServices(boolean) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service discovery flag for
JsonBindingConfig.BuilderBase.serializers(). - serializeToBytes(Object) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object to JSON bytes encoded using UTF-8.
- serializeToBytes(T, GenericType) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a generic type to JSON bytes encoded using UTF-8.
- serializeToBytes(T, Class) - Method in interface io.helidon.json.binding.JsonBinding
-
Serializes an object of a specific type to JSON bytes encoded using UTF-8.
- server(OpenApiDocument.Server) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a server.
- server(OpenApiDocument.Server) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set server.
- server(OpenApiDocument.Server) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add server.
- server(OpenApiDocument.Server) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add server.
- server(Socket, String, String) - Static method in class io.helidon.common.socket.PlainSocket
-
Create a new server socket.
- server(SocketChannel, String, String) - Static method in class io.helidon.common.socket.NioSocket
-
Create a new server socket.
- server(SocketChannel, SSLEngine, String, String) - Static method in class io.helidon.common.socket.TlsNioSocket
-
Create a server TLS NIO socket.
- server(SocketChannel, SSLEngine, String, String, ByteBuffer) - Static method in class io.helidon.common.socket.TlsNioSocket
-
Create a server TLS NIO socket with already-read TLS network data to replay into the first unwrap.
- server(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a server.
- server(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add server.
- server(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Add server.
- server(SSLSocket, String, String) - Static method in class io.helidon.common.socket.TlsSocket
-
Create a server TLS socket.
- SERVER - Enum constant in enum class io.helidon.http.http2.ConnectionFlowControl.Type
-
Flow control for the server.
- SERVER - Enum constant in enum class io.helidon.http.HttpTransportObserver.Role
-
Server endpoint.
- SERVER - Enum constant in enum class io.helidon.tracing.Span.Kind
-
Server span kind, parent of a server interaction.
- SERVER - Static variable in class io.helidon.declarative.codegen.RunLevels
-
Helidon WebServer.
- SERVER - Static variable in class io.helidon.http.HeaderNames
-
The "Server" header name.
- SERVER - Static variable in annotation interface io.helidon.service.registry.Service.RunLevel
-
Represents services that have the concept of "serving" something, such as webserver.
- SERVER_ERROR - Enum constant in enum class io.helidon.http.Status.Family
-
5xxHTTP status codes. - SERVER_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Server" header name.
- SERVER_STREAMING - Enum constant in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Server-streaming call.
- serverBuilder(BiConsumer) - Static method in class io.helidon.http.http2.ConnectionFlowControl
-
Create connection HTTP/2 flow-control for server side.
- serverConfig() - Method in interface io.helidon.webserver.spi.ServerFeature.ServerFeatureContext
-
Configuration of the server.
- ServerConnection - Interface in io.helidon.webserver.spi
-
Server connection abstraction, used by any provider to handle a socket connection.
- ServerConnectionException - Exception Class in io.helidon.webserver
-
An exception that was caused by server communication error (on the original client call).
- ServerConnectionException(String, Throwable) - Constructor for exception class io.helidon.webserver.ServerConnectionException
-
Server connection exception based on a cause.
- ServerConnectionSelector - Interface in io.helidon.webserver.spi
-
Connection selector is given a chance to analyze request bytes and decide whether this is a connection it can accept.
- ServerConnectionSelector.Support - Enum Class in io.helidon.webserver.spi
-
Support by this selector.
- ServerConnectionSelectorProvider<T> - Interface in io.helidon.webserver.spi
-
ServiceLoaderprovider interface for server connection providers. - serverContext() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Context for the WebServer, if none defined, a new one will be created with global context as the root.
- serverContext() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- serverContext() - Method in interface io.helidon.webserver.WebServerConfig
-
Context for the WebServer, if none defined, a new one will be created with global context as the root.
- serverContext(Context) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Context for the WebServer, if none defined, a new one will be created with global context as the root.
- serverContext(Consumer) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Context for the WebServer, if none defined, a new one will be created with global context as the root.
- serverContext(Supplier) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Context for the WebServer, if none defined, a new one will be created with global context as the root.
- ServerContextKeys - Class in io.helidon.webserver.grpc
-
A collection of gRPC
Context.Keyinstances available for use in Helidon WebServer gRPC request handlers. - ServerEndpoint - Interface in io.helidon.declarative.codegen.model.http
-
REST endpoint for server side endpoint definition.
- ServerEndpoint.Builder - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder for
ServerEndpoint. - ServerEndpoint.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.declarative.codegen.model.http
-
Fluent API builder base for
ServerEndpoint. - ServerEndpoint.BuilderBase.ServerEndpointImpl - Class in io.helidon.declarative.codegen.model.http
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ServerEndpointAnalyzer - Class in io.helidon.declarative.codegen.http.webserver
-
Analyzer for declarative WebServer endpoints.
- ServerEndpointImpl(ServerEndpoint.BuilderBase) - Constructor for class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase.ServerEndpointImpl
-
Create an instance providing a builder.
- ServerFeature - Interface in io.helidon.webserver.spi
-
Server features provide a way to add or update server configuration.
- ServerFeature.RoutingBuilders - Interface in io.helidon.webserver.spi
-
Access to builders of various routing types.
- ServerFeature.ServerFeatureContext - Interface in io.helidon.webserver.spi
-
A wrapping object to access various configurable elements of server for
ServerFeature. - ServerFeature.SocketBuilders - Interface in io.helidon.webserver.spi
-
A wrapping object to access listener related builders.
- ServerFeatureProvider<T> - Interface in io.helidon.webserver.spi
-
Server features provider is a
ServiceLoaderprovider API to discover server wide features. - serverFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- serverFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server fields.
- serverFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Server fields.
- serverFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server fields.
- serverHost(String) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Server host.
- serverHost(String) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Server host.
- ServerJunitExtension - Interface in io.helidon.webserver.testing.junit5.spi
-
Java
ServiceLoaderprovider interface for extending server tests with support for additional injection, such as HTTP/1.1 client. - ServerJunitExtension.ParamHandler<T> - Interface in io.helidon.webserver.testing.junit5.spi
-
Handler of server test parameters of methods annotated with
SetUpRoute. - ServerLifecycle - Interface in io.helidon.webserver
-
Basic server lifecycle operations.
- serverName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the database server name.
- serverName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- serverName() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the database server name.
- serverName(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the database server name.
- serverPort(int) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Server port.
- serverPort(int) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Server port.
- serverRequest() - Method in interface io.helidon.webserver.accesslog.AccessLogContext
-
The server request.
- serverRequest() - Method in interface io.helidon.webserver.http.spi.SinkProviderContext
-
Obtains the server request associated with this context.
- ServerRequest - Interface in io.helidon.webserver.http
-
HTTP server request.
- ServerRequest__ServiceDescriptor<T> - Class in io.helidon.webserver.http
-
Service descriptor for
ServerRequest. - ServerRequest__ServiceDescriptor() - Constructor for class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
-
Constructor with no side effects
- ServerRequestAttribute - Enum Class in io.helidon.webserver.grpc
-
An enum representing different types of gRPC request attribute that can be added to tracing logs.
- ServerRequestEntity - Class in io.helidon.webserver.http
-
Server request entity.
- ServerRequestHeaders - Interface in io.helidon.http
-
HTTP headers of a server request.
- ServerRequestHeaders__ServiceDescriptor<T> - Class in io.helidon.http
-
Service descriptor for
ServerRequestHeaders. - ServerRequestHeaders__ServiceDescriptor() - Constructor for class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
-
Constructor with no side effects
- serverRequestParamName() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Name of the server request parameter.
- serverRequestReader() - Static method in class io.helidon.http.media.json.JsonSupport
-
Create a JSON reader with default settings.
- serverRequestReader() - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Server request reader direct access.
- serverResponse() - Method in interface io.helidon.webserver.accesslog.AccessLogContext
-
The server response, after data was sent.
- serverResponse() - Method in interface io.helidon.webserver.http.spi.SinkProviderContext
-
Obtains the server response associated with this context.
- ServerResponse - Interface in io.helidon.webserver.http
-
Http server response.
- ServerResponse__ServiceDescriptor<T> - Class in io.helidon.webserver.http
-
Service descriptor for
ServerResponse. - ServerResponse__ServiceDescriptor() - Constructor for class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
-
Constructor with no side effects
- ServerResponseBase<T> - Class in io.helidon.webserver.http
-
Base class for common server response tasks that can be shared across HTTP versions.
- ServerResponseBase(ConnectionContext, ServerRequest) - Constructor for class io.helidon.webserver.http.ServerResponseBase
-
Create server response.
- serverResponseContentTypeAndCharset(Headers, WritableHeaders) - Method in class io.helidon.http.media.EntityWriterBase
-
Configure server response content type and return charset to use.
- ServerResponseHeaders - Interface in io.helidon.http
-
Mutable headers of a server response.
- serverResponseParamName() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Name of the server response parameter.
- ServerResponseTrailers - Interface in io.helidon.http
-
Mutable trailers of a server response.
- serverResponseWriter() - Static method in class io.helidon.http.media.json.JsonSupport
-
Create a JSON writer with default settings.
- serverResponseWriter() - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Server response writer direct access.
- servers() - Method in class io.helidon.openapi.OpenApiDocument
-
Servers.
- serverSocket() - Method in interface io.helidon.webserver.ConnectionContext
-
The underlying network socket for the connection.
- serverSocketId() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Server socket id.
- serverSocketId() - Method in interface io.helidon.webserver.http.ServerRequest
-
Identification of the listener socket.
- serverStream(Descriptors.FileDescriptor, String, String, ServerCalls.ServerStreamingMethod) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Server streaming route.
- serverStream(String, ServerCalls.ServerStreamingMethod) - Method in interface io.helidon.webserver.grpc.GrpcService.Routing
-
Server streaming route.
- serverStream(String, ReqT) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Blocking gRPC server stream call.
- serverStream(String, ReqT, StreamObserver) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Asynchronous gRPC server stream call.
- serverStreaming() - Method in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Whether the response is streaming.
- serverStreaming(Object[], MethodHandler.ServerStreamingClient) - Method in interface io.helidon.grpc.core.MethodHandler
-
Handle a bi-directional client call.
- serverStreaming(String, ServerCalls.ServerStreamingMethod) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- serverStreaming(String, ServerCalls.ServerStreamingMethod) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register server streaming method for the service.
- serverStreaming(String, ServerCalls.ServerStreamingMethod, GrpcMethodDescriptor.Configurer) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- serverStreaming(String, ServerCalls.ServerStreamingMethod, GrpcMethodDescriptor.Configurer) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register server streaming method for the service.
- serverStreaming(String, String) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new server streaming
GrpcClientMethodDescriptor.Builderwith the specified name. - serverStreaming(String, ReqT) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Blocking gRPC server-streaming call exposed as a resource-owning
Stream. - serverStreaming(String, ReqT, StreamObserver) - Method in interface io.helidon.grpc.core.MethodHandler.ServerStreamingClient
-
Perform a server streaming client call.
- serverStreaming(Supplier, StreamObserver) - Static method in class io.helidon.webserver.grpc.GrpcStreams
-
Send stream server-streaming responses.
- ServerTest - Annotation Interface in io.helidon.webserver.testing.junit5
-
Test of server that opens a socket (for integration tests).
- ServerThreadPoolSupplier - Class in io.helidon.common.configurable
-
Supplier of a custom thread pool with defaults appropriate for a thread-per-request server.
- serverTime() - Method in interface io.helidon.security.Security
-
Time that is decisive for the server.
- serverTime() - Method in interface io.helidon.security.SecurityContext
-
Get time instance, that can be used to obtain current time consistent with the security framework.
- serverTime(SecurityTime) - Method in class io.helidon.security.Security.Builder
-
Server time to use when evaluating security policies that depend on time.
- serverTime(SecurityTime) - Method in class io.helidon.security.SecurityContext.Builder
-
SecurityTime to use when determining current time.
- serverTlsCertificates(Certificate[]) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Server TLS certificates.
- serverTlsCertificates(Certificate[]) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Server TLS certificates.
- serverTlsPrincipal(Principal) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Server TLS principal.
- serverTlsPrincipal(Principal) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Server TLS principal.
- serverType() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Server type.
- serverType() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- serverType(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Configure one of the supported types of identity servers.
- serverVariableFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- serverVariableFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server variable fields.
- serverVariableFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Server variable fields.
- serverVariableFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Server variable fields.
- ServerWsFrame - Class in io.helidon.websocket
-
Frame from a server (never masked).
- service() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl
- service() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Type of the service provided.
- service() - Method in interface io.helidon.common.types.ModuleInfoProvides
-
Type of the service provided.
- service() - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase.ModuleInfoUsesImpl
- service() - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Type of the service used by this module.
- service() - Method in interface io.helidon.common.types.ModuleInfoUses
-
Type of the service used by this module.
- service() - Method in class io.helidon.security.AuthenticationResponse
-
Service (or client) subject.
- service() - Method in interface io.helidon.security.ProviderRequest
-
Current service subject, if already authenticated.
- service() - Method in interface io.helidon.security.SecurityContext
-
Returns subject of current context (caller) service or client identity.
- service() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- service() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type name of the service that uses this dependency.
- service() - Method in interface io.helidon.service.registry.Dependency
-
Type name of the service that uses this dependency.
- service() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- service() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Service name used in sending telemetry data to the collector.
- service() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Service name used in sending telemetry data to the collector.
- service(Descriptors.FileDescriptor, BindableService) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Add all the routes for a
BindableServiceservice. - service(BindableService) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Configure a bindable service.
- service(ServerServiceDefinition) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Add all the routes for the
ServerServiceDefinitionservice. - service(TypeName) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Type of the service provided.
- service(TypeName) - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Type of the service used by this module.
- service(TypeName) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type name of the service that uses this dependency.
- service(TypeName, RegistryRoundContext, Collection, TypeInfo) - Method in class io.helidon.service.codegen.ServiceDescriptorCodegen
-
Describe a service type.
- service(Subject) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set the service subject as created by this provider.
- service(ServiceInfo) - Method in interface io.helidon.service.registry.DependencyPlanBinder
-
Bind an injection plan to a service provider instance.
- service(GrpcService) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Configure grpc service.
- service(GrpcServiceDescriptor) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Configure a service using a
ServiceDescriptor. - service(JsonRpcService) - Method in class io.helidon.webserver.jsonrpc.JsonRpcRouting.Builder
-
Add a JSON-RPC service to this routing.
- service(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Service name used in sending telemetry data to the collector.
- service(Consumer) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Type of the service provided.
- service(Consumer) - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Type of the service used by this module.
- service(Consumer) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type name of the service that uses this dependency.
- service(Supplier) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Type of the service provided.
- service(Supplier) - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Type of the service used by this module.
- service(Supplier) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type name of the service that uses this dependency.
- service(Optional, TypeName, Optional, boolean) - Static method in class io.helidon.service.registry.RegistryBuilderSupport
-
Get the first service from the registry if not configured in the builder.
- service(Optional, TypeName, Optional, boolean, Optional) - Static method in class io.helidon.service.registry.RegistryBuilderSupport
-
Retrieves the first matching service based on the provided contract, qualifiers, and the current configuration.
- Service - Class in io.helidon.service.registry
-
A set of annotations (and APIs) required to declare a service.
- SERVICE - Enum constant in enum class io.helidon.security.SubjectType
-
Service principal.
- SERVICE - Enum constant in enum class io.helidon.service.registry.FactoryType
-
Direct implementation of a service.
- SERVICE_ANNOTATION_CONTRACT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Contract. - SERVICE_ANNOTATION_DESCRIBE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Describe. - SERVICE_ANNOTATION_DESCRIPTOR - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Descriptor. - SERVICE_ANNOTATION_ENTRY_POINT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.EntryPoint. - SERVICE_ANNOTATION_EXTERNAL_CONTRACTS - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.ExternalContracts. - SERVICE_ANNOTATION_GENERATE_BINDING - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.GenerateBinding. - SERVICE_ANNOTATION_INJECT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Inject. - SERVICE_ANNOTATION_NAMED - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Named. - SERVICE_ANNOTATION_NAMED_BY_TYPE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.NamedByType. - SERVICE_ANNOTATION_PER_INSTANCE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.PerInstance. - SERVICE_ANNOTATION_PER_LOOKUP - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.PerLookup. - SERVICE_ANNOTATION_POST_CONSTRUCT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.PostConstruct. - SERVICE_ANNOTATION_PRE_DESTROY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.PreDestroy. - SERVICE_ANNOTATION_QUALIFIER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Qualifier. - SERVICE_ANNOTATION_RUN_LEVEL - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.RunLevel. - SERVICE_ANNOTATION_SCOPE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Scope. - SERVICE_ANNOTATION_SINGLETON - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.Singleton. - SERVICE_BINDING - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Binding. - SERVICE_BINDING_EMPTY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.EmptyBinding. - SERVICE_CONFIG - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.ServiceRegistryConfig. - SERVICE_CONFIG_BUILDER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.ServiceRegistryConfig.Builder. - SERVICE_DEPENDENCY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Dependency. - SERVICE_DEPENDENCY_CONTEXT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.DependencyContext. - SERVICE_DESCRIPTOR - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.ServiceDescriptor. - SERVICE_DESCRIPTOR_KEY - Static variable in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
The
Context.Keyto use to obtain theServiceDescriptor. - SERVICE_FACTORY_TYPE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.FactoryType. - SERVICE_G_DEPENDENCY_SUPPORT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNamefor"io.helidon.service.registry.GeneratedService.DependencySupport". - SERVICE_G_EVENT_OBSERVER_REGISTRATION - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.EventObserverRegistration. - SERVICE_G_PER_INSTANCE_DESCRIPTOR - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.PerInstanceDescriptor. - SERVICE_G_QUALIFIED_FACTORY_DESCRIPTOR - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.QualifiedFactoryDescriptor. - SERVICE_G_SCOPE_HANDLER_DESCRIPTOR - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.GeneratedService.ScopeHandlerDescriptor. - SERVICE_INJECTION_POINT_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.InjectionPointFactory. - SERVICE_LOADER_DESCRIPTOR - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.DependencyCardinality. - SERVICE_LOADER_FILE - Static variable in class io.helidon.metadata.MetadataConstants
-
List of services to load from Java
ServiceLoaderfor Service registry. - SERVICE_LOOKUP - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Lookup. - SERVICE_METHOD - Static variable in class io.helidon.grpc.core.ContextKeys
-
The
Context.Keyto use to obtain the actual underlying rpcMethod. - SERVICE_PLAN_BINDER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.DependencyPlanBinder. - SERVICE_QUALIFIED_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.QualifiedFactory. - SERVICE_QUALIFIED_INSTANCE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.QualifiedInstance. - SERVICE_QUALIFIER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Qualifier. - SERVICE_REGISTRY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.ServiceRegistry. - SERVICE_REGISTRY_FILE - Static variable in class io.helidon.metadata.MetadataConstants
-
Service registry JSON.
- SERVICE_REGISTRY_LOCATION - Static variable in class io.helidon.service.metadata.Descriptors
-
Location of the Helidon service registry metadata file.
- SERVICE_REGISTRY_MANAGER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.ServiceRegistryManager. - SERVICE_RESTART - Static variable in class io.helidon.websocket.WsCloseCodes
-
Server/service is restarting.
- SERVICE_SCOPE_HANDLER - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.ScopeHandler. - SERVICE_SERVICE_INSTANCE - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.ServiceInstance. - SERVICE_SERVICES_FACTORY - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.service.registry.Service.ServiceFactory. - SERVICE_UNAVAILABLE_503 - Static variable in class io.helidon.http.Status
-
503 Service Unavailable, see HTTP/1.1 documentation.
- SERVICE_UNAVAILABLE_503_CODE - Static variable in class io.helidon.http.Status
-
503 Service Unavailable, see HTTP/1.1 documentation.
- Service.Contract - Annotation Interface in io.helidon.service.registry
-
The
Contractannotation is used to relay significance to the type that it annotates. - Service.Describe - Annotation Interface in io.helidon.service.registry
-
Describe the annotated type.
- Service.Descriptor - Annotation Interface in io.helidon.service.registry
-
Annotation to add a custom service descriptor.
- Service.EntryPoint - Annotation Interface in io.helidon.service.registry
-
Instruction for the Helidon Service Codegen to generate method metadata for methods meta-annotated with this annotation.
- Service.ExternalContracts - Annotation Interface in io.helidon.service.registry
-
Placed on the implementation of a service as an alternative to using a
Service.Contract. - Service.GenerateBinding - Annotation Interface in io.helidon.service.registry
-
Instruction for the Helidon Service Codegen to generate application binding.
- Service.Inject - Annotation Interface in io.helidon.service.registry
-
Method, constructor, or field marked with this annotation is considered as injectable, and its injection points will be satisfied with services from the service registry.
- Service.InjectionPointFactory<T> - Interface in io.helidon.service.registry
-
Provides ability to contextualize the injected service by the target receiver of the injection point dynamically at runtime.
- Service.InstanceName - Annotation Interface in io.helidon.service.registry
-
For types that are
Service.PerInstance, an injection point (field, parameter) can be annotated with this annotation to receive the name qualifier associated with this instance. - Service.Named - Annotation Interface in io.helidon.service.registry
-
A qualifier that can restrict injection to specifically named instances, or that qualifies services with that name.
- Service.NamedByType - Annotation Interface in io.helidon.service.registry
-
This annotation is effectively the same as
Service.Namedwhere theService.Named.value()is aClassname instead of aString. - Service.PerInstance - Annotation Interface in io.helidon.service.registry
-
A service that has instances created for each named instance of the service it is driven by.
- Service.PerLookup - Annotation Interface in io.helidon.service.registry
-
A partial scope that creates a new instance for each injection point/lookup.
- Service.PerRequest - Annotation Interface in io.helidon.service.registry
-
A service with an instance per request.
- Service.PostConstruct - Annotation Interface in io.helidon.service.registry
-
A method annotated with this annotation will be invoked after the constructor is finished and all dependencies are satisfied.
- Service.PreDestroy - Annotation Interface in io.helidon.service.registry
-
A method annotated with this annotation will be invoked when the service registry shuts down.
- Service.QualifiedFactory<T,
A> - Interface in io.helidon.service.registry -
A factory to resolve qualified injection points of any type.
- Service.QualifiedInstance<T> - Interface in io.helidon.service.registry
-
An instance with its qualifiers.
- Service.Qualifier - Annotation Interface in io.helidon.service.registry
-
Marks annotations that act as qualifiers.
- Service.RunLevel - Annotation Interface in io.helidon.service.registry
-
Indicates the desired startup sequence for a service class.
- Service.Scope - Annotation Interface in io.helidon.service.registry
-
Scope annotation.
- Service.ScopeHandler - Interface in io.helidon.service.registry
-
Extension point for the service registry to support new scopes.
- Service.ServicesFactory<T> - Interface in io.helidon.service.registry
-
Provides an ability to create more than one service instance from a single service definition.
- Service.Singleton - Annotation Interface in io.helidon.service.registry
-
A singleton service.
- ServiceBindingCodegenProvider - Class in io.helidon.service.codegen
-
A
ServiceLoaderprovider implementation forCodegenExtensionProviderthat handles generation of ApplicationBinding class during annotation processing based on the GenerateBinding annotation. - ServiceBindingCodegenProvider() - Constructor for class io.helidon.service.codegen.ServiceBindingCodegenProvider
-
Public constructor required by Java
ServiceLoader. - serviceClient(GrpcServiceDescriptor) - Method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a client for a specific service.
- ServiceCodegenTypes - Class in io.helidon.service.codegen
-
Types used in code generation of Helidon Service.
- serviceContracts(TypeInfo) - Method in interface io.helidon.service.codegen.RegistryRoundContext
-
Create service contracts for the provided service that honor configuration of contract discovery.
- ServiceContracts - Class in io.helidon.service.codegen
-
Handling of eligible contracts.
- ServiceContracts.FactoryAnalysis - Interface in io.helidon.service.codegen
-
Result of analysis of provided contracts.
- ServiceDescriptor<T> - Interface in io.helidon.service.registry
-
A descriptor of a service.
- ServiceDescriptorCodegen - Class in io.helidon.service.codegen
-
Code generator of service descriptor for Helidon Services.
- serviceDescriptors() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually registered service descriptors to add to the registry.
- serviceDescriptors() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- serviceDescriptors() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Manually registered service descriptors to add to the registry.
- serviceDescriptors(List) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually registered service descriptors to add to the registry.
- ServiceDiscovery - Interface in io.helidon.service.registry
-
Access to discovered service metadata.
- ServiceExtensionProvider - Class in io.helidon.service.codegen
-
A
ServiceLoaderprovider implementation that adds code generation for Helidon Service Registry. - ServiceExtensionProvider() - Constructor for class io.helidon.service.codegen.ServiceExtensionProvider
-
Required public constructor for
ServiceLoader. - serviceInfo() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- serviceInfo() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The service being intercepted.
- serviceInfo() - Method in interface io.helidon.service.registry.InterceptionContext
-
The service being intercepted.
- serviceInfo(ServiceInfo) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The service being intercepted.
- ServiceInfo - Interface in io.helidon.service.registry
-
Service metadata.
- serviceInstance() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- serviceInstance() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The service instance being intercepted.
- serviceInstance() - Method in interface io.helidon.service.registry.InterceptionContext
-
The service instance being intercepted.
- serviceInstance(Object) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
The service instance being intercepted.
- ServiceInstance<T> - Interface in io.helidon.service.registry
-
An instance managed by the service registry, with a subset of relevant metadata.
- serviceInstanceId() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- serviceInstanceId() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Identifier for this service instance.
- serviceInstanceId() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Identifier for this service instance.
- serviceInstanceId(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Identifier for this service instance.
- serviceInstances() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually register initial bindings for some of the services in the registry.
- serviceInstances() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- serviceInstances() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Manually register initial bindings for some of the services in the registry.
- serviceInstances(Map) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually register initial bindings for some of the services in the registry.
- serviceList(Optional, TypeName, boolean) - Static method in class io.helidon.service.registry.RegistryBuilderSupport
-
Discover services from the registry.
- serviceList(Optional, TypeName, boolean, Optional) - Static method in class io.helidon.service.registry.RegistryBuilderSupport
-
Discover services from the registry.
- ServiceLoader__ServiceDescriptor - Class in io.helidon.service.registry
-
Service descriptor to enable dependency on services loaded via
ServiceLoader. - serviceName() - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Configured connection pool service name.
- serviceName() - Method in interface io.helidon.declarative.codegen.model.http.ComputedHeader
-
Name of the service.
- serviceName() - Method in interface io.helidon.security.SecurityContext
-
A helper method to get service name if authenticated.
- serviceName() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- serviceName() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Service name of the traced service.
- serviceName() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Service name of the traced service.
- serviceName() - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Name of the service this client was created for.
- serviceName() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- serviceName() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Service name.
- serviceName() - Method in interface io.helidon.webclient.grpc.GrpcServiceDescriptor
-
Service name.
- serviceName() - Method in interface io.helidon.webserver.grpc.GrpcService
-
Service name, defaults to this class simple name.
- serviceName(Config) - Method in interface io.helidon.telemetry.opentelemetry.spi.OpenTelemetryOwnershipStrategy
-
Service name configured for this ownership strategy.
- serviceName(String) - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Name of the connection pool.
- serviceName(String) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Service name of the traced service.
- serviceName(String) - Method in interface io.helidon.tracing.TracerBuilder
-
Service name of the traced service.
- serviceName(String) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Service name.
- serviceNamespace() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- serviceNamespace() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Namespace for the service.
- serviceNamespace() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig
-
Namespace for the service.
- serviceNamespace(String) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Namespace for the service.
- ServiceOptions - Class in io.helidon.service.codegen
-
Supported options specific to Helidon Service Registry.
- servicePrincipal() - Method in interface io.helidon.common.security.SecurityContext
-
Service principal if service is authenticated.
- servicePrincipal() - Method in interface io.helidon.security.SecurityContext
-
Returns service principal if service is authenticated.
- serviceRegistry() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in interface io.helidon.config.Config.Builder
-
Configure an explicit service registry to use when resolving config sources declared by the meta-configuration.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Service registry used to discover providers and services.
- serviceRegistry(ServiceRegistry) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Service registry used to discover providers and services.
- ServiceRegistry - Interface in io.helidon.service.registry
-
Entry point to services in Helidon.
- ServiceRegistry__ServiceDescriptor<T> - Class in io.helidon.service.registry
-
Service descriptor for
ServiceRegistry. - ServiceRegistry__ServiceDescriptor() - Constructor for class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
-
Constructor with no side effects
- ServiceRegistryCodegenProvider - Class in io.helidon.service.codegen
-
A
ServiceLoaderprovider implementation forCodegenExtensionProviderthat handles Helidon Service Registry code generation. - ServiceRegistryCodegenProvider() - Constructor for class io.helidon.service.codegen.ServiceRegistryCodegenProvider
-
Required public constructor for
ServiceLoader. - ServiceRegistryConfig - Interface in io.helidon.service.registry
-
Helidon service registry configuration.
- ServiceRegistryConfig.Builder - Class in io.helidon.service.registry
-
Fluent API builder for
ServiceRegistryConfig. - ServiceRegistryConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.service.registry
-
Fluent API builder base for
ServiceRegistryConfig. - ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl - Class in io.helidon.service.registry
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ServiceRegistryConfigImpl(ServiceRegistryConfig.BuilderBase) - Constructor for class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
-
Create an instance providing a builder.
- ServiceRegistryException - Exception Class in io.helidon.service.registry
-
An exception marking a problem with service registry operations.
- ServiceRegistryException(String) - Constructor for exception class io.helidon.service.registry.ServiceRegistryException
-
Create an exception with a descriptive message.
- ServiceRegistryException(String, Throwable) - Constructor for exception class io.helidon.service.registry.ServiceRegistryException
-
Create an exception with a descriptive message and a cause.
- ServiceRegistryManager - Class in io.helidon.service.registry
-
Manager is responsible for managing the state of a
ServiceRegistry. - serviceRequest() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
The service request used to invoke the final call.
- serviceRequest() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- serviceRequest() - Method in interface io.helidon.webclient.api.WebClientServiceResponse
-
The service request used to invoke the final call.
- serviceRequest(WebClientServiceRequest) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
The service request used to invoke the final call.
- serviceRolesAllowed() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Set of roles required for a service.
- services() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- services() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI services.
- services() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
OpenAPI services.
- services() - Method in class io.helidon.service.registry.GeneratedService.ServicesFactoryInterceptionWrapper
- services() - Method in interface io.helidon.service.registry.Service.ServicesFactory
-
List of service instances.
- services() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- services() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient services.
- services() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
WebClient services.
- services() - Method in class io.helidon.webserver.grpc.GrpcRouting
- services() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl
- services() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Service-specific gRPC security configuration.
- services() - Method in interface io.helidon.webserver.grpc.security.GrpcSecurityConfig
-
Service-specific gRPC security configuration.
- services(TypeName, TypeName, List, Object...) - Method in interface io.helidon.codegen.CodegenFiler
-
Write a
META-INF/servicesfile for a specific provider interface and implementation(s). - services(List) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI services.
- services(List) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient services.
- services(List) - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Service-specific gRPC security configuration.
- Services - Class in io.helidon.service.registry
-
Static access to the service registry.
- SERVICES - Enum constant in enum class io.helidon.service.registry.FactoryType
-
The service implements a
Service.ServicesFactory. - SERVICES_LOADER_RESOURCE - Static variable in interface io.helidon.service.registry.ServiceDiscovery
-
A file that contains all service provider interfaces that expose a service for Java
ServiceLoaderthat is used to tell Helidon Service Registry to add implementations to the registry to be discoverable in addition to services defined inDescriptors.SERVICE_REGISTRY_LOCATION. - servicesDiscoverServices() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service discovery flag for
OpenApiFeatureConfig.BuilderBase.services(). - servicesDiscoverServices() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Service discovery flag for
HttpClientConfig.BuilderBase.services(). - servicesDiscoverServices(boolean) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Service discovery flag for
OpenApiFeatureConfig.BuilderBase.services(). - servicesDiscoverServices(boolean) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Service discovery flag for
HttpClientConfig.BuilderBase.services(). - serviceSet(Optional, TypeName, boolean) - Static method in class io.helidon.service.registry.RegistryBuilderSupport
-
Discover services from the registry.
- serviceSet(Optional, TypeName, boolean, Optional) - Static method in class io.helidon.service.registry.RegistryBuilderSupport
-
Discover services from the registry.
- ServicesFactoryInterceptionWrapper(Service.ServicesFactory) - Constructor for class io.helidon.service.registry.GeneratedService.ServicesFactoryInterceptionWrapper
-
Creates a new instance delegating service instantiation to the provided services factory.
- ServiceSuperType - Class in io.helidon.service.codegen
-
Definition of a super service type (if any).
- serviceType() - Method in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
- serviceType() - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- serviceType() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- serviceType() - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.http.Headers__ServiceDescriptor
- serviceType() - Method in class io.helidon.http.HttpPrologue__ServiceDescriptor
- serviceType() - Method in class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- serviceType() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
- serviceType() - Method in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
- serviceType() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
- serviceType() - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- serviceType() - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- serviceType() - Method in class io.helidon.service.registry.InstanceName__ServiceDescriptor
- serviceType() - Method in class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
- serviceType() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- serviceType() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service implementation type name.
- serviceType() - Method in interface io.helidon.service.registry.Lookup
-
The managed service implementation type name.
- serviceType() - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- serviceType() - Method in class io.helidon.service.registry.Scopes__ServiceDescriptor
- serviceType() - Method in interface io.helidon.service.registry.ServiceInfo
-
Type of the service this descriptor describes.
- serviceType() - Method in interface io.helidon.service.registry.ServiceInstance
-
Service type responsible for creating this value, inherited from
ServiceInfo.serviceType(). - serviceType() - Method in class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
- serviceType() - Method in class io.helidon.service.registry.VirtualDescriptor
- serviceType() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
- serviceType() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
- serviceType() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.validation.ValidatorsService__ServiceDescriptor
- serviceType() - Method in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
- serviceType() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- serviceType() - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.LoomServer__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.WebServerService__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- serviceType() - Method in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
- serviceType(TypeName) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service implementation type name.
- serviceType(Class) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service implementation type.
- serviceType(Consumer) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service implementation type name.
- serviceType(Supplier) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service implementation type name.
- sessionCacheSize() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
SSL session cache size.
- sessionCacheSize() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- sessionCacheSize() - Method in interface io.helidon.common.tls.TlsConfig
-
SSL session cache size.
- sessionCacheSize(int) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
SSL session cache size.
- sessionTimeout() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
SSL session timeout.
- sessionTimeout() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- sessionTimeout() - Method in interface io.helidon.common.tls.TlsConfig
-
SSL session timeout.
- sessionTimeout(Duration) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
SSL session timeout.
- set(Header) - Method in interface io.helidon.http.WritableHeaders
-
Set a header and replace it if it already existed.
- set(HeaderName, int) - Method in interface io.helidon.http.WritableHeaders
-
Set a header and replace it if it already existed.
- set(HeaderName, long) - Method in interface io.helidon.http.WritableHeaders
-
Set a header and replace it if it already existed.
- set(HeaderName, String...) - Method in interface io.helidon.http.WritableHeaders
-
Set a header and replace it if it already existed.
- set(HeaderName, Collection) - Method in interface io.helidon.http.WritableHeaders
-
Set a header and replace it if it already existed.
- set(Class, T...) - Static method in class io.helidon.service.registry.Services
-
Configure an explicit instance (explicit instances) for the specified service contract.
- set(String, boolean) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a boolean value for the specified key.
- set(String, boolean) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a boolean value.
- set(String, byte) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a byte value for the specified key.
- set(String, double) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a double value for the specified key.
- set(String, double) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a double value.
- set(String, float) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a float value for the specified key.
- set(String, float) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a float value.
- set(String, int) - Method in class io.helidon.json.JsonObject.Builder
-
Sets an int value for the specified key.
- set(String, int) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an int value.
- set(String, long) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a long value for the specified key.
- set(String, long) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a long value.
- set(String, short) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a short value for the specified key.
- set(String, JsonValue) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a JsonValue for the specified key.
- set(String, MessageHeaderValue) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Replace all entries with an exact name and append one value.
- set(String, MessageHeaderValue) - Method in class io.helidon.messaging.MessageMetadata.Builder
-
Set a value, replacing the value with the same exact name.
- set(String, Hson.Array) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an array.
- set(String, Hson.Value) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a value.
- set(String, String) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a string value for the specified key.
- set(String, String) - Static method in class io.helidon.logging.common.HelidonMdc
-
Propagate value to all of the
MdcProviderregistered via SPI. - set(String, String) - Method in class io.helidon.messaging.MessageHeaders.Builder
-
Replace all entries with an exact name and append one text value.
- set(String, String) - Method in class io.helidon.messaging.MessageMetadata.Builder
-
Set a text value, replacing the value with the same exact name.
- set(String, String) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a string value.
- set(String, String) - Method in interface io.helidon.tracing.WritableBaggage
-
Adds a new or overrides an existing setting for the specified key using the provided value.
- set(String, String...) - Method in class io.helidon.common.parameters.Parameters.Builder
-
Set new value(s) to the parameters.
- set(String, String...) - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Set a query parameter with values.
- set(String, String...) - Method in interface io.helidon.tracing.HeaderConsumer
-
Set the value(s).
- set(String, String, String) - Method in interface io.helidon.tracing.WritableBaggage
-
Adds a new or overrides an existing setting for the specified key using the provided value and baggage metadata.
- set(String, BigDecimal) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a BigDecimal value for the specified key.
- set(String, BigDecimal) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a
BigDecimalvalue. - set(String, BigInteger) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a BigInteger value for the specified key.
- set(String, Consumer) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a nested JsonObject for the specified key using a consumer.
- set(String, Supplier) - Static method in class io.helidon.logging.common.HelidonMdc
-
Propagate the value supplier to all
MdcProviderinstances registered. - SET - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Set. - SET_COOKIE - Static variable in class io.helidon.http.HeaderNames
-
The "Set-Cookie" header name.
- SET_COOKIE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Set-Cookie" header name.
- SET_COOKIE2 - Static variable in class io.helidon.http.HeaderNames
-
The "Set-Cookie2" header name.
- SET_COOKIE2_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Set-Cookie2" header name.
- SET_OF_QUALIFIERS - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A Set of Qualifier.
- SET_OF_RESOLVED_TYPES - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A set of ResolvedType.
- SET_OF_STRINGS - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
A set of String.
- SET_OF_THROWABLES - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Type for set of
DeclarativeTypes.THROWABLE. - SetBindingFactory__ServiceDescriptor<T> - Class in io.helidon.json.binding.factories
-
Service descriptor for
SetBindingFactory. - SetBindingFactory__ServiceDescriptor() - Constructor for class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
-
Constructor with no side effects
- setBooleans(String, List) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a list of booleans for the specified key.
- setBooleans(String, List) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an array of booleans.
- setContextValue(String, Object) - Method in interface io.helidon.graphql.server.ExecutionContext
-
Set a context value.
- SetCookie - Class in io.helidon.http
-
Represents
'Set-Cookie'header value specified by RFC6265. - SetCookie.Builder - Class in io.helidon.http
-
A fluent API builder for
SetCookie. - SetCookie.SameSite - Enum Class in io.helidon.http
-
The SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted to a first-party or same-site context.
- setDeferred(String, Supplier) - Static method in class io.helidon.logging.common.HelidonMdc
-
Sets a value supplier without immediately getting the value and propagating the value to underlying logging implementations.
- setDoubles(String, List) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a list of doubles for the specified key.
- setDoubles(String, List) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an array of doubles.
- setFormatter(Formatter) - Method in class io.helidon.webserver.accesslog.AccessLogHandler
- setIfAbsent(Header) - Method in interface io.helidon.http.WritableHeaders
-
Set a value of a header unless it is already present.
- setIfAbsent(String, String...) - Method in interface io.helidon.common.uri.UriQueryWriteable
-
Set a query parameter with values, if not already defined.
- setIfAbsent(String, String...) - Method in interface io.helidon.tracing.HeaderConsumer
-
Set the value(s) if not already set.
- setKeepAlive(boolean) - Method in class io.helidon.http.RequestException.Builder
-
Override default keep alive for this exception.
- setLongs(String, List) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a list of longs for the specified key.
- setLongs(String, List) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an array of longs.
- setMaximumPoolSize(int) - Method in class io.helidon.common.configurable.ThreadPool
- setNamed(Class, T, String) - Static method in class io.helidon.service.registry.Services
-
Set a named instance.
- setNull(String) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a null value for the specified key.
- setNull(String) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set a null value for the specified key.
- setNumbers(String, List) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a list of BigDecimal instances for the specified key.
- setNumbers(String, List) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an array of numbers (such as
BigDecimal). - setObjectForJavaTime() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- setObjectForJavaTime() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Set all
java.timeDate/Time values directly usingPreparedStatement.setObject(int, Object). - setObjectForJavaTime() - Method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Set all
java.timeDate/Time values directly usingPreparedStatement.setObject(int, Object). - setObjectForJavaTime(boolean) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Set all
java.timeDate/Time values directly usingPreparedStatement.setObject(int, Object). - setOnce(AtomicReference, Flow.Subscription) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Atomically sets the only upstream subscription in the field.
- setQualified(Class, T, Qualifier...) - Static method in class io.helidon.service.registry.Services
-
Set a qualified instance.
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class io.helidon.common.configurable.ThreadPool
- setStrings(String, List) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a list of strings for the specified key.
- setStrings(String, List) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an array of strings.
- setStructs(String, List) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Set an array of structs.
- setterName() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- setterName() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Name of the setter method(s).
- setterName() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Name of the setter method(s).
- setterName(String) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Name of the setter method(s).
- settings() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.BaseQuery
-
Generated query settings code.
- SETTINGS - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Setting frame.
- SETTINGS - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Settings frame types.
- SETTINGS_TIMEOUT - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint sent a SETTINGS frame but did not receive a response in a timely manner.
- setTls(boolean) - Method in class io.helidon.webserver.testing.junit5.DirectClient
-
Whether to use tls (mark this connection as secure).
- setTls(boolean) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
-
Whether to use tls (mark this connection as secure).
- setup(HttpRouting.Builder) - Method in class io.helidon.security.providers.oidc.OidcFeature
- setup(HttpRouting.Builder) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature
- setup(HttpRouting.Builder) - Method in interface io.helidon.webserver.http.HttpFeature
-
Method to set up a feature.
- setup(HttpRouting.Builder) - Method in class io.helidon.webserver.observe.DisabledObserverFeature
- setup(HttpRouting.Builder) - Method in class io.helidon.webserver.security.SecurityHttpFeature
- setup(HttpRules, String, Function) - Method in interface io.helidon.openapi.OpenApiService
-
Set up the service.
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.openapi.OpenApiFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.accesslog.AccessLogFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.context.ContextFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.cors.CorsFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.grpc.GrpcReflectionFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.hsts.HstsFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.observe.ObserveFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.RequestScopeFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.security.SecurityFeature
- setup(ServerFeature.ServerFeatureContext) - Method in interface io.helidon.webserver.spi.ServerFeature
-
Set up a server feature.
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.staticcontent.StaticContentFeature
- setup(ServerFeature.ServerFeatureContext) - Method in class io.helidon.webserver.StuckThreadDetectionFeature
- SetUpFeatures - Annotation Interface in io.helidon.webserver.testing.junit5
-
A static method configuring server features.
- SetUpRoute - Annotation Interface in io.helidon.webserver.testing.junit5
-
A static method configuring router (and/or socket) for the server.
- setUpRouteParamHandler(Class) - Method in class io.helidon.webserver.testing.junit5.Http1ServerJunitExtension
- setUpRouteParamHandler(Class) - Method in interface io.helidon.webserver.testing.junit5.spi.ServerJunitExtension
-
Check if the type is supported and return a handler for it.
- setUpRouteParamHandler(Class) - Method in class io.helidon.webserver.testing.junit5.websocket.WsServerExtension
- setUpRouteParamHandler(List, Class) - Method in class io.helidon.webserver.testing.junit5.Http1DirectJunitExtension
- setUpRouteParamHandler(List, Class) - Method in interface io.helidon.webserver.testing.junit5.spi.DirectJunitExtension
-
Check if the type is supported and return a handler for it.
- setUpRouteParamHandler(List, Class) - Method in class io.helidon.webserver.testing.junit5.websocket.WsDirectExtension
- SetUpServer - Annotation Interface in io.helidon.webserver.testing.junit5
-
A static method configuring simple handlers.
- setValues(String, List) - Method in class io.helidon.json.JsonObject.Builder
-
Sets a list of JsonValue instances for the specified key.
- severity() - Method in interface io.helidon.security.AuditEvent
-
Gets the severity of this
AuditEvent. - severity() - Method in class io.helidon.security.internal.SecurityAuditEvent
- Severity - Enum Class in io.helidon.common
-
Severity of an event.
- sha1Thumbprint() - Method in class io.helidon.security.jwt.jwk.JwkEC
-
X.509 certificate SHA-1 thumbprint.
- sha1Thumbprint() - Method in class io.helidon.security.jwt.jwk.JwkRSA
-
X.509 certificate SHA-1 thumbprint.
- sha1Thumbprint(byte[]) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Thumbprint (X.509 Certificate SHA-1 Thumbprint) of the DER encoding of the certificate.
- sha1Thumbprint(byte[]) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Thumbprint (X.509 Certificate SHA-1 Thumbprint) of the DER encoding of the certificate.
- sha256Thumbprint() - Method in class io.helidon.security.jwt.jwk.JwkEC
-
X.509 certificate SHA-256 thumbprint.
- sha256Thumbprint() - Method in class io.helidon.security.jwt.jwk.JwkRSA
-
X.509 certificate SHA-256 thumbprint.
- sha256Thumbprint(byte[]) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Thumbprint (X.509 Certificate SHA-256 Thumbprint) of the DER encoding of the certificate.
- sha256Thumbprint(byte[]) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Thumbprint (X.509 Certificate SHA-256 Thumbprint) of the DER encoding of the certificate.
- shardingMode() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Change the mode of UCP when UCP is using a Sharded Database.
- shardingMode() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- shardingMode() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Change the mode of UCP when UCP is using a Sharded Database.
- shardingMode(boolean) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Change the mode of UCP when UCP is using a Sharded Database.
- shareConnectionCache() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- shareConnectionCache() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether to use protocol-specific JVM-wide connection caches shared by compatible WebClient instances.
- shareConnectionCache() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Whether to use protocol-specific JVM-wide connection caches shared by compatible WebClient instances.
- shareConnectionCache(boolean) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Whether to use protocol-specific JVM-wide connection caches shared by compatible WebClient instances.
- shared() - Static method in class io.helidon.webclient.http2.Http2ConnectionCache
-
Returns a reference to the shared connection cache.
- sharedKeyStrings() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to enable shared key string references.
- sharedKeyStrings() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- sharedKeyStrings() - Method in interface io.helidon.json.smile.SmileConfig
-
Whether to enable shared key string references.
- sharedKeyStrings(boolean) - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to enable shared key string references.
- sharedValueStrings() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to enable shared value string references.
- sharedValueStrings() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- sharedValueStrings() - Method in interface io.helidon.json.smile.SmileConfig
-
Whether to enable shared value string references.
- sharedValueStrings(boolean) - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Whether to enable shared value string references.
- shiftBySeconds(long) - Method in class io.helidon.security.SecurityTime.Builder
-
Configure a time-shift in seconds, to move the current time to past or future.
- ShortArrayConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
ShortArrayConverter. - ShortArrayConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
-
Constructor with no side effects
- ShortConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
ShortConverter. - ShortConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
-
Constructor with no side effects
- shorten() - Method in interface io.helidon.config.ScheduledPollingStrategy.RecurringPolicy
-
Allows the
ScheduledPollingStrategy.RecurringPolicyto react by shortening theintervalbetween ticking. - shorten(BiFunction) - Method in class io.helidon.config.ScheduledPollingStrategy.RecurringPolicy.AdaptiveBuilder
-
Sets the function that will be used to shorten the interval between ticking.
- shortValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - shortValue() - Method in class io.helidon.json.JsonNumber
-
Return the short value of this JsonNumber.
- shortValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- shortValue(String) - Method in class io.helidon.json.JsonObject
-
Return the short value associated with the specified key as an Optional.
- shortValue(String, short) - Method in class io.helidon.json.JsonObject
-
Return the short value associated with the specified key, or the default value if the key is not present.
- shortValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - shortValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- shouldInherit() - Method in class io.helidon.security.abac.policy.PolicyValidator.PolicyConfig
-
Whether to inherit statements from parent configurations.
- shouldPrestart() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Whether to prestart core threads in this thread pool executor.
- shouldPrestart() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- shouldPrestart() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Whether to prestart core threads in this thread pool executor.
- shouldPrestart(boolean) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Whether to prestart core threads in this thread pool executor.
- shouldRedirect() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether to redirect to identity server if user is not authenticated.
- shouldReroute() - Method in interface io.helidon.webserver.http.RoutingResponse
-
Should we reroute this exchange.
- shouldReroute() - Method in class io.helidon.webserver.http.ServerResponseBase
- shouldSkip(Throwable) - Method in interface io.helidon.faulttolerance.ErrorChecker
-
Should the exception be skipped, or applied on.
- shutdown() - Method in class io.helidon.common.configurable.ThreadPool
- shutdown() - Method in class io.helidon.metrics.systemmeters.VThreadSystemMetersProvider
- shutdown() - Method in interface io.helidon.scheduling.TaskManager
-
Close all current tasks and remove them from this task manager.
- shutdown() - Method in class io.helidon.service.registry.ServiceRegistryManager
-
Shutdown the managed service registry.
- shutdown() - Method in interface io.helidon.spi.HelidonShutdownHandler
-
Handle the shutdown work of this component.
- SHUTDOWN - Enum constant in enum class io.helidon.messaging.MessagingRejectedException.Reason
-
The messaging runtime is shutting down.
- shutdownGracePeriod() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- shutdownGracePeriod() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Grace period in ISO 8601 duration format to allow running tasks to complete before listener's shutdown.
- shutdownGracePeriod() - Method in interface io.helidon.webserver.ListenerConfig
-
Grace period in ISO 8601 duration format to allow running tasks to complete before listener's shutdown.
- shutdownGracePeriod(Duration) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Grace period in ISO 8601 duration format to allow running tasks to complete before listener's shutdown.
- shutdownHook() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
When true the webserver registers a shutdown hook with the JVM Runtime.
- shutdownHook() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- shutdownHook() - Method in interface io.helidon.webserver.WebServerConfig
-
When true the webserver registers a shutdown hook with the JVM Runtime.
- shutdownHook(boolean) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
When true the webserver registers a shutdown hook with the JVM Runtime.
- shutdownNow() - Method in class io.helidon.common.configurable.ThreadPool
- shutdownTimeout() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive global maximum shutdown and failed-startup rollback time, representable in nanoseconds.
- shutdownTimeout() - Method in interface io.helidon.messaging.MessagingConfig
-
Positive global maximum shutdown and failed-startup rollback time, representable in nanoseconds.
- shutdownTimeout(Duration) - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Positive global maximum shutdown and failed-startup rollback time, representable in nanoseconds.
- sign(byte[]) - Method in class io.helidon.security.jwt.jwk.Jwk
-
Sign the bytes to sign using this JWK type and algorithm.
- sign(Jwt, Jwk) - Static method in class io.helidon.security.jwt.SignedJwt
-
Sign a jwt using an explicit jwk.
- sign(Jwt, JwkKeys) - Static method in class io.helidon.security.jwt.SignedJwt
-
Sign a jwt using a key obtained based on kid from
JwkKeys. - signature() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- signature() - Method in interface io.helidon.common.types.TypedElementInfo
-
Signature of this element.
- Signature - Class in io.helidon.common.crypto
-
The Signature class is used for simplification of the digital signature creation and verification.
- SIGNATURE - Enum constant in enum class io.helidon.security.providers.httpsign.HttpSignHeader
-
Creates (or validates) a "Signature" header.
- Signature.Builder - Class in io.helidon.common.crypto
-
Builder of the
Signature. - signatureAlgorithm() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslSigAlg
-
Returns the value of the
signatureAlgorithmrecord component. - signedHeaders(SignedHeadersConfig) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Configuration of required and "if-present" headers to be signed for this target.
- signedHeadersConfig() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
Configuration of method to headers to define headers to be signed.
- SignedHeadersConfig - Class in io.helidon.security.providers.httpsign
-
Configuration of required and "if-present" headers to be signed.
- SignedHeadersConfig.Builder - Class in io.helidon.security.providers.httpsign
-
Fluent API builder to create
SignedHeadersConfiginstances. - SignedHeadersConfig.HeadersConfig - Class in io.helidon.security.providers.httpsign
-
Configuration of headers to be signed.
- SignedJwt - Class in io.helidon.security.jwt
-
The JWT used to transfer content across network - e.g.
- signJwk() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
JWK used for signature validation.
- signJwk() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
JWK used for signature validation.
- signJwk(Resource) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
JWK resource used to sign JWTs created by us.
- signJwk(Resource) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
A resource pointing to JWK with public keys of signing certificates used to validate JWT.
- signJwk(ResourceConfig) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Resource configuration pointing to JWK with public keys of signing certificates used to validate JWT.
- signJwk(JwkKeys) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Set
JwkKeysto use for JWT validation. - simple(String, String) - Static method in interface io.helidon.config.spi.ConfigNode.ObjectNode
-
Returns an object node containing a single simple value.
- SIMPLE - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Simple style parameters.
- SIMPLE - Enum constant in enum class io.helidon.telemetry.otelconfig.ProcessorType
-
Simple Processor.
- SIMPLE - Enum constant in enum class io.helidon.tracing.SpanProcessorType
-
Simple Span Processor.
- SimpleRetryPolicy - Class in io.helidon.config
-
A default retry policy implementation with
ScheduledExecutorService. - SimpleRetryPolicy.Builder - Class in io.helidon.config
-
Fluent API builder for
SimpleRetryPolicy. - simpleValue(T) - Static method in class io.helidon.config.ConfigValues
-
Simple value that can be used e.g.
- since() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- since() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Version that deprecated this option.
- since() - Method in interface io.helidon.builder.codegen.OptionDeprecation
-
Version that deprecated this option.
- since() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
- since() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
First version this feature was deprecated in.
- since() - Method in interface io.helidon.common.features.metadata.Deprecation
-
First version this feature was deprecated in.
- since() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- since() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
First version of Helidon this feature was in.
- since() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
First version of Helidon this feature was in.
- since(String) - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Version that deprecated this option.
- since(String) - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
First version this feature was deprecated in.
- since(String) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
First version of Helidon this feature was in.
- SINCE_PREVIOUS_END - Enum constant in enum class io.helidon.scheduling.FixedRate.DelayType
-
Next invocation start is measured from the previous invocation task end.
- SINCE_PREVIOUS_START - Enum constant in enum class io.helidon.scheduling.FixedRate.DelayType
-
Next invocation start is measured from the previous invocation task start.
- Single<T> - Interface in io.helidon.common.reactive
-
Represents a
Flow.Publisherthat may: signal one item then completes, complete without an item or signal an error. - SINGLE - Enum constant in enum class io.helidon.codegen.JavadocTree.AttrValue.Kind
-
Single quoted.
- SINGLE_QUOTE - Enum constant in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
A single-quoted string.
- singleFile() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- singleFile() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Classpath content usually starts from a
ClasspathHandlerConfig.location()on classpath, and resolves all requested paths against this content root. - singleFile() - Method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Classpath content usually starts from a
ClasspathHandlerConfig.location()on classpath, and resolves all requested paths against this content root. - singleFile(boolean) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Classpath content usually starts from a
ClasspathHandlerConfig.location()on classpath, and resolves all requested paths against this content root. - singleHostAuthority(HttpPrologue, Headers) - Static method in class io.helidon.webserver.SniRequestSupport
-
Return the single HTTP/1 Host header authority required by SNI policy.
- SingleSubscriberHolder<T> - Class in io.helidon.common.reactive
-
A subscriber container that accepts only a single, one-time subscriber registration.
- SingleSupplier(ClientUri) - Constructor for class io.helidon.webclient.grpc.ClientUriSuppliers.SingleSupplier
-
Creates a single supplier.
- singleton(T) - Static method in interface io.helidon.common.reactive.Multi
-
Create a
Multithat emits a pre-existing item and then completes. - SINGLETON_ANNOTATION - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Annotation instance for
ServiceCodegenTypes.SERVICE_ANNOTATION_SINGLETON. - singular() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- singular() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Singular option details.
- singular() - Method in interface io.helidon.builder.codegen.OptionInfo
-
Singular option details.
- singular(OptionSingular) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Singular option details.
- singular(Consumer) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Singular option details.
- singular(Supplier) - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Singular option details.
- sink(GenericType) - Method in interface io.helidon.webserver.http.ServerResponse
-
Returns a sink from this response based on the sink type.
- Sink<T> - Interface in io.helidon.webserver.http.spi
-
A generic sink interface to emit arbitrary events.
- SinkProvider<T> - Interface in io.helidon.webserver.http.spi
-
ServiceLoaderprovider interface forSinkproviders. - SinkProviderContext - Interface in io.helidon.webserver.http.spi
-
A context for
SinkProviders supplied at creation time. - size() - Method in interface io.helidon.common.LruCache
-
Current size of the map.
- size() - Method in interface io.helidon.common.parameters.Parameters
-
Number of parameter names in these parameters.
- size() - Method in class io.helidon.data.PageRequest.BuilderBase.PageRequestImpl
- size() - Method in class io.helidon.data.PageRequest.BuilderBase
-
Page size.
- size() - Method in interface io.helidon.data.PageRequest
-
Page size.
- size() - Method in class io.helidon.http.ContentDisposition
-
Get the value of the
sizeparameter that can be used to indicate an approximate size of the file in octets. - size() - Method in interface io.helidon.http.Headers
-
Number of headers in these headers.
- size() - Method in class io.helidon.json.JsonArray
-
Return the number of values in this array.
- size() - Method in class io.helidon.json.JsonObject
-
Return the number of properties in this object.
- size() - Method in class io.helidon.messaging.MessageBatch
-
Number of messages.
- size() - Method in interface io.helidon.messaging.MessageHeaders
-
Number of entries, including duplicate names.
- size() - Method in class io.helidon.messaging.MessageHeaderValue.BinaryValue
-
Number of bytes.
- size() - Method in class io.helidon.messaging.MessageHeaderValue.NativeValue
-
Number of encoded bytes.
- size() - Method in interface io.helidon.messaging.MessageMetadata
-
Number of metadata values.
- size() - Method in interface io.helidon.metrics.api.LabeledSnapshot
-
Number of values represented by the snapshot.
- size() - Method in interface io.helidon.security.providers.common.EvictableCache
-
Current size of the cache.
- size() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchResponse
-
Number of responses in this batch.
- size(int) - Method in class io.helidon.data.PageRequest.BuilderBase
-
Page size.
- size(long) - Method in class io.helidon.http.ContentDisposition.Builder
-
Set the content disposition
sizeparameter. - Size - Interface in io.helidon.common
-
A definition of size in bytes.
- SIZE - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Size. - Size.Unit - Enum Class in io.helidon.common
-
Units that can be used.
- Size.UnitKind - Enum Class in io.helidon.common
-
Kind of units, used for printing out the correct unit.
- SizeLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for entity size.
- SizeLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
A fluent API builder for
SizeLogEntry. - skip() - Method in interface io.helidon.json.JsonParser
-
Skips the current JSON value without parsing it.
- skip() - Method in class io.helidon.json.ObjectStartParser
- skip() - Method in class io.helidon.json.smile.SmileParser
- skip(int) - Method in interface io.helidon.common.buffers.BufferData
-
Skip the next n bytes (move read position).
- skip(int) - Method in class io.helidon.common.buffers.DataReader
-
Skip n bytes.
- skip(long) - Method in interface io.helidon.common.reactive.Multi
-
Skip first n items, all the others are emitted.
- skipAudit() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Disable auditing.
- skipAudit() - Method in class io.helidon.webserver.security.SecurityHandler
-
Disable auditing of this request.
- skipAuthentication() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Skip authentication.
- skipAuthentication() - Method in class io.helidon.webserver.security.SecurityHandler
-
If called, request will NOT go through authentication process.
- skipAuthorization() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandler
-
Skip authorization.
- skipAuthorization() - Method in class io.helidon.webserver.security.SecurityHandler
-
Skip authorization for this route.
- skipOn() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- skipOn() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will not be considered failures, all other will.
- skipOn() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
These throwables will not be considered failures, all other will.
- skipOn() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase.FallbackConfigImpl
- skipOn() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- skipOn() - Method in interface io.helidon.faulttolerance.FallbackConfig
-
These throwables will not be considered retriable, all other will.
- skipOn() - Element in annotation interface io.helidon.faulttolerance.Ft.CircuitBreaker
-
These throwables will not be considered failures, all other will.
- skipOn() - Element in annotation interface io.helidon.faulttolerance.Ft.Fallback
-
List of exceptions that will not execute a fallback.
- skipOn() - Element in annotation interface io.helidon.faulttolerance.Ft.Retry
-
These throwables will not be considered retriable, all other will.
- skipOn() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- skipOn() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- skipOn() - Method in interface io.helidon.faulttolerance.RetryConfig
-
These throwables will not be considered retriable, all other will.
- skipOn(Set) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will not be considered failures, all other will.
- skipOn(Set) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- skipOn(Set) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- skipUriEncoding() - Method in class io.helidon.webclient.api.ClientRequestBase
- skipUriEncoding() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Whether to skip URI encoding.
- skipUriEncoding(boolean) - Method in interface io.helidon.webclient.api.ClientRequest
-
Disable uri encoding.
- skipUriEncoding(boolean) - Method in class io.helidon.webclient.api.ClientRequestBase
- skipUriEncoding(boolean) - Method in class io.helidon.webclient.api.ClientUri
-
Whether to skip uri encoding.
- SLASH_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
/byte. - Slf4jMdcPropagator - Class in io.helidon.logging.slf4j
-
This is propagator of Slf4j MDC values between different threads.
- Slf4jMdcPropagator() - Constructor for class io.helidon.logging.slf4j.Slf4jMdcPropagator
-
Default constructor required by
ServiceLoader. - Slf4jMdcProvider - Class in io.helidon.logging.slf4j
-
Provider for setting MDC values to the Slf4j MDC support.
- Slf4jMdcProvider() - Constructor for class io.helidon.logging.slf4j.Slf4jMdcProvider
-
Default constructor required by
ServiceLoader. - Slf4jProvider - Class in io.helidon.logging.slf4j
-
Slf4j logging provider.
- Slf4jProvider() - Constructor for class io.helidon.logging.slf4j.Slf4jProvider
-
Default constructor required by
ServiceLoader. - Slice<T> - Interface in io.helidon.data
-
Pageable query result as pages without total size of the result.
- slices(PageRequest) - Method in interface io.helidon.data.Data.PageableRepository
-
Return
Slicewith all entities of theEtype. - smartAsyncWrites() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- smartAsyncWrites() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
If enabled and
ListenerConfig.BuilderBase.writeQueueLength()is greater than 1, then start with async writes but possibly switch to sync writes if async queue size is always below a certain threshold. - smartAsyncWrites() - Method in interface io.helidon.webserver.ListenerConfig
-
If enabled and
ListenerConfig.writeQueueLength()is greater than 1, then start with async writes but possibly switch to sync writes if async queue size is always below a certain threshold. - smartAsyncWrites(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
If enabled and
ListenerConfig.BuilderBase.writeQueueLength()is greater than 1, then start with async writes but possibly switch to sync writes if async queue size is always below a certain threshold. - SmartSocketWriter - Class in io.helidon.common.socket
-
A special socket write that starts async but may switch to sync mode if it detects that the async queue size is below
SmartSocketWriter.QUEUE_SIZE_THRESHOLD. - smileConfig() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Smile generator configuration.
- smileConfig() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
- smileConfig() - Method in interface io.helidon.http.media.json.smile.SmileSupportConfig
-
Smile generator configuration.
- smileConfig(SmileConfig) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Smile generator configuration.
- smileConfig(Consumer) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Smile generator configuration.
- smileConfig(Supplier) - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Smile generator configuration.
- SmileConfig - Interface in io.helidon.json.smile
-
Configuration of Smile encoding and decoding.
- SmileConfig.Builder - Class in io.helidon.json.smile
-
Fluent API builder for
SmileConfig. - SmileConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.json.smile
-
Fluent API builder base for
SmileConfig. - SmileConfig.BuilderBase.SmileConfigImpl - Class in io.helidon.json.smile
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SmileConfigImpl(SmileConfig.BuilderBase) - Constructor for class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
-
Create an instance providing a builder.
- SmileGenerator - Class in io.helidon.json.smile
-
Smile binary JSON generator implementation.
- SmileMediaSupportProvider - Class in io.helidon.http.media.json.smile
-
Media support provider for Smile media support.
- SmileMediaSupportProvider() - Constructor for class io.helidon.http.media.json.smile.SmileMediaSupportProvider
-
This class should be only instantiated as part of java
ServiceLoader. - SmileParser - Class in io.helidon.json.smile
-
Smile binary JSON parser implementation.
- SmileSupport - Class in io.helidon.http.media.json.smile
-
Smile media support implementation.
- SmileSupportConfig - Interface in io.helidon.http.media.json.smile
-
Configuration of Smile media support.
- SmileSupportConfig.Builder - Class in io.helidon.http.media.json.smile
-
Fluent API builder for
SmileSupport. - SmileSupportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.http.media.json.smile
-
Fluent API builder base for
SmileSupportConfig. - SmileSupportConfig.BuilderBase.SmileSupportConfigImpl - Class in io.helidon.http.media.json.smile
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SmileSupportConfigImpl(SmileSupportConfig.BuilderBase) - Constructor for class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
-
Create an instance providing a builder.
- SNAKE - Enum constant in enum class io.helidon.metrics.api.BuiltInMeterNameFormat
-
Snake-case (i.e.
- snapshot() - Method in interface io.helidon.metrics.api.DistributionSummary
-
Returns a
HistogramSnapshotof the current state of the distribution summary. - snapshot() - Method in interface io.helidon.metrics.api.HistogramSupport
-
Returns a snapshot of the data in a histogram.
- snapshot() - Method in interface io.helidon.metrics.api.SnapshotMetric
-
Returns a snapshot of the metric's current sampled values.
- SnapshotMetric - Interface in io.helidon.metrics.api
-
A metric that can provide a
LabeledSnapshotof its current sampled values. - sni() - Method in class io.helidon.webclient.api.ClientRequestBase
- sni() - Method in interface io.helidon.webclient.api.FullClientRequest
-
Request-level SNI configuration.
- sni() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- sni() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client-side TLS SNI configuration.
- sni() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Client-side TLS SNI configuration.
- sni() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- sni() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener-scoped server TLS SNI policy.
- sni() - Method in interface io.helidon.webserver.ListenerConfig
-
Listener-scoped server TLS SNI policy.
- sni(SniConfig) - Method in interface io.helidon.webclient.api.ClientRequest
-
Configure client-side TLS SNI for this request.
- sni(SniConfig) - Method in class io.helidon.webclient.api.ClientRequestBase
- sni(SniConfig) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client-side TLS SNI configuration.
- sni(SniConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener-scoped server TLS SNI policy.
- sni(Consumer) - Method in interface io.helidon.webclient.api.ClientRequest
-
Configure client-side TLS SNI for this request.
- sni(Consumer) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client-side TLS SNI configuration.
- sni(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener-scoped server TLS SNI policy.
- sni(Supplier) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Client-side TLS SNI configuration.
- sni(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener-scoped server TLS SNI policy.
- SniAuthorityPolicy - Enum Class in io.helidon.webserver
-
HTTP request authority policy used after SNI TLS selection.
- SniConfig - Interface in io.helidon.webclient.api
-
Client-side TLS SNI configuration.
- SniConfig - Interface in io.helidon.webserver
-
Listener-scoped server TLS SNI policy configuration.
- SniConfig.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
SniConfig. - SniConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
SniConfig. - SniConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.api
-
Fluent API builder base for
SniConfig. - SniConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
SniConfig. - SniConfig.BuilderBase.SniConfigImpl - Class in io.helidon.webclient.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SniConfig.BuilderBase.SniConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SniConfigImpl(SniConfig.BuilderBase) - Constructor for class io.helidon.webclient.api.SniConfig.BuilderBase.SniConfigImpl
-
Create an instance providing a builder.
- SniConfigImpl(SniConfig.BuilderBase) - Constructor for class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
-
Create an instance providing a builder.
- sniContext() - Method in interface io.helidon.webserver.ConnectionContext
-
Listener SNI context for this connection.
- sniContext() - Method in class io.helidon.webserver.ListenerTlsContext.Selection
-
Selected SNI context.
- SniContext - Interface in io.helidon.webserver
-
Listener SNI decision attached to a connection after TLS virtual-host selection.
- SniContext.AuthorityCheck - Enum Class in io.helidon.webserver
-
Authority check result.
- sniMatchedHost() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Configured virtual-host host that matched the TLS Server Name Indication (SNI) requested host.
- sniMatchedHost() - Method in interface io.helidon.webserver.http.ServerRequest
-
Configured virtual-host host that matched the TLS Server Name Indication (SNI) requested host.
- SniMatchType - Enum Class in io.helidon.webserver
-
Internal classification of the TLS material selected for a connection from SNI.
- SniMode - Enum Class in io.helidon.webclient.api
-
Source of the client-side TLS SNI host.
- sniRequestedHost() - Method in interface io.helidon.webserver.grpc.GrpcConnectionContext
-
Normalized DNS host name requested by the client using TLS Server Name Indication (SNI).
- sniRequestedHost() - Method in interface io.helidon.webserver.http.ServerRequest
-
Normalized DNS host name requested by the client using TLS Server Name Indication (SNI).
- SniRequestSupport - Class in io.helidon.webserver
-
Request-time SNI policy support.
- SniSelectionPolicy - Enum Class in io.helidon.webserver
-
TLS handshake policy for ClientHello messages that cannot select a configured SNI virtual host.
- socket() - Method in class io.helidon.common.socket.SocketWriter
-
Provides access to the underlying socket.
- socket() - Method in interface io.helidon.webclient.api.ConnectedSocketInfo
-
The newly connected socket.
- socket() - Method in interface io.helidon.webserver.grpc.GrpcRouteRegistration
-
Named socket this registration should be added to.
- socket() - Method in interface io.helidon.webserver.http.HttpFeature
-
Name of the listener socket this feature should be registered on, for automatically discovered features.
- socket() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Unix domain socket address to bind.
- socket() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase.UdsTransportConfigImpl
- socket() - Method in interface io.helidon.webserver.UdsTransportConfig
-
Unix domain socket address to bind.
- socket() - Method in interface io.helidon.webserver.websocket.WsRouteRegistration
-
Named socket this registration should be added to.
- socket(String) - Method in interface io.helidon.webserver.spi.ServerFeature.ServerFeatureContext
-
Listener builders for a named socket.
- socket(UnixDomainSocketAddress) - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Unix domain socket address to bind.
- Socket - Annotation Interface in io.helidon.webserver.testing.junit5
-
Named socket Qualifier for
Http Client. - socketChannel() - Method in interface io.helidon.webclient.api.ConnectedSocketChannelInfo
-
The newly connected socket channel.
- socketChannelConnected(ConnectedSocketChannelInfo) - Method in interface io.helidon.webclient.api.ConnectionListener
-
Called when the given
SocketChannelconnection has been established andSocketOptionsapplied, but before any TLS or HTTP application traffic has been sent. - socketConnected(ConnectedSocketInfo) - Method in interface io.helidon.webclient.api.ConnectionListener
-
Called when the given
Socketconnection has been established andSocketOptionsapplied, but before any TLS or HTTP application traffic has been sent. - socketContext() - Method in class io.helidon.webclient.websocket.ClientWsConnection
- socketContext() - Method in class io.helidon.webserver.websocket.WsConnection
- socketContext() - Method in interface io.helidon.websocket.WsSession
-
The underlying socket context.
- SocketContext - Interface in io.helidon.common.socket
-
Information available for a connected socket.
- socketExists(String) - Method in interface io.helidon.webserver.spi.ServerFeature.ServerFeatureContext
-
Check if a named socket exists in configuration.
- SocketHttpClient - Class in io.helidon.common.testing.http.junit5
-
The SocketHttpClient provides means to simply pass any bytes over the network and to see how a server deals with such a case.
- SocketHttpClient(String, int, Duration) - Constructor for class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Create a new client connecting to the specified coordinates.
- SocketHttpClient(String, int, Duration, Consumer) - Constructor for class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Create a new client connecting to the specified coordinates.
- socketId() - Method in class io.helidon.common.socket.NioSocket
- socketId() - Method in class io.helidon.common.socket.PlainSocket
- socketId() - Method in interface io.helidon.common.socket.SocketContext
-
Main socket id.
- socketId() - Method in interface io.helidon.webserver.http.ServerRequest
-
Identification of the client/server connection socket.
- socketId() - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- socketId(String) - Method in class io.helidon.http.RequestedUriDiscoveryContext.Builder
-
Sets the socket identifier to which the discovery context applies.
- socketInputStream() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Returns input stream.
- socketKeepAlive() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Configure socket keep alive.
- socketKeepAlive() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- socketKeepAlive() - Method in interface io.helidon.common.socket.SocketOptions
-
Configure socket keep alive.
- socketKeepAlive(boolean) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Configure socket keep alive.
- socketName(Parameter) - Static method in class io.helidon.webserver.testing.junit5.Junit5Util
-
Discover socket name using
Socketannotation. - socketOptions() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Arbitrary socket options.
- socketOptions() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- socketOptions() - Method in interface io.helidon.common.socket.SocketOptions
-
Arbitrary socket options.
- socketOptions() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- socketOptions() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket options for connections opened by this client.
- socketOptions() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Socket options for connections opened by this client.
- socketOptions(SocketOptions) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket options for connections opened by this client.
- socketOptions(Consumer) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket options for connections opened by this client.
- socketOptions(Supplier) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Socket options for connections opened by this client.
- socketOptions(Map) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Arbitrary socket options.
- SocketOptions - Interface in io.helidon.common.socket
-
Socket options.
- SocketOptions.Builder - Class in io.helidon.common.socket
-
Fluent API builder for
SocketOptions. - SocketOptions.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.socket
-
Fluent API builder base for
SocketOptions. - SocketOptions.BuilderBase.SocketOptionsImpl - Class in io.helidon.common.socket
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SocketOptionsImpl(SocketOptions.BuilderBase) - Constructor for class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
-
Create an instance providing a builder.
- socketReader() - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Provides access to underlying socket reader.
- socketReceiveBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- socketReceiveBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket receive buffer size.
- socketReceiveBufferSize() - Method in interface io.helidon.common.socket.SocketOptions
-
Socket receive buffer size.
- socketReceiveBufferSize(int) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket receive buffer size.
- socketRequired() - Method in interface io.helidon.webserver.grpc.GrpcRouteRegistration
-
Whether the socket defined in
GrpcRouteRegistration.socket()must be present for this registration, or it can be exposed on default socket. - socketRequired() - Method in interface io.helidon.webserver.http.HttpFeature
-
Whether the socket defined in
HttpFeature.socket()must be present for this feature, or it can be exposed on default socket. - socketRequired() - Method in interface io.helidon.webserver.websocket.WsRouteRegistration
-
Whether the socket defined in
WsRouteRegistration.socket()must be present for this registration, or it can be exposed on default socket. - socketReuseAddress() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- socketReuseAddress() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket reuse address.
- socketReuseAddress() - Method in interface io.helidon.common.socket.SocketOptions
-
Socket reuse address.
- socketReuseAddress(boolean) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket reuse address.
- sockets() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- sockets() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- sockets() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- sockets() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- sockets() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.webserver.context.ContextFeatureConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- sockets() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.webserver.cors.CorsConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- sockets() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- sockets() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- sockets() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Socket names for sockets to be instrumented with automatic metrics.
- sockets() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Socket names for sockets to be instrumented with automatic metrics.
- sockets() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- sockets() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Sockets the observability endpoint should be exposed on.
- sockets() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Sockets the observability endpoint should be exposed on.
- sockets() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Sockets to trace.
- sockets() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- sockets() - Method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Sockets to trace.
- sockets() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- sockets() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Named listeners that should be secured, defaults to the default listener.
- sockets() - Method in interface io.helidon.webserver.security.PathsConfig
-
Named listeners that should be secured, defaults to the default listener.
- sockets() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- sockets() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
List of sockets this configuration should be applied to.
- sockets() - Method in interface io.helidon.webserver.security.SecurityHandlerConfig
-
List of sockets this configuration should be applied to.
- sockets() - Method in interface io.helidon.webserver.spi.ServerFeature.ServerFeatureContext
-
List of all configured sockets, does not contain the default socket name.
- sockets() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- sockets() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Sockets names (listeners) that will host this static content handler, defaults to all configured sockets.
- sockets() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Sockets names (listeners) that will host this static content handler, defaults to all configured sockets.
- sockets() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Sockets names (listeners) that will host static content handlers, defaults to all configured sockets.
- sockets() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- sockets() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Sockets names (listeners) that will host static content handlers, defaults to all configured sockets.
- sockets() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- sockets() - Method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
List of sockets to register this feature on.
- sockets() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Socket configurations.
- sockets() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- sockets() - Method in interface io.helidon.webserver.WebServerConfig
-
Socket configurations.
- sockets(List) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Sockets the observability endpoint should be exposed on.
- sockets(List) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Named listeners that should be secured, defaults to the default listener.
- sockets(List) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
List of sockets this configuration should be applied to.
- sockets(Map) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Socket configurations.
- sockets(Set) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets(Set) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets(Set) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets(Set) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets(Set) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets(Set) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets(Set) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- sockets(Set) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Socket names for sockets to be instrumented with automatic metrics.
- sockets(Set) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Sockets to trace.
- sockets(Set) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Sockets names (listeners) that will host this static content handler, defaults to all configured sockets.
- sockets(Set) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Sockets names (listeners) that will host static content handlers, defaults to all configured sockets.
- sockets(Set) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
List of sockets to register this feature on.
- socketSendBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- socketSendBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket send buffer size.
- socketSendBufferSize() - Method in interface io.helidon.common.socket.SocketOptions
-
Socket send buffer size.
- socketSendBufferSize(int) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket send buffer size.
- SocketWriter - Class in io.helidon.common.socket
-
Socket writer (possibly) used from multiple threads, takes care of writing to a single socket.
- SocketWriter(HelidonSocket) - Constructor for class io.helidon.common.socket.SocketWriter
-
A new socket writer.
- SocketWriterException - Exception Class in io.helidon.common.socket
-
Socket write failed.
- SocketWriterException() - Constructor for exception class io.helidon.common.socket.SocketWriterException
-
Socket write failed.
- SocketWriterException(Throwable) - Constructor for exception class io.helidon.common.socket.SocketWriterException
-
Socket write failed.
- SOCKS - Enum constant in enum class io.helidon.webclient.api.ProxyRoute.Kind
-
SOCKS proxy route.
- softFailEnabled() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- softFailEnabled() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Allows a revocation check to succeed when a CRL or OCSP response cannot be obtained due to a network failure, or the OCSP responder returns
internalErrorortryLater. - softFailEnabled() - Method in interface io.helidon.common.tls.RevocationConfig
-
Allows a revocation check to succeed when a CRL or OCSP response cannot be obtained due to a network failure, or the OCSP responder returns
internalErrorortryLater. - softFailEnabled(boolean) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Allows a revocation check to succeed when a CRL or OCSP response cannot be obtained due to a network failure, or the OCSP responder returns
internalErrorortryLater. - sort(List) - Static method in class io.helidon.common.Weights
-
Sort the list based on weights.
- Sort - Interface in io.helidon.data
-
Dynamic ordering of the query result.
- Sort.Builder - Class in io.helidon.data
-
Fluent API builder for
Sort. - Sort.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data
-
Fluent API builder base for
Sort. - Sort.BuilderBase.SortImpl - Class in io.helidon.data
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- sortFields(boolean) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Whether to sort non-static fields by type and name (defaults to
true). - SortImpl(Sort.BuilderBase) - Constructor for class io.helidon.data.Sort.BuilderBase.SortImpl
-
Create an instance providing a builder.
- sortStaticFields(boolean) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Whether to sort static fields by type and name (defaults to
true). - source() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- source() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The compiler source version.
- source() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
The compiler source version.
- source(GenericType, T) - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Registers a source listener for this response.
- source(String) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The compiler source version.
- Source - Interface in io.helidon.config.spi
-
Source of data.
- Source<T> - Interface in io.helidon.webclient.spi
-
A listener for arbitrary events.
- SOURCE_CHANNEL_HEADER - Static variable in interface io.helidon.messaging.DeadLetterMessage
-
Reserved common header containing the source channel.
- Source.Builder<B> - Interface in io.helidon.config.spi
-
Configurable options of a
Source. - sourceAddress() - Method in interface io.helidon.webserver.ProxyProtocolData
-
Source address that is either IP4 or IP6 depending on
ProxyProtocolData.family(). - sourceChannel() - Method in interface io.helidon.messaging.DeadLetterMessage
-
Source logical channel.
- SourceHandlerProvider<T> - Interface in io.helidon.webclient.spi
-
ServiceLoaderprovider interface forSourcehandlers. - sourceName() - Method in class io.helidon.config.MapConfigSource.MapBuilder
-
Name of the source.
- sourcepath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- sourcepath() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The source path to pass to the compiler.
- sourcepath() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
The source path to pass to the compiler.
- sourcepath(List) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The source path to pass to the compiler.
- sourcePort() - Method in interface io.helidon.webserver.ProxyProtocolData
-
Source port number.
- sourceRoot() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- sourceRoot() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Runtime source configuration supplied to the builder.
- sourceRootPaths() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
- sourceRuntime(ConfigSource) - Method in interface io.helidon.config.spi.ConfigContext
-
Create or find a runtime for a config source.
- sources(Supplier) - Method in interface io.helidon.config.Config.Builder
-
Sets a
ConfigSourceinstance to be used as a source of configuration to be wrapped intoConfigAPI. - sources(Supplier, Supplier) - Method in interface io.helidon.config.Config.Builder
-
Sets an ordered pair of
ConfigSourceinstances to be used as single source of configuration to be wrapped intoConfigAPI. - sources(Supplier, Supplier, Supplier) - Method in interface io.helidon.config.Config.Builder
-
Sets an ordered trio of
ConfigSourceinstances to be used as single source of configuration to be wrapped intoConfigAPI. - sources(List) - Method in interface io.helidon.config.Config.Builder
-
Sets ordered list of
ConfigSourceinstance to be used as single source of configuration to be wrapped intoConfigAPI. - sourceSocketAddress() - Method in interface io.helidon.webserver.ProxyProtocolV2Data
-
The source address, which may be either an
InetSocketAddressor aUnixDomainSocketAddress. - sourceType() - Method in interface io.helidon.common.configurable.Resource
-
Type of this resource, depends on the original source.
- sourceType() - Method in interface io.helidon.common.mapper.Mapper
-
Source type of the mapper.
- SPACE - Enum constant in enum class io.helidon.codegen.IndentType
-
Use spaces to indent generated source code.
- SPACE_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
(space) byte. - SPACE_DELIMITED - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Space-delimited array parameters.
- span() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider.OpenTelemetryContext
-
Return the span.
- span(String) - Method in class io.helidon.tracing.config.ComponentTracingConfig
-
Get a traced span configuration for a named span.
- span(String, boolean) - Method in class io.helidon.tracing.config.ComponentTracingConfig
-
Get a traced span configuration for a named span.
- Span - Interface in io.helidon.tracing
-
Tracing span.
- SPAN_KEY - Static variable in class io.helidon.grpc.core.GrpcTracingContext
-
Context key for Span instance.
- Span.Builder<B> - Interface in io.helidon.tracing
-
Fluent API builder to create a new
Span. - Span.Kind - Enum Class in io.helidon.tracing
-
Span kind.
- Span.Status - Enum Class in io.helidon.tracing
-
Span status.
- spanBuilder(String) - Method in interface io.helidon.tracing.Tracer
-
A new span builder to construct
Span. - spanConfig() - Method in class io.helidon.security.integration.common.AtnTracing
-
Tracing configuration for this span.
- spanConfig() - Method in class io.helidon.security.integration.common.AtzTracing
-
Tracing configuration for this span.
- spanConfig() - Method in class io.helidon.security.integration.common.OutboundTracing
-
Tracing configuration for this span.
- spanConfig() - Method in class io.helidon.security.integration.common.ResponseTracing
-
Tracing configuration for this span.
- spanConfig() - Method in class io.helidon.security.integration.common.RoleMapTracing
-
Tracing configuration for this span.
- spanConfig() - Method in class io.helidon.security.integration.common.SecurityTracing
-
Tracing configuration for this span.
- spanConfig(String, String) - Method in class io.helidon.tracing.config.TracingConfig
-
Return configuration of a specific span.
- spanConfig(String, String) - Static method in class io.helidon.tracing.config.TracingConfigUtil
-
Get the configuration of a single span from current
Context. - spanConfig(String, String, boolean) - Static method in class io.helidon.tracing.config.TracingConfigUtil
-
Get the configuration of a single span from current
Context. - spanConfig(String, String, Context) - Static method in class io.helidon.tracing.config.TracingConfigUtil
-
Get the configuration of a single span from the provided
Context. - SpanContext - Interface in io.helidon.tracing
-
Context of a tracing
Span. - SpanContextSupplierProvider - Interface in io.helidon.metrics.providers.micrometer.spi
-
Returns a
SpanContextfor use in linking trace information to meters via exemplars. - SpanExporterConfig - Interface in io.helidon.telemetry.otelconfig
-
Interface generated from blueprint
io.helidon.telemetry.otelconfig.SpanExporterConfigBlueprint. - SpanExporterConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
SpanExporterConfig. - SpanExporterConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
SpanExporterConfig. - SpanExporterConfig.BuilderBase.SpanExporterConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SpanExporterConfigImpl(SpanExporterConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase.SpanExporterConfigImpl
-
Create an instance providing a builder.
- SpanExporterType - Enum Class in io.helidon.telemetry.otelconfig
-
Types of OpenTelemetry span exporters supported via Helidon
tracingconfiguration. - spanId() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns the span's span ID.
- spanId() - Method in interface io.helidon.tracing.SpanContext
-
Span ID of the associated span.
- spanLimits() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- spanLimits() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Tracing span limits.
- spanLimits() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Tracing span limits.
- spanLimits(SpanLimits) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Tracing span limits.
- spanLimits(Consumer) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Tracing span limits.
- spanLimits(Supplier) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Tracing span limits.
- SpanLimitsConfig - Interface in io.helidon.telemetry.otelconfig
-
Tracing span limits settings.
- SpanLimitsConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
SpanLimitsConfig. - SpanLimitsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
SpanLimitsConfig. - SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SpanLimitsConfigImpl(SpanLimitsConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
-
Create an instance providing a builder.
- SpanListener - Interface in io.helidon.tracing
-
A listener notified of span lifecycle events.
- SpanListener.ForbiddenOperationException - Exception Class in io.helidon.tracing
-
Exception indicating that a
SpanListenerhas invoked an operation that is not permitted. - spanListeners() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- spanListeners() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Span listeners to be notified of span life cycle events.
- spanListeners() - Method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Span listeners to be notified of span life cycle events.
- spanListeners(List) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Span listeners to be notified of span life cycle events.
- spanLog(String) - Method in class io.helidon.tracing.config.SpanTracingConfig
-
Configuration of a traceable span log.
- SpanLogTracingConfig - Class in io.helidon.tracing.config
-
Configuration of a single log event in a traced span.
- SpanLogTracingConfig(String) - Constructor for class io.helidon.tracing.config.SpanLogTracingConfig
-
A new span log.
- SpanLogTracingConfig.Builder - Class in io.helidon.tracing.config
-
A fluent API builder for
SpanLogTracingConfig. - spanName() - Method in interface io.helidon.webserver.observe.tracing.TracingSemanticConventions
-
Provides the span name Helidon should use to construct the
Span.Builder. - spanProcessors() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- spanProcessors() - Method in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Span processors added to the implicit one automatically created.
- spanProcessorType() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- spanProcessorType() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Type of span processor for accumulating spans before transmission to the tracing collector.
- spanProcessorType() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Type of span processor for accumulating spans before transmission to the tracing collector.
- spanProcessorType(SpanProcessorType) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Type of span processor for accumulating spans before transmission to the tracing collector.
- SpanProcessorType - Enum Class in io.helidon.tracing
-
Span Processor type.
- SpanTracingConfig - Class in io.helidon.tracing.config
-
Configuration of a single traced span.
- SpanTracingConfig(String) - Constructor for class io.helidon.tracing.config.SpanTracingConfig
-
A new traceable span.
- SpanTracingConfig.Builder - Class in io.helidon.tracing.config
-
A fluent API builder for
SpanTracingConfig. - Specification - Section in io.helidon.webclient.discovery.WebClientDiscovery.handle(WebClientService.Chain, WebClientServiceRequest)
- split(int) - Method in record class io.helidon.http.http2.Http2FrameData
-
Split this frame to smaller frames of maximum frame size.
- SqlConfig - Interface in io.helidon.data.sql.common
-
SQL specific connection configuration.
- SqlConfig.Builder - Class in io.helidon.data.sql.common
-
Fluent API builder for
SqlConfig. - SqlConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.sql.common
-
Fluent API builder base for
SqlConfig. - SqlConfig.BuilderBase.SqlConfigImpl - Class in io.helidon.data.sql.common
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- SqlConfigImpl(SqlConfig.BuilderBase) - Constructor for class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
-
Create an instance providing a builder.
- SqlDriver - Interface in io.helidon.data.sql.common
-
JDBC driver info.
- sqlForValidateConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the SQL statement to validate the database connection.
- sqlForValidateConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- sqlForValidateConnection() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the SQL statement to validate the database connection.
- sqlForValidateConnection(String) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the SQL statement to validate the database connection.
- SQUARE_BRACKET_CLOSE_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
]byte. - SQUARE_BRACKET_OPEN_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
[byte. - SseEvent - Class in io.helidon.http.sse
-
An SSE event.
- SseEvent.Builder - Class in io.helidon.http.sse
-
Fluent API builder for
SseEvent. - SseSink - Interface in io.helidon.webserver.sse
-
A sink for SSE events.
- SseSinkProvider - Class in io.helidon.webserver.sse
-
Sink provider for SSE type.
- SseSinkProvider() - Constructor for class io.helidon.webserver.sse.SseSinkProvider
-
Required public constructor for
ServiceLoader. - SseSource - Interface in io.helidon.webclient.sse
-
A source for
SseEvents. - SseSourceHandlerProvider - Class in io.helidon.webclient.sse
-
A handler for SSE sources.
- SseSourceHandlerProvider() - Constructor for class io.helidon.webclient.sse.SseSourceHandlerProvider
-
Create an SSE source handler provider.
- Ssl(int, int, List) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Creates an instance of a
Sslrecord class. - SslCipher(String) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCipher
-
Creates an instance of a
SslCipherrecord class. - SslCn(String) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCn
-
Creates an instance of a
SslCnrecord class. - sslContext() - Method in class io.helidon.common.tls.ConfiguredTlsManager
- sslContext() - Method in class io.helidon.common.tls.Tls
-
Provides the SSL context captured when this TLS instance was created.
- sslContext() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Provide a fully configured
SSLContext. - sslContext() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- sslContext() - Method in interface io.helidon.common.tls.TlsConfig
-
Provide a fully configured
SSLContext. - sslContext() - Method in interface io.helidon.common.tls.TlsManager
-
SSL context created by this manager.
- sslContext() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- sslContext() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
SSL context for the exporter.
- sslContext() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
SSL context for the exporter.
- sslContext(SSLContext) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Provide a fully configured
SSLContext. - sslContext(SSLContext) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
SSL context for the exporter.
- SslKeyAlg(String) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslKeyAlg
-
Creates an instance of a
SslKeyAlgrecord class. - sslParameters() - Method in class io.helidon.common.tls.Tls
-
SSL parameters.
- sslParameters() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure SSL parameters.
- sslParameters() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- sslParameters() - Method in interface io.helidon.common.tls.TlsConfig
-
Configure SSL parameters.
- sslParameters(SSLParameters) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Configure SSL parameters.
- SslSigAlg(String) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslSigAlg
-
Creates an instance of a
SslSigAlgrecord class. - SslVersion(String) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslVersion
-
Creates an instance of a
SslVersionrecord class. - stamp() - Method in interface io.helidon.config.spi.ConfigContent
-
A modification stamp of the content.
- stamp(Object) - Method in class io.helidon.config.spi.ConfigContent.Builder
-
Content stamp.
- start() - Method in interface io.helidon.messaging.MessagingGraph
-
Validate and start the complete graph, waiting for outgoing connector startup and incoming connector readiness.
- start() - Method in interface io.helidon.messaging.spi.OutgoingChannel
-
Establish transport resources for this binding.
- start() - Static method in interface io.helidon.metrics.api.Timer
-
Deprecated, for removal: This API element is subject to removal in a future version.this method gets
MetricsFactoryfromServiceRegistry, which may be inefficient. callMetricsFactory.timerStart()instead - start() - Static method in class io.helidon.service.registry.ServiceRegistryManager
-
Create a new manager with default configuration, and initialize all services that have a
Service.RunLeveldefined in ascending order (only singletons are initialized). - start() - Method in interface io.helidon.tracing.Span.Builder
-
Build and start the span with current timestamp.
- start() - Method in interface io.helidon.webserver.spi.TransportBinding
-
Start the binding.
- start() - Method in interface io.helidon.webserver.WebServer
-
Starts the server.
- start(PollingStrategy.Polled) - Method in class io.helidon.config.ScheduledPollingStrategy
- start(PollingStrategy.Polled) - Method in interface io.helidon.config.spi.PollingStrategy
-
Start this polling strategy.
- start(MessageBatch) - Method in interface io.helidon.messaging.ConnectorDeliveryReservation
-
Start a retained connector delivery, waiting for execution admission when necessary.
- start(Clock) - Static method in interface io.helidon.metrics.api.Timer
-
Deprecated, for removal: This API element is subject to removal in a future version.this method gets
MetricsFactoryfromServiceRegistry, which may be inefficient. callMetricsFactory.timerStart(Clock)instead - start(MeterRegistry) - Static method in interface io.helidon.metrics.api.Timer
-
Deprecated, for removal: This API element is subject to removal in a future version.call
MetricsFactory.timerStart(MeterRegistry)on the registry's owning factory instead - start(Binding) - Static method in class io.helidon.service.registry.ServiceRegistryManager
-
Create a new manager based on the provided binding (usually code generated), and start the service registry services according to the configured run levels.
- start(Binding, ServiceRegistryConfig) - Static method in class io.helidon.service.registry.ServiceRegistryManager
-
Create a new manager based on the provided binding (usually code generated), and start the service registry services according to the configured run levels.
- start(ServiceRegistryConfig) - Static method in class io.helidon.service.registry.ServiceRegistryManager
-
Start the service registry with no generated binding with the provided config.
- start(String) - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
Transaction method was started.
- start(String[]) - Method in class io.helidon.service.registry.RegistryStartupProvider
- start(String[]) - Method in interface io.helidon.spi.HelidonStartupProvider
-
Start the runtime.
- start(Path, Consumer) - Method in class io.helidon.config.FileSystemWatcher
- start(Instant) - Method in interface io.helidon.tracing.Span.Builder
-
Start the span with an explicit timestamp.
- start(T, Consumer) - Method in interface io.helidon.config.spi.ChangeWatcher
-
Start watching a target for changes.
- started(Span) - Method in interface io.helidon.tracing.SpanListener
-
Invoked just after a span has been started.
- startFailed(MessageBatch, RuntimeException) - Method in interface io.helidon.messaging.ConnectorDeliveryReservation
-
Start a retained connector delivery whose transport-to-message mapping failed before dispatch.
- starting(Span.Builder) - Method in interface io.helidon.tracing.SpanListener
- startingActivationPhase() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- startingActivationPhase() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
The activation phase that was found at onset of the phase transition.
- startingActivationPhase() - Method in interface io.helidon.service.registry.ActivationResult
-
The activation phase that was found at onset of the phase transition.
- startingActivationPhase(ActivationPhase) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
The activation phase that was found at onset of the phase transition.
- startingPhase() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase.ActivationRequestImpl
- startingPhase() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
The phase to start activation.
- startingPhase() - Method in interface io.helidon.service.registry.ActivationRequest
-
The phase to start activation.
- startingPhase(ActivationPhase) - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
The phase to start activation.
- startsWith(byte[]) - Method in class io.helidon.common.buffers.DataReader
-
Does the current data start with the prefix.
- StartsWith - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
StartsWithoperator. - startsWithNewLine() - Method in class io.helidon.common.buffers.DataReader
-
Does the data start with a new line (CRLF).
- startTimeUnixNanos() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns the start time in nanoseconds of the span.
- STARTUP - Enum constant in enum class io.helidon.health.HealthCheckType
-
Startup health check.
- STARTUP - Static variable in class io.helidon.declarative.codegen.RunLevels
-
Services to run on startup (not used by Helidon services).
- STARTUP - Static variable in annotation interface io.helidon.service.registry.Service.RunLevel
-
Represents an eager singleton that should be started at "startup".
- state() - Method in interface io.helidon.faulttolerance.CircuitBreaker
-
Current breaker state.
- state(CircuitBreaker.State) - Method in interface io.helidon.faulttolerance.CircuitBreaker
-
Set state of this circuit breaker.
- stateCookieHandler() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Cookie handler to create cookies or unset cookies for state value.
- statement() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Text of the statement to be executed.
- statement() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statement() - Method in class io.helidon.dbclient.DbExecuteContext
-
Get the execution statement.
- statement() - Method in exception class io.helidon.dbclient.DbStatementException
-
Database statement that caused an exception.
- statement(Method.Builder, Consumer) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate statement.
- statement(DbClientServiceContext) - Method in interface io.helidon.dbclient.DbClientService
-
Statement execution to be intercepted.
- statement(DbClientServiceContext) - Method in class io.helidon.dbclient.DbClientServiceBase
- statement(String) - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Set a new statement to be used.
- statement(String) - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statement(String) - Method in class io.helidon.dbclient.DbExecuteContext.BuilderBase
-
Set the execution statement.
- statement(String) - Method in interface io.helidon.dbclient.DbStatements
-
Get statement text for a named statement.
- statement(String) - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Set custom statement.
- statement(String) - Method in class io.helidon.security.abac.policy.PolicyValidator.PolicyConfig.Builder
-
The statement of this policy.
- statement(String, List) - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Set a new statement with indexed parameters to be used.
- statement(String, List) - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statement(String, Map) - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Set a new statement with named parameters to be used.
- statement(String, Map) - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statementFuture() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
A stage that is completed once the statement finishes execution.
- statementFuture() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statementGenerator() - Method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Persistence provider specific code snippets generator.
- statementGenerator() - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator
-
Provider specific persistence code snippets generator.
- statementName() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Name of a statement to be executed.
- statementName() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statementName() - Method in class io.helidon.dbclient.DbExecuteContext
-
Get the execution statement name.
- statementName(String) - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Set a new statement name to be used.
- statementName(String) - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statementName(String) - Method in class io.helidon.dbclient.DbExecuteContext.BuilderBase
-
Set the execution statement name.
- statementName(String) - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Set custom statement name.
- statementNames() - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Set of statement name patterns.
- statementNames(String...) - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Configure statement name patterns this service will be triggered for.
- statementNames(List) - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Configures statement name patterns from configuration.
- statementParameters() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Get the statement parameters.
- statementParameters() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statementPredicate(Predicate) - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Configure a predicate whose result will be used to decide whether to trigger this service or not.
- statements() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Get configured statements to be used by database provider.
- statements() - Method in class io.helidon.dbclient.DbClientContext
- statements() - Method in interface io.helidon.dbclient.DbContext
-
Configured statements.
- statements() - Method in class io.helidon.dbclient.DbExecuteContext
- statements(DbStatements) - Method in class io.helidon.dbclient.DbClient.Builder
-
Statements to use either from configuration or manually configured.
- statements(DbStatements) - Method in class io.helidon.dbclient.DbClientBuilderBase
- statements(DbStatements) - Method in class io.helidon.dbclient.DbClientContext.BuilderBase
-
Configure the db statements to use.
- statements(DbStatements) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Statements to use either from configuration or manually configured.
- statementText(String) - Method in class io.helidon.dbclient.DbExecuteBase
-
Return a statement text based on the statement name.
- statementType() - Method in interface io.helidon.dbclient.DbClientServiceContext
-
Type of the statement being executed.
- statementType() - Method in class io.helidon.dbclient.DbClientServiceContextImpl
- statementType() - Method in class io.helidon.dbclient.DbStatementBase
-
Get the statement type.
- statementType() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementDml
- statementType() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementGet
- statementType() - Method in class io.helidon.dbclient.mongodb.MongoDbStatementQuery
- statementTypes() - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Set of statement types.
- statementTypes(DbStatementType...) - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Configure statement types this service will be triggered for.
- statementTypes(List) - Method in class io.helidon.dbclient.DbClientServiceBase.BuilderBase
-
Configures statement types from configuration.
- stateObject() - Method in interface io.helidon.metrics.api.FunctionalCounter.Builder
-
Returns the state object which would supply the counter value.
- STATIC - Enum constant in enum class io.helidon.common.types.Modifier
-
The
staticmodifier. - STATIC_FIRST - Enum constant in enum class io.helidon.openapi.OpenApiGeneratedMode
-
Use a static document when present, otherwise use generated document sources.
- STATIC_INIT - Enum constant in enum class io.helidon.common.types.ElementKind
-
Static initialization block.
- STATIC_ONLY - Enum constant in enum class io.helidon.openapi.OpenApiGeneratedMode
-
Use only a static document and ignore generated document sources.
- StaticContentConfig - Interface in io.helidon.webserver.staticcontent
-
Configuration of Static content feature.
- StaticContentConfig.Builder - Class in io.helidon.webserver.staticcontent
-
Fluent API builder for
StaticContentFeature. - StaticContentConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.staticcontent
-
Fluent API builder base for
StaticContentConfig. - StaticContentConfig.BuilderBase.StaticContentConfigImpl - Class in io.helidon.webserver.staticcontent
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- StaticContentConfigImpl(StaticContentConfig.BuilderBase) - Constructor for class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
-
Create an instance providing a builder.
- StaticContentFeature - Class in io.helidon.webserver.staticcontent
-
WebServer feature to register static content.
- StaticContentFeatureProvider - Class in io.helidon.webserver.staticcontent
-
ServiceLoaderprovider implementation for static-content feature forWebServer. - StaticContentFeatureProvider() - Constructor for class io.helidon.webserver.staticcontent.StaticContentFeatureProvider
-
Required public constructor for
ServiceLoader. - staticContext(ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
The current "static" context (if already available) that the test actions will be executed in.
- staticFile() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- staticFile() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Path of the static OpenAPI document file.
- staticFile() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Path of the static OpenAPI document file.
- staticFile(String) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Path of the static OpenAPI document file.
- staticInitializer(Consumer) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Update the static initializer of this class.
- stats() - Method in interface io.helidon.faulttolerance.Bulkhead
-
Provides access to internal stats for this bulkhead.
- status() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- status() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature status.
- status() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Feature status.
- status() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- status() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
HTTP Status (server side only) annotation on the method.
- status() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
HTTP Status (server side only) annotation on the method.
- status() - Method in interface io.helidon.health.HealthCheckResponse
-
Status of this health check.
- status() - Method in class io.helidon.http.DirectHandler.TransportResponse
-
Configured status.
- status() - Method in class io.helidon.http.http2.Http2Headers
-
Status pseudo header.
- status() - Method in exception class io.helidon.http.HttpException
-
Obtain the associated http status.
- status() - Method in exception class io.helidon.http.RequestException
-
Configured HTTP status.
- status() - Method in class io.helidon.messaging.BatchItemOutcome
-
Item status.
- status() - Element in annotation interface io.helidon.openapi.OpenApi.Response
-
HTTP status code in the range
100..599. - status() - Method in class io.helidon.security.SecurityResponse
-
Status of this response.
- status() - Method in interface io.helidon.webclient.api.ClientResponseTyped
-
Response status.
- status() - Method in interface io.helidon.webclient.http1.Http1ClientResponse
-
Response status.
- status() - Method in interface io.helidon.webclient.http2.Http2ClientResponse
-
Response status.
- status() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Response status.
- status() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchResponse
-
Response status.
- status() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Response status.
- status() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Response status.
- status() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Status of the response.
- status() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- status() - Method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Status of the response.
- status() - Method in interface io.helidon.webserver.http.ServerResponse
-
Configured HTTP status, if not configured, returns
Status.OK_200. - status() - Method in class io.helidon.webserver.http.ServerResponseBase
- status() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Get the status set on this response.
- status(boolean) - Method in class io.helidon.health.HealthCheckResponse.Builder
-
Status of health check, defaults to
HealthCheckResponse.Status.UP. - status(int) - Method in interface io.helidon.webserver.http.ServerResponse
-
Status of the response.
- status(int) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set an HTTP status for the underlying response.
- status(FeatureStatus) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Feature status.
- status(SocketContext, Status) - Method in interface io.helidon.http.http1.Http1ConnectionListener
-
Handle status (server response only).
- status(SocketContext, Status) - Method in class io.helidon.http.http1.Http1LoggingConnectionListener
- status(HttpStatus) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
HTTP Status (server side only) annotation on the method.
- status(HealthCheckResponse.Status) - Method in class io.helidon.health.HealthCheckResponse.Builder
-
Status of health check, defaults to
HealthCheckResponse.Status.UP. - status(Status) - Method in class io.helidon.http.DirectHandler.TransportResponse.Builder
-
Custom status.
- status(Status) - Method in class io.helidon.http.http2.Http2Headers
-
Status pseudo header.
- status(Status) - Method in class io.helidon.http.RequestException.Builder
-
Http status to use.
- status(Status) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Status of the response.
- status(Status) - Method in interface io.helidon.webserver.http.ServerResponse
-
Status of the response.
- status(Status) - Method in class io.helidon.webserver.http.ServerResponseBase
- status(Status) - Method in interface io.helidon.webserver.jsonrpc.JsonRpcResponse
-
Set an HTTP status for the underlying response.
- status(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set security status of this security response.
- status(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Set security status of this security response.
- status(SecurityResponse.SecurityStatus) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Set security status of this security response.
- status(Span.Status) - Method in interface io.helidon.tracing.Span
-
Span status, mostly used to configure
Span.Status.ERROR. - status(ConnectionContext, Status) - Method in interface io.helidon.webserver.http1.Http1ConnectionListener
-
Handle status (server response only).
- status(ConnectionContext, Status) - Method in class io.helidon.webserver.http1.Http1LoggingConnectionListener
- Status - Class in io.helidon.http
-
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation.
- STATUS_NAME - Static variable in class io.helidon.http.http2.Http2Headers
-
Header name of the status pseudo header.
- STATUS_NAME - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
grpc status header name.
- Status.Family - Enum Class in io.helidon.http
-
An enumeration representing the class of status code.
- statusCode() - Method in class io.helidon.security.SecurityResponse
-
Status code (uses HTTP status codes for mapping).
- statusCode(int) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set a status code for failed statuses.
- statusCode(int) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Set a status code for failed statuses.
- statusCode(int) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Set a status code for failed statuses.
- statusFromResponse(String) - Static method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Find the status line and return response HTTP status.
- StatusLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for HTTP status.
- StatusLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
A fluent API builder for
StatusLogEntry. - stop() - Method in class io.helidon.config.FileSystemWatcher
- stop() - Method in class io.helidon.config.ScheduledPollingStrategy
- stop() - Method in interface io.helidon.config.spi.ChangeWatcher
-
Stop watching all targets for changes.
- stop() - Method in interface io.helidon.config.spi.PollingStrategy
-
Stop polling and release all resources.
- stop() - Method in interface io.helidon.webserver.WebServer
-
Attempt to gracefully shutdown the server.
- stop(Timer) - Method in interface io.helidon.metrics.api.Timer.Sample
-
Ends the interval, recording the current time as the end time of the interval and applying the elapsed time to the specified
Timer. - stop(Duration) - Method in interface io.helidon.webserver.spi.TransportBinding
-
Stop accepting new work and shut down active transport work.
- stopChangeSupport() - Method in interface io.helidon.config.Config.Context
-
Stops background change support tasks associated with this context.
- stopChangeSupport() - Method in interface io.helidon.config.ConfigSourceRuntime
-
Stops background change support tasks associated with this runtime.
- stopChangeSupport() - Method in class io.helidon.config.PrefixedConfigSource
- stopChangeSupport() - Method in interface io.helidon.config.spi.EventConfigSource
-
Stops background change support tasks associated with this source.
- STOPPER - Static variable in record class io.helidon.codegen.JavadocTree.AttrValue
-
Constant for
JavadocParser.Event.Stopper. - STOPPER - Static variable in interface io.helidon.codegen.JavadocTree.Cdata
-
Constant for
JavadocParser.Event.Stopper. - STOPPER - Static variable in interface io.helidon.codegen.JavadocTree.Comment
-
Constant for
JavadocParser.Event.Stopper. - STOPPER - Static variable in interface io.helidon.codegen.JavadocTree.Doctype
-
Constant for
JavadocParser.Event.Stopper. - STOPPER - Static variable in interface io.helidon.codegen.JavadocTree.EltClose
-
Constant for
JavadocParser.Event.Stopper. - STOPPER - Static variable in interface io.helidon.codegen.JavadocTree.Escape
-
Constant for
JavadocParser.Event.Stopper. - STOPPER - Static variable in interface io.helidon.codegen.JavadocTree.Text
-
Constant for
JavadocParser.Event.Stopper. - Storage - Interface in io.helidon.testing.junit5.suite
-
Internal suite-specific storage exposed to test suite providers.
- store(ExtensionContext, AnnotatedElement...) - Static method in class io.helidon.testing.junit5.TestJunitExtension
-
Get a JUnit extension store.
- storeLookup(ExtensionContext.Store, Object, Class) - Static method in class io.helidon.testing.junit5.TestJunitExtension
-
Get an object from the given store.
- stream() - Method in interface io.helidon.common.configurable.Resource
-
Get an input stream to this resource.
- stream() - Method in class io.helidon.common.HelidonServiceLoader
-
Provides a stream of service implementations, in weighted order.
- stream() - Method in interface io.helidon.common.mapper.Value
-
If a value is present, returns a sequential
Streamcontaining only that value, otherwise returns an emptyStream. - stream() - Method in interface io.helidon.data.Slice
- stream() - Method in class io.helidon.grpc.core.WeightedBag
-
Obtain the contents of this
WeightedBagas an orderedStream. - stream() - Method in interface io.helidon.http.Headers
-
A sequential stream with these headers as the source.
- stream() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- stream() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Configuration of log stream.
- stream() - Method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Configuration of log stream.
- stream(StreamObserver, CompletionStage) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Obtain a
Consumerthat can be used to send values to theStreamObserver.onNext(Object)method until theCompletionStagecompletes then callStreamObserver.onCompleted(). - stream(StreamObserver, Supplier) - Static method in class io.helidon.grpc.core.ResponseHelper
- stream(StreamObserver, Stream) - Static method in class io.helidon.grpc.core.ResponseHelper
- stream(LogStreamConfig) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Configuration of log stream.
- stream(Consumer) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Configuration of log stream.
- stream(Supplier) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Configuration of log stream.
- Stream - Enum constant in enum class io.helidon.data.codegen.query.ProjectionResult
-
Streamof entity or entity property values. - STREAM_CLOSED - Enum constant in enum class io.helidon.http.http2.Http2ErrorCode
-
The endpoint received a frame after a stream was half-closed.
- STREAM_RESULT_NAME - Static variable in class io.helidon.webserver.http.ServerResponseBase
-
Stream result trailer name.
- STREAM_RESULT_OK - Static variable in class io.helidon.webserver.http.ServerResponseBase
-
Stream result OK.
- STREAM_TRAILERS - Static variable in class io.helidon.webserver.http.ServerResponseBase
-
Stream status trailers.
- streamAsync(StreamObserver, CompletionStage) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Obtain a
Consumerthat can be used to send values to theStreamObserver.onNext(Object)method until theCompletionStagecompletes then asynchronously callStreamObserver.onCompleted()using the fork-join thread pool. - streamAsync(StreamObserver, CompletionStage, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Obtain a
Consumerthat can be used to send values to theStreamObserver.onNext(Object)method until theCompletionStagecompletes then asynchronously callStreamObserver.onCompleted()using the executor thread. - streamAsync(StreamObserver, Supplier, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
- streamAsync(StreamObserver, Stream, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
- streamClosed() - Method in interface io.helidon.http.http2.FlowControl.Outbound
-
Notify flow control that the stream has closed.
- streamFilter(UnaryOperator) - Method in interface io.helidon.webserver.http.ServerRequest
-
Configure a custom input stream to wrap the input stream of the request.
- streamFilter(UnaryOperator) - Method in interface io.helidon.webserver.http.ServerResponse
-
Configure a custom output stream to wrap the output stream of the response.
- streamFilter(UnaryOperator) - Method in class io.helidon.webserver.http.ServerResponseBase
- StreamFlowControl - Class in io.helidon.http.http2
-
Stream specific HTTP/2 flow control.
- streamId() - Method in class io.helidon.http.http2.Http2FrameHeader
-
Stream id this header belongs to.
- streamId() - Method in record class io.helidon.http.http2.Http2Priority
-
Returns the value of the
streamIdrecord component. - streamId() - Method in interface io.helidon.http.http2.Http2Stream
-
Stream ID.
- streamId() - Method in class io.helidon.webclient.http2.Http2ClientStream
- streamIdSequence() - Method in class io.helidon.webclient.http2.Http2ClientConnection
-
Stream ID sequence.
- streaming() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- streaming() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
A flag indicating streaming logging.
- streaming() - Method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
A flag indicating streaming logging.
- streaming(boolean) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
A flag indicating streaming logging.
- streamOpened(HttpTransportObserver.Direction, HttpTransportObserver.Initiator) - Method in interface io.helidon.http.HttpTransportObserver.ConnectionObservation
-
Observes a started application request and response exchange.
- streamResult(String) - Method in interface io.helidon.webserver.http.ServerResponse
-
Description of the result of output stream processing.
- streamState() - Method in interface io.helidon.http.http2.Http2Stream
-
State of this stream.
- streamState() - Method in class io.helidon.webclient.http2.Http2ClientStream
- streamState() - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector.SubProtocolHandler
-
Current stream state.
- StreamTimeoutException - Exception Class in io.helidon.webclient.http2
-
Thrown when no data are received over the stream within configured request timeout.
- StreamValidationUtils - Class in io.helidon.common.reactive
-
Helper methods for stream validation.
- STRICT - Enum constant in enum class io.helidon.common.media.type.ParserMode
-
Strict mode (default).
- STRICT - Enum constant in enum class io.helidon.http.SetCookie.SameSite
-
Cookies will only be sent in a first-party context and not be sent along with requests initiated by third party websites.
- STRICT_TRANSPORT_SECURITY - Static variable in class io.helidon.http.HeaderNames
-
The "Strict-Transport-Security" header name.
- STRICT_TRANSPORT_SECURITY_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Strict-Transport-Security" header name.
- string() - Method in interface io.helidon.common.configurable.Resource
-
Get string content of this resource.
- string() - Method in exception class io.helidon.data.codegen.parser.ParserException
-
Stringbeing parsed. - string(Charset) - Method in interface io.helidon.common.configurable.Resource
-
Get string content of this resource.
- STRING - Enum constant in enum class io.helidon.json.JsonValueType
-
String value type.
- STRING - Enum constant in enum class io.helidon.json.schema.SchemaType
-
Json schema string type.
- STRING - Enum constant in enum class io.helidon.metadata.hson.Hson.Type
-
String value.
- STRING - Static variable in class io.helidon.common.GenericType
-
Generic type for String.
- STRING - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
String. - stringArray(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get string array value.
- stringAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
String attributes.
- stringAttributes() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
- stringAttributes() - Method in interface io.helidon.telemetry.otelconfig.TypedAttributes
-
String attributes.
- stringAttributes(Map) - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
String attributes.
- stringBindingSize() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- stringBindingSize() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
String values with length above this limit will be bound using
PreparedStatement.setCharacterStream(int, java.io.Reader, int)ifJdbcParametersConfig.BuilderBase.useStringBinding()is set totrue. - stringBindingSize() - Method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
String values with length above this limit will be bound using
PreparedStatement.setCharacterStream(int, java.io.Reader, int)ifJdbcParametersConfig.useStringBinding()is set totrue. - stringBindingSize(int) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
String values with length above this limit will be bound using
PreparedStatement.setCharacterStream(int, java.io.Reader, int)ifJdbcParametersConfig.BuilderBase.useStringBinding()is set totrue. - String constraints - Section in module io.helidon.validation
- StringConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
StringConverter. - StringConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
-
Constructor with no side effects
- StringEmailValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
StringEmailValidatorProvider. - StringEmailValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- StringLengthValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
StringLengthValidatorProvider. - StringLengthValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- StringNotBlankValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
StringNotBlankValidatorProvider. - StringNotBlankValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- StringNotEmptyValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
StringNotEmptyValidatorProvider. - StringNotEmptyValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- stringPath() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
String representation of the
FeatureMetadata.path(), using forward slash as a separator. - StringPatternValidatorProvider__ServiceDescriptor<T> - Class in io.helidon.validation.validators
-
Service descriptor for
StringPatternValidatorProvider. - StringPatternValidatorProvider__ServiceDescriptor() - Constructor for class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
-
Constructor with no side effects
- stringProperties() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- stringProperties() - Method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Jsonb
Stringconfiguration properties. - stringProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- stringProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all string properties.
- stringProperties() - Method in interface io.helidon.json.schema.SchemaObject
-
Map of all string properties.
- stringProperties(Map) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all string properties.
- StringSupport - Class in io.helidon.http.media
-
Media support for strings.
- StringSupport(String) - Constructor for class io.helidon.http.media.StringSupport
-
Creates an instance of media support for strings.
- stringValue() - Element in annotation interface io.helidon.builder.api.Option.Redundant
-
Set to
falseto mark this NOT redundant for toString. - stringValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - stringValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- stringValue(String) - Method in class io.helidon.json.JsonObject
-
Return the string value associated with the specified key as an Optional.
- stringValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get string value.
- stringValue(String, String) - Method in class io.helidon.json.JsonObject
-
Return the string value associated with the specified key, or the default value if the key is not present.
- stringValue(String, String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get a string value with default if not defined.
- stringValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - stringValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
- stripOws() - Method in class io.helidon.common.buffers.LazyString
-
Strip optional whitespace(s) from beginning and end of the String.
- STRUCT - Enum constant in enum class io.helidon.metadata.hson.Hson.Type
-
Nested struct value.
- structArray(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get struct array value.
- structBuilder() - Static method in class io.helidon.metadata.hson.Hson
-
A new fluent API builder to construct na HSON Struct.
- structValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get struct value.
- StuckThreadDetectionConfig - Interface in io.helidon.webserver
-
Configuration of the stuck thread detection feature.
- StuckThreadDetectionConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
StuckThreadDetectionFeature. - StuckThreadDetectionConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
StuckThreadDetectionConfig. - StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- StuckThreadDetectionConfigImpl(StuckThreadDetectionConfig.BuilderBase) - Constructor for class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
-
Create an instance providing a builder.
- StuckThreadDetectionFeature - Class in io.helidon.webserver
-
Reports HTTP request threads that have been executing for longer than a configured threshold.
- StuckThreadDetectionFeatureProvider - Class in io.helidon.webserver
-
ServiceLoaderprovider forStuckThreadDetectionFeature. - StuckThreadDetectionFeatureProvider() - Constructor for class io.helidon.webserver.StuckThreadDetectionFeatureProvider
-
Required public constructor for
ServiceLoader. - style() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter style.
- style(String) - Method in class io.helidon.openapi.OpenApiDocument.EncodingBuilder
-
Set style.
- style(String) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set style.
- style(String) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set style.
- subject() - Method in class io.helidon.security.jwt.Jwt
-
Subject claim.
- subject() - Method in class io.helidon.security.jwt.JwtHeaders
-
Subject claim.
- subject() - Method in interface io.helidon.security.ProviderRequest
-
Current user subject, if already authenticated.
- subject(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Subject defines the principal this JWT was issued for (e.g.
- Subject - Class in io.helidon.security
-
A security subject, representing a user or a service.
- Subject.Builder - Class in io.helidon.security
-
A fluent API builder for
Subject. - subjectMapper() - Method in interface io.helidon.security.Security
-
Subject mapping provider used to map subject(s) authenticated by
AuthenticationProviderto a newSubject, e.g. - subjectMappingProvider(SubjectMappingProvider) - Method in class io.helidon.security.Security.Builder
-
Configure a subject mapping provider that would be used once authentication is processed.
- SubjectMappingProvider - Interface in io.helidon.security.spi
-
A provider that maps subject(s) authenticated by an authentication provider to a new subject.
- subjectType() - Element in annotation interface io.helidon.security.abac.role.RoleValidator.Roles
-
Subject type for this restriction, defaults to
SubjectType.USER. - subjectType() - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition
-
The type of principal we have authenticated (either user or service, defaults to service).
- subjectType(SubjectType) - Method in class io.helidon.security.providers.header.HeaderAtnProvider.Builder
-
Principal type this provider extracts (and also propagates).
- subjectType(SubjectType) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
-
Principal type this provider extracts (and also propagates).
- subjectType(SubjectType) - Method in class io.helidon.security.providers.httpsign.InboundClientDefinition.Builder
-
The type of principal we have authenticated (either user or service, defaults to service).
- subjectType(SubjectType) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Principal type this provider extracts (and also propagates).
- SubjectType - Enum Class in io.helidon.security
-
Type of principal.
- subjectTypes(SubjectType...) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Configure supported subject types.
- submit() - Method in class io.helidon.security.OutboundSecurityClientBuilder
-
A shortcut method to build the client and invoke
SecurityClient.submit()on it. - submit() - Method in interface io.helidon.security.SecurityClient
-
Submit the configured fields in the security request and process the security operation (Authentication, Authorization or OutboundSecurity).
- submit() - Method in class io.helidon.security.SecurityClientBuilder
-
A shortcut method to build the client and invoke
SecurityClient.submit()on it. - submit() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchRequest
-
Submit this request batch and get a response batch.
- submit() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Submit this request to the server and get a response.
- submit(Object) - Method in interface io.helidon.webclient.api.ClientRequest
-
Submit an entity.
- submit(Object) - Method in class io.helidon.webclient.api.ClientRequestBase
- submit(Object) - Method in interface io.helidon.webclient.http1.Http1ClientRequest
- submit(Object) - Method in interface io.helidon.webclient.http2.Http2ClientRequest
- submit(Object, GenericType) - Method in interface io.helidon.webclient.api.ClientRequest
-
Submit an entity and request a specific type.
- submit(Object, Class) - Method in interface io.helidon.webclient.api.ClientRequest
-
Submit an entity and request a specific type.
- subProtocol() - Method in class io.helidon.webclient.websocket.ClientWsConnection
- subProtocol() - Method in record class io.helidon.webserver.http2.spi.SubProtocolResult
-
Returns the value of the
subProtocolrecord component. - subProtocol() - Method in class io.helidon.webserver.websocket.WsConnection
- subProtocol() - Method in interface io.helidon.websocket.WsSession
-
The WebSocket sub-protocol negotiated for this session.
- subProtocol(ConnectionContext, HttpPrologue, Http2Headers, Http2StreamWriter, int, Http2Settings, Http2Settings, StreamFlowControl, Http2StreamState, Router) - Method in class io.helidon.webserver.grpc.GrpcProtocolSelector
- subProtocol(ConnectionContext, HttpPrologue, Http2Headers, Http2StreamWriter, int, Http2Settings, Http2Settings, StreamFlowControl, Http2StreamState, Router) - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector
-
Check if this is a sub-protocol request and return appropriate result.
- SubProtocolResult - Record Class in io.helidon.webserver.http2.spi
-
Sub-protocol result.
- SubProtocolResult(boolean, Http2SubProtocolSelector.SubProtocolHandler) - Constructor for record class io.helidon.webserver.http2.spi.SubProtocolResult
-
Creates an instance of a
SubProtocolResultrecord class. - subProtocols() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
WebSocket sub-protocols requested by the client.
- subProtocols() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl
- subProtocols() - Method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
-
WebSocket sub-protocols requested by the client.
- subProtocols(List) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
WebSocket sub-protocols requested by the client.
- Subscribable<T> - Interface in io.helidon.common.reactive
-
Decorated publisher that allows subscribing to individual events with java functions.
- subscribe(Flow.Subscriber) - Method in class io.helidon.common.reactive.OutputStreamMulti
- subscribe(Flow.Subscriber) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
- subscribe(Flow.Subscriber) - Method in class io.helidon.common.reactive.ConcatPublisher
- subscribe(Flow.Subscriber) - Method in class io.helidon.common.reactive.EmittingPublisher
- subscribe(Flow.Subscriber) - Method in class io.helidon.common.reactive.MultiTappedPublisher
- subscribe(Consumer) - Method in interface io.helidon.common.reactive.Subscribable
-
Subscribe to this
Singleinstance with the given delegate functions. - subscribe(Consumer, Consumer) - Method in interface io.helidon.common.reactive.Subscribable
-
Subscribe to this
Singleinstance with the given delegate functions. - subscribe(Consumer, Consumer, Runnable) - Method in interface io.helidon.common.reactive.Subscribable
-
Subscribe to this
Singleinstance with the given delegate functions. - subscribe(Consumer, Consumer, Runnable, Consumer) - Method in interface io.helidon.common.reactive.Subscribable
-
Subscribe to this
Singleinstance with the given delegate functions. - SubscriptionHelper - Enum Class in io.helidon.common.reactive
-
Helper enum with a singleton cancellation indicator and utility methods to perform atomic actions on
Flow.Subscriptions. - subset(List) - Method in class io.helidon.messaging.MessageBatch
-
Create an ordered retry or routing subset while preserving delivery identity and item lineage.
- subTlvs() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Returns the value of the
subTlvsrecord component. - subtype() - Method in interface io.helidon.common.media.type.MediaType
-
Subtype, such as
yaml. - subtype() - Method in interface io.helidon.http.HttpMediaType
- succeeded(int) - Static method in class io.helidon.messaging.BatchItemOutcome
-
Create a successful outcome.
- SUCCEEDED - Enum constant in enum class io.helidon.messaging.BatchItemStatus
-
The message reached the operation's success point.
- success() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Token
-
Notification that the operation succeeded and internally measured latency should be used as an RTT sample.
- success() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- success() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Returns true if this result was successful.
- success() - Method in interface io.helidon.service.registry.ActivationResult
-
Returns true if this result was successful.
- success(boolean) - Method in class io.helidon.dbclient.metrics.DbClientMetricBuilder
-
Whether to measure successful statements.
- success(boolean) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Returns true if this result was successful.
- success(Principal) - Static method in class io.helidon.security.AuthenticationResponse
-
Provider has authenticated the request and created a principal for a user.
- success(Subject) - Static method in class io.helidon.security.AuthenticationResponse
-
Provider has authenticated the request and created a user Subject.
- success(Subject, Subject) - Static method in class io.helidon.security.AuthenticationResponse
-
Provider has authenticated the request and created a user and service Subject.
- success(HttpClientResponse, ClientConnection) - Static method in class io.helidon.webclient.http1.UpgradeResponse
-
Create an upgrade success response.
- success(String, String) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- SUCCESS - Enum constant in enum class io.helidon.http.HttpTransportObserver.HandshakeOutcome
-
Handshake succeeded.
- SUCCESS - Enum constant in enum class io.helidon.security.AuditEvent.AuditSeverity
-
Security event success.
- SUCCESS - Enum constant in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Indicates that the message processing by the security component was successful and that the runtime is to proceed with its normal processing of the resulting message.
- SUCCESS_FINISH - Enum constant in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Succeeded and provider did everything to be done.
- SUCCESSFUL - Enum constant in enum class io.helidon.http.Status.Family
-
2xxHTTP status codes. - successService(Principal) - Static method in class io.helidon.security.AuthenticationResponse
-
Provider has authenticated the request and created a principal for a service (or a client).
- successService(Subject) - Static method in class io.helidon.security.AuthenticationResponse
-
Provider has authenticated the request and created a service Subject.
- successThreshold() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- successThreshold() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
How many successful calls will close a half-open circuit; must be at least 1.
- successThreshold() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
How many successful calls will close a half-open circuit; must be at least 1.
- successThreshold() - Element in annotation interface io.helidon.faulttolerance.Ft.CircuitBreaker
-
How many successful calls will close a half-open circuit.
- successThreshold(int) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
How many successful calls will close a half-open circuit; must be at least 1.
- SUFFICIENT - Enum constant in enum class io.helidon.security.CompositeProviderFlag
-
If succeeds, no further providers are called, otherwise same as optional.
- SuiteExtension - Class in io.helidon.testing.junit5.suite
-
Internal JUnit 5 extension backing the test suite annotations.
- SuiteExtension() - Constructor for class io.helidon.testing.junit5.suite.SuiteExtension
-
Creates an instance of suite junit 5 extension.
- SuiteProvider - Interface in io.helidon.testing.junit5.suite.spi
-
Internal contract implemented by providers used with
TestSuite.Suite. - SuiteResolver - Interface in io.helidon.testing.junit5.suite
-
Internal contract for suite providers that resolve constructor and method parameters at runtime.
- SuiteStorage - Interface in io.helidon.testing.junit5.suite
-
Internal marker for suite providers that expose shared
Storageto suite lifecycle callbacks. - Sum - Enum constant in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Sumoperator. - SUM - Enum constant in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Aggregates measurements into a double sum or long sum.
- summary() - Element in annotation interface io.helidon.openapi.OpenApi.Example
-
Example summary.
- summary() - Element in annotation interface io.helidon.openapi.OpenApi.Info
-
API summary.
- summary() - Element in annotation interface io.helidon.openapi.OpenApi.Response
-
Response summary.
- summary() - Element in annotation interface io.helidon.openapi.OpenApi.Tag
-
Tag summary.
- summary() - Method in class io.helidon.openapi.OpenApiDocument.Info
-
API summary.
- summary() - Method in class io.helidon.openapi.OpenApiDocument.Response
-
Response summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.CallbackBuilder
-
Set reference summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Set summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.HeaderBuilder
-
Set reference summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.LinkBuilder
-
Set reference summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.MediaTypeObjectBuilder
-
Set reference summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Set summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.ParameterBuilder
-
Set reference summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.PathItemBuilder
-
Set summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.RequestBodyBuilder
-
Set reference summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.ResponseBuilder
-
Set summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set reference summary.
- summary(String) - Method in class io.helidon.openapi.OpenApiDocument.TagBuilder
-
Set tag summary.
- summary(String, Iterable) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Locates a previously-registered distribution summary.
- superPrototype() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- superPrototype() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the blueprint extends an existing prototype (or blueprint), we must extend that prototype and also that prototype's builder.
- superPrototype() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
If the blueprint extends an existing prototype (or blueprint), we must extend that prototype and also that prototype's builder.
- superPrototype(TypeName) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the blueprint extends an existing prototype (or blueprint), we must extend that prototype and also that prototype's builder.
- superPrototype(Consumer) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the blueprint extends an existing prototype (or blueprint), we must extend that prototype and also that prototype's builder.
- superPrototype(Supplier) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
If the blueprint extends an existing prototype (or blueprint), we must extend that prototype and also that prototype's builder.
- superType(TypeName) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Set new super type of this type.
- superType(Class) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Set new super type of this type.
- superType(String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Set new fully qualified super type name of this type.
- superTypeInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The parent/super class for this type info.
- superTypeInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- superTypeInfo() - Method in interface io.helidon.common.types.TypeInfo
-
The parent/super class for this type info.
- superTypeInfo(TypeInfo) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The parent/super class for this type info.
- superTypeInfo(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The parent/super class for this type info.
- superTypeInfo(Supplier) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The parent/super class for this type info.
- superTypeName() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Type name of the super class (if this is a class and it extends another class).
- superTypes() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- superTypes() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
List of types the prototype should extend.
- superTypes() - Method in interface io.helidon.builder.codegen.PrototypeInfo
-
List of types the prototype should extend.
- superTypes(Set) - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
List of types the prototype should extend.
- supplier() - Method in interface io.helidon.config.ConfigValue
-
Returns a supplier of a typed value.
- supplier() - Method in record class io.helidon.http.media.MediaSupport.ReaderResponse
-
Returns the value of the
supplierrecord component. - supplier() - Method in record class io.helidon.http.media.MediaSupport.WriterResponse
-
Returns the value of the
supplierrecord component. - supplier() - Method in interface io.helidon.metrics.api.Gauge.Builder
-
Returns a
Supplierfor the values the gauge will produce. - supplier(T) - Method in interface io.helidon.config.ConfigValue
-
Returns a supplier of a typed value with a default.
- SUPPLIER - Enum constant in enum class io.helidon.service.registry.FactoryType
-
The service implements a
Supplierof a contract. - SUPPLIER - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Supplier. - SupplierException - Exception Class in io.helidon.faulttolerance
-
An exception class that is a
RuntimeExceptionand is used to wrap an exception that cannot be thrown in a supplier. - SupplierException(String, Throwable) - Constructor for exception class io.helidon.faulttolerance.SupplierException
-
Create an instance using a
Throwable. - SupplierException(Throwable) - Constructor for exception class io.helidon.faulttolerance.SupplierException
-
Create an instance using a
Throwable. - SupplierFactoryInterceptionWrapper(Supplier) - Constructor for class io.helidon.service.registry.GeneratedService.SupplierFactoryInterceptionWrapper
-
Creates a new instance delegating service instantiation to the provided supplier.
- SupplierHelper - Class in io.helidon.faulttolerance
-
Helper to handle async suppliers that return
CompletionStage. - supplierOf(TypeName) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Create a type name that is a supplier of the provided type.
- supply(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there is a match available.
- supply(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there is a match available.
- supply(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the lookup with the expectation that there is a match available.
- supply(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there is a match available.
- supply(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there is a match available.
- supply(Class, Supplier) - Method in interface io.helidon.common.context.Context
-
Register a new instance using a provided supplier.
- supply(Object, Class, Supplier) - Method in interface io.helidon.common.context.Context
-
Registers a new instance using a provided supplier.
- supply(ExtensionContext, Supplier) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
Call a supplier within context.
- supplyAll(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Lookup a supplier of a list of instances of the requested contract, with the expectation that there may not be a match available.
- supplyAll(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Lookup a supplier of a list of instances of the requested contract, with the expectation that there may not be a match available.
- supplyAll(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Lookup a supplier of all services matching the lookup with the expectation that there may not be a match available.
- supplyAll(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Lookup a supplier of a list of instances of the requested contract, with the expectation that there may not be a match available.
- supplyAll(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Lookup a supplier of a list of instances of the requested contract, with the expectation that there may not be a match available.
- supplyChecked(ExtensionContext, Functions.CheckedSupplier) - Method in class io.helidon.testing.junit5.TestJunitExtension
-
Call a supplier that can throw
Throwablewithin context. - supplyFirst(TypeName) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there may not be a match available.
- supplyFirst(TypeName, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there may not be a match available.
- supplyFirst(Lookup) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Find the first service matching the lookup with the expectation that there may not be a match available.
- supplyFirst(Class) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there may not be a match available.
- supplyFirst(Class, Qualifier...) - Method in interface io.helidon.service.registry.ServiceRegistry
-
Get the first service supplier matching the contract with the expectation that there may not be a match available.
- support() - Method in record class io.helidon.common.mapper.spi.MapperProvider.ProviderResponse
-
Returns the value of the
supportrecord component. - support() - Method in record class io.helidon.http.media.MediaSupport.ReaderResponse
-
Returns the value of the
supportrecord component. - support() - Method in record class io.helidon.http.media.MediaSupport.WriterResponse
-
Returns the value of the
supportrecord component. - supported() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase.AotImpl
- supported() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Whether this module supports AOT, defaults to
true. - supported() - Method in interface io.helidon.common.features.metadata.Aot
-
Whether this module supports AOT, defaults to
true. - supported() - Method in interface io.helidon.config.spi.ChangeWatcherProvider
-
Return a set of supported types.
- supported() - Method in interface io.helidon.config.spi.ConfigSourceProvider
-
Return a set of supported types.
- supported() - Method in interface io.helidon.config.spi.OverrideSourceProvider
-
Return a set of supported types.
- supported() - Method in interface io.helidon.config.spi.PollingStrategyProvider
-
Return a set of supported types.
- supported() - Method in interface io.helidon.config.spi.RetryPolicyProvider
-
Return a set of supported types.
- supported() - Method in record class io.helidon.webserver.http2.spi.SubProtocolResult
-
Returns the value of the
supportedrecord component. - supported(boolean) - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Whether this module supports AOT, defaults to
true. - SUPPORTED - Enum constant in enum class io.helidon.common.mapper.spi.MapperProvider.Support
-
Correct type(s) and expected qualifier.
- SUPPORTED - Enum constant in enum class io.helidon.http.media.MediaSupport.SupportLevel
-
Requested type is supported and exactly matched (such as
JsonObjectfrom JSON processing). - SUPPORTED - Enum constant in enum class io.helidon.transaction.Tx.Type
-
Indicates that transaction may optionally be in effect when a method executes.
- SUPPORTED - Enum constant in enum class io.helidon.webclient.spi.HttpClientSpi.SupportLevel
-
This request is supported by this client, as we have already tried it (for example we have a cached connection).
- SUPPORTED - Enum constant in enum class io.helidon.webserver.spi.ServerConnectionSelector.Support
-
Yes, this is a connection this selector can handle.
- SUPPORTED_VERSION - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Supported version.
- SUPPORTED_VERSION_HEADER - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Supported version header.
- supportedAnnotationPackagePrefixes() - Method in class io.helidon.codegen.Codegen
-
A set of package prefixes (expected to end with a
.). - supportedAnnotationPackages() - Method in interface io.helidon.codegen.spi.CodegenProvider
-
Supported packages of annotations.
- supportedAnnotationPackages() - Method in class io.helidon.service.codegen.ServiceRegistryCodegenProvider
- supportedAnnotations() - Method in class io.helidon.builder.codegen.BuilderCodegenProvider
- supportedAnnotations() - Method in class io.helidon.codegen.Codegen
-
A set of annotation types.
- supportedAnnotations() - Method in interface io.helidon.codegen.spi.CodegenProvider
-
Annotations that are supported.
- supportedAnnotations() - Method in class io.helidon.common.features.codegen.FeatureCodegenProvider
- supportedAnnotations() - Method in class io.helidon.config.metadata.codegen.ConfigMetadataCodegenProvider
- supportedAnnotations() - Method in class io.helidon.data.codegen.common.RepositoryCodegenProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.cors.CorsExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.faulttolerance.FtExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.graphql.server.GraphQlServerExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.grpc.client.GrpcClientAnnotationMapperProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.grpc.client.GrpcClientExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.grpc.server.GrpcServerExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.http.restclient.RestClientAnnotationMapperProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.http.restclient.RestClientExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.http.webserver.RestServerExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.messaging.MessagingExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.metrics.MetricsExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.openapi.OpenApiExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.scheduling.SchedulingExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.tracing.TracingExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.validation.ValidationExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.websocket.client.WebSocketClientExtensionProvider
- supportedAnnotations() - Method in class io.helidon.declarative.codegen.websocket.server.WebSocketServerExtensionProvider
- supportedAnnotations() - Method in class io.helidon.json.schema.codegen.SchemaCodegenProvider
- supportedAnnotations() - Method in class io.helidon.security.abac.policy.PolicyValidator
- supportedAnnotations() - Method in class io.helidon.security.abac.role.RoleValidator
- supportedAnnotations() - Method in class io.helidon.security.abac.scope.ScopeValidator
- supportedAnnotations() - Method in class io.helidon.security.abac.time.TimeValidator
- supportedAnnotations() - Method in class io.helidon.security.providers.abac.AbacProvider
- supportedAnnotations() - Method in interface io.helidon.security.providers.abac.spi.AbacValidator
-
Provide extension annotations supported by this validator (e.g.
- supportedAnnotations() - Method in class io.helidon.security.providers.oidc.OidcProvider
- supportedAnnotations() - Method in interface io.helidon.security.spi.SecurityProvider
-
Provide extension annotations supported by this provider (e.g.
- supportedAnnotations() - Method in class io.helidon.service.codegen.EventObserverExtensionProvider
- supportedAnnotations() - Method in class io.helidon.service.codegen.MapNamedByTypeMapperProvider
- supportedAnnotations() - Method in class io.helidon.service.codegen.ServiceBindingCodegenProvider
- supportedAnnotations() - Method in class io.helidon.service.codegen.ServiceExtensionProvider
- supportedAnnotations() - Method in class io.helidon.service.codegen.ServiceRegistryCodegenProvider
- supportedApplicationProtocols() - Method in class io.helidon.webserver.ConnectionProviders
-
Get a set of supported application protocols (used with ALPN).
- supportedApplicationProtocols() - Method in class io.helidon.webserver.http1.Http1ConnectionSelector
- supportedApplicationProtocols() - Method in class io.helidon.webserver.http2.Http2ConnectionSelector
- supportedApplicationProtocols() - Method in interface io.helidon.webserver.spi.ServerConnectionSelector
-
Application protocols supported by this selector, used for example for ALPN negotiation.
- supportedAttributes() - Method in interface io.helidon.security.spi.SecurityProvider
-
A collection of attribute names expected by this provider to override endpoint configuration.
- supportedConfigKeys() - Method in interface io.helidon.security.spi.SecurityProvider
-
Keys expected in configuration.
- supportedCustomObjects() - Method in interface io.helidon.security.spi.SecurityProvider
-
Class of the configuration type.
- supportedMediaTypes() - Method in class io.helidon.config.hocon.HoconConfigParser
- supportedMediaTypes() - Method in class io.helidon.config.PropertiesConfigParser
- supportedMediaTypes() - Method in interface io.helidon.config.spi.ConfigParser
-
Returns set of supported media types by the parser.
- supportedMediaTypes() - Method in class io.helidon.config.yaml.YamlConfigParser
- supportedMetaAnnotations() - Method in class io.helidon.codegen.Codegen
-
A set of annotation types that may annotate annotation types.
- supportedMetaAnnotations() - Method in interface io.helidon.codegen.spi.CodegenProvider
-
Inherited annotations that are supported.
- supportedMetaAnnotations() - Method in class io.helidon.declarative.codegen.cors.CorsExtensionProvider
- supportedMetaAnnotations() - Method in class io.helidon.declarative.codegen.validation.ValidationExtensionProvider
- supportedMetaAnnotations() - Method in class io.helidon.service.codegen.ServiceExtensionProvider
- supportedMetaAnnotations() - Method in class io.helidon.service.codegen.ServiceRegistryCodegenProvider
- supportedOptions() - Static method in class io.helidon.codegen.Codegen
-
Set of supported options by all extensions.
- supportedOptions() - Method in interface io.helidon.codegen.CodegenContext
-
Codegen options supported by the mappers.
- supportedOptions() - Method in class io.helidon.codegen.CodegenContextBase
- supportedOptions() - Method in class io.helidon.codegen.CodegenContextDelegate
- supportedOptions() - Method in interface io.helidon.codegen.spi.CodegenProvider
-
Configuration options that are supported.
- supportedOptions() - Method in class io.helidon.service.codegen.ServiceExtensionProvider
- supportedOptions() - Method in class io.helidon.service.codegen.ServiceRegistryCodegenProvider
- supportedOptions() - Method in interface io.helidon.service.codegen.spi.InjectCodegenObserverProvider
-
The provider can add supported options.
- supportedProtocol() - Method in interface io.helidon.webserver.http1.spi.Http1Upgrader
-
Expected value of the protocol upgrade, such as
h2c, orwebsocket. - supportedProtocol() - Method in class io.helidon.webserver.http2.Http2Upgrader
- supportedProtocol() - Method in class io.helidon.webserver.websocket.WsUpgrader
- supportedSuffixes() - Method in class io.helidon.config.hocon.HoconConfigParser
- supportedSuffixes() - Method in interface io.helidon.config.spi.ConfigParser
-
Config parser can define supported file suffixes.
- supportedSuffixes() - Method in class io.helidon.config.yaml.YamlConfigParser
- supportedTypes() - Method in interface io.helidon.json.binding.JsonBindingFactory
-
Return the set of supported types by this factory.
- supports(BufferData) - Method in class io.helidon.webserver.http1.Http1ConnectionSelector
- supports(BufferData) - Method in class io.helidon.webserver.http2.Http2ConnectionSelector
- supports(BufferData) - Method in interface io.helidon.webserver.spi.ServerConnectionSelector
-
Does this selector support current server connection.
- supports(GenericType, HttpClientResponse) - Method in interface io.helidon.webclient.spi.SourceHandlerProvider
-
Checks if a provider supports the type.
- supports(GenericType, HttpClientResponse) - Method in class io.helidon.webclient.sse.SseSourceHandlerProvider
- supports(GenericType, ServerRequest) - Method in interface io.helidon.webserver.http.spi.SinkProvider
-
Checks if a provider supports the type.
- supports(GenericType, ServerRequest) - Method in class io.helidon.webserver.sse.SseSinkProvider
- supports(TypeName) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtensionProvider
-
Whether this extension provider supports the given type, that is configured by the user in
io.helidon.builder.api.Prototype.Extension#value. - supports(GraphQlParameterContext) - Method in interface io.helidon.declarative.codegen.graphql.server.spi.GraphQlParameterCodegenProvider
-
Whether this provider supports the parameter.
- supports(ServerRequestHeaders) - Method in interface io.helidon.openapi.OpenApiService
-
Test if the service should handle a request.
- supports(OpenApiDocumentContext) - Method in interface io.helidon.openapi.spi.OpenApiDocumentSource
-
Whether this source contributes to the provided document context.
- supports(FullClientRequest, ClientUri) - Method in class io.helidon.webclient.http2.Http2ClientImpl
- supports(FullClientRequest, ClientUri) - Method in interface io.helidon.webclient.spi.HttpClientSpi
-
Return whether this HTTP version can handle the provided request.
- supports(String) - Method in interface io.helidon.config.spi.ChangeWatcherProvider
-
Return true if this provider supports the type of meta-configurable object.
- supports(String) - Method in interface io.helidon.config.spi.ConfigSourceProvider
-
Return true if this provider supports the type of meta-configurable object.
- supports(String) - Method in interface io.helidon.config.spi.OverrideSourceProvider
-
Return true if this provider supports the type of meta-configurable object.
- supports(String) - Method in interface io.helidon.config.spi.PollingStrategyProvider
-
Return true if this provider supports the type of meta-configurable object.
- supports(String) - Method in interface io.helidon.config.spi.RetryPolicyProvider
-
Return true if this provider supports the type of meta-configurable object.
- supports(String, ProviderRequest) - Method in interface io.helidon.security.abac.policy.spi.PolicyExecutor
-
Can be used to tell the
PolicyValidatorthat this statement is supported by this policy executor. - supportsAnnotation(Annotation) - Method in interface io.helidon.codegen.spi.AnnotationMapper
-
Check if the annotation is supported.
- supportsDatagrams() - Method in class io.helidon.webclient.api.ProxyRoute
-
Whether the route supports UDP datagrams.
- supportsDecoding() - Method in interface io.helidon.http.encoding.ContentEncoding
-
Does this provider support decoding.
- supportsDecoding() - Method in class io.helidon.http.encoding.deflate.DeflateEncoding
- supportsDecoding() - Method in class io.helidon.http.encoding.gzip.GzipEncoding
- supportsElement(TypedElementInfo) - Method in interface io.helidon.codegen.spi.ElementMapper
-
Check if the element is supported.
- supportsEncoding() - Method in interface io.helidon.http.encoding.ContentEncoding
-
Does this provider support encoding.
- supportsEncoding() - Method in class io.helidon.http.encoding.deflate.DeflateEncoding
- supportsEncoding() - Method in class io.helidon.http.encoding.gzip.GzipEncoding
- supportsFactoryProvidedServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.faulttolerance.FtExtensionProvider
-
Whether this extension should also process factory services whose provided service contracts contain annotations supported by this extension.
- supportsFactoryProvidedServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.metrics.MetricsExtensionProvider
-
Whether this extension should also process factory services whose provided service contracts contain annotations supported by this extension.
- supportsFactoryProvidedServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.tracing.TracingExtensionProvider
-
Whether this extension should also process factory services whose provided service contracts contain annotations supported by this extension.
- supportsFactoryProvidedServiceContractAnnotations() - Method in interface io.helidon.service.codegen.spi.RegistryCodegenExtensionProvider
-
Whether this extension should also process factory services whose provided service contracts contain annotations supported by this extension.
- supportsInstanceWriter() - Method in interface io.helidon.http.media.EntityWriter
-
Whether this entity writer can provide more information about each entity instance, such as content length.
- supportsParameter(Type) - Method in interface io.helidon.testing.junit5.suite.SuiteResolver
-
Determine if this resolver supports resolving of provided parameter
Type. - supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.testing.junit5.suite.SuiteExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.Http1DirectJunitExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.Http1ServerJunitExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.http2.Http2ServerExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.jsonrpc.JsonRpcServerExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in interface io.helidon.webserver.testing.junit5.spi.HelidonJunitExtension
-
Does this extension support the provided parameter.
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.websocket.WsDirectExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.helidon.webserver.testing.junit5.websocket.WsServerExtension
- supportsServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.faulttolerance.FtExtensionProvider
- supportsServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.metrics.MetricsExtensionProvider
- supportsServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.openapi.OpenApiExtensionProvider
- supportsServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.tracing.TracingExtensionProvider
- supportsServiceContractAnnotations() - Method in class io.helidon.declarative.codegen.validation.ValidationExtensionProvider
- supportsServiceContractAnnotations() - Method in interface io.helidon.service.codegen.spi.RegistryCodegenExtensionProvider
-
Whether this extension should also process services whose service contracts contain annotations supported by this extension.
- supportsType(TypeInfo) - Method in interface io.helidon.codegen.spi.TypeMapper
-
Check if the type is supported.
- SUPPRESS_ALL - Static variable in class io.helidon.common.Api
-
Suppression constant to ignore any diagnostic reported by the Helidon API-stability processor.
- SUPPRESS_API - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Suppress all API stability warnings.
- SUPPRESS_INCUBATING - Static variable in class io.helidon.common.Api
-
Suppression constant to ignore any use of Helidon incubating APIs.
- SUPPRESS_INTERNAL - Static variable in class io.helidon.common.Api
-
Suppression constant to ignore any use of Helidon internal APIs.
- SUPPRESS_PREVIEW - Static variable in class io.helidon.common.Api
-
Suppression constant to ignore any use of Helidon preview APIs.
- suppressImplicitContentLength(int) - Method in class io.helidon.webserver.http.ServerResponseBase
-
Whether the protocol implementation should suppress an implicit content length.
- suspend() - Method in interface io.helidon.common.resumable.Resumable
-
Invoked by before suspend.
- suspend() - Method in class io.helidon.metrics.systemmeters.VThreadSystemMetersProvider
- suspend() - Method in class io.helidon.webclient.http2.Http2ConnectionCache
- suspend() - Method in class io.helidon.webclient.spi.ClientConnectionCache
- suspend() - Method in interface io.helidon.webserver.spi.TransportBinding
-
Suspend the binding for checkpoint.
- suspend(String) - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
Current transaction was suspended.
- switchIfEmpty(Single) - Method in interface io.helidon.common.reactive.Single
-
Switch to the other Single if the upstream is empty.
- switchIfEmpty(Flow.Publisher) - Method in interface io.helidon.common.reactive.Multi
-
Switch to the other publisher if the upstream is empty.
- SWITCHING_PROTOCOL_PREFIX - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Switching response prefix.
- SWITCHING_PROTOCOLS_101 - Static variable in class io.helidon.http.Status
-
101 Switching Protocols, see HTTP/1.1 documentations.
- SWITCHING_PROTOCOLS_101_CODE - Static variable in class io.helidon.http.Status
-
101 Switching Protocols, see HTTP/1.1 documentations.
- SWITCHING_PROTOCOLS_SUFFIX - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Switching response suffix.
- symbol() - Method in record class io.helidon.data.codegen.parser.MethodParserError
-
Returns the value of the
symbolrecord component. - SymmetricCipher - Class in io.helidon.common.crypto
-
This class provides simple and stateless way to encrypt and decrypt messages using selected symmetric cipher.
- SymmetricCipher.Builder - Class in io.helidon.common.crypto
-
Builder of the
SymmetricCipher. - SYNCHRONIZED - Enum constant in enum class io.helidon.common.types.Modifier
-
The
synchronizedmodifier. - synthesize(Annotation) - Static method in class io.helidon.metadata.reflection.AnnotationFactory
-
Creates an instance of the provided annotation using reflection (and proxying).
- system() - Static method in interface io.helidon.metrics.api.Clock
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MetricsFactory.clockSystem(), you can getMetricsFactoryfromServices.get(Class)for the global metrics factory - SYSTEM - Enum constant in enum class io.helidon.webclient.api.Proxy.ProxyType
-
Proxy obtained from system.
- SYSTEM_PROPERTY_EXCLUDE - Static variable in class io.helidon.common.HelidonServiceLoader
-
System property used to exclude some implementation from the list of services that are configured for Java Service loader or services that are registered using
HelidonServiceLoader.Builder. - SystemMetersProvider - Class in io.helidon.metrics.systemmeters
-
Provider for the built-in system meters.
- SystemMetersProvider() - Constructor for class io.helidon.metrics.systemmeters.SystemMetersProvider
-
Required public constructor for
ServiceLoader. - systemProperties() - Static method in class io.helidon.config.ConfigSources
-
Provides a
ConfigSourcefor creating aConfigderived from system properties. - SystemTagsManager - Interface in io.helidon.metrics.api
-
Deals with global and app-level tags to be included in the external representation for all metrics.
- SystemTagsManagerImpl__ServiceDescriptor<T> - Class in io.helidon.metrics.api
-
Service descriptor for
SystemTagsManagerImpl. - SystemTagsManagerImpl__ServiceDescriptor() - Constructor for class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
-
Constructor with no side effects
T
- T - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Type of the generic type
T. - T_ENTITY - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
T entitymethod parameter. - TAB - Enum constant in enum class io.helidon.codegen.IndentType
-
Use tabulators to indent generated source code.
- TAB_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
Horizontal tabulator byte.
- tag() - Method in interface io.helidon.codegen.JavadocTree.BlockTag
-
Block tag name.
- tag() - Method in interface io.helidon.codegen.JavadocTree.InlineTag
-
Inline tag name.
- tag(OpenApiDocument.Tag) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a document tag.
- tag(Tag) - Method in interface io.helidon.tracing.Span.Builder
-
Add a tag.
- tag(Tag) - Method in interface io.helidon.tracing.Span
-
Add a tag to this span.
- tag(String) - Method in class io.helidon.openapi.OpenApiDocument.OperationBuilder
-
Add an operation tag.
- tag(String, Boolean) - Method in interface io.helidon.tracing.Span.Builder
-
Add a boolean tag.
- tag(String, Boolean) - Method in interface io.helidon.tracing.Span
-
Add a boolean tag.
- tag(String, Number) - Method in interface io.helidon.tracing.Span.Builder
-
Add a number tag.
- tag(String, Number) - Method in interface io.helidon.tracing.Span
-
Add a numeric tag.
- tag(String, String) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a document tag.
- tag(String, String) - Method in interface io.helidon.tracing.Span.Builder
-
Add a string tag.
- tag(String, String) - Method in interface io.helidon.tracing.Span
-
Add a string tag.
- tag(Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add a document tag.
- Tag<T> - Class in io.helidon.tracing
-
Tag abstraction that can be used with
TracerBuilder.addTracerTag(String, String). - Tag - Interface in io.helidon.metrics.api
-
Behavior of a tag for further identifying meters.
- TAG_CODEGEN_MODULE - Static variable in interface io.helidon.codegen.CodegenOptions
-
Tag to define custom module name.
- TAG_CODEGEN_PACKAGE - Static variable in interface io.helidon.codegen.CodegenOptions
-
Tag to define custom package name.
- Tag.TagSource<T> - Interface in io.helidon.tracing
-
Tag source (a type that can create tags).
- tagCreate(String, String) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a
Tagfrom the specified key and value. - tagFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- tagFields() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Tag fields.
- tagFields() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Tag fields.
- tagFields(Set) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Tag fields.
- tagName() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated, for removal: This API element is subject to removal in a future version.
- tagName() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- tagName() - Method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- tagName(String) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
- tags() - Method in interface io.helidon.metrics.api.Meter.Builder
-
Returns the tags the builder will use.
- tags() - Method in interface io.helidon.metrics.api.Meter.Id
-
Returns the tags which further identify the meter.
- tags() - Element in annotation interface io.helidon.metrics.api.Metrics.Counted
-
Additional tags of the metric.
- tags() - Element in annotation interface io.helidon.metrics.api.Metrics.Gauge
-
Additional tags of the metric.
- tags() - Element in annotation interface io.helidon.metrics.api.Metrics.Timed
-
Additional tags of the metric.
- tags() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- tags() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Global tags.
- tags() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Global tags.
- tags() - Element in annotation interface io.helidon.openapi.OpenApi.Operation
-
Operation tags.
- tags() - Method in class io.helidon.openapi.OpenApiDocument
-
Document tags.
- tags() - Element in annotation interface io.helidon.tracing.Tracing.Traced
-
Tags with fixed values that will be added to this span.
- tags(Iterable) - Method in interface io.helidon.metrics.api.Meter.Builder
-
Sets the tags to use in identifying the build meter.
- tags(List) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Global tags.
- tagSelection(Map) - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
-
Sets the tag names and allowed values with which to filter the output.
- tagsMap() - Method in interface io.helidon.metrics.api.Meter.Id
-
Return the tags as a map.
- takeUntil(Flow.Publisher) - Method in interface io.helidon.common.reactive.Multi
-
Relay upstream items until the other source signals an item or completes.
- takeUntil(Flow.Publisher) - Method in interface io.helidon.common.reactive.Single
-
Relay upstream items until the other source signals an item or completes.
- takeUntil(Flow.Publisher) - Method in interface io.helidon.common.reactive.Subscribable
-
Relay upstream items until the other source signals an item or completes.
- takeWhile(Predicate) - Method in interface io.helidon.common.reactive.Multi
-
Take the longest prefix of elements from this stream that satisfy the given predicate.
- target() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- target() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The compiler target version.
- target() - Method in interface io.helidon.codegen.compiler.CompilerOptions
-
The compiler target version.
- target() - Method in class io.helidon.config.DirectoryConfigSource
- target() - Method in class io.helidon.config.FileConfigSource
- target() - Method in class io.helidon.config.FileOverrideSource
- target() - Method in interface io.helidon.config.spi.ChangeWatcher.ChangeEvent
-
Target of the change.
- target() - Method in interface io.helidon.config.spi.WatchableSource
-
The target of this source.
- target() - Method in class io.helidon.config.UrlConfigSource
- target() - Method in class io.helidon.config.UrlOverrideSource
- target() - Method in class io.helidon.webclient.api.WebClientProtocolResponse
-
Exact resolved target used for this response.
- target(String) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The compiler target version.
- TARGET - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Target. - targetActivationPhase() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- targetActivationPhase() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
The activation phase that was requested at the onset of the phase transition.
- targetActivationPhase() - Method in interface io.helidon.service.registry.ActivationResult
-
The activation phase that was requested at the onset of the phase transition.
- targetActivationPhase(ActivationPhase) - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
The activation phase that was requested at the onset of the phase transition.
- targetPhase() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase.ActivationRequestImpl
- targetPhase() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Ultimate target phase for activation.
- targetPhase() - Method in interface io.helidon.service.registry.ActivationRequest
-
Ultimate target phase for activation.
- targetPhase(ActivationPhase) - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Ultimate target phase for activation.
- targets() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl
- targets() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Names of target modules, empty if exported without qualification.
- targets() - Method in interface io.helidon.common.types.ModuleInfoExports
-
Names of target modules, empty if exported without qualification.
- targets() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl
- targets() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Names of target modules, empty if opened without qualification.
- targets() - Method in interface io.helidon.common.types.ModuleInfoOpens
-
Names of target modules, empty if opened without qualification.
- targets() - Method in class io.helidon.security.providers.common.OutboundConfig
-
Outbound targets configured for outbound handling.
- targets(List) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Names of target modules, empty if exported without qualification.
- targets(List) - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Names of target modules, empty if opened without qualification.
- targetType() - Method in interface io.helidon.common.mapper.Mapper
-
Target type of the mapper.
- targetType() - Method in class io.helidon.config.DirectoryConfigSource
- targetType() - Method in class io.helidon.config.FileOverrideSource
- targetType() - Method in interface io.helidon.config.spi.WatchableSource
-
Target type as supported by this source.
- targetType() - Method in class io.helidon.config.UrlConfigSource
- targetType() - Method in class io.helidon.config.UrlOverrideSource
- targetType() - Method in interface io.helidon.service.codegen.DefaultsCodegen.DefaultCode
-
Type of the annotated element.
- targetUri() - Method in class io.helidon.security.SecurityEnvironment
-
Get the URI of the resource requested.
- targetUri(URI) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Configure target URI.
- targetVersion() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- targetVersion() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Target OpenAPI version.
- targetVersion() - Method in interface io.helidon.openapi.v30.OpenApi3xMapperRules
-
Target OpenAPI version.
- targetVersion(String) - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Target OpenAPI version.
- targetWasCalled() - Method in exception class io.helidon.service.registry.InterceptionException
-
Returns true if the final target of interception was ultimately called.
- task() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- task() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Task to be scheduled for execution.
- task() - Method in interface io.helidon.scheduling.CronConfig
-
Task to be scheduled for execution.
- task() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- task() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Task to be scheduled for execution.
- task() - Method in interface io.helidon.scheduling.FixedRateConfig
-
Task to be scheduled for execution.
- task(ScheduledConsumer) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Task to be scheduled for execution.
- task(ScheduledConsumer) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Task to be scheduled for execution.
- Task - Interface in io.helidon.scheduling
-
Scheduledtask. - TaskConfig - Interface in io.helidon.scheduling
-
Interface generated from blueprint
io.helidon.scheduling.TaskConfigBlueprint. - TaskConfig.Builder - Class in io.helidon.scheduling
-
Fluent API builder for
TaskConfig. - TaskConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.scheduling
-
Fluent API builder base for
TaskConfig. - TaskConfig.BuilderBase.TaskConfigImpl - Class in io.helidon.scheduling
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TaskConfigImpl(TaskConfig.BuilderBase) - Constructor for class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
-
Create an instance providing a builder.
- taskManager() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
- taskManager() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Task manager that will manage the created task.
- taskManager() - Method in interface io.helidon.scheduling.TaskConfig
-
Task manager that will manage the created task.
- taskManager(TaskManager) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Task manager that will manage the created task.
- TaskManager - Interface in io.helidon.scheduling
-
Manager of scheduled tasks.
- taskManagerDiscoverServices() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Service discovery flag for
TaskConfig.BuilderBase.taskManager(). - taskManagerDiscoverServices(boolean) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Service discovery flag for
TaskConfig.BuilderBase.taskManager(). - TaskManagerImpl__ServiceDescriptor<T> - Class in io.helidon.scheduling
-
Service descriptor for
TaskManagerImpl. - TaskManagerImpl__ServiceDescriptor() - Constructor for class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
-
Constructor with no side effects
- tasks() - Method in interface io.helidon.scheduling.TaskManager
-
A collection of tasks currently managed by this manager.
- TB - Enum constant in enum class io.helidon.common.Size.Unit
-
Terabytes (represented as
tB): i.e. - TCP - Enum constant in enum class io.helidon.webserver.ProxyProtocolData.Protocol
-
TCP streams protocol.
- TCP - Static variable in class io.helidon.webserver.TransportBindingTypes
-
TCP transport binding type.
- TcpClientConnection - Class in io.helidon.webclient.api
-
A TCP connection that can be used by any protocol that is based on TCP.
- tcpNoDelay() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- tcpNoDelay() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
This option may improve performance on some systems.
- tcpNoDelay() - Method in interface io.helidon.common.socket.SocketOptions
-
This option may improve performance on some systems.
- tcpNoDelay(boolean) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
This option may improve performance on some systems.
- tcpProtocolIds() - Method in interface io.helidon.webclient.api.WebClient
-
Active TCP protocol IDs in preference order.
- tcpSocket(WebClient, ResolvedClientTarget, SocketOptions) - Method in class io.helidon.webclient.api.Proxy
-
Create a TCP socket for one preselected and resolved route.
- tcpSocket(WebClient, InetSocketAddress, SocketOptions, boolean) - Method in class io.helidon.webclient.api.Proxy
-
Create a socket for TCP, connected through the proxy.
- TcpTransportBindingFactory - Class in io.helidon.webserver
-
TCP transport binding factory.
- TcpTransportBindingFactoryProvider - Class in io.helidon.webserver
-
Transport binding factory provider for the built-in TCP listener binding.
- TcpTransportBindingFactoryProvider() - Constructor for class io.helidon.webserver.TcpTransportBindingFactoryProvider
-
Required public constructor for
ServiceLoader. - TcpTransportConfig - Interface in io.helidon.webserver
-
Configuration of the built-in TCP listener transport binding.
- TcpTransportConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
TcpTransportConfig. - TcpTransportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
TcpTransportConfig. - TcpTransportConfig.BuilderBase.TcpTransportConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TcpTransportConfigImpl(TcpTransportConfig.BuilderBase) - Constructor for class io.helidon.webserver.TcpTransportConfig.BuilderBase.TcpTransportConfigImpl
-
Create an instance providing a builder.
- TE - Static variable in class io.helidon.http.HeaderNames
-
The "TE" header name.
- TE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "TE" header name.
- TE_TRAILERS - Static variable in class io.helidon.http.HeaderValues
-
TE header set to
trailers, used to enable trailer headers. - temporalityPreference() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase.MetricExporterConfigImpl
- temporalityPreference() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Preferred output aggregation technique (how transmitted values reflect the values recorded locally), configurable as a
MetricTemporalityPreferenceTypevalue:CUMULATIVE, DELTA, LOWMEMORY. - temporalityPreference() - Method in interface io.helidon.telemetry.otelconfig.MetricExporterConfig
-
Preferred output aggregation technique (how transmitted values reflect the values recorded locally), configurable as a
MetricTemporalityPreferenceTypevalue:CUMULATIVE, DELTA, LOWMEMORY. - temporalityPreference(AggregationTemporalitySelector) - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Preferred output aggregation technique (how transmitted values reflect the values recorded locally), configurable as a
MetricTemporalityPreferenceTypevalue:CUMULATIVE, DELTA, LOWMEMORY. - TEMPORARY_REDIRECT_307 - Static variable in class io.helidon.http.Status
-
307 Temporary Redirect, see HTTP/1.1 documentation.
- TEMPORARY_REDIRECT_307_CODE - Static variable in class io.helidon.http.Status
-
307 Temporary Redirect, see HTTP/1.1 documentation.
- temporaryStorage() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- temporaryStorage() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Customization of temporary storage configuration.
- temporaryStorage() - Method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Customization of temporary storage configuration.
- temporaryStorage() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- temporaryStorage() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Temporary storage to use across all classpath handlers.
- temporaryStorage() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Temporary storage to use across all classpath handlers.
- temporaryStorage(TemporaryStorage) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Customization of temporary storage configuration.
- temporaryStorage(TemporaryStorage) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Temporary storage to use across all classpath handlers.
- temporaryStorage(TemporaryStorageConfig) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Customization of temporary storage configuration.
- temporaryStorage(TemporaryStorageConfig) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Temporary storage to use across all classpath handlers.
- temporaryStorage(Consumer) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Customization of temporary storage configuration.
- temporaryStorage(Consumer) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Temporary storage to use across all classpath handlers.
- TemporaryStorage - Interface in io.helidon.webserver.staticcontent
-
Handling of temporary files.
- TemporaryStorageConfig - Interface in io.helidon.webserver.staticcontent
-
Configuration of temporary storage for classpath based handlers.
- TemporaryStorageConfig.Builder - Class in io.helidon.webserver.staticcontent
-
Fluent API builder for
TemporaryStorage. - TemporaryStorageConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.staticcontent
-
Fluent API builder base for
TemporaryStorageConfig. - TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl - Class in io.helidon.webserver.staticcontent
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TemporaryStorageConfigImpl(TemporaryStorageConfig.BuilderBase) - Constructor for class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
-
Create an instance providing a builder.
- Tenant - Class in io.helidon.security.providers.oidc.common
-
Holder of the tenant configuration resolved at runtime.
- tenantBuilder() - Static method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Create new
TenantConfig.Builderinstance. - tenantConfig() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
Provided tenant configuration.
- tenantConfig(String) - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Return
TenantConfigbound to the provided tenant id. - TenantConfig - Interface in io.helidon.security.providers.oidc.common
-
Tenant configuration.
- TenantConfig.Builder - Class in io.helidon.security.providers.oidc.common
-
A fluent API
Builderto build instances ofTenantConfig. - TenantConfigFinder - Interface in io.helidon.security.providers.oidc.common.spi
-
Configuration of a tenant.
- TenantConfigProvider - Interface in io.helidon.security.providers.oidc.common.spi
-
Java
ServiceLoaderservice interface for multitenancy support. - tenantCookieHandler() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Cookie handler to create cookies or unset cookies for tenant name.
- tenantId() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtContext
-
IDCS Tenancy ID.
- tenantId(ProviderRequest) - Method in interface io.helidon.security.providers.oidc.common.spi.TenantIdFinder
-
Identify a tenant from the request.
- TenantIdFinder - Interface in io.helidon.security.providers.oidc.common.spi
-
Finder of the tenant if from the request.
- TenantIdProvider - Interface in io.helidon.security.providers.oidc.common.spi
-
Java
ServiceLoaderservice interface for multitenancy support. - tenantIntrospectUri() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Introspection endpoint URI.
- tenantIntrospectUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- tenantIssuer() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Return provided token issuer.
- tenantIssuer() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- tenantLoadingLazy() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Whether creating the tenant requires a source that may become available later.
- tenantLogoutEndpointUri() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Logout endpoint on OIDC server.
- tenantLogoutEndpointUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- tenantParamName() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Tenant query parameter name.
- tenantSignJwk() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
JWK used for signature validation.
- tenantSignJwk() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- tenantSignJwkResource() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Repeatable resource configuration used to load signing JWK.
- tenantSignJwkResource() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- tenantTokenEndpointUri() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Token endpoint URI.
- tenantTokenEndpointUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- terminate() - Method in class io.helidon.webclient.websocket.ClientWsConnection
- terminate() - Method in class io.helidon.webserver.websocket.WsConnection
- terminate() - Method in interface io.helidon.websocket.WsSession
-
Terminate session.
- terminate(long, TimeUnit) - Method in interface io.helidon.common.task.HelidonTaskExecutor
-
Terminate executor waiting for any running task to complete for a specified timeout period.
- termination() - Method in exception class io.helidon.faulttolerance.RetryException
-
Reason the retry invocation terminated.
- termination() - Method in interface io.helidon.faulttolerance.RetryOutcome
-
Reason the retry invocation terminated.
- termsOfService() - Element in annotation interface io.helidon.openapi.OpenApi.Info
-
API terms of service URL.
- termsOfService() - Method in class io.helidon.openapi.OpenApiDocument.Info
-
API terms of service.
- termsOfService(String) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set terms of service.
- test(MediaType) - Method in interface io.helidon.http.HttpMediaType
-
Check if this media type is compatible with another media type.
- test(HttpMediaType) - Method in interface io.helidon.http.HttpMediaType
-
Check if this media type is compatible with another media type.
- test(String) - Method in class io.helidon.common.configurable.AllowList
-
Test whether a value can be permitted.
- testContentType(MediaType...) - Method in interface io.helidon.http.ServerRequestHeaders
-
Check if the content type provided over the network matches one of the content types.
- TestException - Exception Class in io.helidon.testing
-
Exception during Helidon test processing.
- TestException(String) - Constructor for exception class io.helidon.testing.TestException
-
Create a new exception with a customized message.
- TestException(String, Throwable) - Constructor for exception class io.helidon.testing.TestException
-
Create a new exception with a customized message and a cause.
- Testing - Class in io.helidon.testing.junit5
-
Helidon testing related annotations and APIs.
- Testing.Test - Annotation Interface in io.helidon.testing.junit5
-
A test class annotation that ensures Helidon extension is loaded.
- TestJunitExtension - Class in io.helidon.testing.junit5
-
Helidon JUnit extension, added through
Testing.Test. - TestJunitExtension() - Constructor for class io.helidon.testing.junit5.TestJunitExtension
-
Default constructor with no side effects.
- TestRegistry - Class in io.helidon.testing
-
Container for registry testing annotations.
- TestRegistry.AfterShutdown - Annotation Interface in io.helidon.testing
-
Mark a static method to be executed after the service registry has been shut-down.
- testSourceRootPaths() - Method in class io.helidon.service.maven.plugin.CreateApplicationMojo
-
Test source roots for this project.
- testSourceRootPaths() - Method in class io.helidon.service.maven.plugin.CreateTestApplicationMojo
-
Test source roots for this project.
- TestSuite - Class in io.helidon.testing.junit5.suite
-
Internal test suite annotations support.
- TestSuite.AfterSuite - Annotation Interface in io.helidon.testing.junit5.suite
-
After
TestSuitecleanup method. - TestSuite.BeforeSuite - Annotation Interface in io.helidon.testing.junit5.suite
-
Before
TestSuiteinitialization method. - TestSuite.Suite - Annotation Interface in io.helidon.testing.junit5.suite
-
Test suite annotation.
- text() - Method in interface io.helidon.common.media.type.MediaType
-
Full type, such as
application/yaml. - text() - Method in interface io.helidon.common.types.ElementSignature
-
A text representation of this signature.
- text() - Method in enum class io.helidon.common.uri.UriValidationException.Segment
-
Human-readable text that describes this segment.
- text() - Method in interface io.helidon.http.HttpMediaType
-
Text of this media type, to be used on the wire.
- text() - Method in class io.helidon.http.Method
-
Name of the method (such as
GETorPOST). - text() - Method in enum class io.helidon.http.SetCookie.SameSite
-
Text to write to the same site cookie param.
- text() - Method in class io.helidon.http.SetCookie
-
Text representation of this cookie.
- text() - Method in class io.helidon.http.Status
-
Text of the status as used in HTTP/1, such as "200 OK".
- text(String) - Method in interface io.helidon.messaging.MessageMetadata
-
Text value with an exact metadata name.
- TEXT - Enum constant in enum class io.helidon.websocket.WsOpCode
-
Payload frame with text payload.
- TEXT_EVENT_STREAM - Static variable in class io.helidon.common.media.type.MediaTypes
-
text/event-streammedia type. - TEXT_EVENT_STREAM_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "text/event-stream".
- TEXT_HTML - Static variable in class io.helidon.common.media.type.MediaTypes
-
text/htmlmedia type. - TEXT_HTML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "text/html".
- TEXT_PLAIN - Static variable in class io.helidon.common.media.type.MediaTypes
-
tet/plainmedia type. - TEXT_PLAIN_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "text/plain".
- TEXT_PROPERTIES - Static variable in class io.helidon.common.media.type.MediaTypes
-
"text/x-java-properties" media type.
- TEXT_PROPERTIES_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "text/x-java-properties".
- TEXT_X_YAML - Static variable in class io.helidon.common.media.type.MediaTypes
-
text/x-yamlmedia type. - TEXT_X_YAML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "text/x-yaml".
- TEXT_XML - Static variable in class io.helidon.common.media.type.MediaTypes
-
text/xmlmedia type. - TEXT_XML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "text/xml".
- TEXT_YAML - Static variable in class io.helidon.common.media.type.MediaTypes
-
text/yamlmedia type. - TEXT_YAML_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "text/yaml".
- textReader(WsSession, String, boolean, Functions.CheckedConsumer) - Method in class io.helidon.websocket.WsListenerBase
-
Process a text message chunk as a reader.
- textResource(String, Object...) - Method in interface io.helidon.codegen.CodegenFiler
-
A text resource that can be updated in the output.
- textString(WsSession, String, boolean, Functions.CheckedConsumer) - Method in class io.helidon.websocket.WsListenerBase
-
Process a text message chunk as a string.
- then(Consumer) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Execute immediately given consumer with this socket client as an argument.
- thenAccept(Consumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenAccept(Consumer) - Method in interface io.helidon.common.reactive.Single
- thenAcceptAsync(Consumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenAcceptAsync(Consumer) - Method in interface io.helidon.common.reactive.Single
- thenAcceptAsync(Consumer, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenAcceptAsync(Consumer, Executor) - Method in interface io.helidon.common.reactive.Single
- thenAcceptBoth(CompletionStage, BiConsumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenAcceptBoth(CompletionStage, BiConsumer) - Method in interface io.helidon.common.reactive.Single
- thenAcceptBothAsync(CompletionStage, BiConsumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenAcceptBothAsync(CompletionStage, BiConsumer) - Method in interface io.helidon.common.reactive.Single
- thenAcceptBothAsync(CompletionStage, BiConsumer, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenAcceptBothAsync(CompletionStage, BiConsumer, Executor) - Method in interface io.helidon.common.reactive.Single
- thenApply(Function) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenApply(Function) - Method in interface io.helidon.common.reactive.Single
- thenApplyAsync(Function) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenApplyAsync(Function) - Method in interface io.helidon.common.reactive.Single
- thenApplyAsync(Function, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenApplyAsync(Function, Executor) - Method in interface io.helidon.common.reactive.Single
- thenCombine(CompletionStage, BiFunction) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenCombine(CompletionStage, BiFunction) - Method in interface io.helidon.common.reactive.Single
- thenCombineAsync(CompletionStage, BiFunction) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenCombineAsync(CompletionStage, BiFunction) - Method in interface io.helidon.common.reactive.Single
- thenCombineAsync(CompletionStage, BiFunction, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenCombineAsync(CompletionStage, BiFunction, Executor) - Method in interface io.helidon.common.reactive.Single
- thenCompose(Function) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenCompose(Function) - Method in interface io.helidon.common.reactive.Single
- thenComposeAsync(Function) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenComposeAsync(Function) - Method in interface io.helidon.common.reactive.Single
- thenComposeAsync(Function, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenComposeAsync(Function, Executor) - Method in interface io.helidon.common.reactive.Single
- thenRun(Runnable) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenRun(Runnable) - Method in interface io.helidon.common.reactive.Single
- thenRunAsync(Runnable) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenRunAsync(Runnable) - Method in interface io.helidon.common.reactive.Single
- thenRunAsync(Runnable, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- thenRunAsync(Runnable, Executor) - Method in interface io.helidon.common.reactive.Single
- threadNamePrefix() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- threadNamePrefix() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Name prefix for threads in this thread pool executor.
- threadNamePrefix() - Method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Name prefix for threads in this thread pool executor.
- threadNamePrefix() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Name prefix for threads in this thread pool executor.
- threadNamePrefix() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- threadNamePrefix() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
Name prefix for threads in this thread pool executor.
- threadNamePrefix(String) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Name prefix for threads in this thread pool executor.
- threadNamePrefix(String) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Name prefix for threads in this thread pool executor.
- ThreadPool - Class in io.helidon.common.configurable
-
A
ThreadPoolExecutorwith an extensible growth policy and queue state accessors. - ThreadPool.RejectionHandler - Class in io.helidon.common.configurable
-
A
RejectedExecutionHandlerthat supports pool growth by re-attempting to add the task to the queue. - ThreadPoolConfig - Interface in io.helidon.common.configurable
-
Interface generated from blueprint
io.helidon.common.configurable.ThreadPoolConfigBlueprint. - ThreadPoolConfig.Builder - Class in io.helidon.common.configurable
-
Fluent API builder for
ThreadPoolSupplier. - ThreadPoolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.configurable
-
Fluent API builder base for
ThreadPoolConfig. - ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl - Class in io.helidon.common.configurable
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ThreadPoolConfigImpl(ThreadPoolConfig.BuilderBase) - Constructor for class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
-
Create an instance providing a builder.
- ThreadPoolSupplier - Class in io.helidon.common.configurable
-
Supplier of a custom thread pool.
- threshold() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- threshold() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Minimum time a request must be executing before its thread is reported as stuck.
- threshold() - Method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Minimum time a request must be executing before its thread is reported as stuck.
- threshold(Duration) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Minimum time a request must be executing before its thread is reported as stuck.
- thresholdPercent(double) - Method in class io.helidon.health.checks.DiskSpaceHealthCheck.Builder
-
Threshold percent.
- thresholdPercent(double) - Method in class io.helidon.health.checks.HeapMemoryHealthCheck.Builder
-
Threshol percentage.
- ThroughputLimit - Class in io.helidon.common.concurrency.limits
-
Throughput based limit, that is backed by a semaphore with timeout on the queue.
- ThroughputLimitConfig - Interface in io.helidon.common.concurrency.limits
-
Configuration of
ThroughputLimit. - ThroughputLimitConfig.Builder - Class in io.helidon.common.concurrency.limits
-
Fluent API builder for
ThroughputLimit. - ThroughputLimitConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.concurrency.limits
-
Fluent API builder base for
ThroughputLimitConfig. - ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl - Class in io.helidon.common.concurrency.limits
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ThroughputLimitConfigImpl(ThroughputLimitConfig.BuilderBase) - Constructor for class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
-
Create an instance providing a builder.
- ThroughputLimitProvider - Class in io.helidon.common.concurrency.limits
-
ServiceLoaderservice provider forThroughputLimitlimit implementation. - ThroughputLimitProvider() - Constructor for class io.helidon.common.concurrency.limits.ThroughputLimitProvider
-
Constructor required by the service loader.
- throwable() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
- throwable() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Throwable if available.
- throwable() - Method in interface io.helidon.codegen.CodegenEvent
-
Throwable if available.
- throwable() - Method in interface io.helidon.security.AuditEvent
-
Gets an
Throwableobject from which additional audit information can be obtained. - throwable() - Method in class io.helidon.security.internal.SecurityAuditEvent
- throwable() - Method in class io.helidon.security.SecurityResponse
-
Get underlying throwable causing a failure state (if such happened).
- throwable(Throwable) - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Throwable if available.
- throwable(Throwable) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set throwable causing failure of the security request.
- throwable(Throwable) - Method in class io.helidon.security.AuthorizationResponse.Builder
-
Set throwable causing failure of the security request.
- throwable(Throwable) - Method in class io.helidon.security.OutboundSecurityResponse.Builder
-
Set throwable causing failure of the security request.
- THROWABLE - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
- throwException(Method.Builder, TypeName, String) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate
throw new <type>(<message>)for an exception. - throwException(Method.Builder, TypeName, Consumer) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate
throw new <type>(<message>)for an exception. - throwException(ThreadPoolExecutor) - Method in class io.helidon.common.configurable.ThreadPool.RejectionHandler
-
Throws an exception.
- throwIfError() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase.ActivationRequestImpl
- throwIfError() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Whether to throw an exception on failure to activate, or return an error activation result on activation.
- throwIfError() - Method in interface io.helidon.service.registry.ActivationRequest
-
Whether to throw an exception on failure to activate, or return an error activation result on activation.
- throwIfError(boolean) - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Whether to throw an exception on failure to activate, or return an error activation result on activation.
- throwOnFailure() - Method in interface io.helidon.validation.ValidationContext
-
Throws a Validation exception in case the current response is not valid, returns normally otherwise.
- Throws - Class in io.helidon.codegen.classmodel
-
Objects which describes exception throws configuration.
- Throws.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
Throws. - throwsChecked() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
- throwsChecked() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- throwsChecked() - Method in interface io.helidon.common.types.TypedElementInfo
- throwsChecked(Set) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
- throwsDesc() - Method in class io.helidon.codegen.classmodel.Javadoc
-
Throws tags names and descriptions.
- TIB - Enum constant in enum class io.helidon.common.Size.Unit
-
Tebi-bytes (represented as either
TBorTiB), where we use binary approach, i.e. - time() - Element in annotation interface io.helidon.faulttolerance.Ft.Timeout
-
Duration of timeout.
- time() - Method in class io.helidon.security.SecurityEnvironment
-
Time on the server this environment was created for current request.
- time(SecurityTime) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Use the defined time to obtain current time.
- TIMED_OUT - Enum constant in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
The configured overall timeout was reached.
- timedOut() - Method in class io.helidon.common.task.DeadlineGuard
-
Whether this guard's timeout elapsed and its timeout action was invoked.
- timeout() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- timeout() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Timeout that when exceeded is the same as if the task failed.
- timeout() - Method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
Timeout that when exceeded is the same as if the task failed.
- timeout() - Method in class io.helidon.faulttolerance.FtSupport.TimeoutMethod
-
Provide a timeout instance that should be used with this method.
- timeout() - Method in interface io.helidon.faulttolerance.ResilientValueConfig
-
Timeout handler applied to each load attempt.
- timeout() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Duration to wait before timing out.
- timeout() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- timeout() - Method in interface io.helidon.faulttolerance.TimeoutConfig
-
Duration to wait before timing out.
- timeout() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
- timeout() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Maximum time an export can run before being cancelled.
- timeout() - Method in interface io.helidon.telemetry.otelconfig.BatchProcessorConfig
-
Maximum time an export can run before being cancelled.
- timeout() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- timeout() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Exporter timeout.
- timeout() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Exporter timeout.
- timeout(long, TimeUnit) - Method in class io.helidon.common.reactive.IoMulti.OutputStreamMultiBuilder
-
Deprecated.
- timeout(long, TimeUnit) - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Deprecated.use
DbClientHealthCheck.Builder.timeout(Duration)instead - timeout(long, TimeUnit) - Method in class io.helidon.security.providers.common.EvictableCache.Builder
-
Configure record timeout since last access.
- timeout(long, TimeUnit, ScheduledExecutorService) - Method in interface io.helidon.common.reactive.Multi
-
Signals a
TimeoutExceptionif the upstream doesn't signal the next item, error or completion within the specified time. - timeout(long, TimeUnit, ScheduledExecutorService) - Method in interface io.helidon.common.reactive.Single
-
Signals a
TimeoutExceptionif the upstream doesn't signal an item, error or completion within the specified time. - timeout(long, TimeUnit, ScheduledExecutorService) - Method in interface io.helidon.common.reactive.Subscribable
-
Signals a
TimeoutExceptionif the upstream doesn't signal the next item, error or completion within the specified time. - timeout(long, TimeUnit, ScheduledExecutorService, Single) - Method in interface io.helidon.common.reactive.Single
-
Switches to a fallback single if the upstream doesn't signal an item, error or completion within the specified time.
- timeout(long, TimeUnit, ScheduledExecutorService, Flow.Publisher) - Method in interface io.helidon.common.reactive.Multi
-
Switches to a fallback single if the upstream doesn't signal the next item, error or completion within the specified time.
- timeout(Duration) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Timeout that when exceeded is the same as if the task failed.
- timeout(Duration) - Method in class io.helidon.common.reactive.IoMulti.OutputStreamMultiBuilder
-
Set max timeout for which is allowed to block write methods, in case there is no demand from downstream.
- timeout(Duration) - Method in class io.helidon.dbclient.health.DbClientHealthCheck.Builder
-
Set custom timeout to wait for statement execution response.
- timeout(Duration) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Duration to wait before timing out.
- timeout(Duration) - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Maximum time an export can run before being cancelled.
- timeout(Duration) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Exporter timeout.
- Timeout - Interface in io.helidon.faulttolerance
-
Timeout attempts to terminate execution after defined duration of time.
- TIMEOUT - Enum constant in enum class io.helidon.http.HttpTransportObserver.ConnectionOutcome
-
Connection termination was caused by a timeout.
- TIMEOUT - Enum constant in enum class io.helidon.http.HttpTransportObserver.HandshakeOutcome
-
Handshake timed out.
- TIMEOUT - Enum constant in enum class io.helidon.messaging.MessagingRejectedException.Reason
-
Capacity did not become available before the admission timeout.
- timeoutActionFailure() - Method in class io.helidon.common.task.DeadlineGuard
-
Failure thrown by the timeout action, if any.
- timeoutCheckInterval() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the timeout check interval in seconds.
- timeoutCheckInterval() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- timeoutCheckInterval() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the timeout check interval in seconds.
- timeoutCheckInterval(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the timeout check interval in seconds.
- TimeoutConfig - Interface in io.helidon.faulttolerance
-
Timeoutconfiguration bean. - TimeoutConfig.Builder - Class in io.helidon.faulttolerance
-
Fluent API builder for
Timeout. - TimeoutConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.faulttolerance
-
Fluent API builder base for
TimeoutConfig. - TimeoutConfig.BuilderBase.TimeoutConfigImpl - Class in io.helidon.faulttolerance
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TimeoutConfigImpl(TimeoutConfig.BuilderBase) - Constructor for class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
-
Create an instance providing a builder.
- TimeoutException - Exception Class in io.helidon.faulttolerance
-
General timeout runtime exception.
- TimeoutException(String) - Constructor for exception class io.helidon.faulttolerance.TimeoutException
-
A new timeout exception with custom message.
- TimeoutException(String, Throwable) - Constructor for exception class io.helidon.faulttolerance.TimeoutException
-
Constructs a
TimeoutExceptionwith the specified detail message. - TimeoutImpl__ServiceDescriptor<T> - Class in io.helidon.faulttolerance
-
Service descriptor for
TimeoutImpl. - TimeoutImpl__ServiceDescriptor() - Constructor for class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
-
Constructor with no side effects
- TimeoutMethod() - Constructor for class io.helidon.faulttolerance.FtSupport.TimeoutMethod
-
Constructor with no side effects.
- timer() - Static method in class io.helidon.dbclient.metrics.DbClientMetrics
-
Create a timer builder, to be registered with
DbClient.Builder.addService(java.util.function.Supplier). - timer() - Static method in class io.helidon.webclient.metrics.WebClientMetrics
-
Creates new timer client metric.
- timer(long, TimeUnit, ScheduledExecutorService) - Static method in interface io.helidon.common.reactive.Multi
-
Signal 0L and complete the sequence after the given time elapsed.
- timer(long, TimeUnit, ScheduledExecutorService) - Static method in interface io.helidon.common.reactive.Single
-
Signal 0L and complete the sequence after the given time elapsed.
- timer(String, Iterable) - Method in interface io.helidon.metrics.api.MeterRegistry
-
Locates a previously-registered timer.
- Timer - Interface in io.helidon.metrics.api
-
Accumulates timing information about large numbers of short-running events (e.g., HTTP requests), each with a
Durationvalue, and reports statistics over all samples (count, total time, mean, max) as well as grouping samples using percentiles or bucket boundaries. - TIMER - Enum constant in enum class io.helidon.metrics.api.Meter.Type
-
Timer (measures count and distribution of completed events).
- Timer.Builder - Interface in io.helidon.metrics.api
-
Builder for a new
Timer. - Timer.Sample - Interface in io.helidon.metrics.api
-
Measures an interval of time from instantiation to an explicit invocation of
Timer.Sample.stop(io.helidon.metrics.api.Timer). - timerBuilder(String) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a builder for a
Timer. - timerStart() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns a
Timer.Samplefor measuring a duration using the system defaultClock. - timerStart(Clock) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns a
Timer.Samplefor measuring a duration using the specifiedClock. - timerStart(MeterRegistry) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Returns a
Timer.Samplefor measuring a duration, using the clock associated with the specifiedMeterRegistry. - timerSuffix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase.PrometheusNamingConventionConfigImpl
- timerSuffix() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Suffix which identifies a timer name before Prometheus adds
_seconds. - timerSuffix() - Method in interface io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig
-
Suffix which identifies a timer name before Prometheus adds
_seconds. - timerSuffix(String) - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Suffix which identifies a timer name before Prometheus adds
_seconds. - timestamp() - Method in interface io.helidon.config.Config.Context
-
Returns timestamp of the last loaded configuration.
- timestamp() - Method in interface io.helidon.config.Config
-
Returns when the configuration tree was created.
- timestamp() - Method in class io.helidon.config.MergedConfig
- timestamp() - Static method in class io.helidon.http.DateTime
-
Last recorded timestamp.
- timestamp() - Method in class io.helidon.metrics.api.LabeledSample
- timestamp() - Method in interface io.helidon.metrics.api.Sample.Labeled
-
Timestamp the value was recorded.
- timestampForLocalTime() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- timestampForLocalTime() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Use
PreparedStatement.setTimestamp(int, java.sql.Timestamp)to setLocalTimevalues whentrueor usePreparedStatement.setTime(int, java.sql.Time)whenfalse. - timestampForLocalTime() - Method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Use
PreparedStatement.setTimestamp(int, java.sql.Timestamp)to setLocalTimevalues whentrueor usePreparedStatement.setTime(int, java.sql.Time)whenfalse. - timestampForLocalTime(boolean) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Use
PreparedStatement.setTimestamp(int, java.sql.Timestamp)to setLocalTimevalues whentrueor usePreparedStatement.setTime(int, java.sql.Time)whenfalse. - TimestampLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for timestamp.
- TimestampLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
A fluent API builder for
HostLogEntry. - TimeTakenLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for time taken.
- TimeTakenLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
A fluent API builder for
TimeTakenLogEntry. - timeToLiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum time a connection may remain in-use in seconds.
- timeToLiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- timeToLiveConnectionTimeout() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Sets the maximum time a connection may remain in-use in seconds.
- timeToLiveConnectionTimeout(int) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the maximum time a connection may remain in-use in seconds.
- TimeValidator - Class in io.helidon.security.abac.time
-
Attribute validator for time based attribute checks.
- TimeValidator.DaysOfWeek - Annotation Interface in io.helidon.security.abac.time
-
Attribute annotation that can limit the days of week the resource is accessible.
- TimeValidator.TimeConfig - Class in io.helidon.security.abac.time
-
Configuration for time attribute validator.
- TimeValidator.TimeConfig.Builder - Class in io.helidon.security.abac.time
-
Fluent API builder for
TimeValidator.TimeConfig. - TimeValidator.TimeOfDay - Annotation Interface in io.helidon.security.abac.time
-
Constraint for a time of day.
- TimeValidator.TimesOfDay - Annotation Interface in io.helidon.security.abac.time
-
Constraint for a time of day - container for repeating
TimeValidator.TimeOfDay. - TimeValidatorService - Class in io.helidon.security.abac.time
-
Time validator java service for
AbacProvider. - TimeValidatorService() - Constructor for class io.helidon.security.abac.time.TimeValidatorService
-
Create a time validator service.
- timeZone() - Method in class io.helidon.security.jwt.Jwt
-
Time Zone claim.
- timeZone(ZoneId) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Time zone of the subject.
- timeZone(ZoneId) - Method in class io.helidon.security.SecurityTime.Builder
-
Override current time zone.
- timing() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
-
The
LimitAlgorithm.Outcome.Timingof the decision about the work item. - title() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
- title() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Title of the item.
- title() - Method in interface io.helidon.json.schema.SchemaItem
-
Title of the item.
- title() - Element in annotation interface io.helidon.openapi.OpenApi.Info
-
API title.
- title() - Method in class io.helidon.openapi.OpenApiDocument.Info
-
API title.
- title(String) - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Title of the item.
- title(String) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set title.
- tls() - Method in class io.helidon.webclient.api.ClientRequestBase
- tls() - Method in class io.helidon.webclient.api.ConnectionKey
-
Configured
Tls. - tls() - Method in interface io.helidon.webclient.api.FullClientRequest
-
TLS configuration (may be disabled - e.g.
- tls() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- tls() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
TLS configuration for any TLS request from this client.
- tls() - Method in interface io.helidon.webclient.api.HttpConfigBase
-
TLS configuration for any TLS request from this client.
- tls() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- tls() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS configuration.
- tls() - Method in interface io.helidon.webserver.ListenerConfig
-
Listener TLS configuration.
- tls() - Method in class io.helidon.webserver.ListenerTlsContext.Selection
-
Selected TLS.
- tls() - Method in interface io.helidon.webserver.ListenerTlsContext
-
Default listener TLS configuration.
- tls() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Required enabled TLS configuration for this virtual host; virtual hosts do not inherit the listener TLS configuration.
- tls() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase.VirtualHostConfigImpl
- tls() - Method in interface io.helidon.webserver.VirtualHostConfig
-
Required enabled TLS configuration for this virtual host; virtual hosts do not inherit the listener TLS configuration.
- tls(Tls) - Method in interface io.helidon.webclient.api.ClientRequest
-
TLS configuration for this specific request.
- tls(Tls) - Method in class io.helidon.webclient.api.ClientRequestBase
- tls(Tls) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
TLS configuration for any TLS request from this client.
- tls(Tls) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS configuration.
- tls(Tls) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Required enabled TLS configuration for this virtual host; virtual hosts do not inherit the listener TLS configuration.
- tls(TlsConfig) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
TLS configuration for any TLS request from this client.
- tls(TlsConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS configuration.
- tls(TlsConfig) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Required enabled TLS configuration for this virtual host; virtual hosts do not inherit the listener TLS configuration.
- tls(Consumer) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
TLS configuration for any TLS request from this client.
- tls(Consumer) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS configuration.
- tls(Consumer) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Required enabled TLS configuration for this virtual host; virtual hosts do not inherit the listener TLS configuration.
- tls(Supplier) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
TLS configuration for any TLS request from this client.
- tls(Supplier) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS configuration.
- tls(Supplier) - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Required enabled TLS configuration for this virtual host; virtual hosts do not inherit the listener TLS configuration.
- Tls - Class in io.helidon.common.tls
-
TLS configuration - common for server and client.
- TLS - Enum constant in enum class io.helidon.http.HttpTransportObserver.Handshake
-
TLS over a stream transport.
- TLS - Enum constant in enum class io.helidon.webserver.spi.TransportBinding.Security
-
Binding protects the endpoint with listener TLS configuration.
- TLS_EQUIVALENT - Enum constant in enum class io.helidon.webserver.spi.TransportBinding.Security
-
Binding protects the endpoint by provider-defined means that are equivalent to TLS from the listener security policy perspective, but deliberately does not use listener TLS configuration.
- TLS_HANDSHAKE_FAIL - Static variable in class io.helidon.websocket.WsCloseCodes
-
Transport Layer Security handshake failure.
- tlsCertificates() - Method in interface io.helidon.common.socket.PeerInfo
-
TLS certificate chain of the peer.
- tlsCertificates() - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Returns the value of the
tlsCertificatesrecord component. - TlsClientAuth - Enum Class in io.helidon.common.tls
-
Type of client authentication.
- TlsConfig - Interface in io.helidon.common.tls
-
TLS configuration, used by web server listeners, web client and other components that need TLS.
- TlsConfig.Builder - Class in io.helidon.common.tls
-
Fluent API builder for
Tls. - TlsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.tls
-
Fluent API builder base for
TlsConfig. - TlsConfig.BuilderBase.TlsConfigImpl - Class in io.helidon.common.tls
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TlsConfigImpl(TlsConfig.BuilderBase) - Constructor for class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
-
Create an instance providing a builder.
- tlsGeneration() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Captured TLS reload generation.
- tlsGeneration() - Method in class io.helidon.webclient.api.ResolvedClientTarget
-
Captured TLS reload generation.
- TlsManager - Interface in io.helidon.common.tls
-
Implementors of this contract are responsible for initializing a single
SSLContextidentity and managing theTlsReloadableComponentinstances that provide its key and trust material. - TlsManagerProvider - Interface in io.helidon.common.tls.spi
-
ServiceLoaderservice provider forTlsManager. - TlsMaterial - Interface in io.helidon.common.tls
-
TLS key and trust material used to set up or reload manager state.
- TlsMaterial.Builder - Class in io.helidon.common.tls
-
Fluent API builder for
TlsMaterial. - TlsMaterial.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.tls
-
Fluent API builder base for
TlsMaterial. - TlsMaterial.BuilderBase.TlsMaterialImpl - Class in io.helidon.common.tls
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TlsMaterialImpl(TlsMaterial.BuilderBase) - Constructor for class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
-
Create an instance providing a builder.
- TlsNioSocket - Class in io.helidon.common.socket
-
TLS NIO helidon socket.
- tlsPeerHost() - Method in class io.helidon.webclient.api.ConnectionKey
-
Host used as the TLS peer host for SNI and endpoint identification.
- tlsPeerPort() - Method in class io.helidon.webclient.api.ConnectionKey
-
Port used as the TLS peer port for endpoint identification.
- tlsPrincipal() - Method in interface io.helidon.common.socket.PeerInfo
-
TLS principal (from certificate) of the peer.
- tlsPrincipal() - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Returns the value of the
tlsPrincipalrecord component. - TLS protected connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.priorKnowledge()
- TLS protected connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.priorKnowledge(boolean)
- TLS protected connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.priorKnowledge()
- TLS protected connection - Section in io.helidon.webclient.http2.Http2ClientProtocolConfig.priorKnowledge()
- TlsSocket - Class in io.helidon.common.socket
-
TLS socket.
- TlsUtils - Class in io.helidon.common.tls
-
Utility class for TLS.
- tlvs() - Method in interface io.helidon.webserver.ProxyProtocolV2Data
-
The possibly-empty list of additional Tag-Length-Value vectors included in the proxy header.
- to() - Element in annotation interface io.helidon.security.abac.time.TimeValidator.TimeOfDay
-
Time before which this resource is accessible within a day.
- to(Size.Unit) - Method in interface io.helidon.common.Size
-
Amount of units in this size.
- to(Function) - Method in interface io.helidon.common.reactive.Multi
-
Apply the given
converterfunction to the currentMultiinstance and return the value returned by this function. - to(Function) - Method in interface io.helidon.common.reactive.Single
-
Apply the given
converterfunction to the currentSingleinstance and return the value returned by this function. - toBase64() - Method in class io.helidon.common.Base64Value
-
Base64 encoded string.
- toBigDecimal(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoBigDecimal. - toBigInteger(JsonParserBase, BigDecimal) - Static method in class io.helidon.json.JsonParserSupport
-
Converts a decimal value with a built-in parser's expansion budget and exception context.
- toBigInteger(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoBigInteger. - toBinaryString(int) - Static method in interface io.helidon.common.buffers.BufferData
-
Integer to binary string.
- toBoolean(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoboolean. - toByte(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetobyte. - toBytes() - Method in class io.helidon.common.Base64Value
-
Decoded value as bytes.
- toBytes() - Method in interface io.helidon.common.Size
-
Number of bytes this size represents.
- toCalendar(String) - Static method in class io.helidon.config.ConfigMappers
-
Deprecated.use new time API, such as
ZonedDateTime - toChar(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetochar. - toCharset(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoCharset. - toClass(TypeName) - Static method in class io.helidon.metadata.reflection.TypeFactory
-
Create a class from a type name.
- toClass(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoClass<?>. - toCompletableFuture() - Method in interface io.helidon.common.reactive.Awaitable
-
Returns a
CompletableFuturemaintaining the same completion properties as this stage. - toCompletableFuture() - Method in class io.helidon.common.reactive.CompletionAwaitable
- toConstantName(String) - Static method in class io.helidon.codegen.CodegenUtil
-
Create a constant field for a name of an element.
- toDate(String) - Static method in class io.helidon.config.ConfigMappers
-
Deprecated.Use one of the time API classes, such as
InstantorZonedDateTime - toDeclaration() - Method in interface io.helidon.common.types.TypedElementInfo
-
Provides a description for this instance.
- toDecodedString() - Method in class io.helidon.common.Base64Value
-
Returns decoded bytes as a string.
- toDouble(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetodouble. - toDuration(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoDuration. - toEvent(System.Logger.Level) - Method in exception class io.helidon.codegen.CodegenException
-
Create a codegen event to log with
CodegenLogger.log(CodegenEvent). - toEvent(System.Logger.Level, String) - Method in exception class io.helidon.codegen.CodegenException
-
Create a codegen event to log with
CodegenLogger.log(CodegenEvent). - toException() - Method in interface io.helidon.validation.ValidationResponse
-
Convert this response to a
ValidationException. - toFile(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoFile. - toFloat(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetofloat. - toFrameData() - Method in class io.helidon.http.http2.Http2Ping
-
Representation of ping data.
- toFrameData(Http2Settings, int, Http2Flag.ContinuationFlags) - Method in class io.helidon.http.http2.Http2Continuation
- toFrameData(Http2Settings, int, Http2Flag.DataFlags) - Method in class io.helidon.http.http2.Http2DataFrame
- toFrameData(Http2Settings, int, Http2Flag.NoFlags) - Method in record class io.helidon.http.http2.Http2GoAway
- toFrameData(Http2Settings, int, Http2Flag.NoFlags) - Method in record class io.helidon.http.http2.Http2Priority
- toFrameData(Http2Settings, int, Http2Flag.NoFlags) - Method in record class io.helidon.http.http2.Http2RstStream
- toFrameData(Http2Settings, int, Http2Flag.NoFlags) - Method in record class io.helidon.http.http2.Http2WindowUpdate
- toFrameData(Http2Settings, int, Http2Flag.PingFlags) - Method in class io.helidon.http.http2.Http2Ping
- toFrameData(Http2Settings, int, Http2Flag.SettingsFlags) - Method in class io.helidon.http.http2.Http2Settings
- toFrameData(Http2Settings, int, T) - Method in interface io.helidon.http.http2.Http2Frame
-
Not implemented in headers, data, as these may use continuations.
- toGregorianCalendar(String) - Static method in class io.helidon.config.ConfigMappers
-
Deprecated.use new time API, such as
ZonedDateTime - toHson() - Method in interface io.helidon.common.features.metadata.FeatureMetadata
-
Create the metadata in Helidon metadata format.
- toHson() - Method in interface io.helidon.service.metadata.DescriptorMetadata
-
Create the metadata in Helidon metadata format.
- toHttpResponseStatus(Status) - Static method in class io.helidon.grpc.core.GrpcHelper
-
Convert a gRPC
Statusto aStatus. - toHttpResponseStatus(StatusException) - Static method in class io.helidon.grpc.core.GrpcHelper
-
Convert a gRPC
StatusExceptionto aStatus. - toHttpResponseStatus(StatusRuntimeException) - Static method in class io.helidon.grpc.core.GrpcHelper
-
Convert a gRPC
StatusRuntimeExceptionto aStatus. - toIndexedParameters(JsonObject) - Method in class io.helidon.dbclient.json.JsonMapper
- toIndexedParameters(JsonObject) - Method in class io.helidon.dbclient.jsonp.JsonProcessingMapper
- toIndexedParameters(T) - Method in interface io.helidon.dbclient.DbMapper
-
Convert target type instance to a statement indexed parameters list.
- toIndexedParameters(T, Class) - Method in interface io.helidon.dbclient.DbMapperManager
-
Read object into a list of indexed parameters.
- toInstant(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoInstant. - toInt(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoint. - toInt31(int) - Static method in interface io.helidon.common.buffers.BufferData
-
Get 31 bits of an integer, ignoring the first bit.
- toJavaSubject() - Method in class io.helidon.security.Subject
-
Create a java
Subjectfrom this subject. - toJson(JsonGenerator) - Method in class io.helidon.json.JsonArray
- toJson(JsonGenerator) - Method in class io.helidon.json.JsonBoolean
- toJson(JsonGenerator) - Method in class io.helidon.json.JsonNull
- toJson(JsonGenerator) - Method in class io.helidon.json.JsonNumber
- toJson(JsonGenerator) - Method in class io.helidon.json.JsonObject
- toJson(JsonGenerator) - Method in class io.helidon.json.JsonString
- toJson(JsonGenerator) - Method in class io.helidon.json.JsonValue
-
Write this JSON value to the provided generator.
- toJsonObject() - Method in class io.helidon.openapi.OpenApiDocument
-
Convert this document model to a structured JSON object.
- toJsonObject(Object) - Static method in class io.helidon.jsonrpc.core.JsonUtil
-
Convert a bound Java object into a JSON object.
- toJsonValue(Object) - Static method in class io.helidon.security.jwt.JwtUtil
-
Create a
JsonValuefrom an object. - token() - Method in class io.helidon.codegen.classmodel.TypeArgument
-
Type argument token.
- token() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Accepted
-
The
LimitAlgorithm.Tokenthe caller should invoke as it processes or rejects the work item. - token() - Method in exception class io.helidon.data.codegen.parser.MethodNameParserException
-
Invalid last token.
- token() - Method in class io.helidon.security.jwt.EncryptedJwt
-
Encrypted JWT as token.
- token() - Method in class io.helidon.security.providers.common.TokenCredential
-
The full token string as it was received from token service.
- token(String) - Method in class io.helidon.codegen.classmodel.TypeArgument.Builder
-
Token name of this argument.
- token(String) - Method in class io.helidon.security.providers.common.TokenCredential.Builder
-
Set the token content (the actual string travelling on the network).
- TOKEN_BUCKET - Enum constant in enum class io.helidon.common.concurrency.limits.RateLimitingAlgorithmType
-
Requests require tokens from a bucket that fills over time.
- tokenContent() - Method in class io.helidon.security.jwt.SignedJwt
-
The full token (header, payload, signature).
- tokenCookieHandler() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Cookie handler to create cookies or unset cookies for token.
- TokenCredential - Class in io.helidon.security.providers.common
-
A public credential representing an access token.
- TokenCredential.Builder - Class in io.helidon.security.providers.common
-
Fluent API builder for
TokenCredential. - tokenEndpoint(String) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints
- tokenEndpoint(String) - Method in interface io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MultitenancyEndpoints
-
Token endpoint URI for a specific tenant.
- tokenEndpointAuthentication() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Type of authentication mechanism used for token endpoint.
- tokenEndpointAuthentication() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- tokenEndpointAuthentication(OidcConfig.ClientAuthentication) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Type of authentication to use when invoking the token endpoint.
- tokenEndpointUri() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Token endpoint URI.
- tokenEndpointUri() - Method in class io.helidon.security.providers.oidc.common.Tenant
-
Token endpoint URI.
- tokenEndpointUri(URI) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
URI of a token endpoint used to obtain a JWT based on the authentication code.
- tokenFormat(String) - Method in class io.helidon.security.util.TokenHandler.Builder
-
Token format for creating outbound tokens.
- tokenHandler() - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition
-
When header type is set to
HttpSignHeader.CUSTOM, this handler will be used to create header in outbound request. - tokenHandler() - Method in class io.helidon.security.QueryParamMapping
-
Token handler used to create a header from the parameter.
- tokenHandler(TokenHandler) - Method in class io.helidon.security.providers.header.HeaderAtnOutboundConfig.Builder
-
Configuration of the outbound header the identity will be propagated.
- tokenHandler(TokenHandler) - Method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig.Builder
-
Token handler to add the outbound basic authentication to headers.
- tokenHandler(TokenHandler) - Method in class io.helidon.security.providers.httpsign.OutboundTargetDefinition.Builder
-
Configure a token handler to create the outbound header.
- tokenHandler(TokenHandler) - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
Outbound token hanlder to insert the token into outbound request headers.
- TokenHandler - Class in io.helidon.security.util
-
Extracts a security token from request or updates headers with the token.
- TokenHandler.Builder - Class in io.helidon.security.util
-
Fluent API builder to create
TokenHandler. - tokenHeader() - Method in class io.helidon.security.util.TokenHandler
-
Name of the header the token is expected in (or will be written into).
- tokenHeader(String) - Method in class io.helidon.security.util.TokenHandler.Builder
-
Set the name of header to look into to extract the token.
- tokenPattern(Pattern) - Method in class io.helidon.security.util.TokenHandler.Builder
-
Set the token pattern (Regular expression) to extract the token.
- tokenPrefix(String) - Method in class io.helidon.security.util.TokenHandler.Builder
-
Set the prefix of header value to extract the token.
- tokenRefreshSkew() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Amount of time access token should be refreshed before its expiration time.
- tokenRefreshSkew(Duration) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Amount of time access token should be refreshed before its expiration time.
- tokenSignatureValidation() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether access token signature should be validated.
- tokenSignatureValidation(boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether access token signature check should be enabled.
- tokenUrl() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthFlow
-
Token URL.
- toLocalDate(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoLocalDate. - toLocalDateTime(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoLocalDateTime. - toLocalTime(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoLocalTime. - toLong(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetolong. - toLowerCase(char) - Static method in class io.helidon.common.buffers.Ascii
-
If the argument is an uppercase ASCII character returns the lowercase equivalent.
- toLowerCase(CharSequence) - Static method in class io.helidon.common.buffers.Ascii
-
Returns a copy of the input character sequence in which all uppercase ASCII characters have been converted to lowercase.
- toLowerCase(String) - Static method in class io.helidon.common.buffers.Ascii
-
Returns a copy of the input string in which all uppercase ASCII characters have been converted to lowercase.
- toMap() - Method in interface io.helidon.common.parameters.Parameters
-
Get a map representation of these parameters.
- toMap() - Method in interface io.helidon.http.Headers
-
Deprecated.use other methods to handle headers, preferably using pull approach
- toMap(Config) - Static method in class io.helidon.config.ConfigMappers
-
Transform all leaf nodes (values) into Map instance.
- toMetadata(Headers) - Static method in class io.helidon.grpc.core.GrpcHeadersUtil
-
Converts HTTP headers into a Metadata instance.
- toMetadata(Http2Headers) - Static method in class io.helidon.grpc.core.GrpcHeadersUtil
-
Converts a set of HTTP/2 headers into a Metadata instance.
- toNamedParameters(JsonObject) - Method in class io.helidon.dbclient.json.JsonMapper
- toNamedParameters(JsonObject) - Method in class io.helidon.dbclient.jsonp.JsonProcessingMapper
- toNamedParameters(T) - Method in interface io.helidon.dbclient.DbMapper
-
Convert target type instance to a statement named parameters map.
- toNamedParameters(T, Class) - Method in interface io.helidon.dbclient.DbMapperManager
-
Read object into a map of named parameters.
- toNullableStage() - Method in class io.helidon.common.reactive.CompletionSingle
-
Create a new nullable completable future from this single.
- TOO_BIG - Static variable in class io.helidon.websocket.WsCloseCodes
-
Endpoint won't process a large frame or message.
- TOO_MANY_REQUESTS_429 - Static variable in class io.helidon.http.Status
-
Too many requests, see RFC 6585 - Additional HTTP Status Codes.
- TOO_MANY_REQUESTS_429_CODE - Static variable in class io.helidon.http.Status
-
Too many requests, see RFC 6585 - Additional HTTP Status Codes.
- toObject(JsonValue) - Static method in class io.helidon.security.jwt.JwtUtil
-
Transform from json to object.
- toOffsetDateTime(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoOffsetDateTime. - toOffsetTime(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoOffsetTime. - toOptionalSingle() - Method in interface io.helidon.common.reactive.Single
- toPath(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoPath. - toPattern(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoPattern. - toPeriod(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoPeriod. - toPrintableForm(byte) - Static method in class io.helidon.json.Parsers
-
Converts a byte value into a printable representation for diagnostics.
- toPrintableForm(char) - Static method in class io.helidon.json.Parsers
-
Converts a character value into a printable representation for diagnostics.
- toProperties(Config) - Static method in class io.helidon.config.ConfigMappers
-
Transform all leaf nodes (values) into Properties instance.
- toRuntimeException(Throwable) - Static method in class io.helidon.faulttolerance.SupplierHelper
-
Wraps a
Throwablein aRuntimeExceptionof typeSupplierExceptionif necessary. - toShort(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoshort. - toSimpleTimeZone(String) - Static method in class io.helidon.config.ConfigMappers
-
Deprecated.use new time API, such as
ZoneId - toSize(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoSize. - toStage() - Method in interface io.helidon.common.reactive.Single
-
Exposes this
Singleinstance as aCompletionStage. - toStage(boolean) - Method in interface io.helidon.common.reactive.Single
-
Exposes this
Singleinstance as aCompletionStage. - toString() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase.FactoryMethodImpl
- toString() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase.GeneratedMethodImpl
- toString() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
- toString() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase.OptionBuilderImpl
- toString() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
- toString() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase.OptionDeprecationImpl
- toString() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase.OptionInfoImpl
- toString() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase.OptionProviderImpl
- toString() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase.OptionSingularImpl
- toString() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase.PrototypeConfiguredImpl
- toString() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- toString() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase.PrototypeInfoImpl
- toString() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
- toString() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase.RuntimeTypeInfoImpl
- toString() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
- toString() - Method in record class io.helidon.codegen.ClassCode
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.codegen.classmodel.AnnotationParameter
- toString() - Method in class io.helidon.codegen.classmodel.ClassModel
- toString() - Method in class io.helidon.codegen.classmodel.EnumConstant
- toString() - Method in class io.helidon.codegen.classmodel.Field
- toString() - Method in class io.helidon.codegen.classmodel.Javadoc
- toString() - Method in class io.helidon.codegen.classmodel.Method
- toString() - Method in class io.helidon.codegen.classmodel.Parameter
- toString() - Method in class io.helidon.codegen.classmodel.TypeArgument
- toString() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase.CodegenEventImpl
- toString() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
- toString() - Method in record class io.helidon.codegen.CodegenScope
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase.CompilerOptionsImpl
- toString() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
- toString() - Method in record class io.helidon.codegen.JavadocTree.AttrValue
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.codegen.JavadocWriter
- toString() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- toString() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
- toString() - Method in record class io.helidon.codegen.ModuleInfoRequires
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.common.Base64Value
- toString() - Method in class io.helidon.common.buffers.LazyString
- toString() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- toString() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
- toString() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- toString() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
- toString() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase.ThroughputLimitConfigImpl
- toString() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
- toString() - Method in class io.helidon.common.configurable.AllowList
- toString() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- toString() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
- toString() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- toString() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
- toString() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- toString() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
- toString() - Method in class io.helidon.common.configurable.ThreadPool
- toString() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- toString() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
- toString() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
- toString() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
- toString() - Method in class io.helidon.common.Errors.ErrorMessage
- toString() - Method in class io.helidon.common.Errors
- toString() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase.AotImpl
- toString() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
- toString() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase.DeprecationImpl
- toString() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
- toString() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase.FeatureMetadataImpl
- toString() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
- toString() - Method in class io.helidon.common.GenericType
- toString() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- toString() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
- toString() - Method in record class io.helidon.common.mapper.spi.MapperProvider.ProviderResponse
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.common.pki.Keys.BuilderBase.KeysImpl
- toString() - Method in class io.helidon.common.pki.Keys.BuilderBase
- toString() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- toString() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
- toString() - Method in class io.helidon.common.pki.PemKeys.BuilderBase.PemKeysImpl
- toString() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
- toString() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
- toString() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
- toString() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase.RevocationConfigImpl
- toString() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
- toString() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- toString() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
- toString() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- toString() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
- toString() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- toString() - Method in class io.helidon.common.types.Annotation.BuilderBase
- toString() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl
- toString() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
- toString() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl
- toString() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
- toString() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase.ModuleInfoProvidesImpl
- toString() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
- toString() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase.ModuleInfoRequiresImpl
- toString() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
- toString() - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase.ModuleInfoUsesImpl
- toString() - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
- toString() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- toString() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
- toString() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
- toString() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- toString() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
- toString() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- toString() - Method in class io.helidon.common.types.TypeName.BuilderBase
- toString() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- toString() - Method in class io.helidon.common.uri.UriAuthority
- toString() - Method in class io.helidon.common.uri.UriFragment
- toString() - Method in class io.helidon.common.uri.UriHost
- toString() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
- toString() - Method in class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
- toString() - Method in class io.helidon.config.AbstractConfigSource
- toString() - Method in class io.helidon.config.AbstractNodeBuilderImpl.MergingKey
- toString() - Method in class io.helidon.config.ClasspathConfigSource
- toString() - Method in interface io.helidon.config.Config.Key
-
Returns formatted fully-qualified key.
- toString() - Method in class io.helidon.config.ConfigItem.BuilderBase.ConfigItemImpl
- toString() - Method in class io.helidon.config.ConfigItem.BuilderBase
- toString() - Method in class io.helidon.config.hocon.HoconConfigParser
- toString() - Method in class io.helidon.config.ListNodeBuilderImpl
- toString() - Method in class io.helidon.config.ObjectNodeBuilderImpl
- toString() - Method in class io.helidon.config.ObjectNodeImpl
- toString() - Method in class io.helidon.config.PropertiesConfigParser
- toString() - Method in class io.helidon.config.ScheduledPollingStrategy.RegularRecurringPolicy
- toString() - Method in class io.helidon.config.ScheduledPollingStrategy
- toString() - Method in class io.helidon.config.ValueNodeImpl
- toString() - Method in class io.helidon.config.yaml.YamlConfigParser
- toString() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase.MethodParamsImpl
- toString() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
- toString() - Method in record class io.helidon.data.codegen.common.RepositoryInfo
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.data.codegen.parser.MethodParserError
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase.CriteriaConditionImpl
- toString() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
- toString() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase.DataQueryImpl
- toString() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
- toString() - Method in class io.helidon.data.codegen.query.Order.BuilderBase.OrderImpl
- toString() - Method in class io.helidon.data.codegen.query.Order.BuilderBase
- toString() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase.OrderExpressionImpl
- toString() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
- toString() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase.ProjectionImpl
- toString() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
- toString() - Method in class io.helidon.data.codegen.query.Property.BuilderBase.PropertyImpl
-
Property name.
- toString() - Method in class io.helidon.data.codegen.query.Property.BuilderBase
- toString() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase.JpaPersistenceUnitConfigImpl
- toString() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
- toString() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase.JdbcClientConfigImpl
- toString() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
- toString() - Method in class io.helidon.data.Order.BuilderBase.OrderImpl
- toString() - Method in class io.helidon.data.Order.BuilderBase
- toString() - Method in class io.helidon.data.PageRequest.BuilderBase.PageRequestImpl
- toString() - Method in class io.helidon.data.PageRequest.BuilderBase
- toString() - Method in class io.helidon.data.Sort.BuilderBase.SortImpl
- toString() - Method in class io.helidon.data.Sort.BuilderBase
- toString() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
- toString() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
- toString() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- toString() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
- toString() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase.DataSourceConfigImpl
- toString() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
- toString() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- toString() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
- toString() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- toString() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
- toString() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
- toString() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- toString() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- toString() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
- toString() - Method in record class io.helidon.declarative.codegen.http.webserver.AbstractParametersProvider.ParametersSource
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
- toString() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
- toString() - Method in record class io.helidon.declarative.codegen.model.http.HeaderValue
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase.HttpAnnotatedImpl
- toString() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
- toString() - Method in record class io.helidon.declarative.codegen.model.http.HttpMethod
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.declarative.codegen.model.http.HttpStatus
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
- toString() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
- toString() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase.RestEndpointImpl
- toString() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
- toString() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- toString() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
- toString() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- toString() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
- toString() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase.ServerEndpointImpl
- toString() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
- toString() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- toString() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
- toString() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- toString() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
- toString() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- toString() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
- toString() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase.FallbackConfigImpl
- toString() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
- toString() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- toString() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
- toString() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- toString() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
- toString() - Method in class io.helidon.http.ContentDisposition
- toString() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
- toString() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
- toString() - Method in class io.helidon.http.http2.Http2Flag.ContinuationFlags
- toString() - Method in class io.helidon.http.http2.Http2Flag.DataFlags
- toString() - Method in class io.helidon.http.http2.Http2Flag.HeaderFlags
- toString() - Method in class io.helidon.http.http2.Http2Flag.SettingsFlags
- toString() - Method in class io.helidon.http.http2.Http2Flag
- toString() - Method in record class io.helidon.http.http2.Http2FrameData
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.http.http2.Http2FrameHeader
- toString() - Method in record class io.helidon.http.http2.Http2GoAway
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.http.http2.Http2Headers
- toString() - Method in record class io.helidon.http.http2.Http2Priority
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.http.http2.Http2RstStream
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.http.http2.Http2Settings
- toString() - Method in record class io.helidon.http.http2.Http2WindowUpdate
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- toString() - Method in class io.helidon.http.HttpConfig.BuilderBase
- toString() - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- toString() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
- toString() - Method in class io.helidon.http.HttpPrologue
- toString() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- toString() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
- toString() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase.JsonBindingSupportConfigImpl
- toString() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
- toString() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase.JsonSupportConfigImpl
- toString() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase
- toString() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase.SmileSupportConfigImpl
- toString() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
- toString() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- toString() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
- toString() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- toString() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
- toString() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- toString() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
- toString() - Method in record class io.helidon.http.media.MediaSupport.ReaderResponse
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.http.media.MediaSupport.WriterResponse
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase.MediaSupportConfigImpl
- toString() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
- toString() - Method in class io.helidon.http.Method
- toString() - Method in record class io.helidon.http.PathMatchers.MatchResult
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.http.SetCookie
-
Returns content of this instance as a 'Set-Cookie:' header value specified by RFC6265.
- toString() - Method in class io.helidon.http.Status
-
Get the response status as string.
- toString() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase.JsonBindingConfigImpl
- toString() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
- toString() - Method in class io.helidon.json.JsonKey
- toString() - Method in class io.helidon.json.JsonValue
- toString() - Method in class io.helidon.json.schema.Schema.BuilderBase.SchemaImpl
- toString() - Method in class io.helidon.json.schema.Schema.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- toString() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase.SchemaBooleanImpl
- toString() - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase.SchemaIntegerImpl
- toString() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase.SchemaItemImpl
- toString() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaNull.BuilderBase.SchemaNullImpl
- toString() - Method in class io.helidon.json.schema.SchemaNull.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase.SchemaNumberImpl
- toString() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase.SchemaObjectImpl
- toString() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
- toString() - Method in class io.helidon.json.schema.SchemaString.BuilderBase.SchemaStringImpl
- toString() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
- toString() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase.SmileConfigImpl
- toString() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
- toString() - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.MessageConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.MessageHeader
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.BinaryValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.BooleanValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.DecimalValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.Float32Value
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.Float64Value
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.IntegerValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.NativeValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.NullValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.TextValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.TimestampValue
- toString() - Method in class io.helidon.messaging.MessageHeaderValue.UuidValue
- toString() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase.MessagingChannelImpl
- toString() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
- toString() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase.MessagingChannelConfigImpl
- toString() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase.MessagingConnectorProviderConfigImpl
- toString() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase.MessagingIncomingConfigImpl
- toString() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
- toString() - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase.MessagingOutgoingConfigImpl
- toString() - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
- toString() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
- toString() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
- toString() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- toString() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
- toString() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase.ScopeConfigImpl
-
Deprecated.
- toString() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.
- toString() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
-
Deprecated.
- toString() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.
- toString() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- toString() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
- toString() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase.PrometheusNamingConventionConfigImpl
- toString() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
- toString() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase.PrometheusPublisherConfigImpl
- toString() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
- toString() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- toString() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
- toString() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
- toString() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
- toString() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase.OpenApi3xMapperRulesImpl
- toString() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
- toString() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
- toString() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
- toString() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
- toString() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
- toString() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- toString() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
- toString() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- toString() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
- toString() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase.TaskConfigImpl
- toString() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
- toString() - Method in class io.helidon.security.AuditEvent.AuditParam
- toString() - Method in class io.helidon.security.AuthenticationResponse
- toString() - Method in class io.helidon.security.ClassToInstanceStore
-
Returns the toString on underlying map.
- toString() - Method in class io.helidon.security.Grant
- toString() - Method in class io.helidon.security.internal.SecurityAuditEvent
- toString() - Method in enum class io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
- toString() - Method in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
- toString() - Method in class io.helidon.security.jwt.jwk.Jwk
- toString() - Method in class io.helidon.security.providers.common.OutboundTarget
- toString() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
- toString() - Method in class io.helidon.security.providers.common.TokenCredential
- toString() - Method in class io.helidon.security.providers.httpauth.ConfigUserStore.ConfigUser
- toString() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtContext
- toString() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase.ClientCredentialsConfigImpl
- toString() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
- toString() - Method in class io.helidon.security.SecurityLevel
- toString() - Method in class io.helidon.security.SecurityResponse
- toString() - Method in class io.helidon.security.Subject
- toString() - Method in class io.helidon.security.util.AbacSupport.BasicAttributes
- toString() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase.DefaultsParamsImpl
- toString() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
- toString() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase.ActivationRequestImpl
- toString() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
- toString() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase.ActivationResultImpl
- toString() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
- toString() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- toString() - Method in class io.helidon.service.registry.Dependency.BuilderBase
- toString() - Method in class io.helidon.service.registry.EmptyBinding
- toString() - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- toString() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- toString() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
- toString() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- toString() - Method in class io.helidon.service.registry.Lookup.BuilderBase
- toString() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
- toString() - Method in class io.helidon.service.registry.Qualifier.BuilderBase
- toString() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- toString() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
- toString() - Method in class io.helidon.service.registry.VirtualDescriptor
- toString() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase.AggregationConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase.BatchProcessorConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase.ExplicitBucketHistogramAggregationConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase.LogLimitsConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase.LogRecordExporterConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase.MetricExporterConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase.MetricReaderConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase.OpenTelemetryResourceConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase.OtlpHttpExporterConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase.PeriodicMetricReaderConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase.ProcessorConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase.RetryPolicyConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase.SamplerConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase.SpanExporterConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase.SpanLimitsConfigImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
- toString() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
- toString() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
- toString() - Method in class io.helidon.tracing.config.SpanTracingConfig
- toString() - Method in class io.helidon.tracing.config.TracingConfig
- toString() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- toString() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
- toString() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
- toString() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
- toString() - Method in class io.helidon.tracing.Tag
- toString() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
- toString() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
- toString() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase.ClientAltSvcConfigImpl
- toString() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.api.ClientConnectionTarget.LookupKey
- toString() - Method in class io.helidon.webclient.api.ClientConnectionTarget
- toString() - Method in class io.helidon.webclient.api.ClientUri
- toString() - Method in class io.helidon.webclient.api.ConnectionKey
- toString() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- toString() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase.HttpConfigBaseImpl
- toString() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
- toString() - Method in class io.helidon.webclient.api.ProxyRoute
- toString() - Method in class io.helidon.webclient.api.ResolvedClientTarget
- toString() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase.SniConfigImpl
- toString() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
- toString() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- toString() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
- toString() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- toString() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- toString() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
- toString() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- toString() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase.GrpcClientProtocolConfigImpl
- toString() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase.GrpcServiceDescriptorImpl
- toString() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
- toString() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
- toString() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase.Http1ClientProtocolConfigImpl
- toString() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.http1.UpgradeResponse
- toString() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
- toString() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase.Http2ClientProtocolConfigImpl
- toString() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
- toString() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase.JsonRpcClientProtocolConfigImpl
- toString() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
- toString() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
- toString() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl
- toString() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- toString() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- toString() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- toString() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- toString() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase.CorsPathConfigImpl
- toString() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase.ErrorHandlingImpl
- toString() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
- toString() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- toString() - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase.GrpcSecurityConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase.GrpcSecurityHandlerConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase.GrpcSecurityMethodConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase.GrpcSecurityServiceConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase.GrpcValidationConfigImpl
- toString() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- toString() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase.AltSvcConfigImpl
- toString() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.http.ErrorHandlers
- toString() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- toString() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
- toString() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- toString() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- toString() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
- toString() - Method in class io.helidon.webserver.http2.Http2Connection
- toString() - Method in record class io.helidon.webserver.http2.spi.SubProtocolResult
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl
- toString() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
- toString() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- toString() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- toString() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- toString() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- toString() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- toString() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- toString() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
- toString() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase.AutoHttpMetricsPathConfigImpl
- toString() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- toString() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- toString() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase.ObserverConfigBaseImpl
- toString() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- toString() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase.ProxyProtocolConfigImpl
- toString() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Alpn
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Authority
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Crc32c
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Netns
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Noop
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCipher
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCn
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslKeyAlg
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslSigAlg
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslVersion
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.UniqueId
-
Returns a string representation of this record class.
- toString() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Unregistered
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase.PathsConfigImpl
- toString() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- toString() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- toString() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
- toString() - Method in class io.helidon.webserver.SniConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- toString() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase.ClasspathHandlerConfigImpl
- toString() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase.FileSystemHandlerConfigImpl
- toString() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
- toString() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- toString() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- toString() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- toString() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase.TcpTransportConfigImpl
- toString() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
- toString() - Method in record class io.helidon.webserver.testing.junit5.DirectPeerInfo
-
Returns a string representation of this record class.
- toString() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase.UdsTransportConfigImpl
- toString() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase.VirtualHostConfigImpl
- toString() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- toString() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
- toString() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
- toString() - Method in class io.helidon.websocket.ClientWsFrame
- toString() - Method in class io.helidon.websocket.ServerWsFrame
- toString() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
- toString() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase.WsProtocolConfigImpl
- toString(Size.UnitKind) - Method in interface io.helidon.common.Size
-
Get the highest possible unit of the size with integer amount.
- toString(Size.Unit, Size.UnitKind) - Method in interface io.helidon.common.Size
-
Get the amount in the provided unit as a decimal number if needed.
- toSyncSupplier(Supplier, long, TimeUnit) - Static method in class io.helidon.faulttolerance.SupplierHelper
-
Maps a supplier returning a
CompletionStage<T>to a supplier returningTby waiting on the stage; interruption of the calling thread during that wait restores its interrupt status before propagation asSupplierException, while anInterruptedExceptionreported by the stage does not modify the calling thread's interrupt status. - total() - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns the total value over all observations in the snapshot.
- total(TimeUnit) - Method in interface io.helidon.metrics.api.HistogramSnapshot
-
Returns the total value over all observations, interpreting the values as times in nanoseconds and expressing the time in the specified
TimeUnit. - totalAmount() - Method in interface io.helidon.metrics.api.DistributionSummary
-
Returns the total of the observations recorded by the distribution summary.
- totalPages() - Method in interface io.helidon.data.Page
-
Total number of pages.
- totalSize() - Method in interface io.helidon.data.Page
-
Total size of the result across all pages.
- totalTime(TimeUnit) - Method in interface io.helidon.metrics.api.Timer
-
Returns the total time, expressed in the specified units, consumed by completed events measured by the timer.
- toTimeZone(String) - Static method in class io.helidon.config.ConfigMappers
-
Deprecated.use new time API, such as
ZoneId - toType(TypeName) - Static method in class io.helidon.metadata.reflection.TypeFactory
-
Convert a type name to a
Type. - toTypesAnnotation() - Method in class io.helidon.codegen.classmodel.Annotation
-
Convert class model annotation to Helidon Common Types annotation.
- toUpperCase(char) - Static method in class io.helidon.common.buffers.Ascii
-
If the argument is a lowercase ASCII character returns the uppercase equivalent.
- toUpperCase(CharSequence) - Static method in class io.helidon.common.buffers.Ascii
-
Returns a copy of the input character sequence in which all lowercase ASCII characters have been converted to uppercase.
- toUpperCase(String) - Static method in class io.helidon.common.buffers.Ascii
-
Returns a copy of the input string in which all lowercase ASCII characters have been converted to uppercase.
- toUri() - Method in interface io.helidon.common.uri.UriInfo
-
Create a URI from information in this URI info.
- toUri() - Method in class io.helidon.webclient.api.ClientUri
-
Convert instance to
URI. - toUri(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoURI. - toUrl(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoURL. - toUUID(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoUUID. - toWord(byte[], int) - Static method in class io.helidon.common.buffers.Bytes
-
Converts the first 8 bytes from
offsetto a long, using little endian byte order. - toZonedDateTime(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoZonedDateTime. - toZoneId(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoZoneId. - toZoneOffset(String) - Static method in class io.helidon.config.ConfigMappers
-
Maps
stringValuetoZoneOffset. - trace() - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for trace method with default path.
- trace(Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- trace(Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add an options route.
- trace(String) - Method in interface io.helidon.webclient.api.HttpClient
-
Shortcut for trace method with a path.
- trace(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
- trace(String, Handler...) - Method in interface io.helidon.webserver.http.HttpRules
-
Add an options route.
- TRACE - Static variable in class io.helidon.http.Method
-
The TRACE method is used to invoke a remote, application-layer loop-back of the request message.
- TRACE_NAME - Static variable in class io.helidon.http.Method
-
"TRACE" method name.
- Traceable - Class in io.helidon.tracing.config
-
Tracing configuration that can be enabled or disabled.
- Traceable(String) - Constructor for class io.helidon.tracing.config.Traceable
-
A new traceable.
- traceBased() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase.OpenTelemetryLoggingConfigImpl
- traceBased() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Whether to include only log records from traces which are sampled.
- traceBased() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
-
Whether to include only log records from traces which are sampled.
- traceBased(boolean) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Whether to include only log records from traces which are sampled.
- TRACECONTEXT - Enum constant in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
W3C trace context propagation.
- TRACECONTEXT - Enum constant in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
W3C trace context propagation.
- tracedAttributes() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- tracedAttributes() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Set of attributes to trace.
- tracedAttributes() - Method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
Set of attributes to trace.
- tracedAttributes(Set) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Set of attributes to trace.
- tracedConfig() - Method in interface io.helidon.webserver.observe.tracing.PathTracingConfig
-
Associated configuration of tracing valid for the configured path and (possibly) methods.
- traceId() - Method in interface io.helidon.telemetry.testing.tracing.JsonLogConverter.LogSpan
-
Returns the span's trace ID.
- traceId() - Method in interface io.helidon.tracing.SpanContext
-
Trace ID of the associated span.
- TRACEIDRATIO - Enum constant in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Trace ID ratio-based sampler.
- tracer() - Method in interface io.helidon.security.Security
-
Returns a tracer that can be used to construct new spans.
- tracer() - Method in interface io.helidon.security.SecurityContext
-
Provides the tracer to create new spans.
- tracer() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider.OpenTelemetryContext
-
Return the tracer.
- tracer() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Tracer to use to extract inbound span context.
- tracer() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- tracer() - Method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Tracer to use to extract inbound span context.
- tracer(Tracer) - Method in class io.helidon.security.Security.Builder
-
Set an open tracing tracer to use for security.
- tracer(Tracer) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Tracer to use to extract inbound span context.
- Tracer - Interface in io.helidon.tracing
-
Tracer abstraction.
- TracerBuilder<T> - Interface in io.helidon.tracing
-
A builder for tracing
tracer. - TracerFactory__ServiceDescriptor<T> - Class in io.helidon.tracing
-
Service descriptor for
TracerFactory. - TracerFactory__ServiceDescriptor() - Constructor for class io.helidon.tracing.TracerFactory__ServiceDescriptor
-
Constructor with no side effects
- TracerProvider - Interface in io.helidon.tracing.spi
-
Java service to integrate various distributed tracers.
- tracerTags() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- tracerTags() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with
Stringvalues added to all reported spans. - tracerTags() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Tracer-level tags with
Stringvalues added to all reported spans. - tracerTags(Map) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Tracer-level tags with
Stringvalues added to all reported spans. - traceSerialization(SerializationConfig.TraceOption) - Method in class io.helidon.common.SerializationConfig.Builder
-
How to trace serialization.
- tracing() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- tracing() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry tracing settings.
- tracing() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
OpenTelemetry tracing settings.
- tracing(OpenTelemetryTracingConfig) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry tracing settings.
- tracing(Consumer) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry tracing settings.
- tracing(Supplier) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry tracing settings.
- Tracing - Class in io.helidon.tracing
-
Container for Helidon Declarative Tracing types.
- TRACING - Static variable in class io.helidon.grpc.core.InterceptorWeights
-
Tracing weight.
- TRACING_CONFIG_KEY - Static variable in interface io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig
-
Config key for tracing settings.
- TRACING_CONFIG_KEY - Static variable in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase.OpenTelemetryTracerConfigImpl
-
Config key for tracing settings.
- Tracing.ParamTag - Annotation Interface in io.helidon.tracing
-
Tracing tag declared as a method parameter.
- Tracing.Tag - Annotation Interface in io.helidon.tracing
-
Tracing tag.
- Tracing.Traced - Annotation Interface in io.helidon.tracing
-
Marks all service methods on this type as traced, or marks a method as traced (i.e.
- tracingBuilderInfo() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- tracingConfig(TracingConfig) - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
-
Configuration of a traced system to use on this path and possibly method(s).
- TracingConfig - Class in io.helidon.tracing.config
-
Tracing configuration that contains traced components (such as WebServer, Security) and their traced spans and span logs.
- TracingConfig(String) - Constructor for class io.helidon.tracing.config.TracingConfig
-
A new traced configuration.
- TracingConfig.Builder - Class in io.helidon.tracing.config
-
Fluent API builder for
TracingConfig. - TracingConfigUtil - Class in io.helidon.tracing.config
-
Utility to get the current tracing configuration.
- tracingEnabled(boolean) - Method in class io.helidon.security.Security.Builder
-
Whether or not tracing should be enabled.
- TracingExtensionProvider - Class in io.helidon.declarative.codegen.tracing
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative tracing. - TracingExtensionProvider() - Constructor for class io.helidon.declarative.codegen.tracing.TracingExtensionProvider
-
Required public constructor for
ServiceLoader. - tracingId() - Method in interface io.helidon.security.spi.AuditProvider.TracedAuditEvent
-
Tracing id of the current audit event, generated by SecurityContext.
- TracingObserveProvider - Class in io.helidon.webserver.observe.tracing
-
Tracing observe provider implementation, discoverable through
ServiceRegistryandServiceLoader. - TracingObserveProvider() - Constructor for class io.helidon.webserver.observe.tracing.TracingObserveProvider
-
Required public constructor for
ServiceLoader. - TracingObserveProvider__ServiceDescriptor<T> - Class in io.helidon.webserver.observe.tracing
-
Service descriptor for
TracingObserveProvider. - TracingObserveProvider__ServiceDescriptor() - Constructor for class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
-
Constructor with no side effects
- TracingObserver - Class in io.helidon.webserver.observe.tracing
-
Observer that registers tracing endpoint, and collects all tracing checks.
- TracingObserverConfig - Interface in io.helidon.webserver.observe.tracing
-
Configuration of Tracing observer.
- TracingObserverConfig.Builder - Class in io.helidon.webserver.observe.tracing
-
Fluent API builder for
TracingObserver. - TracingObserverConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.observe.tracing
-
Fluent API builder base for
TracingObserverConfig. - TracingObserverConfig.BuilderBase.TracingObserverConfigImpl - Class in io.helidon.webserver.observe.tracing
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TracingObserverConfigImpl(TracingObserverConfig.BuilderBase) - Constructor for class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
-
Create an instance providing a builder.
- TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor<T> - Class in io.helidon.tracing.providers.opentelemetry
-
Service descriptor for
TracingOpenTelemetryOwnershipStrategy. - TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor() - Constructor for class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
-
Constructor with no side effects
- TracingSemanticConventions - Interface in io.helidon.webserver.observe.tracing
-
Applies a particular set of semantic conventions to spans created automatically for requests.
- TracingSemanticConventionsProvider - Interface in io.helidon.webserver.observe.tracing.spi
-
Behavior of a provider of tracing semantic conventions.
- tracingSpan() - Method in interface io.helidon.security.SecurityContext
-
Provides the span for tracing.
- tracingSpan(SpanContext) - Method in class io.helidon.security.SecurityContext.Builder
-
Open tracing span context to correctly trace security.
- tracingSpan(SpanContext) - Method in class io.helidon.security.SecurityRequestBuilder
-
Tracing span to support Open tracing.
- tracingSpanContext() - Method in interface io.helidon.security.SecurityRequest
-
Parent span for tracing.
- tracingTracer(Tracer) - Method in class io.helidon.security.SecurityContext.Builder
-
Tracer used to create new span contexts when tracing security events.
- TRAILER - Static variable in class io.helidon.http.HeaderNames
-
The "Trailer" header name.
- TRAILER_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Trailer" header name.
- trailers() - Method in interface io.helidon.webclient.api.ClientResponseTyped
-
Response trailer headers.
- trailers() - Method in interface io.helidon.webclient.http1.Http1ClientResponse
-
Response trailer headers.
- trailers() - Method in interface io.helidon.webclient.http2.Http2ClientResponse
-
Response trailer headers.
- trailers() - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Response trailer headers.
- trailers() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientBatchResponse
-
Response trailer headers.
- trailers() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientResponse
-
Response trailer headers.
- trailers() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Received response trailer headers.
- trailers() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- trailers() - Method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Received response trailer headers.
- trailers() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Future that shall be completed once trailers are received.
- trailers() - Method in interface io.helidon.webserver.http.ServerResponse
-
Response trailers (mutable).
- trailers(CompletableFuture) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Received response trailer headers.
- transaction() - Method in interface io.helidon.dbclient.DbClient
-
Execute database statements in transaction.
- transaction() - Method in class io.helidon.dbclient.mongodb.MongoDbClient
- transaction(Functions.CheckedRunnable) - Static method in class io.helidon.transaction.Tx
-
Execute provided
taskwith managed transaction ofTx.Type.REQUIREDtype. - transaction(Tx.Type, Functions.CheckedRunnable) - Static method in class io.helidon.transaction.Tx
-
Execute provided
taskwith managed transaction of providedtype. - transaction(Tx.Type, Callable) - Method in interface io.helidon.transaction.spi.TxSupport
-
Execute provided task as database transaction.
- transaction(Tx.Type, Callable) - Static method in class io.helidon.transaction.Tx
-
Execute provided
taskwith managed transaction of providedtype. - transaction(Callable) - Static method in class io.helidon.transaction.Tx
-
Execute provided
taskwith managed transaction ofTx.Type.REQUIREDtype. - TRANSACTION_READ_COMMITTED - Enum constant in enum class io.helidon.data.sql.datasource.TransactionIsolation
-
A constant indicating that dirty reads are prevented; non-repeatable reads and phantom reads can occur.
- TRANSACTION_READ_UNCOMMITTED - Enum constant in enum class io.helidon.data.sql.datasource.TransactionIsolation
-
A constant indicating that dirty reads, non-repeatable reads and phantom reads can occur.
- TRANSACTION_REPEATABLE_READ - Enum constant in enum class io.helidon.data.sql.datasource.TransactionIsolation
-
A constant indicating that dirty reads and non-repeatable reads are prevented; phantom reads can occur.
- TRANSACTION_SERIALIZABLE - Enum constant in enum class io.helidon.data.sql.datasource.TransactionIsolation
-
A constant indicating that dirty reads, non-repeatable reads and phantom reads are prevented.
- TransactionContext_JtaLifeCycle__ServiceDescriptor<T> - Class in io.helidon.data.jakarta.persistence
-
Service descriptor for
TransactionContext.JtaLifeCycle. - TransactionContext_JtaLifeCycle__ServiceDescriptor() - Constructor for class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
-
Constructor with no side effects
- transactionIsolation() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- transactionIsolation() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default transaction isolation level.
- transactionIsolation() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Set the default transaction isolation level.
- transactionIsolation() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase.JdbcDataSourceConfigImpl
- transactionIsolation() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default transaction isolation level.
- transactionIsolation() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Set the default transaction isolation level.
- transactionIsolation(TransactionIsolation) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Set the default transaction isolation level.
- transactionIsolation(TransactionIsolation) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Set the default transaction isolation level.
- TransactionIsolation - Enum Class in io.helidon.data.sql.datasource
-
Supported transaction isolation levels.
- TRANSFER_ENCODING - Static variable in class io.helidon.http.HeaderNames
-
The "Transfer-Encoding" header name.
- TRANSFER_ENCODING_CHUNKED - Static variable in class io.helidon.http.HeaderValues
-
Chunked transfer encoding.
- TRANSFER_ENCODING_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Transfer-Encoding" header name.
- transform(String) - Method in enum class io.helidon.security.providers.oidc.common.PkceChallengeMethod
-
Transform Proof Key Code Exchange (PKCE) verifier to the challenge.
- transformToJsonValue(Map) - Static method in class io.helidon.security.jwt.JwtUtil
-
Transform a map of strings to objects to a map of string to JSON values.
- Transient - Annotation Interface in io.helidon.config.objectmapping
-
Annotation used to exclude JavaBean property, method or constructor from JavaBean deserialization support.
- TRANSIENT - Enum constant in enum class io.helidon.common.types.Modifier
-
The
transientmodifier. - translateHex(byte, JsonParser) - Static method in class io.helidon.json.Parsers
-
Translates a hexadecimal byte into its numeric value.
- transport() - Method in class io.helidon.security.SecurityEnvironment
-
Return type of transport (such as http, https, jms etc.).
- transport(String) - Method in class io.helidon.security.SecurityEnvironment.Builder
-
Transport we are implementing (such as http, https).
- TRANSPORT_QUIC - Static variable in interface io.helidon.http.HttpTransportObserver
-
Known transport identifier for QUIC.
- TRANSPORT_TCP - Static variable in interface io.helidon.http.HttpTransportObserver
-
Known transport identifier for TCP.
- TRANSPORT_UNIX - Static variable in interface io.helidon.http.HttpTransportObserver
-
Known transport identifier for Unix domain sockets.
- transportAddress() - Method in class io.helidon.webclient.api.ClientConnectionTarget
-
Physical non-IP transport override.
- TransportBinding - Interface in io.helidon.webserver.spi
-
Transport binding owned by a logical WebServer listener.
- TransportBinding.Security - Enum Class in io.helidon.webserver.spi
-
Transport binding security.
- TransportBinding.ShutdownResult - Enum Class in io.helidon.webserver.spi
-
Transport binding shutdown result.
- TransportBindingContext - Interface in io.helidon.webserver
-
Context shared with listener transport bindings.
- TransportBindingFactory - Interface in io.helidon.webserver.spi
-
Factory for a configured transport binding.
- TransportBindingFactoryProvider - Interface in io.helidon.webserver.spi
-
Provider of configured transport binding factories.
- transportBindingTypes() - Method in interface io.helidon.webserver.spi.ProtocolConfig
-
Transport binding provider keys compatible with this protocol.
- TransportBindingTypes - Class in io.helidon.webserver
-
Fixed configuration and provider key values for built-in WebServer transport binding types.
- transports() - Method in class io.helidon.security.providers.common.OutboundTarget
-
Transports of this target.
- traverse() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase.OptionConfiguredImpl
- traverse() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Whether to traverse the config node when creating a map.
- traverse() - Method in interface io.helidon.builder.codegen.OptionConfigured
-
Whether to traverse the config node when creating a map.
- traverse() - Method in interface io.helidon.config.Config
-
Iterative deepening depth-first traversal of the node and its subtree as a
Stream<Config>. - traverse(boolean) - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Whether to traverse the config node when creating a map.
- traverse(Predicate) - Method in interface io.helidon.config.Config
-
Iterative deepening depth-first traversal of the node and its subtree as a
Stream<Config>, qualified by the specified predicate. - traverse(Predicate) - Method in class io.helidon.config.MergedConfig
-
Traverses over merged configs like
Config.traverse(). - trigger() - Element in annotation interface io.helidon.common.Generated
-
The type that caused this type to be generated.
- triggerUpdate() - Method in interface io.helidon.http.http2.WindowSize.Outbound
-
Trigger update of window size.
- trim(int) - Method in interface io.helidon.common.buffers.BufferData
-
Trim the last x bytes from a buffer (remove them).
- True - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Trueoperator. - TRUE - Enum constant in enum class io.helidon.openapi.OpenApi.Explode
-
Document the parameter with
explode=true. - TRUE - Enum constant in enum class io.helidon.openapi.OpenApi.Required
-
Document the item as required.
- TRUE - Static variable in class io.helidon.json.JsonBoolean
-
The singleton instance representing the JSON boolean value true.
- trust() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- trust() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
List of certificates that form the trust manager.
- trust() - Method in interface io.helidon.common.tls.TlsMaterial
-
List of certificates that form the trust manager.
- trust(Keys) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
List of certificates that form the trust manager.
- trust(Consumer) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
List of certificates that form the trust manager.
- trust(List) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
List of certificates that form the trust manager.
- trustAll() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- trustAll() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Trust any certificate provided by the other side of communication.
- trustAll() - Method in interface io.helidon.common.tls.TlsMaterial
-
Trust any certificate provided by the other side of communication.
- trustAll(boolean) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Trust any certificate provided by the other side of communication.
- trustAllTmf() - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Creates a trust all trust manager factory.
- trustedCertificate() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase.ExtendedTracerConfigImpl
- trustedCertificate() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Trusted certificates for connecting to the tracing collector.
- trustedCertificate() - Method in interface io.helidon.tracing.ExtendedTracerConfig
-
Trusted certificates for connecting to the tracing collector.
- trustedCertificate(Resource) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Trusted certificates for connecting to the tracing collector.
- trustedCertificate(ResourceConfig) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Trusted certificates for connecting to the tracing collector.
- trustedCertificate(Consumer) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Trusted certificates for connecting to the tracing collector.
- trustedCertificate(Supplier) - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Trusted certificates for connecting to the tracing collector.
- trustedCertificatesPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- trustedCertificatesPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Trusted certificates.
- trustedCertificatesPem() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Trusted certificates.
- trustedCertificatesPem(Resource) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Trusted certificates.
- trustedCertificatesPem(ResourceConfig) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Trusted certificates.
- trustedCertificatesPem(Consumer) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Trusted certificates.
- trustedCertificatesPem(Supplier) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Trusted certificates.
- trustedProxies() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase.ProxyProtocolConfigImpl
- trustedProxies() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Trusted proxy allow list; required when PROXY protocol support is enabled.
- trustedProxies() - Method in interface io.helidon.webserver.ProxyProtocolConfig
-
Trusted proxy allow list; required when PROXY protocol support is enabled.
- trustedProxies(AllowList) - Method in class io.helidon.http.RequestedUriDiscoveryContext.Builder
-
Sets the trusted proxies for requested URI discovery for requests arriving on the socket.
- trustedProxies(AllowList) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Trusted proxy allow list; required when PROXY protocol support is enabled.
- trustedProxies(AllowListConfig) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Trusted proxy allow list; required when PROXY protocol support is enabled.
- trustedProxies(Consumer) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Trusted proxy allow list; required when PROXY protocol support is enabled.
- trustedProxies(Supplier) - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Trusted proxy allow list; required when PROXY protocol support is enabled.
- trustManager() - Method in class io.helidon.common.tls.ConfiguredTlsManager
- trustManager() - Method in interface io.helidon.common.tls.TlsManager
-
The trust manager in use.
- trustManager() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase.OtlpExporterConfigImpl
- trustManager() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
X509 trust manager for the exporter.
- trustManager() - Method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
X509 trust manager for the exporter.
- trustManager(X509TrustManager) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
X509 trust manager for the exporter.
- trustManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- trustManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Trust manager factory algorithm.
- trustManagerFactoryAlgorithm() - Method in interface io.helidon.common.tls.TlsMaterial
-
Trust manager factory algorithm.
- trustManagerFactoryAlgorithm(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Trust manager factory algorithm.
- trustManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase.TlsMaterialImpl
- trustManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Trust manager factory provider to use.
- trustManagerFactoryProvider() - Method in interface io.helidon.common.tls.TlsMaterial
-
Trust manager factory provider to use.
- trustManagerFactoryProvider(String) - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Trust manager factory provider to use.
- trustStore() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- trustStore() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
If you want to build a trust store, call this method to add all certificates present in the keystore to certificate list.
- trustStore() - Method in interface io.helidon.common.pki.KeystoreKeys
-
If you want to build a trust store, call this method to add all certificates present in the keystore to certificate list.
- trustStore(boolean) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
If you want to build a trust store, call this method to add all certificates present in the keystore to certificate list.
- TRY_AGAIN_LATER - Static variable in class io.helidon.websocket.WsCloseCodes
-
Temporary server condition forced blocking client's request.
- tryAcquireOutcome() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm
-
Try to acquire a token, waiting for available permits for the configured amount of time, if queuing is enabled.
- tryAcquireOutcome(boolean) - Method in class io.helidon.common.concurrency.limits.AimdLimit
- tryAcquireOutcome(boolean) - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm
-
Tries to acquire a token, waiting for available permits for the configured amount of time if
waitis enabled and the implementation supports queueing, returning immediately otherwise. - tryAcquireOutcome(boolean) - Method in class io.helidon.common.concurrency.limits.FixedLimit
- tryAcquireOutcome(boolean) - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- tryDecrement() - Method in class io.helidon.common.reactive.RequestedCounter
-
Tries to safely decrement a positive requested counter value, making sure the value does not drop below zero.
- tryReserveDelivery() - Method in interface io.helidon.messaging.IncomingConnectorContext
-
Attempt to reserve pending capacity before acquiring one connector delivery without blocking.
- tryStart(MessageBatch) - Method in interface io.helidon.messaging.ConnectorDeliveryReservation
-
Attempt to start a retained connector delivery without waiting.
- tryStartFailed(MessageBatch, RuntimeException) - Method in interface io.helidon.messaging.ConnectorDeliveryReservation
-
Attempt to start a retained connector delivery with a pre-dispatch mapping failure without waiting.
- tryWrite(Http2FrameData, Runnable) - Method in class io.helidon.http.http2.Http2ConnectionWriter
-
Attempts to write a frame without waiting for another frame write to finish.
- TSV - Static variable in class io.helidon.http.HeaderNames
-
Deprecated, for removal: This API element is subject to removal in a future version.The retired DNT specification defines "TSV" as an ABNF production for values of the
Tkheader field, not as an HTTP header field name - TSV_NAME - Static variable in class io.helidon.http.HeaderNames
-
Deprecated, for removal: This API element is subject to removal in a future version.The retired DNT specification defines "TSV" as an ABNF production for values of the
Tkheader field, not as an HTTP header field name - Tx - Class in io.helidon.transaction
-
Annotations and types related to transactional method execution.
- Tx.Mandatory - Annotation Interface in io.helidon.transaction
-
Annotated method will be executed with managed transaction of
Tx.Type.MANDATORYtype. - Tx.Never - Annotation Interface in io.helidon.transaction
-
Annotated method will be executed with managed transaction of
Tx.Type.NEVERtype. - Tx.New - Annotation Interface in io.helidon.transaction
-
Annotated method will be executed with managed transaction of
Tx.Type.NEWtype. - Tx.Required - Annotation Interface in io.helidon.transaction
-
Annotated method will be executed with managed transaction of
Tx.Type.REQUIREDtype. - Tx.Supported - Annotation Interface in io.helidon.transaction
-
Annotated method will be executed with managed transaction of
Tx.Type.SUPPORTEDtype. - Tx.TransactionType - Annotation Interface in io.helidon.transaction
-
Transaction
Tx.Typeannotation. - Tx.Type - Enum Class in io.helidon.transaction
-
Transaction type.
- Tx.Unsupported - Annotation Interface in io.helidon.transaction
-
Annotated method will be executed with managed transaction of
Tx.Type.UNSUPPORTEDtype. - TxException - Exception Class in io.helidon.transaction
-
A
RuntimeExceptionthat indicates that task with managed transaction has failed. - TxException(String) - Constructor for exception class io.helidon.transaction.TxException
-
Create new exception for a message.
- TxException(String, Throwable) - Constructor for exception class io.helidon.transaction.TxException
-
Create new exception for a message and a cause.
- TxLifeCycle - Interface in io.helidon.transaction.spi
-
Transaction event listener service.
- TxSupport - Interface in io.helidon.transaction.spi
-
Implemented by each transaction handling support.
- type() - Element in annotation interface io.helidon.builder.api.Option.DefaultMethod
-
Type to invoke the method on, defaults to the type of the property.
- type() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase.PrototypeConstantImpl
- type() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Type of the constant.
- type() - Method in interface io.helidon.builder.codegen.PrototypeConstant
-
Type of the constant.
- type() - Method in interface io.helidon.codegen.Option
-
Type of the option, metadata that can be used to list available options and their types.
- type() - Method in class io.helidon.common.concurrency.limits.AimdLimit
- type() - Method in class io.helidon.common.concurrency.limits.FixedLimit
- type() - Method in class io.helidon.common.concurrency.limits.ThroughputLimit
- type() - Method in class io.helidon.common.GenericType
-
The type represented by this generic type instance.
- type() - Method in interface io.helidon.common.media.type.MediaType
-
Type, such as
application. - type() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase.KeystoreKeysImpl
- type() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Set type of keystore.
- type() - Method in interface io.helidon.common.pki.KeystoreKeys
-
Set type of keystore.
- type() - Method in class io.helidon.common.tls.ConfiguredTlsManager
- type() - Method in interface io.helidon.common.types.AnnotationProperty.ConstantValue
-
Type name that declares the constant.
- type() - Method in interface io.helidon.common.types.ElementSignature
-
Type of the element.
- type() - Method in interface io.helidon.common.types.ResolvedType
-
Provides the underlying type name that backs this resolved type.
- type() - Method in interface io.helidon.config.Config
-
Provides the
Config.Typeof theConfignode. - type() - Method in class io.helidon.config.FileSystemWatcher
- type() - Method in class io.helidon.config.MergedConfig
- type() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
The type of the configuration option.
- type() - Method in interface io.helidon.config.NamedService
-
Type of this implementation, to distinguish instances of same type, with different
NamedService.name(). - type() - Method in interface io.helidon.config.spi.ChangeWatcher.ChangeEvent
-
Type of change if available.
- type() - Method in interface io.helidon.config.spi.ChangeWatcher
-
Target supported by this change watcher.
- type() - Method in interface io.helidon.data.codegen.query.ProjectionParameter
-
Projection expression parameter type.
- type() - Method in class io.helidon.data.codegen.query.QueryParameters
-
Type of the query parameters.
- type() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Type of this provider.
- type() - Method in interface io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig
-
Type of this provider.
- type() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Type of this provider.
- type() - Method in interface io.helidon.dbclient.jdbc.JdbcConnectionPool
- type() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase.ModelElementImpl
- type() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Type of this element.
- type() - Method in interface io.helidon.declarative.codegen.model.http.ModelElement
-
Type of this element.
- type() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Owning type info.
- type() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
-
Owning type info.
- type() - Method in interface io.helidon.graphql.GeneratedGraphQl.CustomScalar
-
Java type represented by this scalar.
- type() - Method in interface io.helidon.grpc.core.MethodHandler
-
Obtain the
gRPC method tyoethat thisMethodHandlerhandles. - type() - Method in class io.helidon.health.checks.DeadlockHealthCheck
- type() - Method in class io.helidon.health.checks.DiskSpaceHealthCheck
- type() - Method in class io.helidon.health.checks.HeapMemoryHealthCheck
- type() - Method in interface io.helidon.health.HealthCheck
-
Type of this health check.
- type() - Method in class io.helidon.http.ContentDisposition
-
Content disposition type.
- type() - Method in class io.helidon.http.encoding.deflate.DeflateEncoding
- type() - Method in class io.helidon.http.encoding.gzip.GzipEncoding
- type() - Method in class io.helidon.http.http2.Http2FrameHeader
-
Frame type enum.
- type() - Method in enum class io.helidon.http.http2.Http2FrameType
-
Type id.
- type() - Method in interface io.helidon.http.http2.Http2FrameTypes
-
Frame type enum.
- type() - Method in interface io.helidon.http.HttpMediaType
- type() - Method in class io.helidon.http.media.FormParamsSupport
- type() - Method in class io.helidon.http.media.jackson.JacksonSupport
- type() - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- type() - Method in class io.helidon.http.media.json.smile.SmileSupport
- type() - Method in class io.helidon.http.media.jsonb.JsonbSupport
- type() - Method in class io.helidon.http.media.jsonp.JsonpSupport
- type() - Method in class io.helidon.http.media.MediaSupportBase
- type() - Method in class io.helidon.http.media.multipart.MultiPartSupport
- type() - Method in class io.helidon.http.media.PathSupport
- type() - Method in class io.helidon.http.media.StringSupport
- type() - Method in interface io.helidon.json.binding.JsonComponent
-
Return the type this component handles.
- type() - Method in class io.helidon.json.JsonArray
- type() - Method in class io.helidon.json.JsonBoolean
- type() - Method in class io.helidon.json.JsonNull
- type() - Method in class io.helidon.json.JsonNumber
- type() - Method in class io.helidon.json.JsonObject
- type() - Method in class io.helidon.json.JsonString
- type() - Method in class io.helidon.json.JsonValue
-
Return the type of this JSON value.
- type() - Method in interface io.helidon.metadata.hson.Hson.Value
-
Type of this value.
- type() - Method in interface io.helidon.metrics.api.Meter
-
Returns the meter type.
- type() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisher
- type() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisher
- type() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityScheme
-
Scheme type.
- type() - Method in class io.helidon.openapi.OpenApiFeature
- type() - Method in interface io.helidon.openapi.spi.OpenApiVersion
-
OpenAPI version family supported by this implementation.
- type() - Method in class io.helidon.openapi.v30.OpenApi30Version
- type() - Method in class io.helidon.openapi.v31.OpenApi31Version
- type() - Method in class io.helidon.openapi.v32.OpenApi32Version
- type() - Method in class io.helidon.security.Grant
-
Type of this grant.
- type() - Method in class io.helidon.security.jwt.Jwt
-
Type claim.
- type() - Method in class io.helidon.security.jwt.JwtHeaders
-
Type claim.
- type() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase.AggregationConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Type of aggregation to apply.
- type() - Method in interface io.helidon.telemetry.otelconfig.AggregationConfig
-
Type of aggregation to apply.
- type() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Instrument type.
- type() - Method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Instrument type.
- type() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase.LogRecordExporterConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Logger exporter type.
- type() - Method in interface io.helidon.telemetry.otelconfig.LogRecordExporterConfig
-
Logger exporter type.
- type() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase.MetricDefaultHistogramAggregationConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Type of aggregation default.
- type() - Method in interface io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig
-
Type of aggregation default.
- type() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase.MetricExporterConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Metric exporter type.
- type() - Method in interface io.helidon.telemetry.otelconfig.MetricExporterConfig
-
Metric exporter type.
- type() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase.MetricReaderConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Metric reader type.
- type() - Method in interface io.helidon.telemetry.otelconfig.MetricReaderConfig
-
Metric reader type.
- type() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase.ProcessorConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Processor type.
- type() - Method in interface io.helidon.telemetry.otelconfig.ProcessorConfig
-
Processor type.
- type() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase.SamplerConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Sampler type.
- type() - Method in interface io.helidon.telemetry.otelconfig.SamplerConfig
-
Sampler type.
- type() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase.SpanExporterConfigImpl
- type() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Span exporter type.
- type() - Method in interface io.helidon.telemetry.otelconfig.SpanExporterConfig
-
Span exporter type.
- type() - Method in interface io.helidon.transaction.spi.TxSupport
-
Type of the transaction API support, e.g.
- type() - Method in class io.helidon.webclient.api.Proxy
-
Get proxy type.
- type() - Method in class io.helidon.webclient.context.WebClientContextService
- type() - Method in interface io.helidon.webclient.discovery.WebClientDiscovery
-
Returns the determinate type of this
WebClientServiceimplementation (discoveryby default). - type() - Method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Returns the
MethodDescriptor.MethodTypeof this method. - type() - Method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Type identifying this protocol.
- type() - Method in interface io.helidon.webclient.grpc.spi.GrpcClientService
- type() - Method in class io.helidon.webclient.grpc.tracing.GrpcClientTracing
- type() - Method in interface io.helidon.webclient.http1.Http1ClientProtocolConfig
- type() - Method in interface io.helidon.webclient.http2.Http2ClientProtocolConfig
- type() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig
-
Type identifying this protocol.
- type() - Method in class io.helidon.webclient.metrics.WebClientMeter
- type() - Method in class io.helidon.webclient.security.WebClientSecurity
- type() - Method in interface io.helidon.webclient.spi.WebClientService
- type() - Method in class io.helidon.webclient.tracing.WebClientTracing
- type() - Method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
- type() - Method in class io.helidon.webserver.accesslog.AccessLogFeature
- type() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeature
- type() - Method in class io.helidon.webserver.context.ContextFeature
- type() - Method in class io.helidon.webserver.cors.CorsFeature
- type() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase.GrpcConfigImpl
- type() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Protocol configuration type.
- type() - Method in interface io.helidon.webserver.grpc.GrpcConfig
-
Protocol configuration type.
- type() - Method in class io.helidon.webserver.grpc.GrpcReflectionFeature
- type() - Method in class io.helidon.webserver.grpc.security.GrpcSecurity
- type() - Method in interface io.helidon.webserver.grpc.spi.GrpcServerService
- type() - Method in class io.helidon.webserver.grpc.validation.GrpcValidation
- type() - Method in class io.helidon.webserver.hsts.HstsFeature
- type() - Method in interface io.helidon.webserver.http1.Http1Config
-
Protocol configuration type.
- type() - Method in interface io.helidon.webserver.http2.Http2Config
-
Protocol configuration type.
- type() - Method in class io.helidon.webserver.observe.config.ConfigObserver
- type() - Method in class io.helidon.webserver.observe.health.HealthObserver
- type() - Method in class io.helidon.webserver.observe.info.InfoObserver
- type() - Method in class io.helidon.webserver.observe.log.LogObserver
- type() - Method in class io.helidon.webserver.observe.metrics.MetricsObserver
- type() - Method in class io.helidon.webserver.observe.ObserveFeature
- type() - Method in interface io.helidon.webserver.observe.spi.ObserveProvider
-
Type of this observe provider, to map to
Observerwhen explicitly configured by user (so we do not duplicate observers). - type() - Method in interface io.helidon.webserver.observe.spi.Observer
-
Type of this observer, to make sure we do not configure an observer both through provider discovery and using a programmatic approach.
- type() - Method in class io.helidon.webserver.observe.tracing.TracingObserver
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Alpn
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Authority
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Crc32c
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Netns
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Noop
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCipher
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslCn
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslKeyAlg
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslSigAlg
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslVersion
- type() - Method in interface io.helidon.webserver.ProxyProtocolV2Data.Tlv
-
Returns the TLV's type identifier.
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.UniqueId
- type() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Unregistered
-
Returns the value of the
typerecord component. - type() - Method in class io.helidon.webserver.RequestScopeFeature
- type() - Method in class io.helidon.webserver.security.SecurityFeature
- type() - Method in interface io.helidon.webserver.spi.TransportBinding
-
Transport binding type.
- type() - Method in class io.helidon.webserver.staticcontent.StaticContentFeature
- type() - Method in class io.helidon.webserver.StuckThreadDetectionFeature
- type() - Method in class io.helidon.webserver.TcpTransportBindingFactory
- type() - Method in class io.helidon.webserver.UdsTransportBindingFactory
- type() - Method in interface io.helidon.webserver.websocket.WsConfig
-
Protocol configuration type.
- type(TypeInfo) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Type of this element.
- type(TypeName) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Type of the constant.
- type(TypeName) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
- type(TypeName) - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
- type(TypeName) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
- type(TypeName) - Method in class io.helidon.codegen.classmodel.Field.Builder
- type(TypeName) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- type(TypeName) - Method in class io.helidon.codegen.classmodel.Returns.Builder
- type(TypeName) - Method in class io.helidon.codegen.classmodel.Throws.Builder
- type(TypeName) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
The analyzed type.
- type(DirectHandler.EventType) - Method in class io.helidon.http.RequestException.Builder
-
Event type of this exception.
- type(AggregationType) - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Type of aggregation to apply.
- type(LogExporterType) - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Logger exporter type.
- type(MetricDefaultHistogramAggregationType) - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Type of aggregation default.
- type(MetricExporterType) - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Metric exporter type.
- type(MetricReaderType) - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Metric reader type.
- type(ProcessorType) - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Processor type.
- type(SamplerType) - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Sampler type.
- type(SpanExporterType) - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Span exporter type.
- type(Proxy.ProxyType) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Sets a new proxy type.
- type(InstrumentType) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Instrument type.
- type(Class) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
- type(Class) - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
- type(Class) - Method in class io.helidon.codegen.classmodel.Field.Builder
- type(Class) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- type(Class) - Method in class io.helidon.codegen.classmodel.Returns.Builder
- type(Class) - Method in class io.helidon.codegen.classmodel.Throws.Builder
- type(Class) - Method in class io.helidon.security.SecurityLevel.SecurityLevelBuilder
-
The analyzed type.
- type(Type) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Annotation type name from annotation type.
- type(Type) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Update builder from the provided type.
- type(String) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
- type(String) - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
- type(String) - Method in class io.helidon.codegen.classmodel.Field.Builder
- type(String) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
- type(String) - Method in class io.helidon.codegen.classmodel.Returns.Builder
- type(String) - Method in class io.helidon.codegen.classmodel.Throws.Builder
- type(String) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Set type of keystore.
- type(String) - Method in class io.helidon.http.ContentDisposition.Builder
-
Set the content disposition type.
- type(String) - Method in class io.helidon.openapi.OpenApiDocument.SecuritySchemeBuilder
-
Set security scheme type.
- type(String) - Method in class io.helidon.security.Grant.Builder
-
Configure type of this grant.
- type(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Type of this JWT.
- type(String) - Method in class io.helidon.security.jwt.JwtHeaders.Builder
-
Type of this JWT.
- type(String) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Protocol configuration type.
- type(Consumer) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Type of this element.
- type(Consumer) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Type of the constant.
- type(Supplier) - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Type of this element.
- type(Supplier) - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Type of the constant.
- TYPE - Enum constant in enum class io.helidon.validation.ConstraintViolation.Location
-
A type (interface, record, class).
- TYPE - Static variable in annotation interface io.helidon.data.Data.ProviderType
-
Type of this annotation (from Helidon Common Types).
- TYPE - Static variable in annotation interface io.helidon.security.abac.role.RoleValidator.PermitAll
-
Type of this interface.
- TYPE - Static variable in annotation interface io.helidon.security.abac.role.RoleValidator.Roles
-
Type of this interface.
- TYPE - Static variable in annotation interface io.helidon.security.abac.role.RoleValidator.RolesContainer
-
Type of this interface.
- TYPE - Static variable in annotation interface io.helidon.security.abac.scope.ScopeValidator.Scope
-
Type of this interface.
- TYPE - Static variable in annotation interface io.helidon.security.abac.scope.ScopeValidator.Scopes
-
Type of this interface.
- TYPE - Static variable in annotation interface io.helidon.security.abac.time.TimeValidator.DaysOfWeek
-
Type of this interface.
- TYPE - Static variable in annotation interface io.helidon.security.abac.time.TimeValidator.TimeOfDay
-
Type of this interface.
- TYPE - Static variable in annotation interface io.helidon.security.annotations.Audited
-
Type of this annotation.
- TYPE - Static variable in annotation interface io.helidon.security.annotations.Authenticated
-
Type name of this annotation.
- TYPE - Static variable in annotation interface io.helidon.security.annotations.Authorized
-
Type name of this annotation.
- TYPE - Static variable in interface io.helidon.service.registry.Binding
-
Type name of this interface.
- TYPE - Static variable in interface io.helidon.service.registry.Scopes
-
Type name of this interface.
- TYPE - Static variable in annotation interface io.helidon.service.registry.Service.Descriptor
-
Type name of this interface.
- TYPE - Static variable in interface io.helidon.service.registry.Service.InjectionPointFactory
-
Type name of this interface.
- TYPE - Static variable in annotation interface io.helidon.service.registry.Service.InstanceName
-
Type name of this interface.
- TYPE - Static variable in annotation interface io.helidon.service.registry.Service.Named
-
Type name of this annotation.
- TYPE - Static variable in annotation interface io.helidon.service.registry.Service.NamedByType
-
Type name of this interface.
- TYPE - Static variable in annotation interface io.helidon.service.registry.Service.PerLookup
-
Type name of this interface.
- TYPE - Static variable in annotation interface io.helidon.service.registry.Service.PerRequest
-
This interface type.
- TYPE - Static variable in interface io.helidon.service.registry.Service.QualifiedFactory
-
Type name of this interface.
- TYPE - Static variable in interface io.helidon.service.registry.Service.ScopeHandler
-
Type name of this interface.
- TYPE - Static variable in interface io.helidon.service.registry.Service.ServicesFactory
-
Type name of this interface.
- TYPE - Static variable in annotation interface io.helidon.service.registry.Service.Singleton
-
Type name of this annotation.
- TYPE - Static variable in interface io.helidon.service.registry.ServiceInstance
-
Type name of this interface.
- TYPE - Static variable in interface io.helidon.service.registry.ServiceRegistry
-
Type name of this interface.
- TYPE - Static variable in interface io.helidon.webclient.sse.SseSource
-
A type representing an SSE source.
- TYPE - Static variable in interface io.helidon.webserver.sse.SseSink
-
Type of SSE event sinks.
- TYPE_AND_NAME - Enum constant in enum class io.helidon.builder.api.Option.Provider.Identity
-
Use provider type and instance name together as the configured-instance identity.
- TYPE_DB_ROW - Static variable in interface io.helidon.dbclient.DbMapperManager
-
Generic type for the
DbRowclass. - TYPE_FORM_DATA - Static variable in class io.helidon.http.ContentDisposition.Builder
-
The form-data content disposition used by
MediaTypes.MULTIPART_FORM_DATA. - TYPE_INDEXED_PARAMS - Static variable in interface io.helidon.dbclient.DbMapperManager
-
Generic type for the
Listof indexed parameters. - TYPE_NAME - Static variable in class io.helidon.common.types.TypeNames
-
Type name of the type name.
- TYPE_NAMED_PARAMS - Static variable in interface io.helidon.dbclient.DbMapperManager
-
Generic type for the
Mapof String to value pairs for named parameters. - TYPE_ONLY - Enum constant in enum class io.helidon.builder.api.Option.Provider.Identity
-
Use provider type as the complete configured-instance identity.
- TYPE_TOKEN - Static variable in class io.helidon.codegen.classmodel.ClassModel
-
Type token is used to prepend and append to the fully qualified type names to support import handling.
- TYPE_TOKEN_PATTERN - Static variable in class io.helidon.codegen.classmodel.ClassModel
-
Pattern in which are type names saved in the content templates.
- typeAnnotations() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase.InterceptionContextImpl
- typeAnnotations() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Annotations on the enclosing type.
- typeAnnotations() - Method in interface io.helidon.service.registry.InterceptionContext
-
Annotations on the enclosing type.
- typeAnnotations(List) - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Annotations on the enclosing type.
- TypeArgument - Class in io.helidon.codegen.classmodel
-
Generic type argument model.
- TypeArgument.Builder - Class in io.helidon.codegen.classmodel
-
Fluent API builder for
TypeArgument. - typeArguments() - Method in class io.helidon.codegen.classmodel.TypeArgument
- typeArguments() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Returns the list of generic type arguments, or an empty list if no generics are in use.
- typeArguments() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- typeArguments() - Method in interface io.helidon.common.types.TypeName
-
Returns the list of generic type arguments, or an empty list if no generics are in use.
- typeArguments(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Returns the list of generic type arguments, or an empty list if no generics are in use.
- TYPED_ELEMENT_INFO - Static variable in class io.helidon.common.types.TypeNames
-
Type name of typed element info.
- TypedAttributes - Interface in io.helidon.telemetry.otelconfig
-
Abstraction of typed attributes settable on OpenTelemetry elements.
- TypedAttributes.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
TypedAttributes. - TypedAttributes.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
TypedAttributes. - TypedAttributes.BuilderBase.TypedAttributesImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TypedAttributesImpl(TypedAttributes.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase.TypedAttributesImpl
-
Create an instance providing a builder.
- typedBuilder() - Static method in class io.helidon.faulttolerance.FaultTolerance
-
A typed builder to configure a customized sequence of fault tolerance handlers.
- TypedElementFactory - Class in io.helidon.metadata.reflection
- TypedElementInfo - Interface in io.helidon.common.types
-
An annotation with defined values.
- TypedElementInfo.Builder - Class in io.helidon.common.types
-
Fluent API builder for
TypedElementInfo. - TypedElementInfo.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
TypedElementInfo. - TypedElementInfo.BuilderBase.TypedElementInfoImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TypedElementInfoImpl(TypedElementInfo.BuilderBase) - Constructor for class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
-
Create an instance providing a builder.
- typedFlags() - Method in class io.helidon.http.http2.Http2FrameHeader
-
Flags typed correctly based on the
Http2FrameHeader.type(). - TypeFactory - Class in io.helidon.metadata.reflection
-
Reflection based support to get classes and types.
- TypeHierarchy - Class in io.helidon.codegen
-
Utilities for type hierarchy.
- typeHierarchyResolver() - Method in interface io.helidon.codegen.RoundContext
-
Returns the Java type hierarchy resolver for this processing round.
- typeHierarchyResolver(Function) - Method in interface io.helidon.codegen.CodegenContext
-
Creates the Java type hierarchy resolver for a processing round.
- typeHierarchyResolver(Function) - Method in class io.helidon.codegen.CodegenContextDelegate
- TypeHierarchyResolver - Class in io.helidon.codegen
-
Resolves Java methods and generic types across a type hierarchy.
- TypeHierarchyResolver(Function) - Constructor for class io.helidon.codegen.TypeHierarchyResolver
-
Creates a resolver for an environment specific type information lookup.
- TypeHierarchyResolver.ResolvedMethod - Class in io.helidon.codegen
-
One effective method and the maximally specific declarations that define it.
- typeId() - Method in class io.helidon.messaging.MessageHeaderValue.NativeValue
-
Connector or encoding type identifier.
- typeInfo() - Method in class io.helidon.service.codegen.ServiceSuperType
-
Type information of the super service type of this service.
- typeInfo(TypeName) - Method in interface io.helidon.codegen.CodegenContext
-
Discover information about the provided type.
- typeInfo(TypeName) - Method in class io.helidon.codegen.CodegenContextDelegate
- typeInfo(TypeName) - Method in interface io.helidon.codegen.RoundContext
-
Discover information about the provided type.
- typeInfo(TypeName, Predicate) - Method in interface io.helidon.codegen.CodegenContext
-
Discover information about the provided type, with a predicate for child elements.
- typeInfo(TypeName, Predicate) - Method in class io.helidon.codegen.CodegenContextDelegate
- TypeInfo - Interface in io.helidon.common.types
-
Represents the model object for a type.
- TypeInfo.Builder - Class in io.helidon.common.types
-
Fluent API builder for
TypeInfo. - TypeInfo.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
TypeInfo. - TypeInfo.BuilderBase.TypeInfoImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- TypeInfoFactoryBase - Class in io.helidon.codegen
-
Common code for type info factories.
- TypeInfoFactoryBase() - Constructor for class io.helidon.codegen.TypeInfoFactoryBase
-
There are no side effects of this constructor.
- TypeInfoImpl(TypeInfo.BuilderBase) - Constructor for class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
-
Create an instance providing a builder.
- TypeMapper - Interface in io.helidon.codegen.spi
- TypeMapperProvider - Interface in io.helidon.codegen.spi
-
ServiceLoaderprovider interface for type mapping. - typeMappers() - Method in interface io.helidon.codegen.CodegenContext
-
List of available type mappers in this environment.
- typeMappers() - Method in class io.helidon.codegen.CodegenContextBase
- typeMappers() - Method in class io.helidon.codegen.CodegenContextDelegate
- typeName() - Method in class io.helidon.codegen.classmodel.ClassModel
-
Type name of this class.
- typeName() - Method in class io.helidon.codegen.classmodel.Annotation
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.AnnotationParameter
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.ClassBase
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.Constructor
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.EnumConstant
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.Executable
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.Field
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.InnerClass
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.Method
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.Parameter
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.Returns
-
Type name of this component.
- typeName() - Method in class io.helidon.codegen.classmodel.Throws
-
Type name of this component.
- typeName() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- typeName() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
The type name, e.g.,
Objects-> "java.util.Objects". - typeName() - Method in interface io.helidon.common.types.Annotation
-
The type name, e.g.,
Objects-> "java.util.Objects". - typeName() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- typeName() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The type name for the element (e.g., java.util.List).
- typeName() - Method in interface io.helidon.common.types.TypedElementInfo
-
The type name for the element (e.g., java.util.List).
- typeName() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- typeName() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The type name.
- typeName() - Method in interface io.helidon.common.types.TypeInfo
-
The type name.
- typeName() - Method in record class io.helidon.data.codegen.common.RepositoryInterfaceInfo
-
Returns the value of the
typeNamerecord component. - typeName() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase.RestMethodParameterImpl
- typeName() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Type of the parameter.
- typeName() - Method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Type of the parameter.
- typeName() - Method in enum class io.helidon.metrics.api.Meter.Type
-
Type name suitable for metadata output.
- typeName() - Method in class io.helidon.security.SecurityLevel
-
Type of the class this level represents (such as an endpoint class).
- typeName() - Method in class io.helidon.service.registry.Dependency.BuilderBase.DependencyImpl
- typeName() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type of the dependency (exact parameter type with all generics).
- typeName() - Method in interface io.helidon.service.registry.Dependency
-
Type of the dependency (exact parameter type with all generics).
- typeName(TypeName) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
The type name, e.g.,
Objects-> "java.util.Objects". - typeName(TypeName) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The type name for the element (e.g., java.util.List).
- typeName(TypeName) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The type name.
- typeName(TypeName) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Type of the parameter.
- typeName(TypeName) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type of the dependency (exact parameter type with all generics).
- typeName(Consumer) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
The type name, e.g.,
Objects-> "java.util.Objects". - typeName(Consumer) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The type name for the element (e.g., java.util.List).
- typeName(Consumer) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The type name.
- typeName(Consumer) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Type of the parameter.
- typeName(Consumer) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type of the dependency (exact parameter type with all generics).
- typeName(Supplier) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
The type name, e.g.,
Objects-> "java.util.Objects". - typeName(Supplier) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The type name for the element (e.g., java.util.List).
- typeName(Supplier) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The type name.
- typeName(Supplier) - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Type of the parameter.
- typeName(Supplier) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Type of the dependency (exact parameter type with all generics).
- TypeName - Interface in io.helidon.common.types
-
TypeName is similar to
Typein its most basic use case. - TypeName.Builder - Class in io.helidon.common.types
-
Fluent API builder for
TypeName. - TypeName.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.types
-
Fluent API builder base for
TypeName. - TypeName.BuilderBase.TypeNameImpl - Class in io.helidon.common.types
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- typeNameAnnotations(TypeName) - Static method in class io.helidon.codegen.TypeHierarchy
-
Annotation instances nested inside a type name.
- TypeNameImpl(TypeName.BuilderBase) - Constructor for class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
-
Create an instance providing a builder.
- TypeNames - Class in io.helidon.common.types
-
Commonly used type names.
- typeParameters() - Method in class io.helidon.codegen.classmodel.TypeArgument
- typeParameters() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase.TypedElementInfoImpl
- typeParameters() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Type parameters of this element.
- typeParameters() - Method in interface io.helidon.common.types.TypedElementInfo
-
Type parameters of this element.
- typeParameters() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- typeParameters() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Type parameters associated with the type arguments.
- typeParameters() - Method in interface io.helidon.common.types.TypeName
-
Type parameters associated with the type arguments.
- typeParameters(List) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Type parameters of this element.
- typeParameters(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Type parameters associated with the type arguments.
- types() - Method in interface io.helidon.codegen.RoundContext
-
All types that are processed in this round.
- types(List) - Method in class io.helidon.http.RequestedUriDiscoveryContext.Builder
-
Sets the discovery types for requested URI discovery for requests arriving on the socket.
- typeSet(ResolvedType) - Method in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.common.mapper.DefaultResolverService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.common.mapper.MappersFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.config.ConfigurationValueFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.config.MetaConfigFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jakarta.persistence.JpaRepositoryExecutorImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionManager__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jakarta.persistence.LocalTransactionStorage_LocalTransactionProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jakarta.persistence.PersistenceUnitFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jakarta.persistence.TransactionContext_JtaLifeCycle__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jdbc.JdbcClientConfigFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jdbc.JdbcClientFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jdbc.JdbcTransactionConnectionManager__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.sql.datasource.DataSourceConfigFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceProviderService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.faulttolerance.AsyncImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.faulttolerance.BulkheadImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.faulttolerance.CircuitBreakerImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.faulttolerance.RetryImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.faulttolerance.TimeoutImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.http.Headers__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.http.HttpPrologue__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.http.ServerRequestHeaders__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.messaging.ChannelRegistry__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.messaging.MessagingEntryPointsImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.messaging.MessagingLifecycleGuard__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.metrics.api.ExemplarServiceManager__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.service.registry.EventManagerImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.service.registry.InterceptionMetadata__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.service.registry.PerRequestScopeHandler__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.service.registry.Scopes__ServiceDescriptor
- typeSet(ResolvedType) - Method in interface io.helidon.service.registry.ServiceDescriptor
-
Provide a mapping of a contracts of this service to its contract type set.
- typeSet(ResolvedType) - Method in class io.helidon.service.registry.ServiceRegistry__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfigOwnershipStrategy__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.validation.ValidatorsService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webclient.api.DefaultErrorHandling__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.grpc.GrpcEntryPointsImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.grpc.GrpcServerFeature__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.http.HttpEntryPointsImpl__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.http.ServerRequest__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.http.ServerResponse__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.LoomServer__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.config.ConfigObserveProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.health.HealthObserveProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.info.InfoObserveProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.log.LogObserveProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.ObserverServicesFactory__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.ObserveServices__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.WebServerService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
- typeSet(ResolvedType) - Method in class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
- TypeValidation - Interface in io.helidon.validation
-
A validator service.
- TypeValidationService__ServiceDescriptor<T> - Class in io.helidon.validation
-
Service descriptor for
TypeValidationService. - TypeValidationService__ServiceDescriptor() - Constructor for class io.helidon.validation.TypeValidationService__ServiceDescriptor
-
Constructor with no side effects
- TypeValidator<T> - Interface in io.helidon.validation.spi
-
A (usually generated) validator for a specific type.
- typeValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - typeValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- typeValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - typeValues(String) - Method in interface io.helidon.common.types.Annotation
-
Typed values of a property that is defined as an array.
U
- UcpDataSourceConfig - Interface in io.helidon.data.sql.datasource.ucp
-
UCP specific configuration for
DataSource. - UcpDataSourceConfig.Builder - Class in io.helidon.data.sql.datasource.ucp
-
Fluent API builder for
UcpDataSourceConfig. - UcpDataSourceConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.data.sql.datasource.ucp
-
Fluent API builder base for
UcpDataSourceConfig. - UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl - Class in io.helidon.data.sql.datasource.ucp
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- UcpDataSourceConfigImpl(UcpDataSourceConfig.BuilderBase) - Constructor for class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
-
Create an instance providing a builder.
- UcpDataSourceConfigProvider - Class in io.helidon.data.sql.datasource.ucp
-
UCP
DataSourceconfig provider. - UcpDataSourceConfigProvider() - Constructor for class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfigProvider
-
Required default constructor for
ServiceLoader. - UcpDataSourceFactory - Class in io.helidon.data.sql.datasource.ucp
-
UCP
DataSourcefactory. - UcpDataSourceProviderService__ServiceDescriptor<T> - Class in io.helidon.data.sql.datasource.ucp
-
Service descriptor for
UcpDataSourceProviderService. - UcpDataSourceProviderService__ServiceDescriptor() - Constructor for class io.helidon.data.sql.datasource.ucp.UcpDataSourceProviderService__ServiceDescriptor
-
Constructor with no side effects
- UDP - Enum constant in enum class io.helidon.webserver.ProxyProtocolData.Protocol
-
UDP datagram protocol.
- UDS - Static variable in class io.helidon.webserver.TransportBindingTypes
-
Unix domain socket transport binding type.
- UdsTransportBindingFactory - Class in io.helidon.webserver
-
Unix domain socket transport binding factory.
- UdsTransportBindingFactoryProvider - Class in io.helidon.webserver
-
Transport binding factory provider for the built-in Unix domain socket listener binding.
- UdsTransportBindingFactoryProvider() - Constructor for class io.helidon.webserver.UdsTransportBindingFactoryProvider
-
Required public constructor for
ServiceLoader. - UdsTransportConfig - Interface in io.helidon.webserver
-
Configuration of the built-in Unix domain socket listener transport binding.
- UdsTransportConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
UdsTransportConfig. - UdsTransportConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
UdsTransportConfig. - UdsTransportConfig.BuilderBase.UdsTransportConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- UdsTransportConfigImpl(UdsTransportConfig.BuilderBase) - Constructor for class io.helidon.webserver.UdsTransportConfig.BuilderBase.UdsTransportConfigImpl
-
Create an instance providing a builder.
- uid() - Method in class io.helidon.config.AbstractSource
-
Returns universal id of source to be used to construct
AbstractSource.description(). - uid() - Method in class io.helidon.config.ClasspathConfigSource
- uid() - Method in class io.helidon.config.ClasspathOverrideSource
- uid() - Method in class io.helidon.config.DirectoryConfigSource
- uid() - Method in class io.helidon.config.FileConfigSource
- uid() - Method in class io.helidon.config.FileOverrideSource
- uid() - Method in class io.helidon.config.MapConfigSource
- uid() - Method in class io.helidon.config.UrlConfigSource
- uid() - Method in class io.helidon.config.UrlOverrideSource
- unary(Descriptors.FileDescriptor, String, String, ServerCalls.UnaryMethod) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Unary route.
- unary(Object[], MethodHandler.UnaryClient) - Method in interface io.helidon.grpc.core.MethodHandler
-
Handle a bi-directional client call.
- unary(String, ServerCalls.UnaryMethod) - Method in interface io.helidon.webserver.grpc.GrpcService.Routing
-
Unary route.
- unary(String, ServerCalls.UnaryMethod) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- unary(String, ServerCalls.UnaryMethod) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register unary method for the service.
- unary(String, ServerCalls.UnaryMethod, GrpcMethodDescriptor.Configurer) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- unary(String, ServerCalls.UnaryMethod, GrpcMethodDescriptor.Configurer) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register unary method for the service.
- unary(String, String) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new unary
GrpcClientMethodDescriptor.Builderwith the specified name. - unary(String, ReqT) - Method in interface io.helidon.grpc.core.MethodHandler.UnaryClient
-
Perform a unary client call.
- unary(String, ReqT) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Blocking gRPC unary call.
- unary(String, ReqT, StreamObserver) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Asynchronous gRPC unary call.
- UNARY - Enum constant in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Unary call.
- UNAUTHENTICATED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
The request does not have valid authentication credentials for the operation.
- UNAUTHORIZED_401 - Static variable in class io.helidon.http.Status
-
401 Unauthorized, see HTTP/1.1 documentation.
- UNAUTHORIZED_401_CODE - Static variable in class io.helidon.http.Status
-
401 Unauthorized, see HTTP/1.1 documentation.
- UnauthorizedException - Exception Class in io.helidon.http
-
A runtime exception indicating a
unauthorized. - UnauthorizedException(String) - Constructor for exception class io.helidon.http.UnauthorizedException
-
Creates
UnauthorizedException. - UnauthorizedException(String, Throwable) - Constructor for exception class io.helidon.http.UnauthorizedException
-
Creates
UnauthorizedException. - UNAVAILABLE - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
The service is currently unavailable.
- UnavailableException(String) - Constructor for exception class io.helidon.faulttolerance.ResilientValue.UnavailableException
-
Create a new unavailable exception.
- UnavailableException(String, Throwable) - Constructor for exception class io.helidon.faulttolerance.ResilientValue.UnavailableException
-
Create a new unavailable exception.
- unboxed() - Method in interface io.helidon.common.types.TypeName
-
Return the unboxed equivalent of this type.
- UNCHANGED - Enum constant in enum class io.helidon.config.spi.ChangeEventType
-
Nothing is changed.
- unchecked(Functions.CheckedBiConsumer) - Static method in class io.helidon.common.Functions
-
Wrap a
Functions.CheckedBiConsumerinto aBiConsumer. - unchecked(Functions.CheckedConsumer) - Static method in class io.helidon.common.Functions
-
Wrap a
Functions.CheckedConsumerinto aConsumer. - unchecked(Functions.CheckedFunction) - Static method in class io.helidon.common.Functions
-
Wrap a
Functions.CheckedBiConsumerinto aBiConsumer. - unchecked(Functions.CheckedRunnable) - Static method in class io.helidon.common.Functions
-
Wrap a
Functions.CheckedRunnableinto aRunnable. - unchecked(Functions.CheckedSupplier) - Static method in class io.helidon.common.Functions
-
Wrap a
Functions.CheckedSupplierinto aSupplier. - UncheckedException - Exception Class in io.helidon.common
-
Unchecked exception.
- UncheckedException(Throwable) - Constructor for exception class io.helidon.common.UncheckedException
-
Create a new unchecked exception.
- UNCONFIGURED - Static variable in annotation interface io.helidon.config.metadata.ConfiguredOption
-
A string meaning that a value is not specified (to allow empty String as a meaningful value).
- UNDEFINED - Enum constant in enum class io.helidon.json.binding.Order
-
Undefined ordering.
- UNDEFINED - Static variable in class io.helidon.dbclient.DbStatementParameters
-
Undefined parameters (neither named or indexed).
- UNDEFINED_PORT - Static variable in class io.helidon.common.uri.UriAuthority
-
Undefined port value.
- unescapeName(String) - Static method in interface io.helidon.config.Config.Key
-
Unescape
~0to'~'and~1to'.'in specified escaped name. - UNEXPECTED_CONDITION - Static variable in class io.helidon.websocket.WsCloseCodes
-
Internal server error while operating.
- UNICODE_CASE - Enum constant in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Enables Unicode-aware case folding.
- UNIDIRECTIONAL - Enum constant in enum class io.helidon.http.HttpTransportObserver.Direction
-
Unidirectional stream.
- UNIMPLEMENTED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Operation is not implemented or not supported/enabled in this service.
- UniqueId(byte[]) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.UniqueId
-
Creates an instance of a
UniqueIdrecord class. - uniqueItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase.SchemaArrayImpl
- uniqueItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Whether the array can contain duplicate values.
- uniqueItems() - Method in interface io.helidon.json.schema.SchemaArray
-
Whether the array can contain duplicate values.
- uniqueItems(boolean) - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Whether the array can contain duplicate values.
- uniqueMethodName() - Method in interface io.helidon.declarative.codegen.graphql.server.GraphQlParameterContext
-
Unique Java resolver method name as seen by code generation.
- uniqueName() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase.RestMethodImpl
- uniqueName() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Unique name of the method (used for generated code).
- uniqueName() - Method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Unique name of the method (used for generated code).
- uniqueName(TypeInfo, TypedElementInfo) - Method in interface io.helidon.codegen.CodegenContext
-
Get the unique name for the element within the provided type.
- uniqueName(TypeInfo, TypedElementInfo) - Method in class io.helidon.codegen.CodegenContextBase
- uniqueName(TypeInfo, TypedElementInfo) - Method in class io.helidon.codegen.CodegenContextDelegate
- uniqueName(String) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Unique name of the method (used for generated code).
- unit() - Element in annotation interface io.helidon.metrics.api.Metrics.Counted
-
Unit of the metric, defaults to
Meter.BaseUnits.NONE. - unit() - Element in annotation interface io.helidon.metrics.api.Metrics.Gauge
-
Unit of the gauge must be provided.
- unit() - Element in annotation interface io.helidon.metrics.api.Metrics.Timed
-
Unit of the metric, defaults to
Meter.BaseUnits.NANOSECONDS. - unit() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase.InstrumentSelectorConfigImpl
- unit() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Instrument unit.
- unit() - Method in interface io.helidon.telemetry.otelconfig.InstrumentSelectorConfig
-
Instrument unit.
- unit(String) - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Instrument unit.
- unit(TimeUnit) - Method in class io.helidon.webserver.accesslog.TimeTakenLogEntry.Builder
-
Configure the time unit to use.
- UNIX - Enum constant in enum class io.helidon.webserver.ProxyProtocolData.Family
-
Unix.
- UNIX_LINES - Enum constant in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Enables Unix lines mode.
- UnixDomainSocketClientConnection - Class in io.helidon.webclient.api
-
Client connection to a UNIX domain socket.
- UNKNOWN - Enum constant in enum class io.helidon.common.configurable.Resource.Source
-
Resource was created with an input stream without knowledge of type.
- UNKNOWN - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Unknown frame.
- UNKNOWN - Enum constant in enum class io.helidon.json.JsonValueType
-
Unknown value type.
- UNKNOWN - Enum constant in enum class io.helidon.webclient.spi.HttpClientSpi.SupportLevel
-
We may support this, but not sure until we try.
- UNKNOWN - Enum constant in enum class io.helidon.webserver.ProxyProtocolData.Family
-
Unknown family.
- UNKNOWN - Enum constant in enum class io.helidon.webserver.ProxyProtocolData.Protocol
-
Unknown protocol.
- UNKNOWN - Enum constant in enum class io.helidon.webserver.spi.ServerConnectionSelector.Support
-
We do not have enough bytes to decide, please ask this selector again with more bytes.
- UNKNOWN - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Unknown frame types.
- UNKNOWN - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Unknown error.
- unlock() - Method in class io.helidon.common.reactive.RequestedCounter
-
Unlock internal counter.
- unmatched() - Method in class io.helidon.webserver.SniConfig.BuilderBase.SniConfigImpl
- unmatched() - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for TLS connections with an SNI host that does not match any configured virtual host;
SniSelectionPolicy.REJECTrequires at least one listener virtual host. - unmatched() - Method in interface io.helidon.webserver.SniConfig
-
Policy for TLS connections with an SNI host that does not match any configured virtual host;
SniSelectionPolicy.REJECTrequires at least one listener virtual host. - unmatched(SniSelectionPolicy) - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Policy for TLS connections with an SNI host that does not match any configured virtual host;
SniSelectionPolicy.REJECTrequires at least one listener virtual host. - unmatchedPath() - Method in record class io.helidon.http.PathMatchers.PrefixMatchResult
-
Returns the value of the
unmatchedPathrecord component. - UNPROCESSABLE_CONTENT_422 - Static variable in class io.helidon.http.Status
-
Unprocessable content, see RFC 9110 - Http Semantics.
- UNPROCESSABLE_CONTENT_422_CODE - Static variable in class io.helidon.http.Status
-
Unprocessable content, see RFC 9110 - Http Semantics.
- UNPROTECTED - Enum constant in enum class io.helidon.webserver.spi.TransportBinding.Security
-
Binding does not protect the endpoint.
- UNQUOTED - Enum constant in enum class io.helidon.codegen.JavadocTree.AttrValue.Kind
-
Unquoted.
- unregister(Object, T) - Method in interface io.helidon.common.context.Context
-
Remove an instance registration from the context.
- unregister(T) - Method in interface io.helidon.common.context.Context
-
Remove an instance registration from the context.
- Unregistered(int, byte[]) - Constructor for record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Unregistered
-
Creates an instance of a
Unregisteredrecord class. - unregisterExecutorService(ExecutorService) - Method in interface io.helidon.common.configurable.spi.ExecutorServiceSupplierObserver.SupplierObserverContext
-
Informs the observer that an executor is shutting down.
- UNRESERVED - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
ALPHA / DIGIT / "-" / "." / "_" / "~" characters.
- unsafeRawData() - Method in class io.helidon.http.HttpLogConfig.BuilderBase.HttpLogConfigImpl
- unsafeRawData() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Whether TRACE protocol logs can include raw protocol data.
- unsafeRawData() - Method in interface io.helidon.http.HttpLogConfig
-
Whether TRACE protocol logs can include raw protocol data.
- unsafeRawData(boolean) - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Whether TRACE protocol logs can include raw protocol data.
- unsafeValues() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- unsafeValues() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Whether to include values that do not match configured
safe-keyspatterns; values whose keys match configuredsecretspatterns are still obfuscated. - unsafeValues() - Method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Whether to include values that do not match configured
safe-keyspatterns; values whose keys match configuredsecretspatterns are still obfuscated. - unsafeValues(boolean) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Whether to include values that do not match configured
safe-keyspatterns; values whose keys match configuredsecretspatterns are still obfuscated. - unset(String) - Method in class io.helidon.json.JsonObject.Builder
-
Removes the property with the specified key from this builder.
- unset(String) - Method in interface io.helidon.metadata.hson.Hson.Struct.Builder
-
Unset an existing value assigned to the key.
- UNSET - Enum constant in enum class io.helidon.tracing.Span.Status
-
The default status, not explicitly set.
- unsorted() - Static method in interface io.helidon.data.Sort
-
Create new instance of query result ordering with no ordering set.
- UNSORTED - Static variable in interface io.helidon.data.Order
-
Query result ordering with no rules set (unsorted).
- UNSORTED - Static variable in class io.helidon.data.Order.BuilderBase.OrderImpl
-
Query result ordering with no rules set (unsorted).
- UNSPECIFIED - Enum constant in enum class io.helidon.openapi.OpenApi.Explode
-
Infer explode from the HTTP binding and parameter type.
- UNSPECIFIED - Enum constant in enum class io.helidon.openapi.OpenApi.Required
-
Infer requiredness from the HTTP binding and Java type.
- UNSPECIFIED - Enum constant in enum class io.helidon.openapi.OpenApi.Style
-
Infer style from the parameter location and type.
- unsupported() - Static method in record class io.helidon.common.mapper.spi.MapperProvider.ProviderResponse
-
Unsupported provider response.
- unsupported() - Static method in record class io.helidon.http.media.MediaSupport.ReaderResponse
-
Unsupported reader response.
- unsupported() - Static method in record class io.helidon.http.media.MediaSupport.WriterResponse
-
Unsupported writer response.
- UNSUPPORTED - Enum constant in enum class io.helidon.common.mapper.spi.MapperProvider.Support
-
Incorrect type(s).
- UNSUPPORTED - Enum constant in enum class io.helidon.openapi.OpenApiFormat
-
Unsupported format.
- UNSUPPORTED - Enum constant in enum class io.helidon.transaction.Tx.Type
-
Indicates that no transaction will be in effect when a method executes.
- UNSUPPORTED - Enum constant in enum class io.helidon.webserver.spi.ServerConnectionSelector.Support
-
No, this connection is not compatible with this selector.
- UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class io.helidon.http.Status
-
415 Unsupported Media Type, see HTTP/1.1 documentation.
- UNSUPPORTED_MEDIA_TYPE_415_CODE - Static variable in class io.helidon.http.Status
-
415 Unsupported Media Type, see HTTP/1.1 documentation.
- UnsupportedTypeException - Exception Class in io.helidon.http.media
-
The type that a reader or writer was requested for is not supported by a
MediaContext. - UnsupportedTypeException(String) - Constructor for exception class io.helidon.http.media.UnsupportedTypeException
-
Create a new exception with a descriptive message.
- unwrap() - Method in interface io.helidon.common.context.ContextAwareExecutorService
-
Unwrap the executor service.
- unwrap(Class) - Method in interface io.helidon.metrics.api.Clock
-
Unwraps the clock to the specified type (typically not needed for custom clocks).
- unwrap(Class) - Method in interface io.helidon.metrics.api.Meter.Id
-
Unwraps the ID as the specified type.
- unwrap(Class) - Method in interface io.helidon.common.Wrapper
-
Unwraps the delegate as the specified type.
- unwrap(Class) - Method in interface io.helidon.tracing.TracerBuilder
-
Access the underlying builder by specific type.
- unwrap(Class) - Method in interface io.helidon.dbclient.DbClient
-
Unwrap database client internals.
- unwrap(Class) - Method in interface io.helidon.dbclient.DbExecute
-
Unwrap database executor internals.
- unwrap(Class) - Method in class io.helidon.dbclient.mongodb.MongoDbClient
- unwrap(Class) - Method in class io.helidon.dbclient.mongodb.MongoDbExecute
- unwrap(Class) - Method in interface io.helidon.tracing.Scope
-
Access the underlying scope by specific type.
- unwrap(Class) - Method in interface io.helidon.tracing.Span.Builder
-
Unwrap this builder instance into a known type.
- unwrap(Class) - Method in interface io.helidon.tracing.Span
-
Access the underlying span by specific type.
- unwrap(Class) - Method in interface io.helidon.tracing.Tracer
-
Access the underlying tracer by specific type.
- unwrap(Throwable) - Static method in class io.helidon.common.Functions
-
Unwrap a checked exception wrapped with
UncheckedException. - unwrapThrowable(Throwable) - Static method in class io.helidon.faulttolerance.SupplierHelper
-
Gets the underlying cause of a
SupplierExceptionor of aExecutionException. - UP - Enum constant in enum class io.helidon.health.HealthCheckResponse.Status
-
This health check is fine.
- update() - Static method in interface io.helidon.data.codegen.query.Projection
-
Create
UPDATEDML statement. - update(ID, MergeableNode) - Method in class io.helidon.config.AbstractNodeBuilderImpl
-
Updates/replaces a member of specified id by specified node.
- update(ExecutionContext) - Method in interface io.helidon.graphql.server.InvocationHandler.ContextHandler
-
Update the execution context.
- update(Subject) - Method in class io.helidon.security.Subject.Builder
-
Update this builder with all security information from the subject provided.
- update(GrpcService.Routing) - Method in interface io.helidon.webserver.grpc.GrpcService
-
Update routing.
- update(Integer, MergeableNode) - Method in class io.helidon.config.ListNodeBuilderImpl
- update(String, MergeableNode) - Method in class io.helidon.config.ObjectNodeBuilderImpl
- update(String, Object...) - Method in interface io.helidon.dbclient.DbExecute
-
Create and execute update statement using a statement passed as an argument.
- update(Consumer) - Method in interface io.helidon.common.Builder
-
Update the builder in a fluent API way.
- update(T) - Method in interface io.helidon.data.Data.CrudRepository
-
Update provided entity.
- Update - Enum constant in enum class io.helidon.data.codegen.query.ProjectionAction
-
UPDATEaction. - UPDATE - Enum constant in enum class io.helidon.data.jdbc.Jdbc.ExecutionType
-
Executes the statement as an update.
- UPDATE - Enum constant in enum class io.helidon.dbclient.DbStatementType
-
Update is a statement that updates existing records.
- updateAll(Iterable) - Method in interface io.helidon.data.Data.CrudRepository
-
Update all provided entities.
- updateBuilder(PrototypeInfo, List, ClassBase.Builder) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
Update the builder.
- updateBuilderBase(PrototypeInfo, List, ClassBase.Builder) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
Update the builder base.
- updatedAt() - Method in class io.helidon.security.jwt.Jwt
-
Updated at claim.
- updatedAt(Instant) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Last time the subject's record was updated.
- updateHeaders(WritableHeaders, Metadata) - Static method in class io.helidon.grpc.core.GrpcHeadersUtil
-
Updates headers with metadata.
- updateHeaderTableSize(long) - Method in class io.helidon.http.http2.Http2ConnectionWriter
-
Update header table size.
- updateImplementation(PrototypeInfo, List, ClassBase.Builder) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
Update the implementation class.
- updateListenerBuilder(String, ListenerConfig.Builder, Router.RouterBuilder) - Method in interface io.helidon.webserver.testing.junit5.spi.ServerJunitExtension
-
Called for sockets defined by
SetUpRoute. - updatePreBuildPrototype(PrototypeInfo, List, Method.Builder) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
Update the
preBuildPrototypemethod of builder base. - updatePrototype(PrototypeInfo, List, ClassModel.Builder) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
Update the prototype interface.
- updateServerBuilder(WebServerConfig.Builder) - Method in interface io.helidon.webserver.testing.junit5.spi.ServerJunitExtension
-
Update WebServer builder.
- updateValidatePrototype(PrototypeInfo, List, Method.Builder) - Method in interface io.helidon.builder.codegen.spi.BuilderCodegenExtension
-
Update the
validatePrototypemethod of builder base. - upgrade(ConnectionContext, HttpPrologue, WritableHeaders) - Method in interface io.helidon.webserver.http1.spi.Http1Upgrader
-
Upgrade connection.
- upgrade(ConnectionContext, HttpPrologue, WritableHeaders) - Method in class io.helidon.webserver.http2.Http2Upgrader
- upgrade(ConnectionContext, HttpPrologue, WritableHeaders) - Method in class io.helidon.webserver.websocket.WsUpgrader
- upgrade(Http1UpgradeResponse) - Method in interface io.helidon.webserver.http1.spi.Http1RoutedUpgrade
-
Complete the upgrade after filters and route policies have allowed it.
- upgrade(String) - Method in interface io.helidon.webclient.http1.Http1ClientRequest
-
Upgrade the current request to a different protocol.
- UPGRADE - Static variable in class io.helidon.http.HeaderNames
-
The "Upgrade" header name.
- UPGRADE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Upgrade" header name.
- UPGRADE_REQUIRED_426 - Static variable in class io.helidon.http.Status
-
Upgrade required, see RFC 9110 - Http Semantics.
- UPGRADE_REQUIRED_426_CODE - Static variable in class io.helidon.http.Status
-
Upgrade required, see RFC 9110 - Http Semantics.
- upgradeConnectionData(HttpPrologue, Http2Headers) - Method in class io.helidon.webserver.http2.Http2Connection
-
Connection headers from an upgrade request from HTTP/1.1.
- upgraded(ServerConnection) - Static method in class io.helidon.webserver.http1.spi.Http1UpgradeResult
-
Create an upgraded result.
- UPGRADED - Enum constant in enum class io.helidon.webserver.http1.spi.Http1UpgradeResult.Kind
-
Protocol upgrade completed and returned a new connection.
- UpgradeResponse - Class in io.helidon.webclient.http1
-
Response to an upgrade attempt.
- upgraders() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- upgraders() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Upgraders to support upgrading from HTTP/1.1 to a different protocol (such as
websocket). - upgraders() - Method in interface io.helidon.webserver.http1.Http1ConnectionSelectorConfig
-
Upgraders to support upgrading from HTTP/1.1 to a different protocol (such as
websocket). - upgraders(Map) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Upgraders to support upgrading from HTTP/1.1 to a different protocol (such as
websocket). - upperBounds() - Method in class io.helidon.codegen.classmodel.TypeArgument
- upperBounds() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- upperBounds() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - upperBounds() - Method in interface io.helidon.common.types.TypeName
-
Generic types that provide keyword
superwill have an upper bound defined. - upperBounds(List) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - uptime() - Method in interface io.helidon.common.resumable.ResumableSupport
-
Returns either uptime since resume, or since JVM start if not resumed.
- uptimeSinceResume() - Method in interface io.helidon.common.resumable.ResumableSupport
-
Returns the time since the Java virtual machine resume was initiated.
- uri() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- uri() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Resource is available on a
URI. - uri() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Resource is available on a
URI. - uri() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase.ClientEndpointImpl
- uri() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Configured URI.
- uri() - Method in interface io.helidon.declarative.codegen.model.http.ClientEndpoint
-
Configured URI.
- uri() - Method in interface io.helidon.discovery.DiscoveredUri
-
Returns the non-
null, determinateURIcomponent of thisDiscoveredUrithat it fundamentally represents. - uri() - Method in class io.helidon.webclient.api.ClientRequestBase
- uri() - Method in interface io.helidon.webclient.api.FullClientRequest
-
URI of this request.
- uri() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
URI helper for this client request.
- uri(ClientUri) - Method in interface io.helidon.webclient.api.ClientRequest
-
Configure request URI.
- uri(ClientUri) - Method in class io.helidon.webclient.api.ClientRequestBase
- uri(String) - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Configured URI.
- uri(String) - Method in interface io.helidon.webclient.api.ClientRequest
-
Configure URI.
- uri(String) - Method in class io.helidon.webclient.api.ClientRequestBase
- uri(URI) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Resource is available on a
URI. - uri(URI) - Method in interface io.helidon.webclient.api.ClientRequest
-
Configure URI.
- uri(URI) - Method in class io.helidon.webclient.api.ClientRequestBase
- URI_HOST - Enum constant in enum class io.helidon.webclient.api.SniMode
-
Use the resolved request URI host.
- UriAuthority - Class in io.helidon.common.uri
-
Normalized URI authority.
- UriEncoding - Class in io.helidon.common.uri
-
Support for encoding and decoding of URI in HTTP.
- UriEncoding.Type - Enum Class in io.helidon.common.uri
-
The URI component type.
- UriFragment - Class in io.helidon.common.uri
-
Fragment section of the URI.
- UriHost - Class in io.helidon.common.uri
-
Normalized host value.
- UriHost.Kind - Enum Class in io.helidon.common.uri
-
Host kind.
- uriInfo(SocketAddress, SocketAddress, String, ServerRequestHeaders, UriQuery, boolean) - Method in interface io.helidon.http.RequestedUriDiscoveryContext
-
Creates a
UriInfoobject for a request based on the discovery settings in theRequestedUriDiscoveryContextand the specified request-related information. - UriInfo - Interface in io.helidon.common.uri
-
Information about URI, that can be used to invoke a specific request over the network.
- UriInfo.Builder - Class in io.helidon.common.uri
-
Fluent API builder for
UriInfo. - UriInfo.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.common.uri
-
Fluent API builder base for
UriInfo. - UriInfo.BuilderBase.UriInfoImpl - Class in io.helidon.common.uri
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- UriInfoImpl(UriInfo.BuilderBase) - Constructor for class io.helidon.common.uri.UriInfo.BuilderBase.UriInfoImpl
-
Create an instance providing a builder.
- uriPath() - Method in class io.helidon.http.HttpPrologue
-
Path or the request.
- UriPath - Interface in io.helidon.common.uri
-
Abstraction of HTTP path supporting matrix parameters.
- UriPathSegment - Interface in io.helidon.common.uri
-
Segment of a path.
- UriQuery - Interface in io.helidon.common.uri
-
HTTP Query representation.
- UriQueryWriteable - Interface in io.helidon.common.uri
-
Mutable HTTP query.
- uris(String, URI) - Method in interface io.helidon.discovery.Discovery
-
Returns an immutable, non-empty,
SequencedSet(a discovered set) ofDiscoveredUriinstances suitable for the supplied discovery name. - UriValidationException - Exception Class in io.helidon.common.uri
-
A URI validation exception.
- UriValidationException(UriValidationException.Segment, char[], String) - Constructor for exception class io.helidon.common.uri.UriValidationException
-
Create a new validation exception that uses a descriptive message and the failed chars.
- UriValidationException.Segment - Enum Class in io.helidon.common.uri
-
Segment of the URI that caused this validation failure.
- UriValidator - Class in io.helidon.common.uri
-
Validate parts of the URI.
- url() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
- url() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
JDBC connection URL.
- url() - Method in interface io.helidon.data.sql.common.ConnectionConfig
-
JDBC connection URL.
- url() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Get database URL.
- url() - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Configured connection pool URL string.
- url() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase.OtlpPublisherConfigImpl
- url() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
URL to which to send metrics telemetry.
- url() - Method in interface io.helidon.metrics.providers.micrometer.OtlpPublisherConfig
-
URL to which to send metrics telemetry.
- url() - Element in annotation interface io.helidon.openapi.OpenApi.Contact
-
Contact URL.
- url() - Element in annotation interface io.helidon.openapi.OpenApi.License
-
License URL.
- url(String) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
JDBC connection URL.
- url(String) - Method in class io.helidon.dbclient.DbClientBuilderBase
- url(String) - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Connection pool URL string.
- url(String) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Set database connection string (URL).
- url(String) - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
URL to which to send metrics telemetry.
- url(String) - Method in class io.helidon.openapi.OpenApiDocument.ContactBuilder
-
Set URL.
- url(String) - Method in class io.helidon.openapi.OpenApiDocument.ExternalDocsBuilder
-
Set URL.
- url(String) - Method in class io.helidon.openapi.OpenApiDocument.LicenseBuilder
-
Set license URL.
- url(String) - Method in class io.helidon.openapi.OpenApiDocument.ServerBuilder
-
Set server URL.
- url(URL) - Static method in class io.helidon.config.ConfigSources
-
Provides a
Builderfor creating aConfigSourcefrom the specified URL. - url(URL) - Static method in class io.helidon.config.OverrideSources
-
Creates new instance of the URL OverrideSource Builder to be used to bootstrap an URL OverrideSource instance.
- url(URL) - Method in class io.helidon.config.UrlConfigSource.Builder
-
URL of the configuration.
- url(URL) - Method in class io.helidon.config.UrlOverrideSource.Builder
-
Configure the URL that is source of this overrides.
- URL - Enum constant in enum class io.helidon.common.configurable.Resource.Source
-
Resource was loaded from URL.
- URL - Static variable in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Database connection URL configuration key.
- UrlConfigSource - Class in io.helidon.config
-
ConfigSourceimplementation that loads configuration content from specified endpoint URL. - UrlConfigSource.Builder - Class in io.helidon.config
-
Url ConfigSource Builder.
- UrlOverrideSource - Class in io.helidon.config
-
OverrideSourceimplementation that loads configuration override content from specified endpoint URL. - UrlOverrideSource.Builder - Class in io.helidon.config
-
Url Override Source Builder.
- usage() - Method in class io.helidon.security.jwt.jwk.Jwk
-
Permitted usage of this JWK.
- usage(String) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Intended usage of this JWK.
- usage(String) - Method in class io.helidon.security.jwt.jwk.JwkOctet.Builder
-
Intended usage of this JWK.
- usage(String) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Intended usage of this JWK.
- USE_ENCRYPTION - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Key can be used for encryption only.
- USE_PROXY_305 - Static variable in class io.helidon.http.Status
-
305 Use Proxy, see HTTP/1.1 documentation.
- USE_PROXY_305_CODE - Static variable in class io.helidon.http.Status
-
305 Use Proxy, see HTTP/1.1 documentation.
- USE_SIGNATURE - Static variable in class io.helidon.security.jwt.jwk.Jwk
-
Key can be used for signatures only.
- useBinding() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase.ServiceRegistryConfigImpl
- useBinding() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Flag indicating whether compile-time generated
Binding's should be used at initialization when starting the registry usingServiceRegistryManager.start(Binding). - useBinding() - Method in interface io.helidon.service.registry.ServiceRegistryConfig
-
Flag indicating whether compile-time generated
Binding's should be used at initialization when starting the registry usingServiceRegistryManager.start(Binding). - useBinding(boolean) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Flag indicating whether compile-time generated
Binding's should be used at initialization when starting the registry usingServiceRegistryManager.start(Binding). - useBuiltInMappers() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- useBuiltInMappers() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Whether to use built-in mappers.
- useBuiltInMappers() - Method in interface io.helidon.common.mapper.MappersConfig
-
Whether to use built-in mappers.
- useBuiltInMappers(boolean) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Whether to use built-in mappers.
- useByteArrayBinding() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- useByteArrayBinding() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Use
PreparedStatement.setBinaryStream(int, java.io.InputStream, int)binding forbyte[]values. - useByteArrayBinding() - Method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Use
PreparedStatement.setBinaryStream(int, java.io.InputStream, int)binding forbyte[]values. - useByteArrayBinding(boolean) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Use
PreparedStatement.setBinaryStream(int, java.io.InputStream, int)binding forbyte[]values. - useClientCredentials(String, URI) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints
- useClientCredentials(String, URI) - Method in interface io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MultitenancyEndpoints
-
Whether client credentials may be attached to a token request for the resolved endpoint.
- useCookie() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether to use cooke to get the information from request.
- useCookie(Boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to use cookie to store JWT between requests.
- usedType() - Method in interface io.helidon.service.codegen.spi.InjectAssignment.Assignment
-
Type to use as the dependency type using only Helidon supported types (i.e.
- useExistingGlobalOpenTelemetry(Config) - Static method in class io.helidon.tracing.providers.opentelemetry.HelidonOpenTelemetry.AgentDetector
-
Return whether the user has requested that Helidon use an existing global OpenTelemetry instance rather than creating one itself; specifying that the OpenTelemetry agent is present automatically implies using the agent's existing instance.
- useHeader() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether to use HTTP header to get the information from request.
- useHeader(Boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to expect JWT in a header field.
- useJwtGroups(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Claim
groupsfrom JWT will be used to automatically add groups to current subject (may be used withRolesAllowedannotation). - useJwtGroups(boolean) - Method in class io.helidon.security.providers.oidc.OidcProvider.Builder
-
Claim
groupsfrom JWT will be used to automatically add groups to current subject (may be used withRolesAllowedannotation). - useNio() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- useNio() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Whether to use an NIO socket channel instead of a socket; Unix domain socket bindings always use NIO and ignore this setting, while listener TLS virtual hosts require it to be
true. - useNio() - Method in interface io.helidon.webserver.ListenerConfig
-
Whether to use an NIO socket channel instead of a socket; Unix domain socket bindings always use NIO and ignore this setting, while listener TLS virtual hosts require it to be
true. - useNio(boolean) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Whether to use an NIO socket channel instead of a socket; Unix domain socket bindings always use NIO and ignore this setting, while listener TLS virtual hosts require it to be
true. - useNString() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- useNString() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
- useNString() - Method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
- useNString(boolean) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
- useOrOperator(boolean) - Method in class io.helidon.security.abac.scope.ScopeValidator.Builder
-
Whether to use "OR" or "AND" (default) operator.
- useParam() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Whether to use query parameter to get the information from request.
- useParam(Boolean) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Whether to use a query parameter to send JWT token from application to this server.
- useProxy() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- useProxy() - Method in interface io.helidon.common.configurable.ResourceConfig
-
Whether to use proxy.
- user() - Method in class io.helidon.security.AuthenticationResponse
-
User subject.
- user() - Method in interface io.helidon.security.SecurityContext
-
Returns subject of current context (caller) user.
- user(Subject) - Method in class io.helidon.security.AuthenticationResponse.Builder
-
Set the user subject as created by this provider.
- user(String) - Method in class io.helidon.security.providers.httpauth.ConfigUserStore
- user(String) - Method in interface io.helidon.security.providers.httpauth.SecureUserStore
-
Get user based on login.
- USER - Enum constant in enum class io.helidon.security.SubjectType
-
User principal.
- USER - Static variable in class io.helidon.grpc.core.InterceptorWeights
-
User-level weight.
- USER_AGENT - Static variable in class io.helidon.http.HeaderNames
-
The "User-Agent" header name.
- USER_AGENT_HEADER - Static variable in class io.helidon.webclient.api.ClientRequestBase
-
Helidon user agent request header.
- USER_AGENT_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "User-Agent" header name.
- USER_INFO - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI user info component type.
- USER_JWT - Enum constant in enum class io.helidon.security.providers.oidc.common.OidcOutboundType
-
User access token propagation.
- userGroups() - Method in class io.helidon.security.jwt.Jwt
-
User groups claim ("groups" from microprofile specification).
- UserIdLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for user id.
- UserLogEntry - Class in io.helidon.webserver.accesslog
-
Access log entry for security username.
- UserLogEntry.Builder - Class in io.helidon.webserver.accesslog
-
Fluent API builder for
UserLogEntry. - username() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase.ConnectionConfigImpl
- username() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Username for the database connection.
- username() - Method in interface io.helidon.data.sql.common.ConnectionConfig
-
Username for the database connection.
- username() - Method in class io.helidon.dbclient.DbClientBuilderBase
-
Get database user name.
- username() - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Configured connection pool username.
- username() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.MtCacheKey
-
Username.
- username() - Method in class io.helidon.webclient.api.Proxy
-
Returns an Optional with the username.
- username(String) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Username for the database connection.
- username(String) - Method in class io.helidon.dbclient.DbClientBuilderBase
- username(String) - Method in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Connection pool username.
- username(String) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Set database connection username.
- username(String) - Method in class io.helidon.webclient.api.Proxy.Builder
-
Sets a new username for the proxy.
- userName() - Method in interface io.helidon.security.SecurityContext
-
A helper method to get user name if authenticated.
- USERNAME - Static variable in class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
-
Database connection username configuration key.
- userPrincipal() - Method in interface io.helidon.common.security.SecurityContext
-
User principal if user is authenticated.
- userPrincipal() - Method in class io.helidon.security.jwt.Jwt
-
User principal claim ("upn" from microprofile specification).
- userPrincipal() - Method in interface io.helidon.security.SecurityContext
-
Returns user principal if user is authenticated.
- userPrincipal(String) - Method in class io.helidon.security.jwt.Jwt.Builder
-
User principal claim as defined by Microprofile JWT Auth spec.
- UserPrincipalValidator - Class in io.helidon.security.jwt
-
User principal validator.
- UserPrincipalValidator.Builder - Class in io.helidon.security.jwt
-
Builder of the
UserPrincipalValidator. - userRolesAllowed() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Set of roles required for a user.
- userStore(SecureUserStore) - Method in class io.helidon.security.providers.httpauth.HttpBasicAuthProvider.Builder
-
Set user store to validate users.
- UserStoreService - Interface in io.helidon.security.providers.httpauth.spi
-
A service to supply custom implementation of
SecureUserStore. - uses() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase.ModuleInfoImpl
- uses() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Used service loader providers.
- uses() - Method in interface io.helidon.codegen.ModuleInfo
-
Used service loader providers.
- uses() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase.ModuleTypeInfoImpl
- uses() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of uses directives.
- uses() - Method in interface io.helidon.common.types.ModuleTypeInfo
-
List of uses directives.
- uses(List) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of uses directives.
- uses(List) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Used service loader providers.
- useStringBinding() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase.JdbcParametersConfigImpl
- useStringBinding() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Use
PreparedStatement.setCharacterStream(int, java.io.Reader, int)binding forStringvalues with length aboveJdbcParametersConfig.BuilderBase.stringBindingSize()limit. - useStringBinding() - Method in interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Use
PreparedStatement.setCharacterStream(int, java.io.Reader, int)binding forStringvalues with length aboveJdbcParametersConfig.stringBindingSize()limit. - useStringBinding(boolean) - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Use
PreparedStatement.setCharacterStream(int, java.io.Reader, int)binding forStringvalues with length aboveJdbcParametersConfig.BuilderBase.stringBindingSize()limit. - useSystemExcludes(boolean) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
When configured to use system excludes, system property "io.helidon.common.serviceloader.exclude"<T> is used to get the comma separated list of service implementations to exclude them from the loaded list.
- useSystemServiceLoader(boolean) - Method in class io.helidon.common.HelidonServiceLoader.Builder
-
When configured to use Java Service loader, then the result is a combination of all service implementations loaded from the Java Service loader and those added by
HelidonServiceLoader.Builder.addService(Object)orHelidonServiceLoader.Builder.addService(Object, double). - useSystemServices() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- useSystemServices() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Whether to use discovered health-check services.
- useSystemServices() - Method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Whether to use discovered health-check services.
- useSystemServices(boolean) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Whether to use discovered health-check services.
- useUpdatedHttpMetrics() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl
-
Deprecated.
- useUpdatedHttpMetrics() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Deprecated.This option is ignored and will be removed in a future release.
- useUpdatedHttpMetrics() - Method in interface io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig
-
Deprecated.This option is ignored and will be removed in a future release.
- useUpdatedHttpMetrics(boolean) - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Deprecated.This option is ignored and will be removed in a future release.
- useWellKnown() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Whether to use OIDC well known metadata.
- useWellKnown() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- Using a Configuration Tree - Section in package io.helidon.config
- UuidConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
UuidConverter. - UuidConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
-
Constructor with no side effects
V
- valid() - Method in class io.helidon.http.encoding.AcceptEncoding
-
Whether parsing did not encounter malformed values.
- valid() - Method in interface io.helidon.service.codegen.ServiceContracts.FactoryAnalysis
-
whether the factory interface is implemented.
- valid() - Method in interface io.helidon.validation.ValidationResponse
-
True if this is a valid response.
- valid() - Method in interface io.helidon.validation.ValidatorResponse
-
Whether the response was valid.
- validate() - Method in interface io.helidon.common.uri.UriPath
-
Validate if the raw path is valid.
- validate() - Method in interface io.helidon.http.Header
-
Check validity of the header name and values.
- validate(PolicyValidator.PolicyConfig, Errors.Collector, ProviderRequest) - Method in class io.helidon.security.abac.policy.PolicyValidator
- validate(RoleValidator.RoleConfig, Errors.Collector, ProviderRequest) - Method in class io.helidon.security.abac.role.RoleValidator
- validate(ScopeValidator.ScopesConfig, Errors.Collector, ProviderRequest) - Method in class io.helidon.security.abac.scope.ScopeValidator
- validate(TimeValidator.TimeConfig, Errors.Collector, ProviderRequest) - Method in class io.helidon.security.abac.time.TimeValidator
- validate(Jwt) - Method in interface io.helidon.security.jwt.JwtValidator
-
Validate configured validators against provided
Jwt. - validate(Jwt, Errors.Collector, List) - Method in class io.helidon.security.jwt.AudienceValidator
- validate(Jwt, Errors.Collector, List) - Method in interface io.helidon.security.jwt.ClaimValidator
-
Validate JWT against this class's configuration.
- validate(Jwt, Errors.Collector, List) - Method in class io.helidon.security.jwt.ExpirationValidator
- validate(Jwt, Errors.Collector, List) - Method in class io.helidon.security.jwt.FieldValidator
- validate(Jwt, Errors.Collector, List) - Method in class io.helidon.security.jwt.IssueTimeValidator
- validate(Jwt, Errors.Collector, List) - Method in class io.helidon.security.jwt.MaxTokenAgeValidator
- validate(Jwt, Errors.Collector, List) - Method in class io.helidon.security.jwt.NotBeforeValidator
- validate(Jwt, Errors.Collector, List) - Method in class io.helidon.security.jwt.UserPrincipalValidator
- validate(Class, T) - Method in interface io.helidon.validation.TypeValidation
-
Validate an object that is annotated with
Validation.Validated. - validate(Class, T, String) - Method in interface io.helidon.validation.TypeValidation
-
Validate a specific property of an object that is annotated with
Validation.Validated. - validate(String) - Static method in class io.helidon.http.HttpToken
-
Validate an HTTP token.
- validate(Flow.Subscription, Flow.Subscription) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Check if current is null and incoming is not null.
- validate(List) - Method in class io.helidon.security.jwt.EncryptedJwt
-
Validate this Encrypted JWT against provided validators.
- validate(Set) - Method in interface io.helidon.codegen.CodegenOptions
-
Validate options against the permitted options.
- validate(T, Errors.Collector) - Method in interface io.helidon.security.jwt.Validator
-
Validate the object against this class's configuration.
- validate(T, Errors.Collector, ProviderRequest) - Method in interface io.helidon.security.providers.abac.spi.AbacValidator
-
Validate that the configuration provided would grant access to the resource.
- validateAuthority(SniContext, HttpPrologue, Headers, UriAuthority) - Static method in class io.helidon.webserver.SniRequestSupport
-
Validate an already parsed
HTTP authorityagainst the connection SNI context. - validateAuthority(SniContext, HttpPrologue, Headers, String) - Static method in class io.helidon.webserver.SniRequestSupport
-
Validate an HTTP authority against the connection SNI context.
- validateAuthorityCheck(SniContext.AuthorityCheck, HttpPrologue, Headers) - Static method in class io.helidon.webserver.SniRequestSupport
-
Validate an already parsed SNI authority check result.
- validateCalendarFuture(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the future.
- validateCalendarFutureOrPresent(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the future or present.
- validateCalendarPast(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the past.
- validateCalendarPastOrPresent(Object) - Static method in class io.helidon.validation.Validators
-
Check that the calendar value is in the past or present.
- validateCollectionSize(Object, int, int) - Static method in class io.helidon.validation.Validators
-
Check that the collection value has the specified size.
- validateConnectionOnBorrow() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- validateConnectionOnBorrow() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Makes the pool validate the connection before returning it to the user by calling the JDBC API
isValid. - validateConnectionOnBorrow() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Makes the pool validate the connection before returning it to the user by calling the JDBC API
isValid. - validateConnectionOnBorrow(boolean) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Makes the pool validate the connection before returning it to the user by calling the JDBC API
isValid. - validateCookieName(String, String, Object) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Validate a cookie parameter name.
- validateDigits(Number, int, int) - Static method in class io.helidon.validation.Validators
-
Check that the number value has the specified number of digits.
- validateDocumentRoot(OpenApiDocument, String) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate required root fields at an OpenAPI version boundary.
- validateDocumentStructure(Map, OpenApi3xMapperRules) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate the structure of an OpenAPI 3.x document.
- validateDuration(TypeName, TypedElementInfo, TypeName, String, String) - Static method in class io.helidon.codegen.CodegenValidator
-
Validate a duration annotation on a method, field, or constructor.
- validateEmail(CharSequence) - Static method in class io.helidon.validation.Validators
-
Check that the string value is a valid email address.
- validateFalse(Boolean) - Static method in class io.helidon.validation.Validators
-
Check that the boolean value is false.
- validateForAuthentication() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Validates configured tenants for authentication, resolving fixed sources eagerly.
- validateFragment(String) - Static method in class io.helidon.common.uri.UriValidator
-
Validate URI fragment.
- validateHost(String) - Static method in class io.helidon.common.uri.UriValidator
-
Validate a host string.
- validateIpLiteral(String) - Static method in class io.helidon.common.uri.UriValidator
-
An IP literal starts with
[and ends with]. - validateJwtWithJwk() - Method in interface io.helidon.security.providers.oidc.common.TenantConfig
-
Whether to validate JWT with JWK information (e.g.
- validateJwtWithJwk() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
- validateJwtWithJwk(Boolean) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Use JWK (a set of keys to validate signatures of JWT) to validate tokens.
- validateLength(CharSequence, int, int) - Static method in class io.helidon.validation.Validators
-
Check that the string value has the specified length.
- validateMax(Integer, int) - Static method in class io.helidon.validation.Validators
-
Check that the integer value is less than or equal to the maximum value.
- validateMax(Long, long) - Static method in class io.helidon.validation.Validators
-
Check that the long value is less than or equal to the maximum value.
- validateMax(Number, String) - Static method in class io.helidon.validation.Validators
-
Check that the number value is less than or equal to the maximum value.
- validateMediaTypes(Map, OpenApi3xMapperRules) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate media types in a projected OpenAPI 3.x document.
- validateMessageType(RegistryCodegenContext, TypeInfo, TypeName, TypeName, String) - Static method in class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors
-
Validate that a declared request or response type is a generated protobuf message type.
- validateMethodParameterAnnotationCount(Collection, String, Object) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Validate that endpoint method parameter annotations contain at most one supported request parameter annotation.
- validateMin(Integer, int) - Static method in class io.helidon.validation.Validators
-
Check that the integer value is greater than or equal to the minimum value.
- validateMin(Long, long) - Static method in class io.helidon.validation.Validators
-
Check that the long value is greater than or equal to the minimum value.
- validateMin(Number, String) - Static method in class io.helidon.validation.Validators
-
Check that the number value is greater than or equal to the minimum value.
- validateMultipleOf(Integer, int) - Static method in class io.helidon.validation.Validators
-
Check that the integer value is a multiple of the specified factor.
- validateMultipleOf(Long, long) - Static method in class io.helidon.validation.Validators
-
Check that the long value is a multiple of the specified factor.
- validateMultipleOf(Number, String) - Static method in class io.helidon.validation.Validators
-
Check that the number value is a multiple of the specified factor.
- validateNegative(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is negative.
- validateNegativeOrZero(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is negative or zero.
- validateNonIpLiteral(String) - Static method in class io.helidon.common.uri.UriValidator
-
Validate IPv4 address or a registered name.
- validateNotBlank(CharSequence) - Static method in class io.helidon.validation.Validators
-
Check that the string value is not blank.
- validateNotEmpty(CharSequence) - Static method in class io.helidon.validation.Validators
-
Check that the string value is not empty.
- validateNotNull(Object) - Static method in class io.helidon.validation.Validators
-
Check that the value is not null.
- validateNull(Object) - Static method in class io.helidon.validation.Validators
-
Check that the value is null.
- validateOperationIds(OpenApiDocument) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate operation IDs reachable from the API paths and webhooks.
- validateOperationIds(Map) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate operation IDs reachable from the API paths and webhooks.
- validatePath() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- validatePath() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Whether to validate path characters and HTTP/1.1 request-target forms.
- validatePath() - Method in interface io.helidon.webserver.http1.Http1Config
-
Whether to validate path characters and HTTP/1.1 request-target forms.
- validatePath() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase.Http2ConfigImpl
- validatePath() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Whether to validate path characters and the HTTP/2
:pathpseudo-header. - validatePath() - Method in interface io.helidon.webserver.http2.Http2Config
-
Whether to validate path characters and the HTTP/2
:pathpseudo-header. - validatePath(boolean) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Whether to validate path characters and HTTP/1.1 request-target forms.
- validatePath(boolean) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Whether to validate path characters and the HTTP/2
:pathpseudo-header. - validatePattern(CharSequence, String) - Static method in class io.helidon.validation.Validators
-
Check that the string value matches the specified pattern.
- validatePositive(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is positive.
- validatePositiveOrZero(Number) - Static method in class io.helidon.validation.Validators
-
Check that the number value is positive or zero.
- validatePrologue() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase.Http1ConfigImpl
- validatePrologue() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Disables query and fragment syntax validation when set to
false; intended only for closed systems receiving trusted, valid request targets, as behavior for invalid input is unspecified. - validatePrologue() - Method in interface io.helidon.webserver.http1.Http1Config
-
Disables query and fragment syntax validation when set to
false; intended only for closed systems receiving trusted, valid request targets, as behavior for invalid input is unspecified. - validatePrologue(boolean) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Disables query and fragment syntax validation when set to
false; intended only for closed systems receiving trusted, valid request targets, as behavior for invalid input is unspecified. - validateProperty(Class, String, Object) - Method in interface io.helidon.validation.TypeValidation
-
Validate a value against a specific property of an object that is annotated with
Validation.Validated. - validatePrototype() - Method in class io.helidon.builder.codegen.FactoryMethod.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.GeneratedMethod.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.OptionBuilder.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.OptionConfigured.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.OptionDeprecation.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.OptionInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.OptionProvider.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.OptionSingular.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.PrototypeConfigured.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.PrototypeConstant.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.PrototypeInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.builder.codegen.RuntimeTypeInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.concurrency.limits.ThroughputLimitConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.tls.TlsMaterial.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.ModuleInfoOpens.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.ModuleInfoRequires.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.ModuleInfoUses.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.common.uri.UriInfo.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.config.ConfigItem.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.codegen.query.OrderExpression.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.jdbc.JdbcClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.Order.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.PageRequest.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.Sort.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.HttpLogConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.json.binding.JsonBindingSupportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.json.JsonSupportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.json.smile.SmileSupportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.http.media.MediaSupportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.binding.JsonBindingConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaBoolean.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaNull.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.json.smile.SmileConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.DeadLetterConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.FailurePolicy.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.MessageBatchConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.MessageConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.MessagingChannel.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.MessagingConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.MessagingExecutionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.MessagingFailureConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.spi.MessagingChannelConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.spi.MessagingConnectorProviderConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.spi.MessagingIncomingConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.messaging.spi.MessagingOutgoingConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.Validates required properties.
- validatePrototype() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.Validates required properties.
- validatePrototype() - Method in class io.helidon.metrics.providers.micrometer.OtlpPublisherConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.metrics.providers.micrometer.PrometheusNamingConventionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.metrics.providers.micrometer.PrometheusPublisherConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.openapi.v30.OpenApi3xMapperRules.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.registry.Qualifier.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.AggregationConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.BatchProcessorConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.ExplicitBucketHistogramAggregationConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.InstrumentSelectorConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.LogLimitsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.LogRecordExporterConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.MetricExporterConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.MetricReaderConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryResourceConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.OtlpHttpExporterConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.PeriodicMetricReaderConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.ProcessorConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.TypedAttributes.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.tracing.ExtendedTracerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.validation.ValidationContextConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.api.ClientAltSvcConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.api.SniConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.cors.CorsPathConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityHandlerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityMethodConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.security.GrpcSecurityServiceConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.grpc.validation.GrpcValidationConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.http.AltSvcConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.ProxyProtocolConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.SniConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.TcpTransportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.UdsTransportConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.VirtualHostConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Validates required properties.
- validatePrototype() - Method in class io.helidon.websocket.WsProtocolConfig.BuilderBase
-
Validates required properties.
- validateProviderConfig(Config, String, Option.Provider.Identity, Option.Provider.ConfigForm) - Static method in class io.helidon.config.ConfigBuilderSupport
-
Validate the configured provider container before generated builder code maps or discovers provider values.
- validateQuery(String) - Static method in class io.helidon.common.uri.UriValidator
-
Validate a URI Query raw string.
- validateQueryStringParameters(Map, OpenApi3xMapperRules) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate querystring parameters in a projected OpenAPI 3.x document.
- validateRequest() - Method in class io.helidon.http.http2.Http2Headers
-
Validate client or server request.
- validateRequestHeaders() - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- validateRequestHeaders() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Whether to validate request headers.
- validateRequestHeaders() - Method in interface io.helidon.http.HttpConfig
-
Whether to validate request headers.
- validateRequestHeaders(boolean) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Whether to validate request headers.
- validateRequestParamsBodyComponents(TypeInfo) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Validate body parameter rules for a request parameter record.
- validateRequestParamsComponentAnnotationCount(Collection, String, Object) - Static method in class io.helidon.declarative.codegen.http.HttpCodegenValidation
-
Validate that a request parameter record component contains at most one supported request parameter annotation.
- validateResponse() - Method in class io.helidon.http.http2.Http2Headers
-
Validate server response or client response.
- validateResponseHeaders() - Method in class io.helidon.http.HttpConfig.BuilderBase.HttpConfigImpl
- validateResponseHeaders() - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Whether to validate response headers.
- validateResponseHeaders() - Method in interface io.helidon.http.HttpConfig
-
Whether to validate response headers.
- validateResponseHeaders(boolean) - Method in class io.helidon.http.HttpConfig.BuilderBase
-
Whether to validate response headers.
- validateSchemas(Map, OpenApi3xMapperRules) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate schemas in an OpenAPI 3.x document.
- validateScheme(String) - Static method in class io.helidon.common.uri.UriValidator
-
Validate a URI scheme.
- validateSecurityRequirementNames(Map, OpenApi3xMapperRules) - Static method in class io.helidon.openapi.v30.OpenApiDocumentMapperSupport
-
Validate Security Requirement Object names in an OpenAPI 3.x document.
- validateSize(TypeName, TypedElementInfo, TypeName, String, String) - Static method in class io.helidon.codegen.CodegenValidator
-
Validate a
Sizeannotation on a method, field, or constructor. - validateTenantForAuthentication(TenantConfig) - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Validates a runtime tenant for authentication without accessing a reloadable source.
- validateTrailers() - Method in class io.helidon.http.http2.Http2Headers
-
Validate that request or response trailers do not contain pseudo-headers.
- validateTrue(Boolean) - Static method in class io.helidon.validation.Validators
-
Check that the boolean value is true.
- validateUri(TypeName, TypedElementInfo, TypeName, String, String) - Static method in class io.helidon.codegen.CodegenValidator
-
Validate a URI value in an annotation.
- validateVirtualHosts() - Method in interface io.helidon.webserver.ListenerTlsContext
-
Validate the listener virtual-host TLS configuration.
- Validation - Class in io.helidon.validation
-
Validation annotations and related types.
- Validation.Boolean - Class in io.helidon.validation
-
Boolean constraints.
- Validation.Boolean.False - Annotation Interface in io.helidon.validation
-
The value must be false.
- Validation.Boolean.True - Annotation Interface in io.helidon.validation
-
The value must be true.
- Validation.Calendar - Class in io.helidon.validation
-
Calendar constraints.
- Validation.Calendar.Future - Annotation Interface in io.helidon.validation
-
The annotated element must be in the future.
- Validation.Calendar.FutureOrPresent - Annotation Interface in io.helidon.validation
-
The annotated element must be in the future or present.
- Validation.Calendar.Past - Annotation Interface in io.helidon.validation
-
The annotated element must be in the past.
- Validation.Calendar.PastOrPresent - Annotation Interface in io.helidon.validation
-
The annotated element must be in the past or present.
- Validation.Collection - Class in io.helidon.validation
-
Collection constraints.
- Validation.Collection.Size - Annotation Interface in io.helidon.validation
-
Supported for
Collection,Map, and arrays. - Validation.Constraint - Annotation Interface in io.helidon.validation
-
Definition of a constraint.
- Validation.Integer - Class in io.helidon.validation
-
Integer constraints, to allow use of int constants with values.
- Validation.Integer.Max - Annotation Interface in io.helidon.validation
-
The value must be the specified
Validation.Integer.Max.value()or lower. - Validation.Integer.Min - Annotation Interface in io.helidon.validation
-
The value must be the specified
Validation.Integer.Min.value()or higher. - Validation.Integer.MultipleOf - Annotation Interface in io.helidon.validation
-
The value must be a multiple of the specified
Validation.Integer.MultipleOf.value(). - Validation.Long - Class in io.helidon.validation
-
Integer constraints, to allow use of long constants with values.
- Validation.Long.Max - Annotation Interface in io.helidon.validation
-
The value must be the specified
Validation.Long.Max.value()or lower. - Validation.Long.Min - Annotation Interface in io.helidon.validation
-
The value must be the specified
Validation.Long.Min.value()or higher. - Validation.Long.MultipleOf - Annotation Interface in io.helidon.validation
-
The value must be a multiple of the specified
Validation.Long.MultipleOf.value(). - Validation.NotNull - Annotation Interface in io.helidon.validation
-
Value must not be
null. - Validation.Null - Annotation Interface in io.helidon.validation
-
Value must be
null. - Validation.Number - Class in io.helidon.validation
- Validation.Number.Digits - Annotation Interface in io.helidon.validation
-
The value must have the at most he defined number of
Validation.Number.Digits.integer()andValidation.Number.Digits.fraction()digits. - Validation.Number.Max - Annotation Interface in io.helidon.validation
-
The value must be the specified
Validation.Number.Max.value()or lower. - Validation.Number.Min - Annotation Interface in io.helidon.validation
-
The value must be the specified
Validation.Number.Min.value()or higher. - Validation.Number.MultipleOf - Annotation Interface in io.helidon.validation
-
The value must be a multiple of the specified
Validation.Number.MultipleOf.value(). - Validation.Number.Negative - Annotation Interface in io.helidon.validation
-
The value must be negative.
- Validation.Number.NegativeOrZero - Annotation Interface in io.helidon.validation
-
The value must be negative or zero.
- Validation.Number.Positive - Annotation Interface in io.helidon.validation
-
The value must be positive.
- Validation.Number.PositiveOrZero - Annotation Interface in io.helidon.validation
-
The value must be positive or zero.
- Validation.String - Class in io.helidon.validation
-
StringandCharSequenceconstraints. - Validation.String.Email - Annotation Interface in io.helidon.validation
-
Validate that the annotated char sequence is a valid e-mail address.
- Validation.String.Length - Annotation Interface in io.helidon.validation
-
The value's length must be between
Validation.String.Length.min()andValidation.String.Length.value()characters (inclusive). - Validation.String.NotBlank - Annotation Interface in io.helidon.validation
-
The value must not be blank.
- Validation.String.NotEmpty - Annotation Interface in io.helidon.validation
-
The value must not be empty.
- Validation.String.Pattern - Annotation Interface in io.helidon.validation
-
The value must match the given regular expression.
- Validation.String.Pattern.Flag - Enum Class in io.helidon.validation
-
Enumeration of regular expression flags, that maps to the correct constants on
Pattern, such asPattern.CASE_INSENSITIVE. - Validation.Valid - Annotation Interface in io.helidon.validation
-
Mark an element as validated even when no explicit constraints are added on it to validate the nested object structure.
- Validation.Validated - Annotation Interface in io.helidon.validation
-
This type will contain validations on getters (or record components) that cannot be intercepted.
- ValidationContext - Interface in io.helidon.validation
-
Context of
TypeValidator.check(ValidationContext, Object), also used to validate constraints using #check(ConstraintValidator, Object). - ValidationContext.Scope - Interface in io.helidon.validation
-
Scope of a validation operation.
- ValidationContextConfig - Interface in io.helidon.validation
-
Configuration of Validation process, used to create a
ValidationContext. - ValidationContextConfig.Builder - Class in io.helidon.validation
-
Fluent API builder for
ValidationContext. - ValidationContextConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.validation
-
Fluent API builder base for
ValidationContextConfig. - ValidationContextConfig.BuilderBase.ValidationContextConfigImpl - Class in io.helidon.validation
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ValidationContextConfigImpl(ValidationContextConfig.BuilderBase) - Constructor for class io.helidon.validation.ValidationContextConfig.BuilderBase.ValidationContextConfigImpl
-
Create an instance providing a builder.
- ValidationException - Exception Class in io.helidon.validation
-
This exception is thrown for validation failures.
- ValidationException(String) - Constructor for exception class io.helidon.validation.ValidationException
-
Create a new exception with a descriptive message.
- ValidationException(String, List) - Constructor for exception class io.helidon.validation.ValidationException
-
Create a new exception with a descriptive message and a list of violations.
- ValidationExtensionProvider - Class in io.helidon.declarative.codegen.validation
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative validation. - ValidationExtensionProvider() - Constructor for class io.helidon.declarative.codegen.validation.ValidationExtensionProvider
-
Required public constructor for
ServiceLoader. - ValidationResponse - Interface in io.helidon.validation
-
Response from a validation context after processing all checks.
- validationTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase.HikariDataSourceConfigImpl
- validationTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Sets the maximum number of milliseconds that the pool will wait for a connection to be validated as alive.
- validationTimeout() - Method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Sets the maximum number of milliseconds that the pool will wait for a connection to be validated as alive.
- validationTimeout(long) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Sets the maximum number of milliseconds that the pool will wait for a connection to be validated as alive.
- Validator<T> - Interface in io.helidon.security.jwt
-
A generic validator, has a method to validate the object and add messages to a
Errors.Collector. - ValidatorContext - Interface in io.helidon.validation
-
Context of a ConstraintValidator.
- ValidatorResponse - Interface in io.helidon.validation
-
A response returned by a
ConstraintValidator.check(io.helidon.validation.ValidatorContext, Object). - Validators - Class in io.helidon.validation
-
Programmatic API to validate values and types.
- ValidatorsService__ServiceDescriptor<T> - Class in io.helidon.validation
-
Service descriptor for
ValidatorsService. - ValidatorsService__ServiceDescriptor() - Constructor for class io.helidon.validation.ValidatorsService__ServiceDescriptor
-
Constructor with no side effects
- validitySeconds(long) - Method in class io.helidon.security.providers.jwt.JwtProvider.JwtOutboundTarget.Builder
-
Validity of the token.
- value() - Element in annotation interface io.helidon.builder.api.Description
-
Custom description.
- value() - Element in annotation interface io.helidon.builder.api.Option.Access
-
Custom access modifier to use.
- value() - Element in annotation interface io.helidon.builder.api.Option.AllowedValue
-
Value of the option.
- value() - Element in annotation interface io.helidon.builder.api.Option.AllowedValues
-
All allowed values for this prototype option.
- value() - Element in annotation interface io.helidon.builder.api.Option.Configured
-
Override "guessed" configuration key.
- value() - Element in annotation interface io.helidon.builder.api.Option.Decorator
-
Type declaration including generic types (must match the declared generic type on the blueprint).
- value() - Element in annotation interface io.helidon.builder.api.Option.Default
-
Default value(s) to use.
- value() - Element in annotation interface io.helidon.builder.api.Option.DefaultBoolean
-
Default value(s) to use.
- value() - Element in annotation interface io.helidon.builder.api.Option.DefaultCode
-
String defining the default value.
- value() - Element in annotation interface io.helidon.builder.api.Option.DefaultDouble
-
Default value(s) to use.
- value() - Element in annotation interface io.helidon.builder.api.Option.DefaultInt
-
Default value(s) to use.
- value() - Element in annotation interface io.helidon.builder.api.Option.DefaultLong
-
Default value(s) to use.
- value() - Element in annotation interface io.helidon.builder.api.Option.DefaultMethod
-
Static method without parameters that provides the type of the property, declared on
Option.DefaultMethod.type(). - value() - Element in annotation interface io.helidon.builder.api.Option.Deprecated
-
Alternative option that replaces this option.
- value() - Element in annotation interface io.helidon.builder.api.Option.PrototypedBy
-
Type of the prototype that is a factory of the type returned by the annotated method.
- value() - Element in annotation interface io.helidon.builder.api.Option.Provider
-
Provider contract used to discover implementations for this option.
- value() - Element in annotation interface io.helidon.builder.api.Option.Singular
-
The optional value specified here will determine the singular form of the method name.
- value() - Element in annotation interface io.helidon.builder.api.Option.TraverseConfig
-
Whether to use traverse method to handle map key and value.
- value() - Element in annotation interface io.helidon.builder.api.Option.Type
-
Type declaration including generic types (must match the declared generic type on the blueprint).
- value() - Element in annotation interface io.helidon.builder.api.Prototype.Annotated
-
The annotation(s) to add to the generated methods and field names on the generated class w/ builder.
- value() - Element in annotation interface io.helidon.builder.api.Prototype.ConfigFactoryMethod
-
An explicit option name can be defined to only use this factory method for the specified option.
- value() - Element in annotation interface io.helidon.builder.api.Prototype.Configured
-
Configuration node this type is read from.
- value() - Element in annotation interface io.helidon.builder.api.Prototype.CustomMethods
-
Type that implements static methods to be available on the prototype.
- value() - Element in annotation interface io.helidon.builder.api.Prototype.Extension
-
Type the extension supports, see documentation of appropriate extension.
- value() - Element in annotation interface io.helidon.builder.api.Prototype.Extensions
-
Extensions to use.
- value() - Element in annotation interface io.helidon.builder.api.Prototype.Implement
-
Interfaces to implement, such as
java.lang.Comparable<io.helidon.common.types.TypeName>. - value() - Element in annotation interface io.helidon.builder.api.Prototype.IncludeDefaultMethods
-
Names of default methods from super types or this blueprint to include as prototype properties.
- value() - Element in annotation interface io.helidon.builder.api.Prototype.Provides
-
Types this type provides, probably through
ServiceLoader. - value() - Element in annotation interface io.helidon.builder.api.Prototype.RegistrySupport
-
Whether to enable (default) or disable (set to
false) registry support for this blueprint. - value() - Element in annotation interface io.helidon.builder.api.Prototype.RuntimeTypeFactoryMethod
-
An explicit option name can be defined to only use this factory method for the specified option.
- value() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase.OptionAllowedValueImpl
- value() - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Value, such as a string constant or enum value.
- value() - Method in interface io.helidon.builder.codegen.OptionAllowedValue
-
Value, such as a string constant or enum value.
- value() - Method in record class io.helidon.codegen.JavadocTree.AttrValue
-
Returns the value of the
valuerecord component. - value() - Method in interface io.helidon.codegen.JavadocTree.Cdata
-
CDATA value.
- value() - Method in interface io.helidon.codegen.JavadocTree.Comment
-
Comment value.
- value() - Method in interface io.helidon.codegen.JavadocTree.Doctype
-
Doctype value.
- value() - Method in interface io.helidon.codegen.JavadocTree.Escape
-
Escape value.
- value() - Method in interface io.helidon.codegen.JavadocTree.Text
-
Text value.
- value() - Element in annotation interface io.helidon.common.Api.Since
-
Version of Helidon this API was introduced in.
- value() - Element in annotation interface io.helidon.common.Default.Boolean
-
Default value(s) for this element.
- value() - Element in annotation interface io.helidon.common.Default.Double
-
Default value(s) for this element.
- value() - Element in annotation interface io.helidon.common.Default.Int
-
Default value(s) for this element.
- value() - Element in annotation interface io.helidon.common.Default.Long
-
Default value(s) for this element.
- value() - Element in annotation interface io.helidon.common.Default.Value
-
Default value(s) for this element.
- value() - Element in annotation interface io.helidon.common.features.api.Features.Aot
-
Whether AOT is supported by this component or not.
- value() - Element in annotation interface io.helidon.common.features.api.Features.Description
-
Description of this feature.
- value() - Element in annotation interface io.helidon.common.features.api.Features.Flavor
-
Flavor(s) of this feature.
- value() - Element in annotation interface io.helidon.common.features.api.Features.InvalidFlavor
-
Invalid flavor(s) of this feature.
- value() - Element in annotation interface io.helidon.common.features.api.Features.Name
-
Name of this feature.
- value() - Element in annotation interface io.helidon.common.features.api.Features.Path
-
Path of this feature.
- value() - Element in annotation interface io.helidon.common.features.api.Features.Since
-
Version of Helidon this feature is first available.
- value() - Element in annotation interface io.helidon.common.Generated
-
The code generator that generated this type.
- value() - Method in interface io.helidon.common.reactive.Collector
-
Get the collected items container.
- value() - Method in interface io.helidon.common.types.Annotation
-
The value property.
- value() - Method in interface io.helidon.common.types.AnnotationProperty.ConstantValue
-
Value of the constant.
- value() - Method in interface io.helidon.common.types.AnnotationProperty
-
Value of the property, never
null. - value() - Method in interface io.helidon.common.types.EnumValue
- value() - Method in class io.helidon.common.uri.UriFragment
-
Value (decoded) of the fragment.
- value() - Method in class io.helidon.common.uri.UriHost
-
Normalized host value.
- value() - Method in interface io.helidon.common.uri.UriPathSegment
-
The text value of this path segment, without leading slash.
- value() - Method in interface io.helidon.common.uri.UriQuery
-
Query NOT encoded without the leading
?character. - value() - Element in annotation interface io.helidon.common.Weight
-
Weight of this type.
- value() - Element in annotation interface io.helidon.config.Configuration.Value
-
Configuration key (from the config root) or configuration expression to find the value.
- value() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Default value of this option if not configured explicitly.
- value() - Element in annotation interface io.helidon.config.metadata.ConfiguredOptions
-
Group of options when used on a type.
- value() - Element in annotation interface io.helidon.config.metadata.ConfiguredValue
-
Value of the option.
- value() - Method in class io.helidon.config.ObjectNodeImpl
- value() - Method in interface io.helidon.config.spi.ConfigNode
-
Get the direct value of this config node.
- value() - Method in class io.helidon.config.ValueNodeImpl
- value() - Method in interface io.helidon.data.codegen.query.ProjectionParameter
-
Projection expression parameter value.
- value() - Element in annotation interface io.helidon.data.Data.PersistenceUnit
-
Name of a named persistence unit.
- value() - Element in annotation interface io.helidon.data.Data.Provider
-
Type of the Helidon Data Provider that will handle this instance.
- value() - Element in annotation interface io.helidon.data.Data.ProviderType
-
Type of the Helidon Data Support that will handle this instance.
- value() - Element in annotation interface io.helidon.data.Data.Query
-
The query.
- value() - Element in annotation interface io.helidon.data.jdbc.Jdbc.Client
-
Returns the required JDBC client name.
- value() - Element in annotation interface io.helidon.data.jdbc.Jdbc.Execution
-
Returns the requested execution type.
- value() - Element in annotation interface io.helidon.data.jdbc.Jdbc.GeneratedKeys
-
Returns the requested generated column names.
- value() - Element in annotation interface io.helidon.data.jdbc.Jdbc.RowMapper
-
Returns the mapper service type.
- value() - Element in annotation interface io.helidon.data.jdbc.Jdbc.Statement
-
Returns the SQL statement.
- value() - Method in record class io.helidon.declarative.codegen.model.http.HeaderValue
-
Returns the value of the
valuerecord component. - value() - Element in annotation interface io.helidon.faulttolerance.Ft.Fallback
-
Name of the method to fallback to.
- value() - Element in annotation interface io.helidon.graphql.GraphQl.Argument
-
Argument name.
- value() - Element in annotation interface io.helidon.graphql.GraphQl.DefaultValue
-
GraphQL default value literal.
- value() - Element in annotation interface io.helidon.graphql.GraphQl.Description
-
Description text.
- value() - Element in annotation interface io.helidon.graphql.GraphQl.Name
-
GraphQL name.
- value() - Element in annotation interface io.helidon.graphql.GraphQl.Scalar
-
Scalar name.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.Bidirectional
-
Obtain the name of the method.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.ClientStreaming
-
Obtain the name of the method.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.GrpcChannel
-
Deprecated.The name of the configured channel.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.GrpcInterceptors
-
An ordered list of interceptors.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.GrpcMarshaller
-
Deprecated.Obtain the type of the
MarshallerSupplierto use. - value() - Element in annotation interface io.helidon.grpc.api.Grpc.GrpcMethod
-
Obtain the gRPC method type.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.GrpcService
-
Obtain the service name.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.ProtoDescriptor
-
The generated protocol buffer class.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.RequestType
-
Deprecated.Obtain the gRPC request type.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.ResponseType
-
Deprecated.Obtain the gRPC response type.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.ServerStreaming
-
Obtain the name of the method.
- value() - Element in annotation interface io.helidon.grpc.api.Grpc.Unary
-
Obtain the name of the method.
- value() - Element in annotation interface io.helidon.http.Http.Consumes
-
Media types acceptable by this endpoint or method.
- value() - Element in annotation interface io.helidon.http.Http.CookieParam
-
Name of the cookie.
- value() - Element in annotation interface io.helidon.http.Http.FormParam
-
Name of the form parameter.
- value() - Element in annotation interface io.helidon.http.Http.HeaderParam
-
Name of the header.
- value() - Element in annotation interface io.helidon.http.Http.HttpMethod
-
Exact text of the HTTP method, such as
GET. - value() - Element in annotation interface io.helidon.http.Http.Path
-
Path to use, defaults to
/. - value() - Element in annotation interface io.helidon.http.Http.PathParam
-
Name of the parameter.
- value() - Element in annotation interface io.helidon.http.Http.Produces
-
Media types produced by this endpoint or method.
- value() - Element in annotation interface io.helidon.http.Http.QueryParam
-
Name of the query parameter.
- value() - Method in interface io.helidon.http.http2.Http2Flag.Flags
-
Numeric flag value.
- value() - Method in class io.helidon.http.http2.Http2Flag
-
Flag value as a number.
- value() - Method in class io.helidon.http.SetCookie
-
Value of the cookie.
- value() - Element in annotation interface io.helidon.json.binding.Json.BuilderInfo
-
The builder class to use.
- value() - Element in annotation interface io.helidon.json.binding.Json.Converter
-
The converter class to use.
- value() - Element in annotation interface io.helidon.json.binding.Json.Deserializer
-
The deserializer class to use.
- value() - Element in annotation interface io.helidon.json.binding.Json.FailOnUnknown
-
Whether to fail on unknown properties during deserialization.
- value() - Element in annotation interface io.helidon.json.binding.Json.Ignore
-
Whether to ignore this field/method/parameter.
- value() - Element in annotation interface io.helidon.json.binding.Json.Polymorphic
-
The default implementation/extending class to be used when alias is not provided.
- value() - Element in annotation interface io.helidon.json.binding.Json.Property
-
The custom property name to use in JSON.
- value() - Element in annotation interface io.helidon.json.binding.Json.PropertyOrder
-
The property ordering strategy to use.
- value() - Element in annotation interface io.helidon.json.binding.Json.SerializeNulls
-
Whether to serialize null values.
- value() - Element in annotation interface io.helidon.json.binding.Json.Serializer
-
The serializer class to use.
- value() - Element in annotation interface io.helidon.json.binding.Json.Subtype
-
Subtype of the annotated type.
- value() - Element in annotation interface io.helidon.json.binding.Json.Subtypes
-
Get the contained annotations.
- value() - Method in class io.helidon.json.JsonBoolean
-
Return the boolean value of this JsonBoolean.
- value() - Method in class io.helidon.json.JsonKey
-
Raw key value without JSON quoting.
- value() - Method in class io.helidon.json.JsonString
-
Return the string value of this JsonString.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Array.MaxItems
-
Maximum number of the items.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Array.MinItems
-
Minimum number of the items.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Array.UniqueItems
-
Whether the array must contain only the unique items.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Description
-
JSON schema description.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Id
-
The value of the base URI for resolving relative references.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Integer.ExclusiveMaximum
-
Integer number exclusive maximum.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Integer.ExclusiveMinimum
-
Integer number exclusive minimum.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Integer.Maximum
-
Integer number maximum.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Integer.Minimum
-
Integer number minimum.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Integer.MultipleOf
-
Value which integer values should be multiplication of.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Number.ExclusiveMaximum
-
Number exclusive maximum.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Number.ExclusiveMinimum
-
Validated number exclusive minimum.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Number.Maximum
-
Maximum number value.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Number.Minimum
-
Minimum number value.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Number.MultipleOf
-
Value which number values should be multiplication of.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Object.AdditionalProperties
-
Whether to allow all JSON properties.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Object.MaxProperties
-
Maximal number of the properties.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Object.MinProperties
-
Minimal number of the properties.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.PropertyName
-
JSON schema property name.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.String.MaxLength
-
Maximal String value length.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.String.MinLength
-
Minimal String value length.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.String.Pattern
-
Regexp pattern of the String value.
- value() - Element in annotation interface io.helidon.json.schema.JsonSchema.Title
-
JSON schema title.
- value() - Method in class io.helidon.messaging.MessageHeader
-
Header value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.BinaryValue
-
Binary value copy.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.BooleanValue
-
Boolean value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.DecimalValue
-
Decimal value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.Float32Value
-
Floating-point value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.Float64Value
-
Floating-point value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.IntegerValue
-
Integer value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.NativeValue
-
Encoded value copy.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.TextValue
-
Text value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.TimestampValue
-
Timestamp value.
- value() - Method in class io.helidon.messaging.MessageHeaderValue.UuidValue
-
UUID value.
- value() - Element in annotation interface io.helidon.messaging.Messaging.HeaderParam
-
Header name.
- value() - Element in annotation interface io.helidon.messaging.Messaging.ReceiveFrom
-
Source channel name.
- value() - Element in annotation interface io.helidon.messaging.Messaging.SendTo
-
Target channel name.
- value() - Method in interface io.helidon.metadata.hson.Hson.Value
-
Value.
- value() - Method in interface io.helidon.metrics.api.Gauge
-
Returns the value of the gauge.
- value() - Method in class io.helidon.metrics.api.LabeledSample
- value() - Element in annotation interface io.helidon.metrics.api.Metrics.Counted
-
Name of the counter.
- value() - Element in annotation interface io.helidon.metrics.api.Metrics.Gauge
-
Name of the gauge.
- value() - Element in annotation interface io.helidon.metrics.api.Metrics.Tag
-
Tag value.
- value() - Element in annotation interface io.helidon.metrics.api.Metrics.Tags
-
Tags of this repeating container.
- value() - Element in annotation interface io.helidon.metrics.api.Metrics.Timed
-
Name of the timer.
- value() - Method in interface io.helidon.metrics.api.Sample.Derived
-
Derived value (usually computed).
- value() - Method in interface io.helidon.metrics.api.Sample.Labeled
-
The value.
- value() - Method in interface io.helidon.metrics.api.Tag
-
Returns the tag's value.
- value() - Method in interface io.helidon.metrics.api.ValueAtPercentile
-
Returns the value at this percentile.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.ApiKeySecuritySchemes
-
Security schemes.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Contact
-
Contact name.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Content
-
Media type.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Example
-
Example value.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Extension
-
Extension value.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Extensions
-
Extensions.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.ExternalDocs
-
Documentation URL.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Header
-
Header description.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.HttpSecuritySchemes
-
Security schemes.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.License
-
License name.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.LinkParameter
-
Literal string or runtime expression passed to the linked operation.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.MutualTlsSecuritySchemes
-
Security schemes.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.OAuth2SecuritySchemes
-
Security schemes.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.OAuthScope
-
Scope name.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.OidcSecuritySchemes
-
Security schemes.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Operation
-
Short operation summary.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Parameter
-
Parameter description.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Parameters
-
Parameters.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.RequestBody
-
Request body description.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Responses
-
Responses.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityRequirement
-
Required schemes.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.SecurityRequirements
-
Security requirements.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.SecuritySchemeRequirement
-
Required scheme name.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.SecuritySchemes
-
Security schemes.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Server
-
Server URL.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Servers
-
Servers.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Tag
-
Tag name.
- value() - Element in annotation interface io.helidon.openapi.OpenApi.Tags
-
Tags.
- value() - Element in annotation interface io.helidon.scheduling.Scheduling.Cron
-
Cron expression specifying period for invocation.
- value() - Element in annotation interface io.helidon.scheduling.Scheduling.FixedRate
-
Fixed interval for periodical invocation.
- value() - Element in annotation interface io.helidon.security.abac.policy.PolicyValidator.PolicyStatement
-
The statement of this policy.
- value() - Element in annotation interface io.helidon.security.abac.role.RoleValidator.Roles
-
Array of roles allowed for this resource.
- value() - Element in annotation interface io.helidon.security.abac.role.RoleValidator.RolesContainer
-
Repeatable annotation value.
- value() - Element in annotation interface io.helidon.security.abac.scope.ScopeValidator.Scope
-
Name of scope the user must have to access this resource.
- value() - Element in annotation interface io.helidon.security.abac.scope.ScopeValidator.Scopes
-
Repeatable annotation holder.
- value() - Element in annotation interface io.helidon.security.abac.time.TimeValidator.DaysOfWeek
-
Return days of week this resource should be accessible on.
- value() - Element in annotation interface io.helidon.security.abac.time.TimeValidator.TimesOfDay
-
Repeatable annotation holder.
- value() - Element in annotation interface io.helidon.security.annotations.Audited
-
Event type of this audit event.
- value() - Element in annotation interface io.helidon.security.annotations.Authenticated
-
Determine whether authentication should be enabled.
- value() - Element in annotation interface io.helidon.security.annotations.Authorized
-
Determine whether authorization should be enabled.
- value() - Method in class io.helidon.security.AuditEvent.AuditParam
-
Value of this parameter.
- value() - Element in annotation interface io.helidon.service.registry.Interception.ExternalDelegate
-
Type provided by this service factory that is a class and should support interception.
- value() - Element in annotation interface io.helidon.service.registry.Service.Describe
-
Customize the scope to use, defaults to
Service.Singleton. - value() - Element in annotation interface io.helidon.service.registry.Service.ExternalContracts
-
The advertised contract type(s) for the service class implementation.
- value() - Element in annotation interface io.helidon.service.registry.Service.GenerateBinding
-
Name of the application binding class.
- value() - Element in annotation interface io.helidon.service.registry.Service.Named
-
The name.
- value() - Element in annotation interface io.helidon.service.registry.Service.NamedByType
-
The class used will function as the name.
- value() - Element in annotation interface io.helidon.service.registry.Service.PerInstance
-
The service type driving this service.
- value() - Element in annotation interface io.helidon.service.registry.Service.RunLevel
-
The service ranking applied when not declared explicitly.
- value() - Element in annotation interface io.helidon.testing.junit5.suite.TestSuite.Suite
-
Suite provider class.
- value() - Method in class io.helidon.tracing.Tag
-
Tag value.
- value() - Element in annotation interface io.helidon.tracing.Tracing.ParamTag
-
Tag key.
- value() - Element in annotation interface io.helidon.tracing.Tracing.Tag
-
Tag value.
- value() - Element in annotation interface io.helidon.tracing.Tracing.Traced
-
Name of the span, inferred from method name by default.
- value() - Element in annotation interface io.helidon.transaction.Tx.TransactionType
-
Transaction type of the annotated method.
- value() - Element in annotation interface io.helidon.validation.Validation.Collection.Size
-
Maximal size of the collection.
- value() - Element in annotation interface io.helidon.validation.Validation.Integer.Max
-
Maximal value.
- value() - Element in annotation interface io.helidon.validation.Validation.Integer.Min
-
Minimal value.
- value() - Element in annotation interface io.helidon.validation.Validation.Integer.MultipleOf
-
Positive factor.
- value() - Element in annotation interface io.helidon.validation.Validation.Long.Max
-
Maximal value.
- value() - Element in annotation interface io.helidon.validation.Validation.Long.Min
-
Minimal value.
- value() - Element in annotation interface io.helidon.validation.Validation.Long.MultipleOf
-
Positive factor.
- value() - Element in annotation interface io.helidon.validation.Validation.Number.Max
-
Maximal value.
- value() - Element in annotation interface io.helidon.validation.Validation.Number.Min
-
Minimal value.
- value() - Element in annotation interface io.helidon.validation.Validation.Number.MultipleOf
-
Positive factor.
- value() - Element in annotation interface io.helidon.validation.Validation.String.Length
-
Maximal length of the char sequence.
- value() - Method in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
The regular expression flags to use when creating the
Pattern. - value() - Element in annotation interface io.helidon.validation.Validation.String.Pattern
-
The regular expression.
- value() - Element in annotation interface io.helidon.validation.Validation.Valid
-
Can be set to
falseto explicitly disable all validations on this element. - value() - Element in annotation interface io.helidon.webclient.api.RestClient.ComputedHeaders
-
Headers to add to request.
- value() - Element in annotation interface io.helidon.webclient.api.RestClient.Endpoint
-
The URI of this API.
- value() - Element in annotation interface io.helidon.webclient.api.RestClient.Header
-
Value of the header.
- value() - Element in annotation interface io.helidon.webclient.api.RestClient.Headers
-
Headers to add to request.
- value() - Element in annotation interface io.helidon.webclient.grpc.RpcClient.Endpoint
-
Target URI of the generated backing gRPC client.
- value() - Element in annotation interface io.helidon.webclient.websocket.WebSocketClient.Endpoint
-
The base URI of this API.
- value() - Element in annotation interface io.helidon.webserver.cors.Cors.AllowCredentials
-
Whether the client can send cookies or credentials.
- value() - Element in annotation interface io.helidon.webserver.cors.Cors.AllowHeaders
-
A list of request headers that are allowed or
"*"to allow all headers. - value() - Element in annotation interface io.helidon.webserver.cors.Cors.AllowMethods
-
A list of supported HTTP request methods.
- value() - Element in annotation interface io.helidon.webserver.cors.Cors.AllowOrigins
-
A list of origins that are allowed such as
"http://foo.com"or"*"to allow all origins. - value() - Element in annotation interface io.helidon.webserver.cors.Cors.ExposeHeaders
-
A list of response headers allowed for clients other than the "standard" ones.
- value() - Element in annotation interface io.helidon.webserver.cors.Cors.MaxAgeSeconds
-
Pre-flight response duration.
- value() - Element in annotation interface io.helidon.webserver.graphql.GraphQlServer.Context
-
GraphQL web context.
- value() - Element in annotation interface io.helidon.webserver.graphql.GraphQlServer.Field
-
GraphQL field name.
- value() - Element in annotation interface io.helidon.webserver.graphql.GraphQlServer.Listener
-
Name of a routing to bind this application/service to.
- value() - Element in annotation interface io.helidon.webserver.graphql.GraphQlServer.SchemaUri
-
Schema endpoint URI.
- value() - Element in annotation interface io.helidon.webserver.grpc.RpcServer.Listener
-
Name of a routing to bind this service to.
- value() - Element in annotation interface io.helidon.webserver.http.RestServer.ComputedHeaders
-
Headers to add to response.
- value() - Element in annotation interface io.helidon.webserver.http.RestServer.Header
-
Value of the header.
- value() - Element in annotation interface io.helidon.webserver.http.RestServer.Headers
-
Headers to add to response.
- value() - Element in annotation interface io.helidon.webserver.http.RestServer.Listener
-
Name of a routing to bind this application/service to.
- value() - Element in annotation interface io.helidon.webserver.http.RestServer.Status
-
Status code to use.
- value() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Unregistered
-
Returns the value of the
valuerecord component. - value() - Element in annotation interface io.helidon.webserver.testing.junit5.SetUpFeatures
-
Discover services using a service loader.
- value() - Element in annotation interface io.helidon.webserver.testing.junit5.SetUpRoute
-
Socket name for this router.
- value() - Element in annotation interface io.helidon.webserver.testing.junit5.Socket
-
Name of the socket.
- value() - Element in annotation interface io.helidon.webserver.websocket.WebSocketServer.Listener
-
Name of a routing to bind this application/service to.
- value(double) - Method in interface io.helidon.metrics.api.LabeledSnapshot
-
Value of a specific quantile.
- value(Method.Builder, String) - Static method in class io.helidon.data.codegen.common.BaseGenerator
-
Generate value.
- value(CodegenOptions) - Method in interface io.helidon.codegen.Option
-
Obtain an option value from the codegen options using
Option.defaultValue()if none configured. - value(HeaderName) - Method in interface io.helidon.http.Headers
-
Returns a header value as a single
Stringpotentially concatenated using comma character fromHeaders.all(HeaderName, java.util.function.Supplier)header fields. - value(Http2Setting) - Method in class io.helidon.http.http2.Http2Settings
-
Value of a setting.
- value(JsonValue) - Method in class io.helidon.openapi.OpenApiDocument.ExampleBuilder
-
Set value.
- value(Object) - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
-
Set annotation parameter value.
- value(String) - Method in class io.helidon.builder.codegen.OptionAllowedValue.BuilderBase
-
Value, such as a string constant or enum value.
- value(String) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
Configure the value of this annotation (property of name
value). - value(String) - Method in class io.helidon.config.ListNodeBuilderImpl
-
Combine this list node with a value.
- value(String) - Method in class io.helidon.config.ObjectNodeBuilderImpl
-
Configure direct value of this node.
- value(String) - Method in interface io.helidon.config.spi.ConfigNode.ListNode.Builder
-
Sets the node value associated with the current node.
- value(String) - Method in interface io.helidon.config.spi.ConfigNode.ObjectNode.Builder
-
Sets the node value associated with the current node.
- value(String) - Method in class io.helidon.json.JsonObject
-
Return the value associated with the specified key, or the empty value if the key is not present.
- value(String) - Method in interface io.helidon.messaging.MessageMetadata
-
Value with an exact metadata name.
- value(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get a value.
- value(String) - Method in class io.helidon.openapi.OpenApiDocument.ServerVariableBuilder
-
Set default value.
- value(String, JsonValue) - Method in class io.helidon.json.JsonObject
-
Return the value associated with the specified key, or the default value if the key is not present.
- value(ChronoField, long) - Method in class io.helidon.security.SecurityTime.Builder
-
Set an explicit value for one of the time fields (such as
ChronoField.YEAR). - value(TimeUnit) - Method in interface io.helidon.metrics.api.ValueAtPercentile
-
Returns the value of this percentile interpreted as time in nanoseconds converted to the specified
TimeUnit. - Value<T> - Interface in io.helidon.common.mapper
-
A typed value with support for mapping (conversion) to other types.
- Value - Annotation Interface in io.helidon.config.objectmapping
-
Annotation used to customize behaviour of JavaBean deserialization support.
- VALUE - Enum constant in enum class io.helidon.config.Config.Type
- VALUE - Enum constant in enum class io.helidon.config.metadata.ConfiguredOption.Kind
-
Option is a single value (leaf node).
- VALUE - Enum constant in enum class io.helidon.config.spi.ConfigNode.NodeType
-
Only has value.
- VALUE - Static variable in interface io.helidon.config.objectmapping.Value.None
-
Value to use when a
nullvalue should be the default. - VALUE_PROPERTY - Static variable in interface io.helidon.common.types.Annotation
-
The "
value" property name. - VALUE_PROPERTY - Static variable in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
The "
value" property name. - VALUE_PROPERTY - Static variable in interface io.helidon.service.registry.Qualifier
-
The "
value" property name. - VALUE_PROPERTY - Static variable in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
The "
value" property name. - Value.None - Interface in io.helidon.config.objectmapping
-
Class that represents not-set default values.
- ValueAtPercentile - Interface in io.helidon.metrics.api
-
Percentile and value at that percentile within a distribution.
- valueBytes() - Method in interface io.helidon.http.Header
-
Bytes of a single-valued header value.
- valueCount() - Method in class io.helidon.http.ContentDisposition
- valueCount() - Method in interface io.helidon.http.Header
-
Number of values this header has.
- valueNode(String) - Static method in class io.helidon.config.testing.ValueNodeMatcher
-
Creates new instance of
ValueNodeMatcherthat matchesConfigNode.ValueNodewith spacifiedexpectedValue. - ValueNodeImpl - Class in io.helidon.config
-
Implements
ConfigNode.ValueNode. - ValueNodeImpl(String) - Constructor for class io.helidon.config.ValueNodeImpl
-
Initialize node.
- ValueNodeMatcher - Class in io.helidon.config.testing
-
Hamcrest
Matcherimplementation that matchesConfigNode.ValueNodevalue. - valueOf(MediaType) - Static method in enum class io.helidon.openapi.OpenApiFormat
-
Find OpenAPI media type by media type.
- valueOf(String) - Static method in enum class io.helidon.builder.api.Option.Provider.ConfigForm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.builder.api.Option.Provider.Identity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.builder.codegen.OptionMethodType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.codegen.IndentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.codegen.JavadocTree.AttrValue.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.AccessorStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Disposition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Timing
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.concurrency.limits.RateLimitingAlgorithmType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.configurable.Resource.Source
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.features.api.HelidonFlavor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.features.metadata.FeatureStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.features.metadata.Flavor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.mapper.spi.MapperProvider.Support
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.media.type.ParserMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.SerializationConfig.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.SerializationConfig.TraceOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.Size.Unit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.Size.UnitKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.tls.TlsClientAuth
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.types.AccessModifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.types.ElementKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.types.Modifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.uri.UriEncoding.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.uri.UriHost.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.common.uri.UriValidationException.Segment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.config.Config.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.config.metadata.ConfiguredOption.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.config.spi.ChangeEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.config.spi.ConfigNode.NodeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.DynamicQueryParts
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryReturnType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.query.LogicalOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.query.OrderOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.query.ProjectionAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.query.ProjectionResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.codegen.query.QueryParameters.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.jakarta.persistence.PersistenceUnitTransactionType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.jdbc.Jdbc.ExecutionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.OrderDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.data.sql.datasource.TransactionIsolation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.dbclient.DbStatementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.declarative.codegen.graphql.server.GraphQlResolverKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.faulttolerance.CircuitBreaker.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.health.HealthCheckResponse.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.health.HealthCheckType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.DirectHandler.EventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.http2.ConnectionFlowControl.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.http2.Http2ErrorCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.http2.Http2FrameType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.http2.Http2StreamState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.HttpTransportObserver.ConnectionOutcome
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.HttpTransportObserver.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.HttpTransportObserver.Handshake
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.HttpTransportObserver.HandshakeOutcome
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.HttpTransportObserver.Initiator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.HttpTransportObserver.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.HttpTransportObserver.StreamOutcome
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.media.MediaSupport.SupportLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.SetCookie.SameSite
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.http.Status.Family
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.json.binding.Order
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.json.JsonValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.json.schema.SchemaType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.messaging.BatchItemStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.messaging.FailureDisposition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.messaging.MessagingRejectedException.Reason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.metadata.hson.Hson.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.metadata.MetadataDiscovery.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.metrics.api.BuiltInMeterNameFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.metrics.api.Meter.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.openapi.OpenApi.Explode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.openapi.OpenApi.Required
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.openapi.OpenApi.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.openapi.OpenApiFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.openapi.OpenApiGeneratedMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.scheduling.FixedRate.DelayType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.AuditEvent.AuditSeverity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.CompositeProviderFlag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.EndpointConfig.AnnotationScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.jwt.JwtScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.providers.httpsign.HttpSignHeader
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.providers.oidc.common.OidcConfig.RequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.providers.oidc.common.OidcOutboundType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.providers.oidc.common.PkceChallengeMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.providers.oidc.common.RedirectAttemptCounterStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.security.SubjectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.service.codegen.InterceptionStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.service.registry.ActivationPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.service.registry.DependencyCardinality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.service.registry.FactoryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.CompressionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.LogExporterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.MetricExporterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.MetricReaderType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.MetricTemporalityPreferenceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocolType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.ProcessorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.telemetry.otelconfig.SpanExporterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.tracing.providers.opentelemetry.OtlpExporterProtocolType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.tracing.SamplerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.tracing.Span.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.tracing.Span.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.tracing.SpanProcessorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.transaction.Tx.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.validation.ConstraintViolation.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webclient.api.DnsAddressLookup
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webclient.api.Proxy.ProxyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webclient.api.ProxyRoute.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webclient.api.SniMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webclient.spi.HttpClientSpi.SupportLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.http1.spi.Http1UpgradeResult.Kind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.ProxyProtocolData.Family
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.ProxyProtocolData.Protocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.ProxyProtocolV2Data.Command
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.SniAuthorityPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.SniContext.AuthorityCheck
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.SniMatchType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.SniSelectionPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.spi.ServerConnectionSelector.Support
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.spi.TransportBinding.Security
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.webserver.spi.TransportBinding.ShutdownResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.helidon.websocket.WsOpCode
-
Returns the enum constant of this class with the specified name.
- valueResolving() - Static method in class io.helidon.config.ConfigFilters
-
Creates a value reference resolving config filter.
- ValueResolvingFilter - Class in io.helidon.config
-
A config filter that replaces all placeholders in a config value String with their corresponding values looked up from the config.
- ValueResolvingFilter() - Constructor for class io.helidon.config.ValueResolvingFilter
-
Creates an instance of the filter with no explicit failOnMissing behavior set.
- ValueResolvingFilter(boolean) - Constructor for class io.helidon.config.ValueResolvingFilter
-
Creates an instance of filter with the specified behavior on missing references.
- values() - Static method in enum class io.helidon.builder.api.Option.Provider.ConfigForm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.builder.api.Option.Provider.Identity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.builder.codegen.OptionMethodType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.codegen.IndentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.codegen.JavadocTree.AttrValue.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.AccessorStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Disposition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Timing
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.concurrency.limits.RateLimitingAlgorithmType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.configurable.Resource.Source
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.features.api.HelidonFlavor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.features.metadata.FeatureStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.features.metadata.Flavor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.mapper.spi.MapperProvider.Support
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.media.type.ParserMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.reactive.SubscriptionHelper
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.SerializationConfig.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.SerializationConfig.TraceOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.Size.Unit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.Size.UnitKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.tls.TlsClientAuth
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.types.AccessModifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.types.ElementKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.types.Modifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.uri.UriEncoding.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.uri.UriHost.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.common.uri.UriValidationException.Segment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.config.Config.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.config.metadata.ConfiguredOption.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.config.spi.ChangeEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.config.spi.ConfigNode.NodeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.DynamicQueryParts
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryReturnType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.query.LogicalOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.query.OrderOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.query.ProjectionAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.query.ProjectionOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.query.ProjectionResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.codegen.query.QueryParameters.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.jakarta.persistence.PersistenceUnitTransactionType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.jdbc.Jdbc.ExecutionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.jdbc.lexical.JdbcSqlScanHandler.RegionKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.OrderDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.data.sql.datasource.TransactionIsolation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.dbclient.DbStatementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.declarative.codegen.graphql.server.GraphQlResolverKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.declarative.codegen.grpc.GrpcProtoDescriptors.MethodType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.faulttolerance.CircuitBreaker.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.health.HealthCheckResponse.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.health.HealthCheckType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.DirectHandler.EventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface io.helidon.http.Header
-
All values concatenated using a comma and a space.
- values() - Static method in enum class io.helidon.http.http2.ConnectionFlowControl.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.http2.Http2ErrorCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.http2.Http2FrameType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.http2.Http2StreamState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.HttpTransportObserver.ConnectionOutcome
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.HttpTransportObserver.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.HttpTransportObserver.Handshake
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.HttpTransportObserver.HandshakeOutcome
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.HttpTransportObserver.Initiator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.HttpTransportObserver.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.HttpTransportObserver.StreamOutcome
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.media.MediaSupport.SupportLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.SetCookie.SameSite
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.http.Status.Family
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.json.binding.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class io.helidon.json.JsonArray
-
Return an unmodifiable list of all values in this array.
- values() - Static method in enum class io.helidon.json.JsonValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.json.schema.SchemaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.messaging.BatchItemStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.messaging.FailureDisposition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in interface io.helidon.messaging.MessageMetadata
-
Immutable exact-name values.
- values() - Static method in enum class io.helidon.messaging.MessagingRejectedException.Reason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.metadata.hson.Hson.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.metadata.MetadataDiscovery.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.metrics.api.BuiltInMeterNameFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.metrics.api.Meter.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.openapi.OpenApi.Explode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.openapi.OpenApi.Required
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.openapi.OpenApi.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.openapi.OpenApiFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.openapi.OpenApiGeneratedMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.scheduling.FixedRate.DelayType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.AuditEvent.AuditSeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class io.helidon.security.ClassToInstanceStore
-
Get all values of this store.
- values() - Static method in enum class io.helidon.security.CompositeProviderFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.EndpointConfig.AnnotationScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.jwt.EncryptedJwt.SupportedAlgorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.jwt.EncryptedJwt.SupportedEncryption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.jwt.JwtScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.providers.common.spi.AnnotationAnalyzer.Flag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.providers.httpsign.HttpSignHeader
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.providers.oidc.common.OidcConfig.ClientAuthentication
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.providers.oidc.common.OidcConfig.RequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.providers.oidc.common.OidcOutboundType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.providers.oidc.common.PkceChallengeMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.providers.oidc.common.RedirectAttemptCounterStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.SecurityResponse.SecurityStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.security.SubjectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.service.codegen.InterceptionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.service.registry.ActivationPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.service.registry.DependencyCardinality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.service.registry.FactoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.AggregationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.CompressionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.ContextPropagationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.LogExporterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.MetricExporterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.MetricReaderType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.MetricTemporalityPreferenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.OtlpExporterProtocolType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.ProcessorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.SamplerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.telemetry.otelconfig.SpanExporterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.tracing.providers.opentelemetry.ContextPropagationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.tracing.providers.opentelemetry.OtlpExporterProtocolType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.tracing.SamplerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.tracing.Span.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.tracing.Span.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.tracing.SpanProcessorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.transaction.Tx.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.validation.ConstraintViolation.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.validation.Validation.String.Pattern.Flag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webclient.api.DnsAddressLookup
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webclient.api.Proxy.ProxyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webclient.api.ProxyRoute.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webclient.api.SniMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webclient.spi.HttpClientSpi.SupportLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.http1.spi.Http1UpgradeResult.Kind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- values() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Values to be exposed using this observability endpoint.
- values() - Method in interface io.helidon.webserver.observe.info.InfoObserverConfig
-
Values to be exposed using this observability endpoint.
- values() - Static method in enum class io.helidon.webserver.ProxyProtocolData.Family
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.ProxyProtocolData.Protocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.ProxyProtocolV2Data.Command
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.SniAuthorityPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.SniContext.AuthorityCheck
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.SniMatchType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.SniSelectionPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.spi.ServerConnectionSelector.Support
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.spi.TransportBinding.Security
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.webserver.spi.TransportBinding.ShutdownResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.helidon.websocket.WsOpCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(HeaderName) - Method in interface io.helidon.http.Headers
-
Returns an unmodifiable
Listof all comma separated header value parts - Such segmentation is NOT valid for all header semantics, however it is very common. - values(Map) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Values to be exposed using this observability endpoint.
- valuesByName() - Method in interface io.helidon.messaging.MessageHeaders
-
Immutable grouped values in first-name-occurrence order.
- vararg() - Method in class io.helidon.codegen.classmodel.TypeArgument
- vararg() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- vararg() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
If this is a representation of
TypeName.array(), this method can identify that it was declared as a vararg. - vararg() - Method in interface io.helidon.common.types.TypeName
-
If this is a representation of
TypeName.array(), this method can identify that it was declared as a vararg. - vararg(boolean) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
-
Whether this parameter is a vararg (zero to n repetitions, declared as
Object... objects). - vararg(boolean) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
If this is a representation of
TypeName.array(), this method can identify that it was declared as a vararg. - variable(String, OpenApiDocument.ServerVariable) - Method in class io.helidon.openapi.OpenApiDocument.ServerBuilder
-
Add a server variable.
- variable(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.ServerBuilder
-
Add a server variable.
- variables() - Element in annotation interface io.helidon.openapi.OpenApi.Server
-
Server variables.
- variables() - Method in class io.helidon.openapi.OpenApiDocument.Server
-
Server variables.
- VARY - Static variable in class io.helidon.http.HeaderNames
-
The "Vary" header name.
- VARY_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Vary" header name.
- VENDOR - Static variable in class io.helidon.metrics.api.Meter.Scope
-
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope values, and this constant will be removed.
- verbose() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase.GrpcTracingConfigImpl
- verbose() - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
A flag indicating verbose logging.
- verbose() - Method in interface io.helidon.webserver.grpc.tracing.GrpcTracingConfig
-
A flag indicating verbose logging.
- verbose(boolean) - Method in class io.helidon.webserver.grpc.tracing.GrpcTracingConfig.BuilderBase
-
A flag indicating verbose logging.
- verify() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.Ssl
-
Returns the value of the
verifyrecord component. - verify(byte[], boolean, String) - Method in class io.helidon.security.spi.DigestProvider.DigestSupport
-
Verifies a signature or an HMAC.
- verify(Base64Value, Base64Value) - Method in interface io.helidon.common.crypto.Digest
-
Verify the digest of the value against the provided digest.
- verify(Base64Value, Base64Value) - Method in class io.helidon.common.crypto.Signature
- verifyDigest(String, byte[], String) - Method in interface io.helidon.security.Security
-
Verify a digest.
- verifyDigest(String, byte[], String, boolean) - Method in interface io.helidon.security.Security
-
Verify a digest.
- verifyJwk(Resource) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
JWK resource used to verify JWTs created by other parties.
- verifyJwk(ResourceConfig) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
JWK resource configuration used to verify JWTs created by other parties.
- verifyJwk(JwkKeys) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Fixed JWK keys used to verify JWTs created by other parties.
- verifySignature(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Configure whether to verify signatures.
- verifySignature(byte[], byte[]) - Method in class io.helidon.security.jwt.jwk.Jwk
-
Verify that the signature is indeed for the signed bytes based on this JWK type and algorithm.
- verifySignature(JwkKeys) - Method in class io.helidon.security.jwt.SignedJwt
-
Verify signature against the provided keys (the kid of this JWT should be present in the
JwkKeysprovided). - verifySignature(JwkKeys, Jwk) - Method in class io.helidon.security.jwt.SignedJwt
-
Verify signature against the provided keys (the kid of thisPrincipal JWT should be present in the
JwkKeysprovided). - verifyString(Base64Value, String) - Method in interface io.helidon.common.crypto.Digest
-
Verify the digest of the value against the provided digest in String format.
- version() - Element in annotation interface io.helidon.common.Generated
-
Generator version.
- version() - Element in annotation interface io.helidon.grpc.api.Grpc.GrpcService
-
Obtain the service version.
- version() - Element in annotation interface io.helidon.openapi.OpenApi.Info
-
API version.
- version() - Method in class io.helidon.openapi.OpenApiDocument.Info
-
API version.
- version() - Method in interface io.helidon.openapi.spi.OpenApiVersion
-
Exact OpenAPI document version produced by this implementation.
- version() - Method in class io.helidon.openapi.v30.OpenApi30Version
- version() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase.OpenApi30VersionConfigImpl
- version() - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Exact OpenAPI 3.0 document version to produce.
- version() - Method in interface io.helidon.openapi.v30.OpenApi30VersionConfig
-
Exact OpenAPI 3.0 document version to produce.
- version() - Method in class io.helidon.openapi.v31.OpenApi31Version
- version() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase.OpenApi31VersionConfigImpl
- version() - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Exact OpenAPI 3.1 document version to produce.
- version() - Method in interface io.helidon.openapi.v31.OpenApi31VersionConfig
-
Exact OpenAPI 3.1 document version to produce.
- version() - Method in class io.helidon.openapi.v32.OpenApi32Version
- version() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase.OpenApi32VersionConfigImpl
- version() - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Exact OpenAPI 3.2 document version to produce.
- version() - Method in interface io.helidon.openapi.v32.OpenApi32VersionConfig
-
Exact OpenAPI 3.2 document version to produce.
- version() - Method in interface io.helidon.webserver.jsonrpc.JsonRpcRequest
-
The request version.
- version() - Method in record class io.helidon.webserver.ProxyProtocolV2Data.Tlv.SslVersion
-
Returns the value of the
versionrecord component. - version(String) - Method in class io.helidon.openapi.OpenApiDocument.InfoBuilder
-
Set version.
- version(String) - Method in class io.helidon.openapi.v30.OpenApi30VersionConfig.BuilderBase
-
Exact OpenAPI 3.0 document version to produce.
- version(String) - Method in class io.helidon.openapi.v31.OpenApi31VersionConfig.BuilderBase
-
Exact OpenAPI 3.1 document version to produce.
- version(String) - Method in class io.helidon.openapi.v32.OpenApi32VersionConfig.BuilderBase
-
Exact OpenAPI 3.2 document version to produce.
- Version - Class in io.helidon.common
-
Simple class to provide version information.
- VERSION - Static variable in class io.helidon.common.Version
-
Version.
- VIA - Static variable in class io.helidon.http.HeaderNames
-
The "Via" header name.
- VIA_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Via" header name.
- view() - Method in interface io.helidon.telemetry.otelconfig.ViewRegistrationConfig
-
Creates a
Viewinstance based on the config settings. - ViewRegistrationConfig - Interface in io.helidon.telemetry.otelconfig
-
Settings for an OpenTelemetry metrics view registration.
- ViewRegistrationConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
ViewRegistrationConfig. - ViewRegistrationConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder base for
ViewRegistrationConfig. - ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ViewRegistrationConfigImpl(ViewRegistrationConfig.BuilderBase) - Constructor for class io.helidon.telemetry.otelconfig.ViewRegistrationConfig.BuilderBase.ViewRegistrationConfigImpl
-
Create an instance providing a builder.
- viewRegistrations() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig.BuilderBase.OpenTelemetryMetricsConfigImpl
- viewRegistrations() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryMetricsConfig
-
Metric view information, configurable using
ViewRegistrationConfig. - VIOLATED_POLICY - Static variable in class io.helidon.websocket.WsCloseCodes
-
Generic code used for situations other than 1003 and 1009.
- violations() - Method in exception class io.helidon.validation.ValidationException
-
List of constraint violations that caused this exception, never
null. - violations() - Method in interface io.helidon.validation.ValidationResponse
-
All violations of this response.
- VirtualDescriptor - Class in io.helidon.service.registry
-
A virtual descriptor is not backed by a generated descriptor.
- VirtualHostConfig - Interface in io.helidon.webserver
-
TLS material for one listener virtual host selected by SNI.
- VirtualHostConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
VirtualHostConfig. - VirtualHostConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
VirtualHostConfig. - VirtualHostConfig.BuilderBase.VirtualHostConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- VirtualHostConfigImpl(VirtualHostConfig.BuilderBase) - Constructor for class io.helidon.webserver.VirtualHostConfig.BuilderBase.VirtualHostConfigImpl
-
Create an instance providing a builder.
- virtualHosts() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- virtualHosts() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (
use-nio=true). - virtualHosts() - Method in interface io.helidon.webserver.ListenerConfig
-
Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (
use-nio=true). - virtualHosts(List) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Listener TLS virtual hosts selected by SNI; requires listener TLS and NIO socket-channel transport (
use-nio=true). - virtualHostsEnabled() - Method in interface io.helidon.webserver.ListenerTlsContext
-
Whether listener virtual-host TLS selection is configured.
- virtualThreads() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- virtualThreads() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
When configured to
true, an unbounded virtual executor service (project Loom) will be used. - virtualThreads() - Method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
When configured to
true, an unbounded virtual executor service (project Loom) will be used. - virtualThreads() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- virtualThreads() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
When configured to
true, an unbounded virtual executor service (project Loom) will be used. - virtualThreads() - Method in interface io.helidon.common.configurable.ThreadPoolConfig
-
When configured to
true, an unbounded virtual executor service (project Loom) will be used. - virtualThreads(boolean) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
When configured to
true, an unbounded virtual executor service (project Loom) will be used. - virtualThreads(boolean) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
When configured to
true, an unbounded virtual executor service (project Loom) will be used. - virtualThreadsEnabled() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- virtualThreadsEnabled() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether Helidon should expose meters related to virtual threads.
- virtualThreadsEnabled() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Whether Helidon should expose meters related to virtual threads.
- virtualThreadsEnabled(boolean) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether Helidon should expose meters related to virtual threads.
- virtualThreadsPinnedThreshold() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- virtualThreadsPinnedThreshold() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Threshold for sampling pinned virtual threads to include in the pinned threads meter.
- virtualThreadsPinnedThreshold() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Threshold for sampling pinned virtual threads to include in the pinned threads meter.
- virtualThreadsPinnedThreshold(Duration) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Threshold for sampling pinned virtual threads to include in the pinned threads meter.
- VOLATILE - Enum constant in enum class io.helidon.common.types.Modifier
-
The
volatilemodifier. - volume() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- volume() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Rolling window size used to calculate ratio of failed requests; must be at least 1 and its product with the configured error ratio must not exceed 2,147,483,647.
- volume() - Method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Rolling window size used to calculate ratio of failed requests; must be at least 1 and its product with the configured error ratio must not exceed 2,147,483,647.
- volume() - Element in annotation interface io.helidon.faulttolerance.Ft.CircuitBreaker
-
Rolling window size used to calculate ratio of failed requests.
- volume(int) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Rolling window size used to calculate ratio of failed requests; must be at least 1 and its product with the configured error ratio must not exceed 2,147,483,647.
- VThreadSystemMetersProvider - Class in io.helidon.metrics.systemmeters
-
Provides system meters for virtual threads using Java Flight Recorder events.
- VThreadSystemMetersProvider() - Constructor for class io.helidon.metrics.systemmeters.VThreadSystemMetersProvider
-
Required public constructor for
ServiceLoader.
W
- WAIT_FAILED - Enum constant in enum class io.helidon.faulttolerance.RetryOutcome.Termination
-
The wait strategy failed.
- waitEndNanoTime() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Deferred
-
End (in system nanos) of the work item's waiting time.
- waitingQueueSize() - Method in interface io.helidon.faulttolerance.Bulkhead.Stats
-
Size of waiting queue at this time.
- waitStartNanoTime() - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome.Deferred
-
Start (in system nanos) of the work item's waiting time.
- waitTracingEnabled() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- waitTracingEnabled() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Whether waiting due to concurrency limit constraints should be traced.
- waitTracingEnabled() - Method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Whether waiting due to concurrency limit constraints should be traced.
- waitTracingEnabled(boolean) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Whether waiting due to concurrency limit constraints should be traced.
- wallTime() - Method in interface io.helidon.metrics.api.Clock
-
Returns the current wall time in milliseconds since the epoch.
- warn(Object, String) - Method in class io.helidon.common.Errors.Collector
-
Add a warning message to the list of messages.
- warn(String) - Method in class io.helidon.common.Errors.Collector
-
Add a warning message to the list of messages.
- warn(String, String) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- warn(String, String, Throwable) - Static method in class io.helidon.security.internal.SecurityAuditEvent
-
Factory method to create a security audit event.
- WARN - Enum constant in enum class io.helidon.common.SerializationConfig.Action
-
Warn in the log file.
- WARN - Enum constant in enum class io.helidon.common.Severity
-
Warning.
- WARN - Enum constant in enum class io.helidon.security.AuditEvent.AuditSeverity
-
Security warning.
- warnEmpty() - Method in class io.helidon.service.registry.EmptyBinding
-
Warns that an empty binding was generated and not overridden by the Service Maven Plugin.
- WARNING - Static variable in class io.helidon.http.HeaderNames
-
The "Warning" header name.
- WARNING_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "Warning" header name.
- warnOnMultipleRegistries() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase.MetricsConfigImpl
- warnOnMultipleRegistries() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether to log warnings when multiple registries are created.
- warnOnMultipleRegistries() - Method in interface io.helidon.metrics.api.MetricsConfig
-
Whether to log warnings when multiple registries are created.
- warnOnMultipleRegistries(boolean) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Whether to log warnings when multiple registries are created.
- watch(Path, Consumer, Consumer) - Static method in class io.helidon.config.MutabilitySupport
-
Start watching a file for changes.
- WatchableSource<T> - Interface in io.helidon.config.spi
-
A source implementing this interface provides a target that a
ChangeWatchercan use. - WatchableSource.Builder<B,
T> - Interface in io.helidon.config.spi -
A builder for a watchable source.
- watchServiceModifiers(List) - Method in class io.helidon.config.FileSystemWatcher.Builder
-
Set modifiers to use for the watch service.
- webclient(Consumer) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
WebClient configuration consumer.
- WebClient - Section in interface io.helidon.http.media.MediaSupportConfig
- WebClient - Interface in io.helidon.webclient.api
-
HTTP client.
- WebClientConfig - Interface in io.helidon.webclient.api
-
WebClient configuration.
- WebClientConfig.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
WebClient. - WebClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.api
-
Fluent API builder base for
WebClientConfig. - WebClientConfig.BuilderBase.WebClientConfigImpl - Class in io.helidon.webclient.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WebClientConfigFactory__ServiceDescriptor<T> - Class in io.helidon.webclient.api
-
Service descriptor for
WebClientConfigFactory. - WebClientConfigFactory__ServiceDescriptor() - Constructor for class io.helidon.webclient.api.WebClientConfigFactory__ServiceDescriptor
-
Constructor with no side effects
- WebClientConfigImpl(WebClientConfig.BuilderBase) - Constructor for class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
-
Create an instance providing a builder.
- WebClientContextConfig - Interface in io.helidon.webclient.context
-
Configuration of WebClient transport level propagation of context values.
- WebClientContextConfig.Builder - Class in io.helidon.webclient.context
-
Fluent API builder for
WebClientContextService. - WebClientContextConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.context
-
Fluent API builder base for
WebClientContextConfig. - WebClientContextConfig.BuilderBase.WebClientContextConfigImpl - Class in io.helidon.webclient.context
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WebClientContextConfigImpl(WebClientContextConfig.BuilderBase) - Constructor for class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
-
Create an instance providing a builder.
- WebClientContextService - Class in io.helidon.webclient.context
-
Client service for context propagation.
- WebClientContextServiceProvider - Class in io.helidon.webclient.context
-
Client Context Propagation service provider implementation.
- WebClientContextServiceProvider() - Constructor for class io.helidon.webclient.context.WebClientContextServiceProvider
-
Default constructor required by
ServiceLoader. - WebClientCookieManager - Class in io.helidon.webclient.api
-
Helidon WebClient cookie manager.
- WebClientCookieManagerConfig - Interface in io.helidon.webclient.api
-
Interface generated from blueprint
io.helidon.webclient.api.WebClientCookieManagerConfigBlueprint. - WebClientCookieManagerConfig.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
WebClientCookieManager. - WebClientCookieManagerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.api
-
Fluent API builder base for
WebClientCookieManagerConfig. - WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl - Class in io.helidon.webclient.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WebClientCookieManagerConfigImpl(WebClientCookieManagerConfig.BuilderBase) - Constructor for class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
-
Create an instance providing a builder.
- WebClientDiscovery - Interface in io.helidon.webclient.discovery
-
A
WebClientServicethat intercepts certain requests and uses Helidon Discovery where appropriate to discover endpoints for those requests, rerouting them as necessary. - WebClientDiscoveryConfig - Interface in io.helidon.webclient.discovery
- WebClientDiscoveryConfig.Builder - Class in io.helidon.webclient.discovery
-
Fluent API builder for
WebClientDiscovery. - WebClientDiscoveryConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.discovery
-
Fluent API builder base for
WebClientDiscoveryConfig. - WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl - Class in io.helidon.webclient.discovery
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WebClientDiscoveryConfigImpl(WebClientDiscoveryConfig.BuilderBase) - Constructor for class io.helidon.webclient.discovery.WebClientDiscoveryConfig.BuilderBase.WebClientDiscoveryConfigImpl
-
Create an instance providing a builder.
- WebClientDiscoveryProvider - Class in io.helidon.webclient.discovery
- WebClientDiscoveryProvider() - Constructor for class io.helidon.webclient.discovery.WebClientDiscoveryProvider
-
Creates a new
WebClientDiscoveryProvider. - WebClientMeter - Class in io.helidon.webclient.metrics
-
Client metric meter for all requests.
- WebClientMetrics - Class in io.helidon.webclient.metrics
-
Container object for all metrics created by the config.
- WebClientMetricsProvider - Class in io.helidon.webclient.metrics
-
Client metrics SPI provider implementation.
- WebClientMetricsProvider() - Constructor for class io.helidon.webclient.metrics.WebClientMetricsProvider
-
Required public constructor for
ServiceLoader. - WebClientProtocolResponse - Class in io.helidon.webclient.api
-
Protocol-neutral context for a response received by a WebClient transport.
- WebClientSecurity - Class in io.helidon.webclient.security
-
Client service for security propagation.
- WebClientSecurityProvider - Class in io.helidon.webclient.security
-
Client security SPI provider.
- WebClientSecurityProvider() - Constructor for class io.helidon.webclient.security.WebClientSecurityProvider
-
Required public constructor for
ServiceLoader. - WebClientService - Interface in io.helidon.webclient.spi
-
Extension that can modify web client behavior.
- WebClientService.Chain - Interface in io.helidon.webclient.spi
-
Chain of services.
- WebClientService.TransportChain - Interface in io.helidon.webclient.spi
-
Terminal service chain that can expose transport response context after an invocation.
- WebClientService.WireProtocolChain - Interface in io.helidon.webclient.spi
-
Terminal service chain that exposes the currently selected wire protocol.
- WebClientServiceProvider - Interface in io.helidon.webclient.spi
-
Java service loader interface for web client services.
- WebClientServiceRequest - Interface in io.helidon.webclient.api
-
Request to SPI
WebClientServicethat supports modification of the outgoing request. - WebClientServiceResponse - Interface in io.helidon.webclient.api
-
Response which is created upon receiving of server response.
- WebClientServiceResponse.Builder - Class in io.helidon.webclient.api
-
Fluent API builder for
WebClientServiceResponse. - WebClientServiceResponse.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.api
-
Fluent API builder base for
WebClientServiceResponse. - WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl - Class in io.helidon.webclient.api
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WebClientServiceResponseImpl(WebClientServiceResponse.BuilderBase) - Constructor for class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
-
Create an instance providing a builder.
- WebClientTelemetryMetrics - Class in io.helidon.webclient.telemetry.metrics
-
Webclient service for providing metrics which comply with the OpenTelemetry semantic conventions for client metrics.
- WebClientTelemetryProvider - Class in io.helidon.webclient.telemetry
-
Provider for a grouping service which gathers telemetry-related webclient services.
- WebClientTelemetryProvider() - Constructor for class io.helidon.webclient.telemetry.WebClientTelemetryProvider
-
Required public constructor for
ServiceLoader. - WebClientTelemetryTracing - Class in io.helidon.webclient.telemetry.tracing
-
Implementation of OpenTelemetry semantic conventions for client tracing.
- WebClientTracing - Class in io.helidon.webclient.tracing
-
Client service for tracing propagation.
- WebClientTracingProvider - Class in io.helidon.webclient.tracing
-
Client tracing SPI provider implementation.
- WebClientTracingProvider() - Constructor for class io.helidon.webclient.tracing.WebClientTracingProvider
-
Required public constructor for
ServiceLoader. - webContext() - Method in interface io.helidon.openapi.OpenApiDocumentContext
-
OpenAPI endpoint web context.
- webContext() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- webContext() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Web context path for the OpenAPI endpoint.
- webContext() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Web context path for the OpenAPI endpoint.
- webContext(String) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Web context path for the OpenAPI endpoint.
- webContext(String) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Set a new root context for REST API of graphQL.
- webhook(String, OpenApiDocument.PathItem) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge a webhook path item.
- webhook(String, Consumer) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge a webhook path item.
- webhooks() - Method in class io.helidon.openapi.OpenApiDocument
-
Webhooks keyed by name.
- webhooks(Map) - Method in class io.helidon.openapi.OpenApiDocument.Builder
-
Add or merge webhook path items.
- WebServer - Section in interface io.helidon.http.media.MediaSupportConfig
- WebServer - Interface in io.helidon.webserver
-
Server that opens server sockets and handles requests through routing.
- WebServerConfig - Interface in io.helidon.webserver
-
WebServer configuration bean.
- WebServerConfig.Builder - Class in io.helidon.webserver
-
Fluent API builder for
WebServer. - WebServerConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver
-
Fluent API builder base for
WebServerConfig. - WebServerConfig.BuilderBase.WebServerConfigImpl - Class in io.helidon.webserver
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WebServerConfigImpl(WebServerConfig.BuilderBase) - Constructor for class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
-
Create an instance providing a builder.
- WebServerService__ServiceDescriptor<T> - Class in io.helidon.webserver
-
Service descriptor for
WebServerService. - WebServerService__ServiceDescriptor() - Constructor for class io.helidon.webserver.WebServerService__ServiceDescriptor
-
Constructor with no side effects
- WebServerStarterService__ServiceDescriptor<T> - Class in io.helidon.webserver
-
Service descriptor for
WebServerStarterService. - WebServerStarterService__ServiceDescriptor() - Constructor for class io.helidon.webserver.WebServerStarterService__ServiceDescriptor
-
Constructor with no side effects
- WebServerValidationFeatureProvider - Class in io.helidon.webserver.validation
-
A Java
ServiceLoaderprovider implementation of aServerFeaturethat adds error handler forValidationExceptionto all server sockets. - WebServerValidationFeatureProvider() - Constructor for class io.helidon.webserver.validation.WebServerValidationFeatureProvider
-
Required public constructor for
ServiceLoader. - website() - Method in class io.helidon.security.jwt.Jwt
-
Website URI claim.
- website(URI) - Method in class io.helidon.security.jwt.Jwt.Builder
-
Website URI of the subject.
- WebSocket - Class in io.helidon.websocket
-
Container class for WebSocket related annotations that are shared by client and server.
- WebSocket.OnClose - Annotation Interface in io.helidon.websocket
-
A method invoked when the websocket connection is closed.
- WebSocket.OnError - Annotation Interface in io.helidon.websocket
-
A method invoked when the websocket communication encounters an error.
- WebSocket.OnHttpUpgrade - Annotation Interface in io.helidon.websocket
-
A method invoked during HTTP to WebSocket upgrade.
- WebSocket.OnMessage - Annotation Interface in io.helidon.websocket
-
A message listener method.
- WebSocket.OnOpen - Annotation Interface in io.helidon.websocket
-
A method invoked when the websocket connection is established.
- WebSocketClient - Class in io.helidon.webclient.websocket
-
Annotations and APIs for type safe WebSocket clients.
- WebSocketClient.Endpoint - Annotation Interface in io.helidon.webclient.websocket
-
Definition of the websocket client API.
- WebSocketClientExtensionProvider - Class in io.helidon.declarative.codegen.websocket.client
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative websocket client endpoints. - WebSocketClientExtensionProvider() - Constructor for class io.helidon.declarative.codegen.websocket.client.WebSocketClientExtensionProvider
-
Required public constructor for
ServiceLoader. - WebSocketServer - Class in io.helidon.webserver.websocket
-
Container class for declarative WebSocket server endpoint types.
- WebSocketServer.Endpoint - Annotation Interface in io.helidon.webserver.websocket
-
Definition of a server endpoint.
- WebSocketServer.Listener - Annotation Interface in io.helidon.webserver.websocket
-
Listener socket assigned to this endpoint.
- WebSocketServerExtensionProvider - Class in io.helidon.declarative.codegen.websocket.server
-
Java
ServiceLoaderprovider implementation forRegistryCodegenExtensionProviderthat generates required services to handle declarative websocket server endpoint. - WebSocketServerExtensionProvider() - Constructor for class io.helidon.declarative.codegen.websocket.server.WebSocketServerExtensionProvider
-
Required public constructor for
ServiceLoader. - WebSocketTypes - Class in io.helidon.declarative.codegen.websocket
-
type namesused by WebSocket. - weight() - Method in class io.helidon.common.mapper.DefaultMapperProvider__ServiceDescriptor
- weight() - Method in interface io.helidon.common.Weighted
-
Weight of this class (maybe because it is defined dynamically, so it cannot be defined by an annotation).
- weight() - Method in class io.helidon.config.ConfigProvider__ServiceDescriptor
- weight() - Method in class io.helidon.data.jakarta.persistence.LocalTxSupport__ServiceDescriptor
- weight() - Method in class io.helidon.data.jdbc.JdbcTxSupport__ServiceDescriptor
- weight() - Method in class io.helidon.http.encoding.gzip.GzipEncodingProvider
- weight() - Method in record class io.helidon.http.http2.Http2Priority
-
Returns the value of the
weightrecord component. - weight() - Method in class io.helidon.http.media.jackson.JacksonMediaSupportProvider
- weight() - Method in class io.helidon.http.media.json.binding.JsonBindingMediaSupportProvider
- weight() - Method in class io.helidon.http.media.json.smile.SmileMediaSupportProvider
- weight() - Method in class io.helidon.http.media.jsonb.JsonbMediaSupportProvider
- weight() - Method in class io.helidon.json.binding.converters.BigDecimalConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.BigIntegerConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.BinaryDataConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.BooleanArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.BooleanConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.ByteArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.ByteConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.CalendarConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.CharacterConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.CharArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.DateConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.DoubleArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.DoubleConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.DurationConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.FloatArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.FloatConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.GregorianCalendarConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.InstantConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.IntArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.IntegerConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.JsonArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.JsonBooleanConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.JsonNullConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.JsonNumberConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.JsonObjectConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.JsonStringConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.JsonValueConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.LocalDateConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.LocalDateTimeConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.LocalTimeConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.LongArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.LongConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.ObjectConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.OffsetDateTimeConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.OptionalDoubleConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.OptionalIntConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.OptionalLongConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PeriodConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveBooleanConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveByteConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveCharConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveDoubleConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveFloatConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveIntegerConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveLongConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.PrimitiveShortConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.ShortArrayConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.ShortConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.StringConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.UuidConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.factories.ArrayBindingFactory__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.factories.EnumBindingFactory__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.factories.LinkedListBindingFactory__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.factories.ListBindingFactory__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.factories.MapBindingFactory__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.factories.OptionalBindingFactory__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.factories.SetBindingFactory__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.JsonBindingConfigProvider__ServiceDescriptor
- weight() - Method in class io.helidon.json.binding.JsonBindingProvider__ServiceDescriptor
- weight() - Method in class io.helidon.messaging.MessagingConfigSupport_ConfigurationProvider__ServiceDescriptor
- weight() - Method in class io.helidon.metrics.api.MeterRegistryFactory__ServiceDescriptor
- weight() - Method in class io.helidon.metrics.api.MetricsFactoryFactory__ServiceDescriptor
- weight() - Method in class io.helidon.metrics.api.SeMetricsProgrammaticConfig__ServiceDescriptor
- weight() - Method in class io.helidon.metrics.api.SystemTagsManagerImpl__ServiceDescriptor
- weight() - Method in class io.helidon.openapi.OpenApiFeature__ServiceDescriptor
- weight() - Method in class io.helidon.openapi.OpenApiFeature
- weight() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- weight() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Weight of the OpenAPI feature.
- weight() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
Weight of the OpenAPI feature.
- weight() - Method in class io.helidon.openapi.v30.OpenApi30VersionProvider__ServiceDescriptor
- weight() - Method in class io.helidon.openapi.v31.OpenApi31VersionProvider__ServiceDescriptor
- weight() - Method in class io.helidon.openapi.v32.OpenApi32VersionProvider__ServiceDescriptor
- weight() - Method in class io.helidon.scheduling.TaskManagerImpl__ServiceDescriptor
- weight() - Method in interface io.helidon.service.codegen.DescriptorClassCode
-
Weight of the new descriptor.
- weight() - Method in interface io.helidon.service.metadata.DescriptorMetadata
-
Weight of the service.
- weight() - Method in class io.helidon.service.registry.ExistingInstanceDescriptor
- weight() - Method in class io.helidon.service.registry.Lookup.BuilderBase.LookupImpl
- weight() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Weight that was declared on the type itself.
- weight() - Method in interface io.helidon.service.registry.Lookup
-
Weight that was declared on the type itself.
- weight() - Element in annotation interface io.helidon.service.registry.Service.Descriptor
-
The weight of the service.
- weight() - Method in interface io.helidon.service.registry.ServiceInstance
-
Weight of this instance, inherited from
Weighted.weight(). - weight() - Method in class io.helidon.service.registry.VirtualDescriptor
- weight() - Method in class io.helidon.tracing.providers.opentelemetry.HelidonTracingBasedTracerServiceFactory__ServiceDescriptor
- weight() - Method in class io.helidon.tracing.providers.opentelemetry.TracingOpenTelemetryOwnershipStrategy__ServiceDescriptor
- weight() - Method in class io.helidon.tracing.TracerFactory__ServiceDescriptor
- weight() - Method in class io.helidon.validation.DefaultClockService__ServiceDescriptor
- weight() - Method in class io.helidon.validation.TypeValidationService__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.BooleanFalseValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.BooleanTrueValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.CalendarFutureOrPresentValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.CalendarFutureValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.CalendarPastOrPresentValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.CalendarPastValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.CollectionSizeValidationProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.IntegerMaxValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.IntegerMinValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.IntegerMultipleOfValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.LongMaxValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.LongMinValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.LongMultipleOfValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NotNullValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NullValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberDigitsValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberMaxValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberMinValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberMultipleOfValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberNegativeOrZeroValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberNegativeValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberPositiveOrZeroValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.NumberPositiveValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.StringEmailValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.StringLengthValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.StringNotBlankValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.StringNotEmptyValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.validation.validators.StringPatternValidatorProvider__ServiceDescriptor
- weight() - Method in class io.helidon.webclient.api.LoomClient__ServiceDescriptor
- weight() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- weight() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Weight of the access log feature.
- weight() - Method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Weight of the access log feature.
- weight() - Method in class io.helidon.webserver.accesslog.AccessLogFeature
- weight() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeature
- weight() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- weight() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Weight of the context feature.
- weight() - Method in interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Weight of the context feature.
- weight() - Method in class io.helidon.webserver.context.ContextFeature
- weight() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- weight() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Weight of the context feature.
- weight() - Method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Weight of the context feature.
- weight() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- weight() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Weight of the CORS feature.
- weight() - Method in interface io.helidon.webserver.cors.CorsConfig
-
Weight of the CORS feature.
- weight() - Method in class io.helidon.webserver.cors.CorsFeature__ServiceDescriptor
- weight() - Method in class io.helidon.webserver.cors.CorsFeature
- weight() - Method in class io.helidon.webserver.grpc.GrpcReflectionFeature
- weight() - Method in class io.helidon.webserver.hsts.HstsFeature
- weight() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase.HstsFeatureConfigImpl
- weight() - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Weight of the HSTS feature.
- weight() - Method in interface io.helidon.webserver.hsts.HstsFeatureConfig
-
Weight of the HSTS feature.
- weight() - Method in class io.helidon.webserver.observe.ObserveFeature
- weight() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- weight() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Change the weight of this feature.
- weight() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Change the weight of this feature.
- weight() - Method in class io.helidon.webserver.observe.ObserveFeatureProvider__ServiceDescriptor
- weight() - Method in class io.helidon.webserver.observe.ObserveFeatureServicesFactory__ServiceDescriptor
- weight() - Method in class io.helidon.webserver.observe.tracing.HelidonTracingSemanticConventionsProvider__ServiceDescriptor
- weight() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- weight() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Weight of the feature registered with WebServer.
- weight() - Method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Weight of the feature registered with WebServer.
- weight() - Method in class io.helidon.webserver.RequestScopeFeatureProvider__ServiceDescriptor
- weight() - Method in class io.helidon.webserver.security.HttpSecurityInterceptor__ServiceDescriptor
- weight() - Method in class io.helidon.webserver.security.SecurityFeature
- weight() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- weight() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Weight of the security feature.
- weight() - Method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Weight of the security feature.
- weight() - Method in class io.helidon.webserver.security.SecurityHttpFeature
- weight() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- weight() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Weight of the static content feature.
- weight() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Weight of the static content feature.
- weight() - Method in class io.helidon.webserver.staticcontent.StaticContentFeature
- weight() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase.StuckThreadDetectionConfigImpl
- weight() - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Weight of the feature.
- weight() - Method in interface io.helidon.webserver.StuckThreadDetectionConfig
-
Weight of the feature.
- weight() - Method in class io.helidon.webserver.StuckThreadDetectionFeature
- weight(double) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Weight of the OpenAPI feature.
- weight(double) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Weight that was declared on the type itself.
- weight(double) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Weight of the access log feature.
- weight(double) - Method in class io.helidon.webserver.accesslog.AccessLogRoutingFeature.Builder
-
Configure a new weight for this feature.
- weight(double) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Weight of the context feature.
- weight(double) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
Weight of the context feature.
- weight(double) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Weight of the CORS feature.
- weight(double) - Method in class io.helidon.webserver.hsts.HstsFeatureConfig.BuilderBase
-
Weight of the HSTS feature.
- weight(double) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Change the weight of this feature.
- weight(double) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Weight of the feature registered with WebServer.
- weight(double) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Weight of the security feature.
- weight(double) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Weight of the static content feature.
- weight(double) - Method in class io.helidon.webserver.StuckThreadDetectionConfig.BuilderBase
-
Weight of the feature.
- Weight - Annotation Interface in io.helidon.common
-
Annotation that can define a type weight.
- WEIGHT - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Weight. - WEIGHT - Static variable in class io.helidon.config.hocon.HoconConfigParser
-
Priority of the parser used if registered by
Config.Builderautomatically. - WEIGHT - Static variable in class io.helidon.config.PropertiesConfigParser
-
Priority of the parser used if registered by
Config.Builderautomatically. - WEIGHT - Static variable in class io.helidon.config.yaml.YamlConfigParser
-
Priority of the parser used if registered by
Config.Builderautomatically. - WEIGHT - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Weight type.
- WEIGHT - Static variable in class io.helidon.webserver.concurrency.limits.LimitsFeature
-
Default weight of this feature.
- WEIGHT - Static variable in class io.helidon.webserver.context.ContextFeature
-
Default weight of the feature.
- WEIGHT - Static variable in class io.helidon.webserver.cors.CorsFeature
-
Deprecated.this is internal constant, and it will not be public in a future version of Helidon
- WEIGHT - Static variable in class io.helidon.webserver.hsts.HstsFeature
-
Default weight of the feature.
- weightComparator() - Static method in class io.helidon.common.Weights
- Weighted - Interface in io.helidon.common
-
Interface to define that this class is a class with weight.
- WeightedBag<T> - Class in io.helidon.grpc.core
-
A bag of values ordered by weight.
- Weights - Class in io.helidon.common
-
Weight utilities.
- welcome() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase.BaseHandlerConfigImpl
- welcome() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Welcome-file name.
- welcome() - Method in interface io.helidon.webserver.staticcontent.BaseHandlerConfig
-
Welcome-file name.
- welcome() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- welcome() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Welcome-file name.
- welcome() - Method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Welcome-file name.
- welcome(String) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Welcome-file name.
- welcome(String) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Welcome-file name.
- whenComplete() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Completes when the full processing of this request is done (e.g.
- whenComplete() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase.WebClientServiceResponseImpl
- whenComplete() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Completable future to be completed by the client response when the entity is fully read.
- whenComplete() - Method in interface io.helidon.webclient.api.WebClientServiceResponse
-
Completable future to be completed by the client response when the entity is fully read.
- whenComplete(CompletableFuture) - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Completable future to be completed by the client response when the entity is fully read.
- whenComplete(BiConsumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- whenComplete(BiConsumer) - Method in interface io.helidon.common.reactive.Single
- whenCompleteAsync(BiConsumer) - Method in class io.helidon.common.reactive.CompletionAwaitable
- whenCompleteAsync(BiConsumer) - Method in interface io.helidon.common.reactive.Single
- whenCompleteAsync(BiConsumer, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- whenCompleteAsync(BiConsumer, Executor) - Method in interface io.helidon.common.reactive.Single
- whenSent() - Method in interface io.helidon.webclient.api.WebClientServiceRequest
-
Completes when the request part of this request is done (e.g.
- whenSent(Runnable) - Method in interface io.helidon.webserver.http.ServerResponse
-
Completed when last byte is buffered for socket write.
- whenSent(Runnable) - Method in class io.helidon.webserver.http.ServerResponseBase
- whitelistedExceptions() - Method in interface io.helidon.graphql.server.InvocationHandler
-
Configured set of exceptions that are whitelisted.
- wildcard() - Method in class io.helidon.codegen.classmodel.TypeArgument
- wildcard() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- wildcard() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Indicates whether this type is using wildcard generics.
- wildcard() - Method in interface io.helidon.common.types.TypeName
-
Indicates whether this type is using wildcard generics.
- wildcard() - Method in interface io.helidon.http.encoding.AcceptEncoding.CodingQuality
-
Whether the coding matched through wildcard.
- wildcard(boolean) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Indicates whether this type is using wildcard generics.
- WILDCARD - Enum constant in enum class io.helidon.webserver.SniMatchType
-
SNI matched a configured wildcard virtual host.
- WILDCARD - Static variable in class io.helidon.common.media.type.MediaTypes
-
Wildcard media type.
- WILDCARD - Static variable in class io.helidon.common.types.TypeNames
-
Wildcard type name, represented in code by
?. - WILDCARD - Static variable in class io.helidon.http.encoding.AcceptEncoding
-
Wildcard coding.
- WILDCARD_NAME - Static variable in annotation interface io.helidon.service.registry.Service.Named
-
Represents a wildcard name (i.e., matches anything).
- WILDCARD_NAMED - Static variable in interface io.helidon.service.registry.Qualifier
-
Represents a wildcard
Service.Namedqualifier. - WILDCARD_VALUE - Static variable in class io.helidon.common.media.type.MediaTypes
-
String value of media type: "*/*".
- WINDOW_UPDATE - Enum constant in enum class io.helidon.http.http2.Http2FrameType
-
Window update frame.
- WINDOW_UPDATE - Static variable in interface io.helidon.http.http2.Http2FrameTypes
-
Window update frame types.
- WindowSize - Interface in io.helidon.http.http2
-
Window size container, used with
FlowControl. - WindowSize.Inbound - Interface in io.helidon.http.http2
-
Inbound window size container.
- WindowSize.Outbound - Interface in io.helidon.http.http2
-
Outbound window size container.
- windowSizeIncrement() - Method in record class io.helidon.http.http2.Http2WindowUpdate
-
Returns the value of the
windowSizeIncrementrecord component. - windowUpdate(Http2WindowUpdate) - Method in interface io.helidon.http.http2.Http2Stream
-
Flow control window update.
- windowUpdate(Http2WindowUpdate) - Method in class io.helidon.webclient.http2.Http2ClientStream
- windowUpdate(Http2WindowUpdate) - Method in interface io.helidon.webserver.http2.spi.Http2SubProtocolSelector.SubProtocolHandler
-
Window update was received.
- withCharset(String) - Method in interface io.helidon.http.HttpMediaType
-
Create a new
HttpMediaTypeinstance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter. - withCharset(Charset) - Method in interface io.helidon.http.HttpMediaType
-
Create a new
HttpMediaTypeinstance with the same type, subtype and parameters copied from the original instance and the supplied "charset" parameter. - withDefault() - Element in annotation interface io.helidon.config.objectmapping.Value
-
Specifies default value in form of single String value that will be used to set JavaBean property value in case configuration does not contain a config node of appropriate config key.
- withDefaultSupplier() - Element in annotation interface io.helidon.config.objectmapping.Value
-
Specifies supplier of default value that will be used to set JavaBean property value in case configuration does not contain config node of appropriate config key.
- withHeaders(Map) - Static method in class io.helidon.security.OutboundSecurityResponse
-
Create a response with these headers.
- withMessage(Matcher) - Static method in class io.helidon.common.testing.junit5.LogRecordMatcher
-
Returns a matcher for a
LogRecordwhich checks if itsmessagesatisfies the specified string matcher. - withoutSystemOrScopeTags(Iterable) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
SystemTagsManager.withoutSystemTags(Iterable). Scope tags are treated as ordinary tags, and this method will be removed. - withoutSystemTags(Iterable) - Method in interface io.helidon.metrics.api.SystemTagsManager
- withParameter(String, String) - Method in interface io.helidon.http.HttpMediaType
-
Create a new
HttpMediaTypeinstance with the same type, subtype and parameters copied from the original instance and the supplied custom parameter. - withPrefix() - Element in annotation interface io.helidon.builder.api.Option.Singular
-
When set to
true, the prefixaddorputwill be added to generated methods (for collections and maps respectively). - withProtocol(String, String, String) - Method in class io.helidon.http.HttpPrologue
-
Create a prologue with different protocol values, preserving the path, query delimiter, method, and fragment.
- withScopeTag(Iterable, Optional) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.No-op, will be removed.
- withScopeTag(Iterable, String) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Deprecated, for removal: This API element is subject to removal in a future version.No-op, will be removed.
- withThrown(Matcher) - Static method in class io.helidon.common.testing.junit5.LogRecordMatcher
-
Returns a matcher for a
LogRecordwhich checks if itsthrownsetting satisfies the specified throwable matcher. - withUriPath(UriPath) - Method in class io.helidon.http.HttpPrologue
-
Create a prologue with a different path, preserving the query delimiter and fragment.
- wrap(ConfigNode.ObjectNode) - Static method in class io.helidon.config.ObjectNodeImpl
-
Wraps value node into mergeable value node.
- wrap(ConfigNode.ObjectNode, Function) - Static method in class io.helidon.config.ObjectNodeImpl
-
Wraps value node into mergeable value node.
- wrap(WritableHeaders) - Static method in interface io.helidon.http.ServerResponseTrailers
-
Create a new instance of mutable server response trailers by wrapping existing writable trailers.
- wrap(Handler) - Method in class io.helidon.webserver.http.SecureHandler
-
Creates a new handler that uses the configured security requirements and wraps an existing handler to be executed when security is checked.
- wrap(Runnable) - Method in interface io.helidon.metrics.api.Timer
-
Wraps a
Runnableso that it will be timed every time it is invoked via the return value from this method. - wrap(Throwable) - Static method in class io.helidon.common.Functions
-
Wrap an exception wrapped with
UncheckedExceptionif checked. - wrap(Callable) - Method in interface io.helidon.metrics.api.Timer
-
Wraps a
Callableso that it is will be timed every time it is invoked via the return value from this method. - wrap(ExecutorService) - Static method in class io.helidon.common.context.Contexts
-
Wrap an executor service to correctly propagate context to its threads.
- wrap(ScheduledExecutorService) - Static method in class io.helidon.common.context.Contexts
-
Wrap a scheduled executor service to correctly propagate context to its threads.
- wrap(Supplier) - Method in interface io.helidon.metrics.api.Timer
-
Wraps a
Supplierso that it will be timed every time it is invoked via the return value from this method. - wrap(T) - Method in class io.helidon.service.registry.GeneratedService.IpFactoryInterceptionWrapper
-
Wrap the instance for interception.
- wrap(T) - Method in class io.helidon.service.registry.GeneratedService.OptionalSupplierFactoryInterceptionWrapper
-
Wrap the instance for interception.
- wrap(T) - Method in class io.helidon.service.registry.GeneratedService.QualifiedFactoryInterceptionWrapper
-
Wrap the instance for interception.
- wrap(T) - Method in class io.helidon.service.registry.GeneratedService.ServicesFactoryInterceptionWrapper
-
Wrap the instance for interception.
- wrap(T) - Method in class io.helidon.service.registry.GeneratedService.SupplierFactoryInterceptionWrapper
-
Wrap the instance for interception.
- wrapLocator(HttpServiceLocator) - Method in class io.helidon.webserver.http.SecureHandler
-
Creates a new service locator that applies the configured security requirements to each located service.
- Wrapper - Interface in io.helidon.common
-
Behavior of a type that wraps a related type, typically through delegation.
- Wrapper - Interface in io.helidon.metrics.api
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Wrapperinstead - Wrapper - Interface in io.helidon.tracing
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Wrapperinstead - wrapQualifiedInstance(Service.QualifiedInstance) - Method in class io.helidon.service.registry.GeneratedService.IpFactoryInterceptionWrapper
-
Wrap a qualified instance so the actual instance is correctly intercepted.
- wrapQualifiedInstance(Service.QualifiedInstance) - Method in class io.helidon.service.registry.GeneratedService.OptionalSupplierFactoryInterceptionWrapper
-
Wrap a qualified instance so the actual instance is correctly intercepted.
- wrapQualifiedInstance(Service.QualifiedInstance) - Method in class io.helidon.service.registry.GeneratedService.QualifiedFactoryInterceptionWrapper
-
Wrap a qualified instance so the actual instance is correctly intercepted.
- wrapQualifiedInstance(Service.QualifiedInstance) - Method in class io.helidon.service.registry.GeneratedService.ServicesFactoryInterceptionWrapper
-
Wrap a qualified instance so the actual instance is correctly intercepted.
- wrapQualifiedInstance(Service.QualifiedInstance) - Method in class io.helidon.service.registry.GeneratedService.SupplierFactoryInterceptionWrapper
-
Wrap a qualified instance so the actual instance is correctly intercepted.
- WritableBaggage - Interface in io.helidon.tracing
-
Behavior of
Baggagethat can be updated. - WritableHeaders<B> - Interface in io.helidon.http
-
HTTP Headers that are mutable.
- write() - Method in interface io.helidon.codegen.FilerResource
-
Writes the new bytes to the output.
- write() - Method in interface io.helidon.codegen.FilerTextResource
-
Writes the new lines to the output.
- write() - Method in class io.helidon.codegen.ManifestResource
-
Write the manifest resource to the file system if modified.
- write() - Method in class io.helidon.http.http2.Http2FrameHeader
-
Write this header as buffer data.
- write() - Method in class io.helidon.service.codegen.HelidonMetaInfServices
-
Write the file to output.
- write(boolean) - Method in interface io.helidon.json.JsonGenerator
-
Write a boolean value.
- write(boolean) - Method in class io.helidon.json.JsonGeneratorBase
- write(byte) - Method in interface io.helidon.json.JsonGenerator
-
Write a byte value.
- write(byte) - Method in class io.helidon.json.JsonGeneratorBase
- write(byte[]) - Method in interface io.helidon.common.buffers.BufferData
-
Write the byte array to this buffer.
- write(byte[]) - Method in class io.helidon.common.reactive.OutputStreamMulti
- write(byte[], int, int) - Method in interface io.helidon.common.buffers.BufferData
-
Write the byte array to this buffer.
- write(byte[], int, int) - Method in class io.helidon.common.reactive.OutputStreamMulti
- write(char) - Method in interface io.helidon.json.JsonGenerator
-
Write a char value.
- write(char) - Method in class io.helidon.json.JsonGeneratorBase
- write(double) - Method in interface io.helidon.json.JsonGenerator
-
Write a double value.
- write(double) - Method in class io.helidon.json.JsonGeneratorBase
- write(float) - Method in interface io.helidon.json.JsonGenerator
-
Write a float value.
- write(float) - Method in class io.helidon.json.JsonGeneratorBase
- write(int) - Method in interface io.helidon.common.buffers.BufferData
-
Write a byte.
- write(int) - Method in class io.helidon.common.reactive.OutputStreamMulti
- write(int) - Method in interface io.helidon.json.JsonGenerator
-
Write an int value.
- write(int) - Method in class io.helidon.json.JsonGeneratorBase
- write(long) - Method in interface io.helidon.json.JsonGenerator
-
Write a long value.
- write(long) - Method in class io.helidon.json.JsonGeneratorBase
- write(short) - Method in interface io.helidon.json.JsonGenerator
-
Write a short value.
- write(short) - Method in class io.helidon.json.JsonGeneratorBase
- write(JavadocTree) - Method in class io.helidon.codegen.JavadocWriter
-
Write the given element.
- write(BufferData) - Method in interface io.helidon.common.buffers.BufferData
-
Write the provided buffer to this buffer.
- write(BufferData) - Method in interface io.helidon.common.buffers.DataWriter
-
Write buffer, may delay writing and may write on a different thread.
- write(BufferData) - Method in interface io.helidon.common.socket.HelidonSocket
-
Write teh buffer to the underlying socket.
- write(BufferData) - Method in class io.helidon.common.socket.NioSocket
- write(BufferData) - Method in class io.helidon.common.socket.PlainSocket
- write(BufferData) - Method in class io.helidon.common.socket.SmartSocketWriter
- write(BufferData) - Method in class io.helidon.common.socket.TlsNioSocket
- write(BufferData) - Method in class io.helidon.webserver.testing.junit5.DirectSocket
- write(BufferData...) - Method in interface io.helidon.common.buffers.DataWriter
-
Write buffers, may delay writing and may write on a different thread.
- write(BufferData...) - Method in class io.helidon.common.socket.SmartSocketWriter
- write(BufferData, int) - Method in interface io.helidon.common.buffers.BufferData
-
Write n bytes from the provided buffer to this buffer.
- write(BufferData, T) - Method in interface io.helidon.http.http2.Http2Setting
-
Write setting to the provided buffer.
- write(GenericType, T, OutputStream, Headers, WritableHeaders) - Method in interface io.helidon.http.media.EntityWriter
-
Write server response entity and close the stream.
- write(GenericType, T, OutputStream, WritableHeaders) - Method in interface io.helidon.http.media.EntityWriter
-
Write client request entity and close the stream.
- write(Http2FrameData) - Method in class io.helidon.http.http2.Http2ConnectionWriter
- write(Http2FrameData) - Method in interface io.helidon.http.http2.Http2StreamWriter
-
Write a frame.
- write(Http2Headers.DynamicTable, Http2HuffmanEncoder, BufferData) - Method in class io.helidon.http.http2.Http2Headers
-
Write headers to a buffer.
- write(JsonKey, boolean) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a boolean value.
- write(JsonKey, boolean) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, char) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a char value.
- write(JsonKey, char) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, double) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a double value.
- write(JsonKey, double) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, float) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a float value.
- write(JsonKey, float) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, int) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with an int value.
- write(JsonKey, int) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, long) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a long value.
- write(JsonKey, long) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, JsonValue) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a JsonValue.
- write(JsonKey, JsonValue) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, String) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a string value.
- write(JsonKey, String) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, BigDecimal) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a
BigDecimalvalue. - write(JsonKey, BigDecimal) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonKey, BigInteger) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a
BigIntegervalue. - write(JsonKey, BigInteger) - Method in class io.helidon.json.JsonGeneratorBase
- write(JsonValue) - Method in interface io.helidon.json.JsonGenerator
-
Write a JsonValue.
- write(JsonValue) - Method in class io.helidon.json.JsonGeneratorBase
- write(OutputStream) - Method in class io.helidon.http.media.ByteArrayInstanceWriter
- write(OutputStream) - Method in interface io.helidon.http.media.InstanceWriter
-
Write the instance to the output stream.
- write(PrintWriter) - Method in interface io.helidon.metadata.hson.Hson.Value
-
Write the HSON value.
- write(PrintWriter, boolean) - Method in interface io.helidon.metadata.hson.Hson.Value
-
Writes the HSON in a formatted output, if enabled.
- write(Writer) - Method in class io.helidon.codegen.classmodel.ClassModel
-
Write created type model.
- write(Writer, String) - Method in class io.helidon.codegen.classmodel.ClassModel
-
Write created type model.
- write(String) - Method in interface io.helidon.json.JsonGenerator
-
Write a string value.
- write(String) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, boolean) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a boolean value.
- write(String, boolean) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, char) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a char value.
- write(String, char) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, double) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a double value.
- write(String, double) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, float) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a float value.
- write(String, float) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, int) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with an int value.
- write(String, int) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, long) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a long value.
- write(String, long) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, JsonValue) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a JsonValue.
- write(String, JsonValue) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, String) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a string value.
- write(String, String) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, BigDecimal) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a
BigDecimalvalue. - write(String, BigDecimal) - Method in class io.helidon.json.JsonGeneratorBase
- write(String, BigInteger) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a
BigIntegervalue. - write(String, BigInteger) - Method in class io.helidon.json.JsonGeneratorBase
- write(BigDecimal) - Method in interface io.helidon.json.JsonGenerator
-
Write a
BigDecimalvalue. - write(BigDecimal) - Method in class io.helidon.json.JsonGeneratorBase
- write(BigDecimal) - Method in class io.helidon.json.smile.SmileGenerator
- write(BigInteger) - Method in interface io.helidon.json.JsonGenerator
-
Write a
BigIntegervalue. - write(BigInteger) - Method in class io.helidon.json.JsonGeneratorBase
- write(BigInteger) - Method in class io.helidon.json.smile.SmileGenerator
- write(ByteBuffer) - Method in class io.helidon.common.socket.NioSocket
-
Write to the underlying socket/channel from the provided buffer.
- write(List) - Method in class io.helidon.codegen.JavadocWriter
-
Write the given elements.
- WriteableMultiPart - Interface in io.helidon.http.media.multipart
-
Multi part message is an iterator of parts.
- WriteableMultiPart.Builder - Class in io.helidon.http.media.multipart
-
Fluent API builder for
WriteableMultiPart. - WriteablePart - Interface in io.helidon.http.media.multipart
-
A single part of a
WriteableMultiPartmessage. - WriteablePart.Builder - Class in io.helidon.http.media.multipart
-
Fluent API builder for
WriteablePart. - writeableQuery() - Method in class io.helidon.webclient.api.ClientUri
-
URI query that can update values.
- writeArrayEnd() - Method in interface io.helidon.json.JsonGenerator
-
Write the end of a JSON array.
- writeArrayEnd() - Method in class io.helidon.json.JsonGeneratorBase
- writeArrayStart() - Method in interface io.helidon.json.JsonGenerator
-
Write the start of a JSON array.
- writeArrayStart() - Method in class io.helidon.json.JsonGeneratorBase
- writeAscii(String) - Method in interface io.helidon.common.buffers.BufferData
-
Write ascii string to this buffer.
- writeBigDecimal(BigDecimal) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a big decimal value.
- writeBigDecimal(BigDecimal) - Method in class io.helidon.json.smile.SmileGenerator
- writeBigInteger(BigInteger) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a big integer value.
- writeBigInteger(BigInteger) - Method in class io.helidon.json.smile.SmileGenerator
- writeBinary(byte[]) - Method in interface io.helidon.json.JsonGenerator
-
Write a value in a binary format.
- writeBinary(byte[]) - Method in class io.helidon.json.JsonGeneratorBase
- writeBinary(JsonKey, byte[]) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a value in a binary format.
- writeBinary(JsonKey, byte[]) - Method in class io.helidon.json.JsonGeneratorBase
- writeBinary(String, byte[]) - Method in interface io.helidon.json.JsonGenerator
-
Write a key-value pair with a value in a binary format.
- writeBinary(String, byte[]) - Method in class io.helidon.json.JsonGeneratorBase
- writeBinaryArray(byte[]) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a binary value represented as a byte array.
- writeBinaryArray(byte[]) - Method in class io.helidon.json.smile.SmileGenerator
- writeBoolean(boolean) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a boolean value.
- writeBoolean(boolean) - Method in class io.helidon.json.smile.SmileGenerator
- writeBufferSize() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- writeBufferSize() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Buffer size used when writing data to the underlying socket on a client TCP connection.
- writeBufferSize() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Buffer size used when writing data to the underlying socket on a client TCP connection.
- writeBufferSize() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- writeBufferSize() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Initial buffer size in bytes of
BufferedOutputStreamcreated internally to write data to a socket connection. - writeBufferSize() - Method in interface io.helidon.webserver.ListenerConfig
-
Initial buffer size in bytes of
BufferedOutputStreamcreated internally to write data to a socket connection. - writeBufferSize(int) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Buffer size used when writing data to the underlying socket on a client TCP connection.
- writeBufferSize(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Initial buffer size in bytes of
BufferedOutputStreamcreated internally to write data to a socket connection. - writeByteExact(byte) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes the byte into the output.
- writeByteExact(byte) - Method in class io.helidon.json.smile.SmileGenerator
- writeChar(char) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a character value.
- writeChar(char) - Method in class io.helidon.json.smile.SmileGenerator
- writeClientRequest(MediaContext, OutputStream) - Method in interface io.helidon.http.media.multipart.WriteablePart
-
Write this part as part of client request.
- writeControlByte(byte) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a structural control byte, such as a comma, colon, or bracket.
- writeControlByte(byte) - Method in class io.helidon.json.smile.SmileGenerator
- writeData(BufferData, boolean) - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Writes a buffer data into the stream.
- writeData(Http2FrameData, FlowControl.Outbound) - Method in class io.helidon.http.http2.Http2ConnectionWriter
- writeData(Http2FrameData, FlowControl.Outbound) - Method in interface io.helidon.http.http2.Http2StreamWriter
-
Write a frame with flow control.
- writeData(Http2FrameData, FlowControl.Outbound, Runnable) - Method in class io.helidon.http.http2.Http2ConnectionWriter
-
Write a frame with flow control and notify when an
END_STREAMdata frame has been written and accounted for. - writeDouble(double) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a double value.
- writeDouble(double) - Method in class io.helidon.json.smile.SmileGenerator
- writeFloat(float) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a float value.
- writeFloat(float) - Method in class io.helidon.json.smile.SmileGenerator
- writeFromShared(BufferData, byte[]) - Static method in interface io.helidon.common.buffers.BufferData
-
Write shared bytes to a target without allowing an arbitrary target implementation to retain the byte array.
- writeFuture() - Method in interface io.helidon.http.DataChunk
-
Returns a write future associated with this chunk.
- writeFuture(CompletableFuture) - Method in interface io.helidon.http.DataChunk
-
Set a write future that will complete when data chunk has been written to a connection.
- writeHeaders(Http2Headers, boolean) - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Writes HTTP2 headers to the stream.
- writeHeaders(Http2Headers, int, Http2Flag.HeaderFlags, FlowControl.Outbound) - Method in class io.helidon.http.http2.Http2ConnectionWriter
- writeHeaders(Http2Headers, int, Http2Flag.HeaderFlags, FlowControl.Outbound) - Method in interface io.helidon.http.http2.Http2StreamWriter
-
Write headers with no (or streaming) entity.
- writeHeaders(Http2Headers, int, Http2Flag.HeaderFlags, FlowControl.Outbound, Runnable) - Method in class io.helidon.http.http2.Http2ConnectionWriter
-
Write headers and notify when an
END_STREAMheaders frame has been written. - writeHeaders(Http2Headers, int, Http2Flag.HeaderFlags, Http2FrameData, FlowControl.Outbound) - Method in class io.helidon.http.http2.Http2ConnectionWriter
- writeHeaders(Http2Headers, int, Http2Flag.HeaderFlags, Http2FrameData, FlowControl.Outbound) - Method in interface io.helidon.http.http2.Http2StreamWriter
-
Write headers and entity.
- writeHeaders(Http2Headers, int, Http2Flag.HeaderFlags, Http2FrameData, FlowControl.Outbound, Runnable) - Method in class io.helidon.http.http2.Http2ConnectionWriter
-
Write headers and entity, and notify when an
END_STREAMdata frame has been written and accounted for. - writeHpackInt(int, int, int) - Method in interface io.helidon.common.buffers.BufferData
-
Write hpack integer to this buffer.
- writeHttp1Header(BufferData) - Method in interface io.helidon.http.Header
-
Write the current header as an HTTP header to the provided buffer.
- writeInt(int) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes an integer value.
- writeInt(int) - Method in class io.helidon.json.smile.SmileGenerator
- writeInt(BufferData, int, int, int) - Static method in class io.helidon.common.buffers.PrefixedIntegerCodec
-
Write an
intprefixed integer. - writeInt16(int) - Method in interface io.helidon.common.buffers.BufferData
-
Write 16-bit integer.
- writeInt24(int) - Method in interface io.helidon.common.buffers.BufferData
-
Write 24-bit integer.
- writeInt32(int) - Method in interface io.helidon.common.buffers.BufferData
-
Write 32-bit integer.
- writeInt64(long) - Method in interface io.helidon.common.buffers.BufferData
-
Write 64-bit integer.
- writeInt8(int) - Method in interface io.helidon.common.buffers.BufferData
-
Write 8-bit integer.
- writeKey(JsonKey) - Method in interface io.helidon.json.JsonGenerator
-
Write a key value to the output stream.
- writeKey(JsonKey) - Method in class io.helidon.json.JsonGeneratorBase
- writeKey(String) - Method in interface io.helidon.json.JsonGenerator
-
Write a key value to the output stream.
- writeKey(String) - Method in class io.helidon.json.JsonGeneratorBase
- writeKeyName(JsonKey) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes an object key name using a precomputed key.
- writeKeyName(JsonKey) - Method in class io.helidon.json.smile.SmileGenerator
- writeKeyName(String) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes an object key name.
- writeKeyName(String) - Method in class io.helidon.json.smile.SmileGenerator
- writeLong(long) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a long value.
- writeLong(long) - Method in class io.helidon.json.smile.SmileGenerator
- writeLong(BufferData, long, int, int) - Static method in class io.helidon.common.buffers.PrefixedIntegerCodec
-
Write a
longprefixed integer. - writeNewLineIndent(int) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a newline followed by indentation for the provided nesting depth.
- writeNewLineIndent(int) - Method in class io.helidon.json.smile.SmileGenerator
- writeNow(BufferData) - Method in interface io.helidon.common.buffers.DataWriter
-
Write buffer to underlying transport blocking until the buffer is written.
- writeNow(BufferData) - Method in class io.helidon.common.socket.SmartSocketWriter
- writeNow(BufferData) - Method in class io.helidon.common.socket.SocketWriter
- writeNow(BufferData...) - Method in interface io.helidon.common.buffers.DataWriter
-
Write buffers to underlying transport blocking until the buffers are written.
- writeNow(BufferData...) - Method in class io.helidon.common.socket.SocketWriter
- writeNull() - Method in interface io.helidon.json.JsonGenerator
-
Write a null value.
- writeNull() - Method in class io.helidon.json.JsonGeneratorBase
- writeNullValue() - Method in class io.helidon.json.JsonGeneratorBase
-
Writes the JSON
nullvalue. - writeNullValue() - Method in class io.helidon.json.smile.SmileGenerator
- writeObjectEnd() - Method in interface io.helidon.json.JsonGenerator
-
Write the end of a JSON object.
- writeObjectEnd() - Method in class io.helidon.json.JsonGeneratorBase
- writeObjectStart() - Method in interface io.helidon.json.JsonGenerator
-
Write the start of a JSON object.
- writeObjectStart() - Method in class io.helidon.json.JsonGeneratorBase
- writePrecomputedKey(JsonKey) - Method in interface io.helidon.json.JsonGenerator
-
Write a precomputed key value to the output stream.
- writePrecomputedKey(JsonKey) - Method in class io.helidon.json.JsonGeneratorBase
- writeProxyHeader(byte[]) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Write raw proxy protocol header before a request.
- writeQueueLength() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- writeQueueLength() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Number of buffers queued for write operations.
- writeQueueLength() - Method in interface io.helidon.webserver.ListenerConfig
-
Number of buffers queued for write operations.
- writeQueueLength(int) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Number of buffers queued for write operations.
- writer() - Method in interface io.helidon.webclient.api.ClientConnection
-
Data writer the client request writes to.
- writer() - Method in class io.helidon.webclient.api.TcpClientConnection
- writer() - Method in class io.helidon.webclient.api.UnixDomainSocketClientConnection
- writer() - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Return connection writer for direct frame sending.
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.FormParamsSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.jackson.JacksonSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.json.JsonSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.json.smile.SmileSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.jsonb.JsonbSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.jsonp.JsonpSupport
- writer(GenericType, Headers, WritableHeaders) - Method in interface io.helidon.http.media.MediaContext
-
Writer for server response entity.
- writer(GenericType, Headers, WritableHeaders) - Method in interface io.helidon.http.media.MediaSupport
-
Server response writer.
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.multipart.MultiPartSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.PathSupport
- writer(GenericType, Headers, WritableHeaders) - Method in class io.helidon.http.media.StringSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.FormParamsSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.jackson.JacksonSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.json.binding.JsonBindingSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.json.JsonSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.json.smile.SmileSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.jsonb.JsonbSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.jsonp.JsonpSupport
- writer(GenericType, WritableHeaders) - Method in interface io.helidon.http.media.MediaContext
-
Writer for client request entity.
- writer(GenericType, WritableHeaders) - Method in interface io.helidon.http.media.MediaSupport
-
Client request writer.
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.multipart.MultiPartSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.PathSupport
- writer(GenericType, WritableHeaders) - Method in class io.helidon.http.media.StringSupport
- writeResource(byte[], String, Object...) - Method in interface io.helidon.codegen.CodegenFiler
-
Write a resource file.
- writerFactory() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- writerFactory() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Jsonp writer factory.
- writerFactory() - Method in interface io.helidon.http.media.jsonp.JsonpSupportConfig
-
Jsonp writer factory.
- writerFactory(JsonWriterFactory) - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase
-
Jsonp writer factory.
- WriterResponse(MediaSupport.SupportLevel, Supplier) - Constructor for record class io.helidon.http.media.MediaSupport.WriterResponse
-
Creates an instance of a
WriterResponserecord class. - writeServerResponse(MediaContext, OutputStream, Headers) - Method in interface io.helidon.http.media.multipart.WriteablePart
-
Write this part as part of server response.
- writeSourceFile(ClassModel, Object...) - Method in interface io.helidon.codegen.CodegenFiler
-
Write a source file from its
ClassModel. - writeSourceFile(TypeName, String, Object...) - Method in interface io.helidon.codegen.CodegenFiler
-
Write a source file using string content.
- writeString(String) - Method in class io.helidon.json.JsonGeneratorBase
-
Writes a string value.
- writeString(String) - Method in class io.helidon.json.smile.SmileGenerator
- writeTo(OutputStream) - Method in interface io.helidon.common.buffers.BufferData
-
Write all available bytes of this buffer to the output stream.
- writeTo(ByteBuffer, int) - Method in interface io.helidon.common.buffers.BufferData
-
Write n bytes from this buffer to the provided buffer.
- writeToFile(Path) - Static method in interface io.helidon.common.reactive.IoMulti
- writeUnsignedInt32(long) - Method in interface io.helidon.common.buffers.BufferData
-
Write 32-bit unsigned integer.
- WS_KEY - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Websocket key header name.
- WS_LISTENER_BASE - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WsListenerBase. - WS_SESSION - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WsSession. - WS_UPGRADE_EXCEPTION - Static variable in class io.helidon.declarative.codegen.websocket.WebSocketTypes
-
Type name for
io.helidon.websocket.WsUpgradeException. - WS_VERSION - Static variable in class io.helidon.webserver.websocket.WsUpgrader
-
Websocket version header name.
- WsClient - Interface in io.helidon.webclient.websocket
-
WebSocket client.
- WsClientConfig - Interface in io.helidon.webclient.websocket
-
WebSocket full webclient configuration.
- WsClientConfig.Builder - Class in io.helidon.webclient.websocket
-
Fluent API builder for
WsClient. - WsClientConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.websocket
-
Fluent API builder base for
WsClientConfig. - WsClientConfig.BuilderBase.WsClientConfigImpl - Class in io.helidon.webclient.websocket
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WsClientConfigImpl(WsClientConfig.BuilderBase) - Constructor for class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
-
Create an instance providing a builder.
- WsClientEndpointFactoryBase - Class in io.helidon.webclient.websocket
-
This class is intended for generated code, and we do not expect this to be used directly by users.
- WsClientEndpointFactoryBase(Config, String, String, Set) - Constructor for class io.helidon.webclient.websocket.WsClientEndpointFactoryBase
-
Create a new factory.
- WsClientException - Exception Class in io.helidon.webclient.websocket
-
A WebSocket client exception.
- WsClientException(String) - Constructor for exception class io.helidon.webclient.websocket.WsClientException
-
Exception without an underlying cause.
- WsClientException(String, Throwable) - Constructor for exception class io.helidon.webclient.websocket.WsClientException
-
Exception caused by another exception.
- WsClientProtocolConfig - Interface in io.helidon.webclient.websocket
-
WebSocket client protocol configuration.
- WsClientProtocolConfig.Builder - Class in io.helidon.webclient.websocket
-
Fluent API builder for
WsClientProtocolConfig. - WsClientProtocolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webclient.websocket
-
Fluent API builder base for
WsClientProtocolConfig. - WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl - Class in io.helidon.webclient.websocket
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WsClientProtocolConfigImpl(WsClientProtocolConfig.BuilderBase) - Constructor for class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase.WsClientProtocolConfigImpl
-
Create an instance providing a builder.
- WsCloseCodes - Class in io.helidon.websocket
-
Codes to use with
WsSession.close(int, String)and to receive inWsListener.onClose(WsSession, int, String). - WsCloseException - Exception Class in io.helidon.websocket
-
Exception requesting a close of the WebSocket communication.
- WsCloseException(String, int) - Constructor for exception class io.helidon.websocket.WsCloseException
-
Create a new exception.
- WsConfig - Interface in io.helidon.webserver.websocket
-
WebSocket protocol configuration.
- WsConfig.Builder - Class in io.helidon.webserver.websocket
-
Fluent API builder for
WsConfig. - WsConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.webserver.websocket
-
Fluent API builder base for
WsConfig. - WsConfig.BuilderBase.WsConfigImpl - Class in io.helidon.webserver.websocket
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WsConfigImpl(WsConfig.BuilderBase) - Constructor for class io.helidon.webserver.websocket.WsConfig.BuilderBase.WsConfigImpl
-
Create an instance providing a builder.
- WsConnection - Class in io.helidon.webserver.websocket
-
WebSocket connection, server side session implementation.
- WsDirectExtension - Class in io.helidon.webserver.testing.junit5.websocket
-
A
ServiceLoaderprovider implementation that adds support for injection of WebSocket related artifacts, such asDirectWsClientin Helidon WebServer unit tests. - WsDirectExtension() - Constructor for class io.helidon.webserver.testing.junit5.websocket.WsDirectExtension
-
Required public constructor for
ServiceLoader. - WsFrame - Interface in io.helidon.websocket
-
WebSocket frame.
- WsListener - Interface in io.helidon.websocket
-
WebSocket listener.
- WsListenerBase - Class in io.helidon.websocket
-
A base class for WebSocket listeners to support readers and input streams.
- WsListenerBase() - Constructor for class io.helidon.websocket.WsListenerBase
-
Create a new listener base for subclasses.
- WsOpCode - Enum Class in io.helidon.websocket
-
WebSocket operation code.
- WsProtocolConfig - Interface in io.helidon.websocket
-
WebSocket protocol configuration available from a
WsSession. - WsProtocolConfig.Builder - Class in io.helidon.websocket
-
Fluent API builder for
WsProtocolConfig. - WsProtocolConfig.BuilderBase<BUILDER, PROTOTYPE> - Class in io.helidon.websocket
-
Fluent API builder base for
WsProtocolConfig. - WsProtocolConfig.BuilderBase.WsProtocolConfigImpl - Class in io.helidon.websocket
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- WsProtocolConfigImpl(WsProtocolConfig.BuilderBase) - Constructor for class io.helidon.websocket.WsProtocolConfig.BuilderBase.WsProtocolConfigImpl
-
Create an instance providing a builder.
- WsProtocolConfigProvider - Class in io.helidon.webclient.websocket
-
Implementation of protocol config provider.
- WsProtocolConfigProvider - Class in io.helidon.webserver.websocket
-
Service provider implementation for WebSocket protocol configuration.
- WsProtocolConfigProvider() - Constructor for class io.helidon.webclient.websocket.WsProtocolConfigProvider
-
Required public constructor for
ServiceLoader. - WsProtocolConfigProvider() - Constructor for class io.helidon.webserver.websocket.WsProtocolConfigProvider
-
Required public constructor for
ServiceLoader. - WsProtocolProvider - Class in io.helidon.webclient.websocket
-
ServiceLoaderprovider implementation for WebSocket protocol. - WsProtocolProvider() - Constructor for class io.helidon.webclient.websocket.WsProtocolProvider
-
Required public constructor for
ServiceLoader. - WsRoute - Class in io.helidon.webserver.websocket
-
WebSocket route.
- WsRouteRegistration - Interface in io.helidon.webserver.websocket
-
A contract for generated web socket registrations.
- WsRouting - Class in io.helidon.webserver.websocket
-
WebSocket specific routing.
- WsRouting.Builder - Class in io.helidon.webserver.websocket
-
Fluent API builder for
WsRouting. - WsServerExtension - Class in io.helidon.webserver.testing.junit5.websocket
-
A
ServiceLoaderprovider implementation that adds support for injection of WebSocket related artifacts, such asWsClientin Helidon WebServer integration tests. - WsServerExtension() - Constructor for class io.helidon.webserver.testing.junit5.websocket.WsServerExtension
-
Required public constructor for
ServiceLoader. - WsServerFeature__ServiceDescriptor<T> - Class in io.helidon.webserver.websocket
-
Service descriptor for
WsServerFeature. - WsServerFeature__ServiceDescriptor() - Constructor for class io.helidon.webserver.websocket.WsServerFeature__ServiceDescriptor
-
Constructor with no side effects
- WsSession - Interface in io.helidon.websocket
-
WebSocket session.
- WsUpgradeException - Exception Class in io.helidon.websocket
-
An exception that may be thrown by
WsListener.onHttpUpgrade(HttpPrologue, io.helidon.http.Headers)during handshake process to reject a websocket upgrade. - WsUpgradeException(String) - Constructor for exception class io.helidon.websocket.WsUpgradeException
-
Create exception from message.
- WsUpgradeException(String, Throwable) - Constructor for exception class io.helidon.websocket.WsUpgradeException
-
Create exception from message and cause.
- WsUpgradeProvider - Class in io.helidon.webserver.websocket
-
ServiceLoaderprovider implementation for upgrade from HTTP/1.1 to WebSocket. - WsUpgradeProvider() - Constructor for class io.helidon.webserver.websocket.WsUpgradeProvider
-
Required public constructor for
ServiceLoader. - WsUpgrader - Class in io.helidon.webserver.websocket
-
Http1Upgraderimplementation to upgrade from HTTP/1.1 to WebSocket. - WsUpgrader(WsConfig) - Constructor for class io.helidon.webserver.websocket.WsUpgrader
-
Create an upgrader.
- WWW_AUTHENTICATE - Static variable in class io.helidon.http.HeaderNames
-
The "WWW-Authenticate" header name.
- WWW_AUTHENTICATE_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "WWW-Authenticate" header name.
X
- X_CONTENT_TYPE_OPTIONS - Static variable in class io.helidon.http.HeaderNames
-
The "X-Content-Type-Options" header name.
- X_CONTENT_TYPE_OPTIONS_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "X-Content-Type-Options" header name.
- X_CONTENT_TYPE_OPTIONS_NOSNIFF - Static variable in class io.helidon.http.HeaderValues
-
Discourage browsers from attempting to detect the content type by "sniffing" the data.
- X_FORWARDED - Enum constant in enum class io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
-
The
io.helidon.http.Header#X_FORWARDED_PROTO,io.helidon.http.Header#X_FORWARDED_HOST,io.helidon.http.Header#X_FORWARDED_PORT,io.helidon.http.Header#X_FORWARDED_PREFIXheaders are used to discover the original requested URI. - X_FORWARDED_FOR - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-For" header name.
- X_FORWARDED_FOR_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-For" header name.
- X_FORWARDED_HOST - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Host" header name.
- X_FORWARDED_HOST_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Host" header name.
- X_FORWARDED_PORT - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Port" header name.
- X_FORWARDED_PORT_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Port" header name.
- X_FORWARDED_PREFIX - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Prefix" header name.
- X_FORWARDED_PREFIX_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Prefix" header name.
- X_FORWARDED_PROTO - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Proto" header name.
- X_FORWARDED_PROTO_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "X-Forwarded-Proto" header name.
- X_HELIDON_CN - Static variable in class io.helidon.http.HeaderNames
-
The "X-HELIDON-CN" header name.
- X_HELIDON_CN_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "X-HELIDON-CN" header name.
- xaDataSource() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase.UcpDataSourceConfigImpl
- xaDataSource() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Support for distributed transactions.
- xaDataSource() - Method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Support for distributed transactions.
- xaDataSource(boolean) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Support for distributed transactions.
Y
- YAML - Enum constant in enum class io.helidon.openapi.OpenApiFormat
-
YAML.
- YamlConfigParser - Class in io.helidon.config.yaml
-
YAML
ConfigParserimplementation that supportsMediaTypes.APPLICATION_YAML. - YamlConfigParser() - Constructor for class io.helidon.config.yaml.YamlConfigParser
-
Default constructor needed by Java Service loader.
Z
- ZERO - Static variable in interface io.helidon.common.Size
-
Empty size - zero bytes.
- ZERO - Static variable in interface io.helidon.metrics.api.Sample.Derived
-
A derived sample with zero value and no reference.
- ZERO_DIGIT_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
0byte. - zone() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- zone() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Time zone to use for cron expression evaluation.
- zone() - Method in interface io.helidon.scheduling.CronConfig
-
Time zone to use for cron expression evaluation.
- zone(ZoneId) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Time zone to use for cron expression evaluation.
- ZonedDateTimeConverter__ServiceDescriptor<T> - Class in io.helidon.json.binding.converters
-
Service descriptor for
ZonedDateTimeConverter. - ZonedDateTimeConverter__ServiceDescriptor() - Constructor for class io.helidon.json.binding.converters.ZonedDateTimeConverter__ServiceDescriptor
-
Constructor with no side effects
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form