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.
- 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.ProviderRequest
- 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.ProviderRequest
- 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
- 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.
- abort(Executor) - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- abort(Executor) - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- aborted(SecurityResponse, Response.ResponseBuilder) - Method in interface io.helidon.microprofile.security.spi.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.
- abortRequest(SecurityFilterContext, SecurityResponse, int, Map<String, List<String>>) - Method in class io.helidon.microprofile.security.SecurityFilter
- 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.
- absolute(int) - Method in class io.helidon.integrations.jdbc.DelegatingResultSet
- 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.
- 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. - AbstractCommonDataSource - Class in io.helidon.integrations.jdbc
-
A JDBC 4.3-compliant skeletal implementation of the
CommonDataSourceinterface. - AbstractCommonDataSource() - Constructor for class io.helidon.integrations.jdbc.AbstractCommonDataSource
-
Creates a new
AbstractCommonDataSource. - 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.
- AbstractConfigurableExtension<T> - Class in io.helidon.integrations.cdi.configurable
-
A convenient, abstract
Extensionwhose subclasses arrange for instances of a particular type to be configured and added as CDI beans. - AbstractConfigurableExtension() - Constructor for class io.helidon.integrations.cdi.configurable.AbstractConfigurableExtension
-
Creates a new
AbstractConfigurableExtension. - AbstractDataSource - Class in io.helidon.integrations.jdbc
-
A JDBC 4.3-compliant, skeletal implementation of the
DataSourceinterface. - AbstractDataSource() - Constructor for class io.helidon.integrations.jdbc.AbstractDataSource
-
Creates a new
AbstractDataSource. - AbstractDataSourceExtension - Class in io.helidon.integrations.datasource.cdi
-
An
AbstractConfigurableExtensionwhose subclasses arrange forDataSourceinstances to be added as CDI beans. - AbstractDataSourceExtension() - Constructor for class io.helidon.integrations.datasource.cdi.AbstractDataSourceExtension
-
Creates a new
AbstractDataSourceExtension. - 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.
- AbstractServiceBuilder - Class in io.helidon.microprofile.grpc.core
-
A base class for gRPC service and client descriptor builders.
- AbstractServiceBuilder(Class<?>, Supplier<?>) - Constructor for class io.helidon.microprofile.grpc.core.AbstractServiceBuilder
-
Create a new introspection modeller for a given gRPC service class.
- 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.
- AbstractTracingFilter - Class in io.helidon.tracing.jersey
-
Tracing filter base.
- AbstractTracingFilter() - Constructor for class io.helidon.tracing.jersey.AbstractTracingFilter
- 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(Class<?>, Class<?>, GrpcServiceDescriptor.Builder) - Method in interface io.helidon.microprofile.grpc.server.AnnotatedServiceConfigurer
-
Apply modifications to a
GrpcServiceDescriptor.Builder. - 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_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.
- 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<? extends T>, Consumer<? super T>) - Method in class io.helidon.common.reactive.CompletionAwaitable
- acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface io.helidon.common.reactive.Single
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class io.helidon.common.reactive.CompletionAwaitable
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface io.helidon.common.reactive.Single
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in interface io.helidon.common.reactive.Single
- acceptPatches() - Method in interface io.helidon.http.ClientResponseHeaders
-
Accepted patches.
- acceptPattern(Pattern) - Method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleLazyConfigSource.Builder
-
Sets the
Patternthat will dictate which configuration property names are allowed to reach aSecretBundleLazyConfigSourceinstance. - 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.cors.CrossOriginConfig
-
Header Access-Control-Allow-Credentials.
- 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.cors.CrossOriginConfig
-
Header Access-Control-Allow-Headers.
- 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.cors.CrossOriginConfig
-
Header Access-Control-Allow-Methods.
- 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.cors.CrossOriginConfig
-
Header Access-Control-Allow-Origin.
- 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.cors.CrossOriginConfig
-
Header Access-Control-Expose-Headers.
- 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.cors.CrossOriginConfig
-
Header Access-Control-Max-Age.
- 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.cors.CrossOriginConfig
-
Header Access-Control-Request-Headers.
- 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.cors.CrossOriginConfig
-
Header Access-Control-Request-Method.
- 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.
- AccessLogCdiExtension - Class in io.helidon.microprofile.accesslog
-
Extension of MicroProfile to add support for access log.
- AccessLogCdiExtension() - Constructor for class io.helidon.microprofile.accesslog.AccessLogCdiExtension
- 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
AccessLogFeature. - 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
-
Deprecated.
- 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 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.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 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.TypedElementInfo
-
Access modifier of the element.
- accessModifier() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Access modifier.
- accessModifier() - Method in class io.helidon.common.types.TypeInfo.BuilderBase.TypeInfoImpl
- accessModifier() - Method in interface io.helidon.common.types.TypeInfo
-
Access modifier.
- 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 class io.helidon.integrations.vault.auths.approle.Login.Response
-
Accessor.
- accessor() - Method in class io.helidon.integrations.vault.auths.k8s.Login.Response
-
Accessor id.
- accessor() - Method in class io.helidon.integrations.vault.auths.token.TokenResponse
-
Accessor.
- 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() - Method in class io.helidon.messaging.connectors.jms.JmsBytesMessage
- ack() - Method in class io.helidon.messaging.connectors.jms.JmsTextMessage
- ack() - Method in class io.helidon.messaging.connectors.kafka.KafkaProducerMessage
- ACK - Static variable in class io.helidon.http.http2.Http2Flag
-
ACK flag, used for acknowledgements.
- ACK_MODE_ATTRIBUTE - Static variable in class io.helidon.messaging.connectors.jms.JmsConnector
-
JMS acknowledge mode.
- acknowledgeMode(AcknowledgeMode) - Method in class io.helidon.messaging.connectors.aq.AqConfigBuilder
-
JMS acknowledgement mode.
- acknowledgeMode(AcknowledgeMode) - Method in class io.helidon.messaging.connectors.jms.JmsConfigBuilder
-
JMS acknowledgement mode.
- AcknowledgeMode - Enum Class in io.helidon.messaging.connectors.jms
-
Enumeration equivalent for JMS api's
Session.AUTO_ACKNOWLEDGE,Session.CLIENT_ACKNOWLEDGEandSession.DUPS_OK_ACKNOWLEDGEconstants. - acks(String) - Method in class io.helidon.messaging.connectors.kafka.KafkaConfigBuilder
-
The number of acknowledgments the producer requires the leader to have received before considering a request complete.
- ackTimeout(long) - Method in class io.helidon.messaging.connectors.kafka.KafkaPublisher.Builder
-
This value applies only when autoCommit is set to false.
- acquire() - Method in class io.helidon.common.concurrency.limits.NoopSemaphore
-
Deprecated.
- acquire(int) - Method in class io.helidon.common.concurrency.limits.NoopSemaphore
-
Deprecated.
- acquireTransactionManager() - Method in class io.helidon.integrations.cdi.eclipselink.CDISEPlatform.TransactionController
-
Returns a non-
nullTransactionManager. - acquireUninterruptibly() - Method in class io.helidon.common.concurrency.limits.NoopSemaphore
-
Deprecated.
- acquireUninterruptibly(int) - Method in class io.helidon.common.concurrency.limits.NoopSemaphore
-
Deprecated.
- Acquisition - Search tag in interface io.helidon.discovery.Discovery
- Section
- Acquisition ("Declarative" Usage) - Search tag in interface io.helidon.discovery.providers.eureka.EurekaDiscovery
- Section
- 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.
- activateOciMetricsSupport(Config, Config, OciMetricsSupport.Builder) - Method in class io.helidon.integrations.oci.metrics.cdi.OciMetricsBean
- activateOciMetricsSupport(Config, Config, OciMetricsSupport.Builder) - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupportFactory
-
Activates OCI metrics support.
- activateSpan(Span) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracer
- 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<Activator<T>>) - 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 - 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. - activeSpan() - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracer
- adapt(TokenStream) - Method in class io.helidon.integrations.langchain4j.TokenStreamToStreamAdapter
- 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>, T) - Method in class io.helidon.http.http2.Http2Settings.Builder
-
Add a setting to these settings.
- 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<T>, 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, boolean) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add custom boolean to payload.
- add(String, boolean) - Method in class io.helidon.integrations.common.rest.JsonRequest
- add(String, double) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add custom double to payload.
- add(String, double) - Method in class io.helidon.integrations.common.rest.JsonRequest
- add(String, int) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add custom int to payload.
- add(String, int) - Method in class io.helidon.integrations.common.rest.JsonRequest
- add(String, long) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add custom long to payload.
- add(String, long) - Method in class io.helidon.integrations.common.rest.JsonRequest
- add(String, ApiJsonBuilder<?>) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add a custom object to payload.
- add(String, ApiJsonBuilder<?>) - Method in class io.helidon.integrations.common.rest.JsonRequest
- 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.integrations.common.rest.ApiJsonBuilder
-
Add custom string to payload.
- add(String, String) - Method in class io.helidon.integrations.common.rest.JsonRequest
- add(String, String...) - Method in class io.helidon.common.parameters.Parameters.Builder
-
Add new value(s) to the parameters.
- add(String, Duration) - Method in class io.helidon.integrations.vault.VaultRequest
-
Add a duration formatted in Vault manner, as a string with duration.
- add(Supplier<T>) - 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.
- 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). - addAdditionalGrants(Subject, List<Grant>) - 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<Grant>) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider
-
Extension point to add additional grants to the subject being created.
- addAll(Iterable<? extends T>) - Method in class io.helidon.grpc.core.WeightedBag
-
Add elements to the bag.
- addAll(Iterable<? extends T>, double) - Method in class io.helidon.grpc.core.WeightedBag
-
Add elements to the bag with a given weight.
- addAll(Collection<DescriptorMetadata>) - 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<String>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Allowed predicates.
- addAllowed(List<String>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to allow.
- addAllowedAuthenticationMethods(List<String>) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
List of attempted authentication strategies in case
OciConfig.authenticationMethod()is set to "auto". - addAllowedDomain(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies the domains of the role.
- addAllowedEntityAlias(String) - Method in class io.helidon.integrations.vault.auths.token.CreateTokenRole.Request
-
f set, specifies the entity aliases which are allowed to be used during token generation.
- addAllowedOtherSan(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Defines allowed custom OID/UTF8-string SANs.
- addAllowedPattern(Pattern) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to allow. - addAllowedPatterns(List<? extends Pattern>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to allow. - addAllowedPolicy(String) - Method in class io.helidon.integrations.vault.auths.token.CreateTokenRole.Request
-
If set, tokens can be created with any subset of the policies in this list, rather than the normal semantics of tokens being a subset of the calling token's policies.
- addAllowedPredicates(List<Predicate<String>>) - 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<String>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Prefixes specifying strings to allow.
- addAllowedResponseHeader(String) - Method in class io.helidon.integrations.vault.sys.EnableAuth.Request
-
Header to whitelist, allowing a plugin to include them in the response.
- addAllowedResponseHeader(String) - Method in class io.helidon.integrations.vault.sys.EnableEngine.Request
-
Header to whitelist, allowing a plugin to include them in the response.
- addAllowedRole(String) - Method in class io.helidon.integrations.vault.secrets.database.DbConfigure.Request
-
List of the roles allowed to use this connection.
- addAllowedSuffix(String) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to allow.
- addAllowedSuffixes(List<String>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Suffixes specifying strings to allow.
- addAllowedUriSan(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Defines allowed URI Subject Alternative Names.
- addAltName(String) - Method in class io.helidon.integrations.vault.secrets.pki.IssueCertificate.Request
-
Specifies requested Subject Alternative Name(s).
- addAltName(String) - Method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Request
-
Specifies requested Subject Alternative Name(s).
- 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.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.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.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.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.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<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.ClassModel.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.Constructor.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.Field.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.InnerClass.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.Method.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.codegen.classmodel.Parameter.Builder
-
Add new annotation to the component.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotation(Consumer<Annotation.Builder>) - 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<Annotation.Builder>) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The annotations on this element, excluding
Dependency.qualifiers(). - addAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- addAnnotations(Set<? extends Annotation>) - 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<? extends Annotation>) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The annotations on this element, excluding
Dependency.qualifiers(). - addApplication(JaxRsApplication) - Method in class io.helidon.microprofile.server.Server.Builder
-
Add a JAX-RS application with all possible options to this server.
- addApplication(Application) - Method in class io.helidon.microprofile.server.JaxRsCdiExtension
-
Add a jersey application to the server.
- addApplication(Application) - Method in class io.helidon.microprofile.server.Server.Builder
-
JAX-RS application to use.
- addApplication(Class<? extends Application>) - Method in class io.helidon.microprofile.server.Server.Builder
-
JAX-RS application class to use.
- addApplication(String, Application) - Method in class io.helidon.microprofile.server.JaxRsCdiExtension
-
Add a jersey application to the server with an explicit context path.
- addApplication(String, Application) - Method in class io.helidon.microprofile.server.Server.Builder
-
JAX-RS application to use.
- addApplication(String, Class<? extends Application>) - Method in class io.helidon.microprofile.server.Server.Builder
-
JAX-RS application class to use.
- 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<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). - addApplications(List<JaxRsApplication>) - Method in class io.helidon.microprofile.server.JaxRsCdiExtension
-
Add all application metadata from the provided list.
- addApplyOn(Class<? extends Throwable>) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will be considered failures.
- addApplyOn(Class<? extends Throwable>) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will be considered retriable.
- addApplyOn(Class<? extends Throwable>) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will be considered retriable.
- addApplyOn(Set<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will be considered failures.
- addApplyOn(Set<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will be considered retriable.
- addApplyOn(Set<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will be considered retriable.
- addArrayProperties(Map<String, ? extends SchemaArray>) - 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<SchemaArray.Builder>) - 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(Collection<Validator<Jwt>>, String, boolean) - Static method in class io.helidon.security.jwt.Jwt
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addAudienceValidator(Collection<Validator<Jwt>>, Set<String>, boolean) - Static method in class io.helidon.security.jwt.Jwt
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addAudienceValidator(Consumer<AudienceValidator.Builder>) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
AudienceValidatorinstance based on the builder configuration. - addAudienceValidator(Set<String>) - 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<? extends AuditProvider>) - 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<? extends AuthenticationProvider>) - Method in class io.helidon.security.Security.Builder
-
Add an authentication provider.
- addAuthenticationProvider(Supplier<? extends AuthenticationProvider>, 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<? extends AuthorizationProvider>) - Method in class io.helidon.security.Security.Builder
-
Add authorization provider.
- addAuthorizationProvider(Supplier<? extends AuthorizationProvider>, String) - Method in class io.helidon.security.Security.Builder
-
Add a named authorization provider.
- addAuthStrategies(List<String>) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The list of authentication strategies that will be attempted by
AbstractAuthenticationDetailsProviderwhen one is called for. - addBase64(String, Base64Value) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add a string encoded with base64.
- addBase64(String, Base64Value) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addBatch() - Method in class io.helidon.integrations.jdbc.DelegatingPreparedStatement
- addBatch(String) - Method in class io.helidon.integrations.jdbc.DelegatingStatement
- addBean(BeanConfigurator<DataSource>, Named, Properties) - Method in class io.helidon.integrations.datasource.hikaricp.cdi.HikariCPBackedDataSourceExtension
- addBean(BeanConfigurator<DataSource>, Named, Properties) - Method in class io.helidon.integrations.datasource.ucp.cdi.UCPBackedDataSourceExtension
- addBean(BeanConfigurator<UniversalConnectionPool>, Named, Properties) - Method in class io.helidon.integrations.datasource.ucp.cdi.UniversalConnectionPoolExtension
- addBean(BeanConfigurator<T>, Named, Properties) - Method in class io.helidon.integrations.cdi.configurable.AbstractConfigurableExtension
-
Called internally to permit subclasses to add a
T-typed bean, qualified with at least the suppliedNamed, using the suppliedBeanConfigurator. - AddBean - Annotation Interface in io.helidon.microprofile.testing
-
Add a CDI bean to the container.
- AddBean - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddBeaninstead - AddBean - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddBeaninstead - addBeanClasses(Class<?>...) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- addBeans() - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get the discovered
AddBeanannotations. - addBeans() - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- addBeans() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- addBeans() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- addBeans(BeforeBeanDiscovery) - Method in class io.helidon.microprofile.grpc.client.GrpcClientCdiExtension
-
Adds beans to the bean manager.
- AddBeans - Annotation Interface in io.helidon.microprofile.testing
-
A repeatable container for
AddBean. - AddBeans - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddBeansinstead - AddBeans - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddBeansinstead - addBetween(LocalTime, LocalTime) - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
-
Add a new "between time" configuration.
- addBlacklistedException(String) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Add an exception to the blacklist.
- addBooleanAttributes(Map<String, Boolean>) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Boolean attributes.
- addBooleanProperties(Map<String, ? extends SchemaBoolean>) - 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<SchemaBoolean.Builder>) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all boolean properties.
- 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).
- addBoundServiceAccountName(String) - Method in class io.helidon.integrations.vault.auths.k8s.CreateRole.Request
-
Add a service account name able to access this role.
- addBoundServiceAccountNamespace(String) - Method in class io.helidon.integrations.vault.auths.k8s.CreateRole.Request
-
Add a namespace allowed to access this role.
- 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.
- 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<String>) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
A set of files that are cached in memory at startup.
- addCacheInMemory(String) - Method in class io.helidon.webserver.staticcontent.StaticContentService.Builder
-
Deprecated.Add a path (as requested by the user) that should be cached in memory.
- 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<String>) - 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<? extends X509Certificate>) - 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<? extends X509Certificate>) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
The X.509 Certificates.
- addChannels(List<? extends GrpcChannelDescriptor>) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
-
List of channel descriptors.
- 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<HealthCheckResponse>, 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.
- addCidr(String) - Method in class io.helidon.integrations.vault.auths.approle.GenerateSecretId.Request
-
CIDR blocks enforcing secret IDs to be used from specific set of IP addresses.
- addClaimValidator(ClaimValidator) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add
ClaimValidatorinstance. - 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<ClasspathHandlerConfig.Builder>) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- addClasspath(List<? extends ClasspathHandlerConfig>) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- addClasspath(List<? extends Path>) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The classpath to pass to the compiler.
- addCommaDelimitedArray(JsonObjectBuilder, String, List<String>) - Static method in class io.helidon.integrations.vault.VaultRequest
-
Add aa list of values as a comma delimited string instead of a JSON Array.
- addCommandLineArgument(String) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The command line arguments to pass to the compiler.
- addCommandLineArguments(List<String>) - 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.
- addComponentTypes(List<? extends TypeName>) - 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<? extends ComputedHeader>) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of computed header values.
- AddConfig - Annotation Interface in io.helidon.microprofile.testing
-
Add a configuration key/value pair to the
synthetic test configuration. - AddConfig - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddConfiginstead - AddConfig - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddConfiginstead - AddConfigBlock - Annotation Interface in io.helidon.microprofile.testing
-
Add a configuration fragment to the
synthetic test configuration. - AddConfigBlock - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddConfigBlockinstead - AddConfigBlock - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddConfigBlockinstead - addConfigBlocks() - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get the discovered
AddConfigBlockannotations. - addConfigBlocks() - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- addConfigBlocks() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- addConfigBlocks() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- AddConfigBlocks - Annotation Interface in io.helidon.microprofile.testing
-
A repeatable container for
AddConfigBlock. - addConfigs() - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get the discovered
AddConfigannotations. - addConfigs() - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- addConfigs() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- addConfigs() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- AddConfigs - Annotation Interface in io.helidon.microprofile.testing
-
A repeatable container for
AddConfig. - AddConfigs - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddConfigsinstead - AddConfigs - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddConfigsinstead - AddConfigSource - Annotation Interface in io.helidon.microprofile.testing
-
Mark a static method that provides a
ConfigSourceto add to thesynthetic test configuration. - addConfigSources() - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get the discovered
AddConfigSourcemethods. - addConfigSources() - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
-
Get the discovered
AddConfigSourcemethods. - addConfigSources() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- addConfigSources() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- addConnectionSelector(ServerConnectionSelector) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Explicitly defined connection selectors to be used with this socket.
- addConnectionSelectors(List<? extends ServerConnectionSelector>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Explicitly defined connection selectors to be used with this socket.
- addConstructor(Constructor.Builder) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new constructor to this class.
- addConstructor(Consumer<Constructor.Builder>) - 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).
- addConsumes(List<String>) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of consumed media types (from server endpoint point of view).
- 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.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.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<? extends ContentEncoding>) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
List of content encodings that should be used.
- 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<String, ? extends MediaType>) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Maps a filename extension to the response content type.
- addContentTypes(Map<String, ? extends MediaType>) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Maps a filename extension to the response content type.
- addContextValue(Context.Key<T>, 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>, V) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- addContextValue(Context.Key<V>, 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<? extends 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). - addContracts(Set<ResolvedType>, HashSet<ResolvedType>, TypeInfo) - Method in class io.helidon.service.codegen.ServiceContracts
-
Add contracts from the type (from its implemented interfaces and super types).
- 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
- addCountry(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Adds the C (Country) value in the subject field of issued certificates.
- addCreationStatement(String) - Method in class io.helidon.integrations.vault.secrets.database.DbCreateRole.Request
-
Specifies the database statements executed to create and configure a user.
- addCriticalValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new "crit" claim validator.
- addCrossOrigin(CrossOriginConfig) - Method in class io.helidon.cors.CorsSupportBase.Builder
-
Adds cross origin information associated with the default path.
- addCrossOrigin(String, CrossOriginConfig) - Method in class io.helidon.cors.CorsSupportBase.Builder
-
Adds cross origin information associated with a given path.
- addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Generated from
OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addCustomHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.customHeaders(java.util.Map)This method keeps existing values, then puts all new values into the map. - addDaysOfWeek(DayOfWeek...) - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
-
Add a new "day of week" configuration.
- addDaysOfWeek(List<DayOfWeek>) - Method in class io.helidon.security.abac.time.TimeValidator.TimeConfig.Builder
-
Add a new "day of week" configuration.
- addDefaultCookies(Map<String, String>) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Map of default cookies to include in all requests if cookies enabled.
- addDefaultHeadersMap(Map<String, String>) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request from configuration.
- 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<String>) - 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<String>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Deny predicates.
- addDenied(List<String>) - 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<? extends Pattern>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Patterns specifying strings to deny.
- addDeniedPredicates(List<Predicate<String>>) - 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<String>) - 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<String>) - 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.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<ResolvedType>, Set<ResolvedType>, Object...) - Method in interface io.helidon.service.codegen.RegistryRoundContext
-
Add a new service descriptor.
- addDigest(String, DigestProvider<T>, 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).
- addDigestQop(HttpDigest.Qop) - Method in class io.helidon.security.providers.httpauth.HttpDigestAuthProvider.Builder
-
Digest QOP to support.
- addDisallowedPolicy(String) - Method in class io.helidon.integrations.vault.auths.token.CreateTokenRole.Request
-
If set, successful token creation via this role will require that no policies in the given list are requested.
- 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.
- addDocument(Object) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.documents(java.util.List) - addDocument(Object) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.documents(java.util.List) - addDocuments(List<?>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.documents(java.util.List) - addDocuments(List<?>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.documents(java.util.List) - addDoubleAttributes(Map<String, Double>) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.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<TypedElementInfo.Builder>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The elements that make up the type that are relevant for processing.
- addElementInfo(List<? extends TypedElementInfo>) - 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<? extends Modifier>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Element modifiers.
- addElementModifiers(Set<? extends Modifier>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Type modifiers.
- addElementTypeAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
The list of known annotations on the type name referenced by
TypedElementInfoBlueprint.typeName(). - addEnabledCipherSuite(String) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Enabled cipher suites for TLS communication.
- addEnabledCipherSuites(List<String>) - 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<String>) - 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<String>) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Simple names of enclosing classes (if any exist).
- addEncryption(String, EncryptionProvider<T>, 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<? extends AccessLogEntry>) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configured log entries.
- addEntry(DecryptBatch.BatchEntry) - Method in class io.helidon.integrations.vault.secrets.transit.DecryptBatch.Request
-
Specifies a list of items to be encrypted in a single batch.
- addEntry(EncryptBatch.BatchEntry) - Method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.Request
-
Specifies a list of items to be encrypted in a single batch.
- addEntry(AccessLogEntry) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Configured log entries.
- addEvent(String) - Method in interface io.helidon.tracing.Span
-
Add a new event to this span.
- addEvent(String, Map<String, ?>) - Method in interface io.helidon.tracing.Span
-
Add an event to this span.
- addExceptionMap(Map<Class<? extends Throwable>, ? extends JsonRpcExceptionHandler>) - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Return a map of throwable to exception handlers.
- addExclude(List<String>) - 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<? extends T>) - 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. - addExcludes(String...) - Method in class io.helidon.microprofile.openapi.ExpandedTypeDescription
-
Add property names excludes.
- 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.microprofile.jwt.auth.JwtAuthProvider.Builder
-
Add an audience expected in inbound JWTs.
- 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<ExpirationValidator.Builder>) - 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<ModuleInfoExports.Builder>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of exports directives.
- addExporters(List<String>) - Method in class io.helidon.telemetry.otelconfig.SpanProcessorConfig.BuilderBase
-
Name(s) of the span exporter(s) this span processor should use; specifying no names uses all configured exporters (or if no exporters are configured, the default OpenTelemetry exporter(s)).
- addExports(List<? extends ModuleInfoExports>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of exports directives.
- addExports(Map<? extends String, List<String>>) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Exports of the module.
- addExpression(OrderExpression) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- addExpression(Consumer<OrderExpression.Builder>) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- addExpressions(List<? extends OrderExpression>) - Method in class io.helidon.data.codegen.query.Order.BuilderBase
-
Ordering expressions.
- AddExtension - Annotation Interface in io.helidon.microprofile.testing
-
Add a CDI extension to the container.
- AddExtension - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddExtensioninstead - AddExtension - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddExtensioninstead - addExtensions() - Method in class io.helidon.microprofile.openapi.ExpandedTypeDescription
-
Deprecated, for removal: This API element is subject to removal in a future version.No need to invoke addExtensions any longer; extensions are handled by the custom property utils implementation.
- addExtensions() - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get the discovered
AddExtensionannotations. - addExtensions() - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- addExtensions() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- addExtensions() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- addExtensions(Extension...) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- addExtensions(Class<? extends Extension>...) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- AddExtensions - Annotation Interface in io.helidon.microprofile.testing
-
A repeatable container for
AddExtension. - AddExtensions - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddExtensionsinstead - AddExtensions - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddExtensionsinstead - addExtKeyUsage(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies the allowed extended key usage constraint on issued certificates.
- addExtKeyUsageOid(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Add an extended usage OID.
- 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<? extends FactoryType>) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
If configured, the lookup will return service factories of the chosen types.
- addFallback(Fallback<T>) - Method in class io.helidon.faulttolerance.FaultTolerance.TypedBuilder
-
Add a fallback to the list of handlers.
- addFallback(Fallback<U>) - 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.microprofile.server.ServerCdiExtension
-
Add a server feature.
- addFeature(ServerFeature) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Server features allow customization of the server, listeners, or routings.
- addFeature(Supplier<? extends HttpFeature>) - Method in interface io.helidon.webserver.http.HttpRouting.Builder
-
Add a new feature.
- addFeatures(List<? extends ServerFeature>) - 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<Field.Builder>) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new field to the type.
- addFieldValidator(Consumer<FieldValidator.Builder>) - 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<Config, ConfigFilter>) - Method in interface io.helidon.config.Config.Builder
- addFilter(Supplier<Function<Config, ConfigFilter>>) - 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.
- addFlavor(Flavor) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Which flavor(s) should print this feature.
- addFlavors(List<? extends Flavor>) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Which flavor(s) should print this feature.
- 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<String>) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add generic argument tag name and description.
- addGenericArgument(Consumer<TypeArgument.Builder>) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add generic argument type.
- 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<? extends GrpcClientService>) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
gRPC client services.
- addGrpcServices(List<? extends GrpcServerService>) - 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<String, ? extends JsonRpcHandler>) - 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, long) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add a default header value.
- addHeader(HeaderName, String) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add a default header value.
- addHeader(String, int) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, long) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, String) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Add default header value.
- addHeader(String, String...) - Method in class io.helidon.integrations.common.rest.ApiJsonRequest
-
Add an HTTP header.
- addHeader(String, String...) - Method in interface io.helidon.integrations.common.rest.ApiRequest
-
Add an HTTP header.
- addHeader(String, String...) - Method in class io.helidon.integrations.common.rest.ApiRestRequest
-
Add an HTTP header.
- addHeader(Map<String, List<String>>, 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).
- 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<RestMethodParameter.Builder>) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Header parameters (if defined).
- addHeaderParameters(List<? extends RestMethodParameter>) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Header parameters (if defined).
- addHeaders(HttpClientRequest, Map<String, List<String>>) - Method in class io.helidon.integrations.common.rest.RestApiBase
-
Add HTTP headers.
- addHeaders(List<? extends HeaderValue>) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of configured header values.
- addHeaders(Map<String, String>) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Headers added to each export message.
- addHeaders(Set<? extends Header>) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Default headers to be used in every request.
- addHealthCheckProperties(Map<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.
- addHealthChecks(List<? extends HealthCheck>) - 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<TypeName.Builder>) - Method in class io.helidon.common.types.ModuleInfoProvides.BuilderBase
-
List of implementations of the service.
- addImplementations(List<? extends TypeName>) - 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.
- addIndexPaths(List<String>) - Method in class io.helidon.microprofile.openapi.MpOpenApiManagerConfig.BuilderBase
-
Specify the set of Jandex index path.
- Adding developer-requested registries - Search tag in class io.helidon.integrations.micrometer.MeterRegistryFactory
- Section
- 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(Consumer<Annotation.Builder>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of all inherited annotations for this element.
- addInheritedAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.TypeInfo.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<InnerClass.Builder>) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new inner type to this type.
- addInnerClass(Supplier<InnerClass>) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new inner type to this type.
- addIntegerProperties(Map<String, ? extends SchemaInteger>) - 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<SchemaInteger.Builder>) - 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<? extends ClientInterceptor>) - 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<TypeInfo.Builder>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The interface classes for this type info.
- addInterfaceTypeInfo(List<? extends TypeInfo>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The interface classes for this type info.
- 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<? extends Flavor>) - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
In which flavor we should warn that this feature is present on classpath.
- addIpSan(String) - Method in class io.helidon.integrations.vault.secrets.pki.IssueCertificate.Request
-
Specifies requested IP Subject Alternative Name(s).
- addIpSan(String) - Method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Request
-
Specifies requested IP Subject Alternative Name(s).
- 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.
- addIssuerValidator(Collection<Validator<Jwt>>, String, boolean) - Static method in class io.helidon.security.jwt.Jwt
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addIssueTimeValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
IssueTimeValidatorinstance. - addIssueTimeValidator(Consumer<IssueTimeValidator.Builder>) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
IssueTimeValidatorinstance based on the builder configuration. - additionalHeaders() - Method in class io.helidon.webclient.api.ClientRequestBase
-
Append additional headers before sending the request.
- 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.
- addIvfIndex(List<? extends IvfIndexConfig>) - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
IVFIndex allows configuring an Inverted File Flat (IVF) index on the embedding column of the
EmbeddingTable. - addJavadocTag(String, String) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
- addJavadocTag(String, String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- addJaxRs() - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get the discovered
AddJaxRsannotation. - addJaxRs() - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- addJaxRs() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- addJaxRs() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- AddJaxRs - Annotation Interface in io.helidon.microprofile.testing
-
Add JAX-RS (Jersey) support.
- AddJaxRs - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AddJaxRsinstead - AddJaxRs - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
AddJaxRsinstead - addJsonIndex(List<? extends JsonIndexConfig>) - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
JSONIndex allows configuring a function-based index on one or several keys of the metadata column of the
EmbeddingTable. - addKekValidator(Collection<Validator<EncryptedJwt>>, 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.
- addLine(String) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add text line to the content.
- 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. - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.listeners(java.util.List) - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.listeners(java.util.List) - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.listeners(java.util.List) - addListener(ChatModelListener) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.listeners(java.util.List) - addListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
-
Deprecated.
- addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.listeners(java.util.List) - addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.listeners(java.util.List) - addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.listeners(java.util.List) - addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.listeners(java.util.List) - addListeners(List<? extends ChatModelListener>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.listeners(java.util.List) - addListenerSocketOptions(Map<SocketOption<?>, ?>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Server listener socket options.
- addLocality(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Adds the L (Locality) value in the subject field of issued certificates.
- addLogitBias(Map<String, Integer>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Modifies the likelihood of specified tokens that appear in the completion.
- addLogitBias(Map<String, Integer>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Modifies the likelihood of specified tokens that appear in the completion.
- addLogitBias(Map<String, Integer>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.logitBias(java.util.Map)This method keeps existing values, then puts all new values into the map. - addLogitBias(Map<String, Integer>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.logitBias(java.util.Map)This method keeps existing values, then puts all new values into the map. - addLongAttributes(Map<String, Long>) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.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<TypeName.Builder>) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
extendswill have a lower bound defined. - addLowerBounds(List<? extends TypeName>) - 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<? extends Class>) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Managed persistence entities.
- addMapper(GenericType<T>, Function<Config, T>) - 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<S, T>, GenericType<S>, GenericType<T>, double, String...) - Method in class io.helidon.common.mapper.MapperManager.Builder
-
Deprecated.Add a mapper to the list of mapper with custom priority.
- addMapper(Mapper<S, T>, GenericType<S>, GenericType<T>, double, String...) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Add a mapper to the list of mapper with custom priority.
- addMapper(Mapper<S, T>, GenericType<S>, GenericType<T>, String...) - Method in class io.helidon.common.mapper.MapperManager.Builder
-
Deprecated.Add a mapper to the list of mapper.
- addMapper(Mapper<S, T>, GenericType<S>, GenericType<T>, String...) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Add a mapper to the list of mapper.
- addMapper(Mapper<S, T>, Class<S>, Class<T>, double, String...) - Method in class io.helidon.common.mapper.MapperManager.Builder
-
Deprecated.Add a mapper to the list of mapper with a custom priority.
- addMapper(Mapper<S, T>, Class<S>, Class<T>, 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<S, T>, Class<S>, Class<T>, String...) - Method in class io.helidon.common.mapper.MapperManager.Builder
-
Deprecated.Add a mapper to the list of mapper.
- addMapper(Mapper<S, T>, Class<S>, Class<T>, 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<TYPE>, GenericType<TYPE>) - Method in class io.helidon.dbclient.DbClientBuilderBase
- addMapper(DbMapper<TYPE>, GenericType<TYPE>) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Add a custom mapper with generic types support.
- addMapper(DbMapper<TYPE>, Class<TYPE>) - Method in class io.helidon.dbclient.DbClientBuilderBase
- addMapper(DbMapper<TYPE>, Class<TYPE>) - Method in interface io.helidon.dbclient.spi.DbClientBuilder
-
Add a custom mapper.
- addMapper(Class<T>, Function<Config, T>) - Method in interface io.helidon.config.Config.Builder
-
Registers mapping function for specified
type. - addMapperProvider(MapperProvider) - Method in class io.helidon.common.mapper.MapperManager.Builder
-
Deprecated.Add a new
MapperProviderto the list of providers loaded from system service loader. - addMapperProvider(MapperProvider) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mapper providers allow for introduction of new mappers into the system.
- addMapperProvider(MapperProvider, int) - Method in class io.helidon.common.mapper.MapperManager.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.we have switched to using weights instead of priority, this method will be removed without replacement
- 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<? extends MapperProvider>) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mapper providers allow for introduction of new mappers into the system.
- addMappers(List<Mapper<?, ?>>) - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase
-
Mappers discovered through
ServiceRegistry, or explicitly created that implement bothMapper.sourceType()andMapper.targetType()methods. - addMaxTokenAgeValidator(Duration) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
MaxTokenAgeValidatorwith the expected max token age. - addMaxTokenAgeValidator(Collection<Validator<Jwt>>, Duration, Duration, boolean) - Static method in class io.helidon.security.jwt.Jwt
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addMaxTokenAgeValidator(Consumer<MaxTokenAgeValidator.Builder>) - 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<? extends MediaSupport>) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Media supports to use.
- addMediaSupports(List<? extends MediaSupport>) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Media supports (manually added).
- 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. - addMetaAnnotation(Annotation) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- addMetaAnnotation(Consumer<Annotation.Builder>) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- addMetaAnnotations(List<? extends Annotation>) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
A list of inherited annotations (from the whole hierarchy).
- addMetadata(String, String) - Method in class io.helidon.integrations.vault.auths.approle.GenerateSecretId.Request
-
This metadata will be set on tokens issued with this SecretID, and is logged in audit logs in plaintext.
- addMetadata(String, String) - Method in class io.helidon.integrations.vault.auths.token.CreateToken.Request
-
Request metadata, passed through to the audit devices.
- addMetadata(Map<String, String>) - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Metadata.
- addMetadata(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.metadata(java.util.Map)This method keeps existing values, then puts all new values into the map. - addMetadata(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.metadata(java.util.Map)This method keeps existing values, then puts all new values into the map. - 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
- addMethod(String) - Method in class io.helidon.security.providers.common.OutboundTarget.Builder
-
Add supported method for this target.
- addMethod(String) - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
-
Add a new HTTP method to restrict this configuration for.
- addMethod(String, Method) - Method in class io.helidon.security.abac.policy.el.JavaxElPolicyExecutor.Builder
-
Add a custom method to be available in expressions without a prefix.
- addMethod(String, String, Method) - Method in class io.helidon.security.abac.policy.el.JavaxElPolicyExecutor.Builder
-
Add a custom method to be available in expressions.
- addMethod(Consumer<Method.Builder>) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Add new method to the type.
- addMethod(Consumer<RestMethod.Builder>) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Methods that have a rest annotation (HTTP method).
- addMethods(List<? extends RestMethod>) - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.BuilderBase
-
Methods that have a rest annotation (HTTP method).
- addMethods(List<? extends Method>) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
- addMethods(Map<String, ? extends GrpcClientMethodDescriptor>) - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Map of names to gRPC method descriptors.
- addModifier(String) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.use
TypedElementInfo.BuilderBase.elementModifiers()instead - addModifier(String) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Deprecated, for removal: This API element is subject to removal in a future version.use
TypeInfo.BuilderBase.elementModifiers()instead - addModifiers(Set<? extends String>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Element modifiers.
- addModifiers(Set<String>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Element modifiers.
- addModulepath(Path) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The modulepath to pass to the compiler.
- addModulepath(List<? extends Path>) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The modulepath to pass to the compiler.
- addNamePart(CharSequence) - Method in class io.helidon.data.codegen.query.Property.BuilderBase
-
Listof property name elements. - addNameParts(List<? extends CharSequence>) - 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 pattern that is not going through a proxy.
- addNotBeforeValidator() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
NotBeforeValidatorinstance. - addNotBeforeValidator(Consumer<NotBeforeValidator.Builder>) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add new
NotBeforeValidatorinstance based on the builder configuration. - addNullProperties(Map<String, ? extends SchemaNull>) - 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<SchemaNull.Builder>) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all null properties.
- addNumberProperties(Map<String, ? extends SchemaNumber>) - 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<SchemaNumber.Builder>) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all number properties.
- 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.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.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<String, ? extends SchemaObject>) - 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<SchemaObject.Builder>) - 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.microprofile.server.ServerCdiExtension
-
Add an observer, probably from an observer specific CDI extension.
- addObserver(Observer) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Observers to use with this observe features.
- addObservers(List<? extends Observer>) - 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<ModuleInfoOpens.Builder>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of opens directives.
- addOpens(String, List<String>) - 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<? extends ModuleInfoOpens>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of opens directives.
- addOpens(Map<? extends String, List<String>>) - 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.
- addOrderBy(Order) - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - addOrderBy(Consumer<Order.Builder>) - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - addOrderBy(List<? extends Order>) - Method in class io.helidon.data.Sort.BuilderBase
-
Listof query ordering rules. - addOrg(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Adds an O (Organization) value in the subject field of issued certificates.
- addOrgUnit(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Adds an OU (OrganizationalUnit) value in the subject field of issued certificates.
- addOrigin(String) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
WebSocket origins.
- addOrigins(Set<String>) - 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<TypedElementInfo.Builder>) - 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<? extends 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.
- addOtherSan(String, String) - Method in class io.helidon.integrations.vault.secrets.pki.IssueCertificate.Request
-
Specifies custom OID/UTF8-string SANs.
- addOtherSan(String, String) - Method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Request
-
Specifies custom OID/UTF8-string SANs.
- 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<? extends OutboundSecurityProvider>) - Method in class io.helidon.security.Security.Builder
-
All configured identity propagation providers are used.
- addOutboundSecurityProvider(Supplier<? extends OutboundSecurityProvider>, 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.
- addPackages(boolean, Class<?>...) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- addPackages(boolean, Package...) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- addPackages(Class<?>...) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- addPackages(Package...) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- 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(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(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<String>) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add parameter tag name and description.
- addParameter(Consumer<AnnotationParameter.Builder>) - Method in class io.helidon.codegen.classmodel.Annotation.Builder
-
Adds annotation parameter.
- addParameter(Consumer<Parameter.Builder>) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add new method parameter.
- addParameter(Consumer<TypedElementInfo.Builder>) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
List of common method parameters to be added to method prototype.
- addParameter(Consumer<RestMethodParameter.Builder>) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
All parameters of this method.
- addParameter(Supplier<Parameter>) - 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<TypedElementInfo.Builder>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - addParameterArguments(List<? extends TypedElementInfo>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Parameter arguments applicable if this type element represents a
ElementKind.METHOD. - addParameters(List<? extends TypedElementInfo>) - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
List of common method parameters to be added to method prototype.
- addParameters(List<? extends RestMethodParameter>) - 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<? extends WriteablePart>) - Method in class io.helidon.http.media.multipart.WriteableMultiPart.Builder
-
Add a new part.
- addPassThroughHeader(String) - Method in class io.helidon.integrations.vault.sys.EnableAuth.Request
-
Add header to whitelist and pass from the request to the plugin.
- addPassThroughHeader(String) - Method in class io.helidon.integrations.vault.sys.EnableEngine.Request
-
Add header to whitelist and pass from the request to the plugin.
- 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<PathsConfig.Builder>) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
Configuration for webserver paths.
- addPath(Consumer<FileSystemHandlerConfig.Builder>) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of file system based static content handlers.
- addPath(List<? extends FileSystemHandlerConfig>) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of file system based static content handlers.
- addPath(List<String>) - 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<PathTracingConfig.Builder>) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Path specific configuration of tracing.
- addPathConfigs(List<? extends PathTracingConfig>) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Path specific configuration of tracing.
- addPathParameter(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- addPathParameter(Consumer<RestMethodParameter.Builder>) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- addPathParameters(List<? extends RestMethodParameter>) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Path parameters (if defined).
- addPaths(List<? extends PathsConfig>) - 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. - addPemKey(String) - Method in class io.helidon.integrations.vault.auths.k8s.ConfigureK8s.Request
-
Add PEM formatted public key or certificate used to verify the signatures of Kubernetes service account JWTs.
- 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. - addPolicy(String) - Method in class io.helidon.integrations.vault.auths.token.CreateToken.Request
-
Add a policy for the token.
- addPolicyIdentifier(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Add a policy identifier OID.
- addPostalCode(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Adds a Postal Code values in the subject field of issued certificates.
- 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.TlsConfig.BuilderBase
-
Certificate chain of the private key.
- addPrivateKeyCertChain(List<? extends X509Certificate>) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Certificate chain of the private key.
- addProcessor(SpanProcessor) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Constructed span processors.
- addProcessors(List<? extends SpanProcessor>) - 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<String>) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of produced media types (from server endpoint point of view).
- addPropagation(JaegerTracerBuilder.PropagationFormat) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
-
Add propagation format to use.
- addPropagator(TextMapPropagator) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry
TextMapPropagatorinstances added explicitly by the app. - addPropagators(List<? extends TextMapPropagator>) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
OpenTelemetry
TextMapPropagatorinstances added explicitly by the app. - addProperties(Map<String, ?>) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Jsonb configuration properties.
- addProperties(Map<String, ? extends AnnotationProperty>) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
This method keeps existing values, then puts all new values into the map.
- addProperties(Map<String, Boolean>) - Method in class io.helidon.http.media.gson.GsonSupportConfig.BuilderBase
-
Gson configuration properties.
- addProperties(Map<String, Boolean>) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
Jackson configuration properties.
- addProperties(Map<String, String>) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Additional persistence unit or connection properties.
- addProperties(Map<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.
- addProperties(Map<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.
- addProperties(Map<String, String>) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Properties configured for this client.
- addProperty(String, Object) - Method in class io.helidon.microprofile.cdi.HelidonContainerInitializer
- addProtocol(ProtocolConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration of protocols.
- addProtocolConfig(ProtocolConfig) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
Configuration of client protocols.
- addProtocolConfigs(List<? extends ProtocolConfig>) - 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<String>) - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
List of HTTP protocol IDs by order of preference.
- addProtocols(List<? extends ProtocolConfig>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration of protocols.
- 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<ModuleInfoProvides.Builder>) - 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<? extends 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(Supplier<? extends SecurityProvider>, String) - Method in class io.helidon.security.Security.Builder
-
Adds a named provider that may implement multiple interfaces.
- addProvides(TypeName, List<TypeName>) - 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<? extends ModuleInfoProvides>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of provides directives.
- addProvides(Map<? extends TypeName, List<TypeName>>) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
This method keeps existing values, then puts all new values into the map.
- addProvince(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Adds the ST (Province) values in the subject field of issued certificates.
- 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.
- 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<Qualifier.Builder>) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The qualifier type annotations on this element.
- addQualifier(Consumer<Qualifier.Builder>) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Qualifier's.
- addQualifiers(Set<? extends Qualifier>) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
The qualifier type annotations on this element.
- addQualifiers(Set<? extends Qualifier>) - 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<Method.Builder>, List<PersistenceGenerator.QuerySettings>, 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<Method.Builder>, List<PersistenceGenerator.QuerySettings>, 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).
- addQueryParam(String, String...) - Method in class io.helidon.integrations.common.rest.ApiJsonRequest
-
Add an HTTP query parameter.
- addQueryParam(String, String...) - Method in interface io.helidon.integrations.common.rest.ApiRequest
-
Add an HTTP query parameter.
- addQueryParam(String, String...) - Method in class io.helidon.integrations.common.rest.ApiRestRequest
-
Add an HTTP query parameter.
- addQueryParameter(RestMethodParameter) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- addQueryParameter(Consumer<RestMethodParameter.Builder>) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- addQueryParameters(List<? extends RestMethodParameter>) - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Query parameters (if defined).
- addQueryParamHandler(QueryParamHandler) - Method in class io.helidon.microprofile.security.JerseySecurityFeature.Builder
-
Add a new handler to extract query parameter and store it in security request header.
- addQueryParamHandlers(Iterable<QueryParamHandler>) - Method in class io.helidon.microprofile.security.JerseySecurityFeature.Builder
-
Add handlers to extract query parameters and store them in security request header.
- addQueryParams(HttpClientRequest, Map<String, List<String>>) - Method in class io.helidon.integrations.common.rest.RestApiBase
-
Add HTTP query parameters.
- addQueryParams(List<? extends SecurityHandler.QueryParamHandler>) - 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<? extends Bulkhead.QueueListener>) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Queue listeners of this bulkhead.
- addReceiveListener(Http1ConnectionListener) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection receive event listeners for HTTP/1.1.
- addReceiveListeners(List<? extends Http1ConnectionListener>) - 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<ContextRecordConfig.Builder>) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
List of propagation records.
- addRecord(Consumer<ContextRecordConfig.Builder>) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of propagation records.
- addRecords(List<? extends ContextRecordConfig>) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
List of propagation records.
- addRecords(List<? extends ContextRecordConfig>) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of propagation records.
- addRef() - Method in class io.helidon.microprofile.openapi.ExpandedTypeDescription
-
Deprecated, for removal: This API element is subject to removal in a future version.No need to invoke addRef any longer; refs are handled by the custom property utils implementation.
- addReferencedModuleNames(Map<? extends TypeName, ? extends String>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
This method keeps existing values, then puts all new values into the map.
- addReferencedTypeNamesToAnnotation(TypeName, Annotation) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
This method adds a new value to the map value, or creates a new value.
- addReferencedTypeNamesToAnnotations(TypeName, List<Annotation>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
This method adds a new value to the map value, or creates a new value.
- addReferencedTypeNamesToAnnotations(Map<? extends TypeName, List<Annotation>>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
This method keeps existing values, then puts all new values into the map.
- 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. - addRenewStatement(String) - Method in class io.helidon.integrations.vault.secrets.database.DbCreateRole.Request
-
Specifies the database statements to be executed to renew a user.
- 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. - 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<ModuleInfoRequires.Builder>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of requires directives.
- addRequires(List<? extends ModuleInfoRequires>) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Declared dependencies of the module.
- addRequires(List<? extends ModuleInfoRequires>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of requires directives.
- addResourceClass(Class<?>) - Method in class io.helidon.microprofile.server.Server.Builder
-
Add a JAX-RS resource class to use.
- addResourceClasses(List<Class<?>>) - Method in class io.helidon.microprofile.server.JaxRsCdiExtension
-
Add all resource classes from the list to the list of resource classes discovered through CDI.
- address() - Method in interface io.helidon.common.socket.PeerInfo
-
Socket address of the peer.
- address() - Method in class io.helidon.integrations.vault.Vault.Builder
-
Vault address (if configured).
- address() - Method in class io.helidon.security.jwt.Jwt
-
Address claim.
- 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(String) - Method in class io.helidon.integrations.vault.auths.k8s.ConfigureK8s.Request
-
Host string, host:port pair, or URL to the base of the Kubernetes API server.
- address(String) - Method in class io.helidon.integrations.vault.Vault.Builder
-
Configure address of the Vault, including scheme, host, and port.
- address(InetAddress) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Address to use.
- Address(JsonObject) - Constructor for class io.helidon.security.jwt.JwtUtil.Address
-
Create an address object from json representation.
- 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.
- addRevocationStatement(String) - Method in class io.helidon.integrations.vault.secrets.database.DbCreateRole.Request
-
Specifies the database statements to be executed to revoke a user.
- 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.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<String>) - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Add a collection of roles for user subject to this builder.
- addRoles(List<String>) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Hints for role names the user is expected to be in.
- addRoles(List<String>) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Hints for role names the user is expected to be in.
- addRolesAllowed(Set<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).
- addRollbackStatement(String) - Method in class io.helidon.integrations.vault.secrets.database.DbCreateRole.Request
-
Specifies the database statements to be executed to rollback a create operation in the event of an error.
- addRootRotationStatement(String) - Method in class io.helidon.integrations.vault.secrets.database.DbConfigure.Request
-
Specifies the database statements to be executed to rotate the root user's credentials.
- addRouting(Builder<?, ? extends Routing>) - Method in class io.helidon.microprofile.server.ServerCdiExtension
-
Add a routing to the server.
- addRouting(Builder<?, ? extends Routing>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
List of all routings (possibly for multiple protocols).
- addRouting(Builder<?, ? extends Routing>) - Method in interface io.helidon.webserver.Router.RouterBuilder
-
Add a new routing to this router.
- addRouting(Builder<?, ? extends Routing>, String, boolean, String) - Method in class io.helidon.microprofile.server.ServerCdiExtension
-
Add a routing to the server.
- addRoutings(List<Builder<?, ? extends Routing>>) - 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<Double>) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Run levels that should be initialized at startup.
- 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<TypeName.Builder>) - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
The managed service assigned Scope.
- addScopes(Map<String, ? extends ScopeConfig>) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Settings for individual scopes.
- addScopes(Set<? extends TypeName>) - 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>, T) - Method in class io.helidon.security.Security.Builder
-
Add a secret to security configuration.
- addSecretIdBoundCidr(String) - Method in class io.helidon.integrations.vault.auths.approle.CreateAppRole.Request
-
CIDR blocks; if set, specifies blocks of IP addresses which can perform the login operation.
- addSecretProvider(SecretsProvider<?>, String) - Method in class io.helidon.security.Security.Builder
-
Add a named secret provider.
- addSecrets(Set<String>) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
Secret patterns (regular expressions) to exclude from output.
- addSecretValue(String, String) - Method in class io.helidon.integrations.vault.secrets.cubbyhole.CreateCubbyhole.Request
-
Add a new secret value.
- addSecretValue(String, String) - Method in class io.helidon.integrations.vault.secrets.cubbyhole.UpdateCubbyhole.Request
-
Add a new secret value.
- addSecretValue(String, String) - Method in class io.helidon.integrations.vault.secrets.kv1.CreateKv1.Request
-
Add a secret value to this secret.
- addSecretValue(String, String) - Method in class io.helidon.integrations.vault.secrets.kv1.UpdateKv1.Request
-
Add a new value.
- addSecretValue(String, String) - Method in class io.helidon.integrations.vault.secrets.kv2.CreateKv2.Request
-
Add a new secret value to the secret being created.
- addSecretValue(String, String) - Method in class io.helidon.integrations.vault.secrets.kv2.UpdateKv2.Request
-
Add a secret value to the map of secret values.
- addSendListener(Http1ConnectionListener) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection send event listeners for HTTP/1.1.
- addSendListeners(List<? extends Http1ConnectionListener>) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Connection send event listeners for HTTP/1.1.
- 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(Supplier<? extends DbClientService>) - 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<ServiceDescriptor<?>>) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually registered service descriptors to add to the registry.
- addServiceInstances(Map<ServiceDescriptor<?>, ?>) - Method in class io.helidon.service.registry.ServiceRegistryConfig.BuilderBase
-
Manually register initial bindings for some of the services in the registry.
- addServiceRoles(Collection<String>) - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Add a collection of roles for service subject to this builder.
- addServices(List<? extends OpenApiService>) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
OpenAPI services.
- addServices(List<? extends WebClientService>) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
WebClient services.
- addSessionLambda(Method.Builder, Consumer<Method.Builder>) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.StatementGenerator
-
Add code with persistence session lambda expression.
- addSessionLambdaBlock(Method.Builder, Consumer<Method.Builder>) - 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<? extends Throwable>) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will not be considered failures, all other will.
- addSkipOn(Class<? extends Throwable>) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- addSkipOn(Class<? extends Throwable>) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- addSkipOn(Set<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will not be considered failures, all other will.
- addSkipOn(Set<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will not be considered retriable, all other will.
- addSkipOn(Set<Class<? extends Throwable>>) - 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<SocketOption<?>, ?>) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Arbitrary socket options.
- addSocketOptions(Map<SocketOption<?>, ?>) - Method in class io.helidon.webserver.ConnectionConfig.BuilderBase
-
Deprecated.Set an arbitrary socket option.
- addSockets(List<String>) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Sockets the observability endpoint should be exposed on.
- addSockets(List<String>) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
- addSockets(List<String>) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
List of sockets this configuration should be applied to.
- addSockets(Map<String, ? extends ListenerConfig>) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Socket configurations.
- addSockets(Set<String>) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set<String>) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set<String>) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set<String>) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set<String>) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set<String>) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
List of sockets to register this feature on.
- addSockets(Set<String>) - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase
-
Sockets to trace.
- addSockets(Set<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.
- addSockets(Set<String>) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Sockets names (listeners) that will host static content handlers, defaults to all configured sockets.
- addSource(ConfigSource) - Method in interface io.helidon.config.Config.Builder
-
Add a config source to the list of sources.
- addSource(Supplier<? extends ConfigSource>) - 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<? extends Path>) - 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.
- 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.
- addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.stop(java.util.List) - addStop(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Generated from
BaseChatModel.Builder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.stop(java.util.List) - addStop(List<String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.stop(java.util.List) - addStream(int, Http2ClientStream) - Method in class io.helidon.webclient.http2.Http2ClientConnection
-
Adds a stream to the connection.
- addStreetAddress(String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Adds a Street Address values in the subject field of issued certificates.
- addStringAttributes(Map<String, String>) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
String attributes.
- addStringMapper(Class<T>, Function<String, T>) - Method in interface io.helidon.config.Config.Builder
- addStringProperties(Map<String, ? extends SchemaString>) - 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<SchemaString.Builder>) - 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
- addSubProtocolProvider(Http2SubProtocolProvider) - Method in class io.helidon.webserver.http2.Http2UpgradeProvider.Builder
-
Add a configured sub-protocol provider.
- addSubProtocols(List<String>) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
- addSubProtocolSelector(Http2SubProtocolSelector) - Method in class io.helidon.webserver.http2.Http2ConnectionSelector.Builder
-
Add a configured sub-protocol provider.
- addSupportedCapabilitie(Capability) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.supportedCapabilities(java.util.Set) - addSupportedCapabilitie(Capability) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.supportedCapabilities(java.util.Set) - addSupportedCapabilitie(Capability) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.supportedCapabilities(java.util.Set) - addSupportedCapabilities(Set<? extends Capability>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.supportedCapabilities(java.util.Set) - addSupportedCapabilities(Set<? extends Capability>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.supportedCapabilities(java.util.Set) - addSupportedCapabilities(Set<? extends Capability>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.supportedCapabilities(java.util.Set) - addSyntheticApplication(List<Class<?>>) - Method in class io.helidon.microprofile.server.JaxRsCdiExtension
-
Create an application from the provided resource classes and add it to the list of applications.
- 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<String>) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add throws tag name and description.
- addTags(List<? extends Tag>) - 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<String>) - Method in class io.helidon.common.types.ModuleInfoExports.BuilderBase
-
Names of target modules, empty if exported without qualification.
- addTargets(List<String>) - 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, String) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrows(String, List<String>) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Add throws tag name and description.
- addThrows(Consumer<Throws.Builder>) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrows(Supplier<Throws>) - Method in class io.helidon.codegen.classmodel.Executable.Builder
-
Add a declared throws definition.
- addThrowsChecked(Set<? extends TypeName>) - 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.
- addToArray(String, boolean) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add an element to an array.
- addToArray(String, boolean) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToArray(String, double) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add an element to an array.
- addToArray(String, double) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToArray(String, int) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add an element to an array.
- addToArray(String, int) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToArray(String, long) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add an element to an array.
- addToArray(String, long) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToArray(String, ApiJsonBuilder<?>) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add an object to an array.
- addToArray(String, ApiJsonBuilder<?>) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToArray(String, String) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add an element to an array.
- addToArray(String, String) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToBatch() - Method in interface io.helidon.webclient.jsonrpc.JsonRpcClientRequest
-
Add this request to the current batch.
- addToCommaDelimitedArray(String, String) - Method in class io.helidon.integrations.vault.VaultRequest
-
Add a string to an array represented as a comma delimited string in the request JSON.
- addToken(Class<T>, 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).
- addTokenBoundCidr(String) - Method in class io.helidon.integrations.vault.auths.approle.CreateAppRole.Request
-
Token bound CIDR blocks.
- addTokenBoundCidr(String) - Method in class io.helidon.integrations.vault.auths.approle.GenerateSecretId.Request
-
Specifies blocks of IP addresses which can use the auth tokens generated by this SecretID.
- addTokenBoundCidr(String) - Method in class io.helidon.integrations.vault.auths.k8s.CreateRole.Request
-
Add CIDR block.
- addTokenBoundCidr(String) - Method in class io.helidon.integrations.vault.auths.token.CreateTokenRole.Request
-
List of CIDR blocks; if set, specifies blocks of IP addresses which can authenticate successfully, and ties the resulting token to these blocks as well.
- addTokenPolicy(String) - Method in class io.helidon.integrations.vault.auths.approle.CreateAppRole.Request
-
Token policy to encode onto generated tokens.
- addTokenPolicy(String) - Method in class io.helidon.integrations.vault.auths.k8s.CreateRole.Request
-
Add a policy to encode on the generated token.
- addToObject(String, String, boolean) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add a key/value pair to a named object.
- addToObject(String, String, boolean) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToObject(String, String, double) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add a key/value pair to a named object.
- addToObject(String, String, double) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToObject(String, String, int) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add a key/value pair to a named object.
- addToObject(String, String, int) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToObject(String, String, long) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add a key/value pair to a named object.
- addToObject(String, String, long) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addToObject(String, String, String) - Method in class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Add a key/value pair to a named object.
- addToObject(String, String, String) - Method in class io.helidon.integrations.common.rest.JsonRequest
- addTracedAttribute(ServerRequestAttribute) - Method in class io.helidon.webserver.grpc.GrpcTracingConfig.BuilderBase
-
Deprecated.Set of attributes to trace.
- addTracedAttributes(Set<? extends ServerRequestAttribute>) - Method in class io.helidon.webserver.grpc.GrpcTracingConfig.BuilderBase
-
Deprecated.Set of attributes to trace.
- addTracerTag(String, boolean) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
- addTracerTag(String, boolean) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Tracer level tags that get added to all reported spans.
- addTracerTag(String, boolean) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- 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.jaeger.JaegerTracerBuilder
- addTracerTag(String, Number) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Tracer level tags that get added to all reported spans.
- addTracerTag(String, Number) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- 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.jaeger.JaegerTracerBuilder
- addTracerTag(String, String) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Tracer level tags that get added to all reported spans.
- addTracerTag(String, String) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- addTracerTag(String, String) - Method in interface io.helidon.tracing.TracerBuilder
-
Tracer level tags that get added to all reported spans.
- addTransformer(ClassTransformer) - Method in class io.helidon.integrations.cdi.jpa.PersistenceUnitInfoBean
- 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.TlsConfig.BuilderBase
-
List of certificates that form the trust manager.
- addTrust(List<? extends X509Certificate>) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
List of certificates that form the trust manager.
- addTypeAnnotations(List<? extends Annotation>) - 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<TypeName.Builder>) - 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<? extends 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.
- 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
-
Deprecated, for removal: This API element is subject to removal in a future version.the
TypeNameBlueprint.typeArguments()will contain all required information - addTypeParameter(Consumer<TypeName.Builder>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Type parameters of this element.
- addTypeParameters(List<? extends TypeName>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Type parameters of this element.
- addTypeParameters(List<String>) - 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.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<String, ? extends 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). - addUpperBound(TypeName) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - addUpperBound(Consumer<TypeName.Builder>) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - addUpperBounds(List<? extends TypeName>) - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Generic types that provide keyword
superwill have an upper bound defined. - addUriSan(String) - Method in class io.helidon.integrations.vault.secrets.pki.IssueCertificate.Request
-
Specifies the requested URI Subject Alternative Name(s).
- addUriSan(String) - Method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Request
-
Specifies the requested URI Subject Alternative Name(s).
- 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<ModuleInfoUses.Builder>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of uses directives.
- addUse(Consumer<TypeName.Builder>) - 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(Collection<Validator<Jwt>>) - Static method in class io.helidon.security.jwt.Jwt
-
Deprecated, for removal: This API element is subject to removal in a future version.use
JwtValidator.Builder.addUserPrincipalValidator()instead - addUserPrincipalValidator(Consumer<UserPrincipalValidator.Builder>) - 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<? extends ModuleInfoUses>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of uses directives.
- addUses(List<? extends TypeName>) - Method in class io.helidon.codegen.ModuleInfo.BuilderBase
-
Used service loader providers.
- addValidator(JwtScope, Validator<Jwt>, String...) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add
Validatorinstance among the claim validators. - addValidator(Validator<Jwt>, String...) - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Add
Validatorinstance among the claim validators. - addValidator(AbacValidator<? extends AbacValidatorConfig>) - 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<String, ?>) - Method in class io.helidon.common.types.Annotation.BuilderBase
-
This method keeps existing values, then puts all new values into the map.
- addValues(Map<String, String>) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Values to be exposed using this observability endpoint.
- addVaultAuth(VaultAuth) - Method in class io.helidon.integrations.vault.Vault.Builder
-
Add a
VaultAuthto use with this Vault. - addVersion(int) - Method in class io.helidon.integrations.vault.secrets.kv2.DeleteKv2.Request
-
Add a secret version to delete.
- addVersion(int) - Method in class io.helidon.integrations.vault.secrets.kv2.DestroyKv2.Request
-
Add a secret version to destroy.
- addVersion(int) - Method in class io.helidon.integrations.vault.secrets.kv2.UndeleteKv2.Request
-
Add a version to undelete.
- 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.
- Advanced Usage - Search tag in class io.helidon.integrations.oci.sdk.runtime.OciExtension
- Section
- Advanced Usage and Customization - Search tag in class io.helidon.integrations.oci.sdk.cdi.OciExtension
- Section
- after() - Method in interface io.helidon.lra.coordinator.client.Participant
-
URI of participant's method annotated with
@AfterLRA. - 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
- afterBean(AfterBeanDiscovery, BeanManager) - Method in class io.helidon.microprofile.grpc.client.GrpcClientCdiExtension
-
Process the previously captured
Grpc.GrpcProxyinjection points. - afterCompletion(int) - Method in class io.helidon.integrations.jta.jdbc.JtaDataSource
-
Deprecated.Ensures that any thread-associated connections are properly committed, restored to their initial states, closed where appropriate and removed from the system when a definitionally thread-scoped JTA transaction commits or rolls back.
- afterEach(ExtensionContext) - Method in class io.helidon.common.testing.junit5.TemporaryFolderExt
-
Deprecated.
- 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
- afterInvocation(IInvokedMethod, ITestResult) - Method in class io.helidon.microprofile.testing.testng.HelidonTestNgListener
- afterLast() - Method in class io.helidon.integrations.jdbc.DelegatingResultSet
- afterRequest(ClientRequestContext, ClientResponseContext) - Method in class io.helidon.tracing.jersey.client.ClientTracingInterceptor
- 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.integrations.oci.metrics.OciMetricsSupport
- afterStop() - Method in class io.helidon.jersey.webserver.JaxRsService
- 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.microprofile.testing
-
Mark a static method to be executed after the container is stopped.
- AfterStop - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
AfterStopinstead - 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
- afterURI() - Method in interface io.helidon.lra.coordinator.Participant
-
Invoked when finalized 200.
- 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.
- aggregator() - Method in class io.helidon.cors.CorsSupportHelper
-
Aggregator that combines configuration and provides information based on request.
- Aggregator - Class in io.helidon.cors
-
Collects CORS set-up information from various sources and looks up the relevant CORS information given a request's path and HTTP method.
- Ai - Class in io.helidon.integrations.langchain4j
-
This interface contains a set of annotations for defining langChain4J declarative services.
- Ai.ChatMemory - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a ChatMemory for the service.
- Ai.ChatMemoryProvider - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a ChatMemoryProvider for the service.
- Ai.ChatMemoryWindow - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a
MessageWindowChatMemoryfor the service. - Ai.ChatModel - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a ChatModel for the service.
- Ai.ContentRetriever - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a ContentRetriever for the service.
- Ai.McpClients - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify an MCP Clients to be used in McpToolProvider.
- Ai.ModerationModel - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a ModerationModel for the service.
- Ai.RetrievalAugmentor - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a RetrievalAugmentor for the service.
- Ai.Service - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to define a langChain4J service.
- Ai.StreamingChatModel - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a StreamingChatModel for the service.
- Ai.Tool - Annotation Interface in io.helidon.integrations.langchain4j
-
A qualifier for a tool class (a class that has at least one method annotated with lc4j annotation
Tool. - Ai.ToolProvider - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to specify a ToolProvider for the service.
- Ai.Tools - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation to manually specify classes containing tools for the service.
- 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
AimdLimit. - 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.
- AiProvider - Class in io.helidon.integrations.langchain4j
-
AiProvider serves as a container for defining AI model configuration annotations and related metadata.
- AiProvider.ConfigKey - Annotation Interface in io.helidon.integrations.langchain4j
-
Default config key used under langchain4j context for all model configs in the same class.
- AiProvider.CustomBuilderMapping - Annotation Interface in io.helidon.integrations.langchain4j
-
Skip builder mapping generation as it is done manually in
configuredBuilder()method. - AiProvider.DefaultWeight - Annotation Interface in io.helidon.integrations.langchain4j
-
Default weight used for generated model factory if it is not defined by
AiProvider.ModelConfig.weight(). - AiProvider.ModelConfig - Annotation Interface in io.helidon.integrations.langchain4j
-
Annotation used to define a configuration for a specific LangChain4j model class.
- AiProvider.ModelConfigs - Annotation Interface in io.helidon.integrations.langchain4j
-
The ModelConfigs annotation serves as a container for multiple
AiProvider.ModelConfigannotations. - AiProvider.NestedConfig - Annotation Interface in io.helidon.integrations.langchain4j
-
Marks nested properties which types should be introspected too.
- AiServiceCodegenProvider - Class in io.helidon.integrations.langchain4j.codegen
-
Java
ServiceLoaderprovider implementation ofCodegenExtensionProviderthat adds support forAi.Serviceannotations. - AiServiceCodegenProvider() - Constructor for class io.helidon.integrations.langchain4j.codegen.AiServiceCodegenProvider
-
Public no-arg constructor required by
ServiceLoader. - 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.
- aliasesOf(String) - Static method in class io.helidon.config.EnvironmentVariableAliases
-
Returns a list of aliases for the given config key.
- 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<List<String>>) - 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<T>) - 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<T>) - Static method in class io.helidon.service.registry.Services
-
Get all instances of the contract.
- all(Class<T>, 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<T>, 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, Supplier<List<String>>) - 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.integrations.cdi.jpa.jaxb.PersistenceUnitCachingType
- ALL - Enum constant in enum class io.helidon.webserver.grpc.ServerRequestAttribute
-
log all attributes.
- ALL_CALL_OPTIONS - Enum constant in enum class io.helidon.microprofile.grpc.client.ClientRequestAttribute
-
Add the method call options to the tracing span.
- 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. - allAnnotations() - Method in interface io.helidon.common.types.Annotated
-
List of all annotations - both
Annotated.annotations()andAnnotated.inheritedAnnotations(). - allAnnotations() - Method in class io.helidon.security.SecurityLevel
-
Returns class level and method level annotations together in one
Map. - allHeaders(HeaderName) - Method in interface io.helidon.cors.CorsRequestAdapter
-
Retrieves all header values for a given key as Strings.
- allMetadata() - Method in interface io.helidon.service.registry.ServiceDiscovery
-
All discovered metadata of this service discovery.
- allocateInstance(Class<T>) - Static method in interface io.helidon.microprofile.testing.Instrumented
-
Instantiate a class without running constructors.
- ALLOW - Static variable in class io.helidon.http.HeaderNames
-
The "Allow" header name.
- 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.security.SecurityFeature
-
If called, authentication failure will not abort request and will continue as anonymous (defaults to false).
- allowAnyName(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies if clients can request any CN.
- allowBareDomains(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies if clients can request certificates matching the value of the actual domains themselves; e.g.
- allowCredentials() - Method in class io.helidon.cors.CrossOriginConfig
- allowCredentials() - Element in annotation interface io.helidon.microprofile.cors.CrossOrigin
-
Whether the client can send cookies or credentials.
- allowCredentials(boolean) - Method in interface io.helidon.cors.CorsSetter
-
Sets the allow credentials flag.
- allowCredentials(boolean) - Method in class io.helidon.cors.CorsSupportBase.Builder
- allowCredentials(boolean) - Method in class io.helidon.cors.CrossOriginConfig.Builder
- allowDeletion(boolean) - Method in class io.helidon.integrations.vault.secrets.transit.UpdateKeyConfig.Request
-
Specifies if the key is allowed to be deleted.
- 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(List<String>) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Exact strings to allow.
- allowedAuthenticationMethods() - Method in interface io.helidon.integrations.oci.OciConfig
-
List of attempted authentication strategies in case
OciConfig.authenticationMethod()is set to "auto". - allowedAuthenticationMethods() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
List of attempted authentication strategies in case
OciConfig.authenticationMethod()is set to "auto". - allowedAuthenticationMethods() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase.OciConfigImpl
- allowedAuthenticationMethods(List<String>) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
List of attempted authentication strategies in case
OciConfig.authenticationMethod()is set to "auto". - allowedDomainTemplates(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
When set, allowed_domains may contain templates, as with ACL Path Templating.
- 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<? extends Pattern>) - 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<Predicate<String>>) - 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<String>) - 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<String>) - 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() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
For options that have a predefined set of allowed values.
- 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(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
- allowGlobDomains(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Allows names specified in allowed_domains to contain glob patterns (e.g.
- allowHeaders() - Method in class io.helidon.cors.CrossOriginConfig
- allowHeaders() - Element in annotation interface io.helidon.microprofile.cors.CrossOrigin
-
A list of request headers that are allowed or
"*"to allow all headers. - allowHeaders(String...) - Method in interface io.helidon.cors.CorsSetter
-
Sets the allow headers.
- allowHeaders(String...) - Method in class io.helidon.cors.CorsSupportBase.Builder
- allowHeaders(String...) - Method in class io.helidon.cors.CrossOriginConfig.Builder
- allowImpersonation(boolean) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider.Builder
-
Whether to allow impersonation by explicitly overriding username from outbound requests using
EndpointConfig.PROPERTY_OUTBOUND_IDproperty. - 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. - allowIpSans(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies if clients can request IP Subject Alternative Names.
- 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
AllowList. - 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.
- allowLocalhost(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies if clients can request certificates for localhost as one of the requested common names.
- allowMethods() - Method in class io.helidon.cors.CrossOriginConfig
- allowMethods() - Element in annotation interface io.helidon.microprofile.cors.CrossOrigin
-
A list of supported HTTP request methods.
- allowMethods(String...) - Method in interface io.helidon.cors.CorsSetter
-
Sets the allow methods.
- allowMethods(String...) - Method in class io.helidon.cors.CorsSupportBase.Builder
- allowMethods(String...) - Method in class io.helidon.cors.CrossOriginConfig.Builder
- allowOrigins() - Method in class io.helidon.cors.CrossOriginConfig
- allowOrigins(String...) - Method in interface io.helidon.cors.CorsSetter
-
Sets the allowOrigins.
- allowOrigins(String...) - Method in class io.helidon.cors.CorsSupportBase.Builder
- allowOrigins(String...) - Method in class io.helidon.cors.CrossOriginConfig.Builder
- allowPlaintextBackup(boolean) - Method in class io.helidon.integrations.vault.secrets.transit.CreateKey.Request
-
If set, enables taking backup of named key in the plaintext format.
- allowPlaintextBackup(boolean) - Method in class io.helidon.integrations.vault.secrets.transit.UpdateKeyConfig.Request
-
If set, enables taking backup of named key in the plaintext format.
- 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.
- allowSubDomains(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies if clients can request certificates with CNs that are subdomains of the CNs allowed by the other role options.
- allowUnsigned(boolean) - Method in class io.helidon.security.providers.jwt.JwtProvider.Builder
-
Configure support for unsigned JWT.
- allProceduresAreCallable() - Method in class io.helidon.integrations.jdbc.DelegatingDatabaseMetaData
- 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.
- allTablesAreSelectable() - Method in class io.helidon.integrations.jdbc.DelegatingDatabaseMetaData
- 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<List<Value<String>>>) - Method in interface io.helidon.common.parameters.Parameters
-
Get all values using a default value supplier if the parameter does not exist.
- 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.
- alter(List<XmlSuite>) - Method in class io.helidon.microprofile.testing.testng.HelidonTestNgListener
- 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 interface io.helidon.http.media.InstanceWriter
-
Whether the byte array is always available.
- 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(Class<?>) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthAnnotationAnalyzer
- analyze(Class<?>) - Method in class io.helidon.security.abac.role.RoleAnnotationAnalyzer
- analyze(Class<?>) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Analyze an application class.
- analyze(Class<?>, AnnotationAnalyzer.AnalyzerResponse) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthAnnotationAnalyzer
- analyze(Class<?>, AnnotationAnalyzer.AnalyzerResponse) - Method in class io.helidon.security.abac.role.RoleAnnotationAnalyzer
- analyze(Class<?>, AnnotationAnalyzer.AnalyzerResponse) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Analyze a resource class.
- analyze(Method, AnnotationAnalyzer.AnalyzerResponse) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthAnnotationAnalyzer
- analyze(Method, AnnotationAnalyzer.AnalyzerResponse) - Method in class io.helidon.security.abac.role.RoleAnnotationAnalyzer
- analyze(Method, AnnotationAnalyzer.AnalyzerResponse) - Method in interface io.helidon.security.providers.common.spi.AnnotationAnalyzer
-
Analyze a resource method.
- 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.
- annotatedEndpoint(Class<?>) - Method in class io.helidon.microprofile.tyrus.TyrusApplication.Builder
-
Add single annotated endpoint.
- annotatedEndpoints() - Method in class io.helidon.microprofile.tyrus.TyrusApplication
-
Get list of annotated endpoints.
- AnnotatedMethod - Class in io.helidon.microprofile.grpc.core
-
A model of an annotated gRPC method.
- AnnotatedMethodList - Class in io.helidon.microprofile.grpc.core
-
Iterable list of
AnnotatedMethods on a single class with convenience getters to provide additional method information. - annotatedServiceClass() - Method in class io.helidon.microprofile.grpc.core.AbstractServiceBuilder
-
Obtain the actual annotated class.
- AnnotatedServiceConfigurer - Interface in io.helidon.microprofile.grpc.server
-
A class that may apply modifications to a
GrpcServiceDescriptor.Builderfor an annotated gRPC service class. - annotatedTypeConfigurator() - Method in interface io.helidon.microprofile.metrics.MetricAnnotationDiscovery
-
Returns the configurator for the annotated type containing the site to which the metric annotation applies.
- 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).
- AnnotatedTypeWrapper(AnnotatedType<T>, Annotation...) - Constructor for class io.helidon.microprofile.faulttolerance.FaultToleranceExtension.AnnotatedTypeWrapper
-
Constructor.
- annotation() - Method in interface io.helidon.microprofile.metrics.MetricAnnotationDiscovery
-
Returns the
Annotationobject for the metric annotation discovered. - annotation() - Method in interface io.helidon.service.codegen.DefaultsCodegen.DefaultCode
-
The default annotation.
- annotation(TypeName) - Method in interface io.helidon.common.types.Annotated
-
Get an annotation on this annotated type.
- annotation(Class<T>, Function<String, Object>) - Static method in class io.helidon.microprofile.testing.Proxies
-
Instantiate an annotation.
- 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_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. - AnnotationFinder - Class in io.helidon.microprofile.faulttolerance
-
Searches for transitive annotations associated with interceptor bindings in a given Java package.
- 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
- annotationOrMetaAnnotation(Class<T>) - Method in class io.helidon.microprofile.grpc.core.AnnotatedMethod
-
Get all instances of the specified meta-annotation type found on the method annotations or on the method itself (a meta-annotation is an annotation that annotates other annotations).
- 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.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.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 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 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.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 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(Class<A>) - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get annotations.
- annotations(Class<A>) - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- annotations(Class<A>) - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- annotations(Class<A>) - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- annotations(Class<A>, Class<C>, Function<C, A[]>) - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get annotations.
- annotations(Class<A>, Class<C>, Function<C, A[]>) - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- annotations(Class<A>, Class<C>, Function<C, A[]>) - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- annotations(Class<A>, Class<C>, Function<C, A[]>) - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- annotations(List<? extends Annotation>) - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations(List<? extends Annotation>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations(List<? extends Annotation>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
List of declared and known annotations for this element.
- annotations(Set<? extends Annotation>) - 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<? extends Annotation>) - 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.
- annotationsWithMetaAnnotation(Class<? extends Annotation>) - Method in class io.helidon.microprofile.grpc.core.AnnotatedMethod
-
Get all instances of annotations annotated with the specified meta-annotation.
- annotationType() - Method in class io.helidon.integrations.vault.cdi.VaultName.Literal
- annotationType() - Method in class io.helidon.integrations.vault.cdi.VaultPath.Literal
- annotationValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - annotationValue() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value". - annotationValue() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value". - annotationValue() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed value of the property "
value". - annotationValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- annotationValue(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of a named property.
- annotationValue(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of a named property.
- annotationValue(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value" that is defined as an array. - annotationValues() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value" that is defined as an array. - annotationValues() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.
- annotationValues(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed values of a property that is defined as an array.
- annotationValues(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed values of a property that is defined as an array.
- annotationValues(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.
- answer() - Element in annotation interface io.helidon.microprofile.testing.mocking.MockBean
-
The
Answerstype to use on the mock. - 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
- 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<Aot.Builder>) - 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 - Annotation Interface in io.helidon.common.features.api
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Features.Aotinstead. - 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() - Method in class io.helidon.config.etcd.EtcdConfigSourceBuilder.EtcdEndpoint
-
Etcd API version.
- api(EtcdConfigSourceBuilder.EtcdApi) - Method in class io.helidon.config.etcd.EtcdConfigSourceBuilder
-
Etcd API version.
- API - Static variable in interface io.helidon.integrations.vault.sys.Sys
-
The API of this sys implementation.
- ApiEntityResponse - Class in io.helidon.integrations.common.rest
-
Response from a remote server with an entity.
- ApiEntityResponse(ApiEntityResponse.Builder<?, ?, ?>) - Constructor for class io.helidon.integrations.common.rest.ApiEntityResponse
-
Create a new instance.
- ApiEntityResponse.Builder<B,
T, - Class in io.helidon.integrations.common.restX> -
Fluent API builder base to build subclasses of
ApiEntityResponse. - ApiException - Exception Class in io.helidon.integrations.common.rest
-
API exception that is not related to processing of a response.
- ApiException() - Constructor for exception class io.helidon.integrations.common.rest.ApiException
-
New exception without a cause and message.
- ApiException(String) - Constructor for exception class io.helidon.integrations.common.rest.ApiException
-
New exception with a message and without a cause.
- ApiException(String, Throwable) - Constructor for exception class io.helidon.integrations.common.rest.ApiException
-
New exception with a cause and message.
- ApiException(Throwable) - Constructor for exception class io.helidon.integrations.common.rest.ApiException
-
New exception with a cause and without a message.
- ApiJsonBuilder<T> - Class in io.helidon.integrations.common.rest
-
Common base class for builders that construct a JSON object.
- ApiJsonBuilder() - Constructor for class io.helidon.integrations.common.rest.ApiJsonBuilder
-
Default constructor.
- ApiJsonParser - Class in io.helidon.integrations.common.rest
-
Helper methods to process a returned JSON.
- ApiJsonParser() - Constructor for class io.helidon.integrations.common.rest.ApiJsonParser
- ApiJsonRequest<T> - Class in io.helidon.integrations.common.rest
-
Common base class for REST requests that have an entity.
- ApiJsonRequest() - Constructor for class io.helidon.integrations.common.rest.ApiJsonRequest
-
Default constructor.
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Generated from
CohereEmbeddingModel.CohereEmbeddingModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Generated from
CohereEmbeddingModel.CohereEmbeddingModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase.CohereEmbeddingModelConfigImpl
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Generated from
CohereScoringModel.CohereScoringModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Generated from
CohereScoringModel.CohereScoringModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase.CohereScoringModelConfigImpl
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase.OpenAiChatModelConfigImpl
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase.OpenAiEmbeddingModelConfigImpl
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase.OpenAiImageModelConfigImpl
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase.OpenAiLanguageModelConfigImpl
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase.OpenAiModerationModelConfigImpl
- apiKey() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.apiKey(java.lang.String) - apiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase.OpenAiStreamingChatModelConfigImpl
- apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Generated from
CohereEmbeddingModel.CohereEmbeddingModelBuilder.apiKey(java.lang.String) - apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Generated from
CohereScoringModel.CohereScoringModelBuilder.apiKey(java.lang.String) - apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.apiKey(java.lang.String) - apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.apiKey(java.lang.String) - apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.apiKey(java.lang.String) - apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.apiKey(java.lang.String) - apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.apiKey(java.lang.String) - apiKey(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.apiKey(java.lang.String) - ApiOptionalResponse<R> - Class in io.helidon.integrations.common.rest
-
A response for requests that may or may not return an entity, such as GET requests that may have a
404response code. - ApiOptionalResponse(ApiOptionalResponse.BuilderBase<?, ?, ?, ?>, Optional<R>) - Constructor for class io.helidon.integrations.common.rest.ApiOptionalResponse
- ApiOptionalResponse.Builder<X,
R> - Class in io.helidon.integrations.common.rest -
Fluent API builder for
ApiOptionalResponse. - ApiOptionalResponse.BuilderBase<B,
T, - Class in io.helidon.integrations.common.restX, R> -
Fluent API builder base for subclasses of
ApiOptionalResponse. - ApiRequest<T> - Interface in io.helidon.integrations.common.rest
-
Common base class for REST requests.
- ApiResponse - Class in io.helidon.integrations.common.rest
-
A base for responses without an entity.
- ApiResponse(ApiResponse.Builder<?, ?>) - Constructor for class io.helidon.integrations.common.rest.ApiResponse
-
Create a new rest response.
- ApiResponse.Builder<B,
T> - Class in io.helidon.integrations.common.rest -
Abstract fluent API builder to build subclasses of
ApiResponse. - apiResponseBuilder() - Static method in class io.helidon.integrations.common.rest.ApiOptionalResponse
-
A builder to create an optional response.
- ApiRestException - Exception Class in io.helidon.integrations.common.rest
-
Exception when invoking remote REST API caused by wrong response from the API call.
- ApiRestException(ApiRestException.BaseBuilder<?>) - Constructor for exception class io.helidon.integrations.common.rest.ApiRestException
-
Create a new instance using base builder.
- ApiRestException.BaseBuilder<B> - Class in io.helidon.integrations.common.rest
-
Base builder extended by specific builder class.
- ApiRestRequest<T> - Class in io.helidon.integrations.common.rest
-
Common base class for REST requests.
- ApiRestRequest() - Constructor for class io.helidon.integrations.common.rest.ApiRestRequest
-
Default constructor.
- apiSpecificError() - Method in exception class io.helidon.integrations.common.rest.ApiRestException
-
API specific error message if such is available.
- apiSpecificError(String) - Method in class io.helidon.integrations.common.rest.ApiRestException.BaseBuilder
-
Error specific to the integrated system, configured by implementation of the
RestApi. - apiType() - Method in interface io.helidon.integrations.vault.AuthMethod
-
Implementation class of this authentication method.
- apiType() - Method in interface io.helidon.integrations.vault.SysApi
-
Implementation class of this sys API.
- appGroupName() - Method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
The app group name.
- appGroupName() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
The app group name.
- appGroupName() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase.InstanceInfoConfigImpl
- appGroupName(String) - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
The app group name.
- appId() - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtContext
-
IDCS Application ID.
- application(Application) - Method in class io.helidon.microprofile.server.JaxRsApplication.Builder
-
Set the JAX-RS application that forms this instance.
- application(Class<? extends Application>) - Method in class io.helidon.microprofile.server.JaxRsApplication.Builder
-
Set the JAX-RS application class that forms this instance.
- 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
-
Application scope.
- 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_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".
- applicationClass() - Method in class io.helidon.microprofile.server.JaxRsApplication
-
Application class, if this application is based on an actual class.
- applicationClass() - Method in class io.helidon.microprofile.tyrus.TyrusApplication
-
Get access to application class, if present.
- applicationClass(Class<? extends ServerApplicationConfig>) - Method in class io.helidon.microprofile.tyrus.TyrusApplication.Builder
-
Set an application class in the builder.
- applicationClass(Class<? extends ServerApplicationConfig>) - Method in class io.helidon.microprofile.tyrus.TyrusCdiExtension
-
Overrides a websocket application class.
- applicationClass(Class<? extends Application>) - Method in class io.helidon.microprofile.server.JaxRsApplication.Builder
-
Configure an application class without inspecting it for annotations and without creating a config from it.
- applicationClasses() - Method in class io.helidon.microprofile.tyrus.TyrusApplication
-
Get access to all application classes.
- 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<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). - applications(Application...) - Method in class io.helidon.microprofile.server.Server.Builder
-
Replace existing applications with the ones provided.
- applicationsToRun() - Method in class io.helidon.microprofile.server.JaxRsCdiExtension
-
List of applications including discovered and explicitly configured applications.
- 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
-
Deprecated.Produce an instance of a named header.
- apply(Vault, Config, InjectionProvider.InstanceConfig) - Method in interface io.helidon.integrations.vault.spi.InjectionProvider.CreateInstanceFunction
-
Create a new instance in singleton scope (or Application for CDI).
- 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(Session, Message<?>) - Method in interface io.helidon.messaging.connectors.jms.MessageMapper
-
Convert messaging message to JMS message.
- 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(String, String) - Method in class io.helidon.config.encryption.MpEncryptionFilter
- apply(String, String) - Method in interface io.helidon.config.mp.spi.MpConfigFilter
-
Apply this filter on the provided value.
- apply(PAYLOAD, Session) - Method in interface io.helidon.messaging.connectors.jms.JmsMessage.CustomMapper
- 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<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
These throwables will be considered failures.
- applyOn(Set<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.FallbackConfig.BuilderBase
-
These throwables will be considered retriable.
- applyOn(Set<Class<? extends Throwable>>) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
These throwables will be considered retriable.
- applyThrows(PAYLOAD, Session) - Method in interface io.helidon.messaging.connectors.jms.JmsMessage.CustomMapper
-
Helper method to use a lambda that throws a checked exception.
- applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class io.helidon.common.reactive.CompletionAwaitable
- applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface io.helidon.common.reactive.Single
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class io.helidon.common.reactive.CompletionAwaitable
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface io.helidon.common.reactive.Single
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class io.helidon.common.reactive.CompletionAwaitable
- applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in interface io.helidon.common.reactive.Single
- appName() - Method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
The app name.
- appName() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
The app name.
- appName() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase.InstanceInfoConfigImpl
- 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.integrations.eureka.InstanceInfoConfig.BuilderBase
-
The app name.
- appName(String) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Value for the application tag to be added to each meter ID.
- appName(String) - Method in class io.helidon.microprofile.server.JaxRsApplication.Builder
-
Configure an explicit application name.
- AppRoleAuth - Interface in io.helidon.integrations.vault.auths.approle
-
Vault authentication method for AppRole.
- AppRoleAuthProvider - Class in io.helidon.integrations.vault.auths.approle
-
Java Service Loader implementation for AppRole authentication method.
- AppRoleAuthProvider() - Constructor for class io.helidon.integrations.vault.auths.approle.AppRoleAuthProvider
-
Create a new instance.
- appRoleId(String) - Method in class io.helidon.integrations.vault.auths.approle.AppRoleVaultAuth.Builder
-
ID of the AppRole.
- AppRoleVaultAuth - Class in io.helidon.integrations.vault.auths.approle
-
Vault authentication for AppRole.
- AppRoleVaultAuth() - Constructor for class io.helidon.integrations.vault.auths.approle.AppRoleVaultAuth
-
Deprecated.please use
AppRoleVaultAuth.builder() - AppRoleVaultAuth.Builder - Class in io.helidon.integrations.vault.auths.approle
-
Fluent API builder for
AppRoleVaultAuth. - 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() - Method in class io.helidon.microprofile.metrics.MpMetricsProgrammaticConfig
- 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
- 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.
- AptContext - Interface in io.helidon.codegen.apt
-
Deprecated, for removal: This API element is subject to removal in a future version.this API will be package local in the future, use through Helidon codegen only
- aptEnv() - Method in interface io.helidon.codegen.apt.AptContext
-
Deprecated.Annotation processing environment.
- 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
-
Deprecated.
- AptTypeFactory - Class in io.helidon.codegen.apt
-
Deprecated, for removal: This API element is subject to removal in a future version.this is intended for internal use. This will be a package private type in the future.
- AptTypeInfoFactory - Class in io.helidon.codegen.apt
-
Deprecated, for removal: This API element is subject to removal in a future version.this is an internal API, all usage should be done through
helidon-codegenAPIs, such asCodegenContext.typeInfo(io.helidon.common.types.TypeName); this type will be package local in the future - AqConfigBuilder - Class in io.helidon.messaging.connectors.aq
-
Build AQ specific config.
- AqConnector - Interface in io.helidon.messaging.connectors.aq
-
Reactive Messaging Oracle AQ connector.
- AqConnector.AqConnectorBuilder - Class in io.helidon.messaging.connectors.aq
-
Builder for
AqConnectorImpl. - AqConnectorBuilder() - Constructor for class io.helidon.messaging.connectors.aq.AqConnector.AqConnectorBuilder
- AqConnectorImpl - Class in io.helidon.messaging.connectors.aq
-
MicroProfile Reactive Messaging Oracle AQ connector.
- AqMessage<T> - Interface in io.helidon.messaging.connectors.aq
-
Message representing AQ JMS message together with all the metadata.
- aroundConstruct(InvocationContext) - Method in interface io.helidon.microprofile.servicecommon.HelidonInterceptor
-
Invoked during the intercepted constructor invocation.
- aroundConstruct(InvocationContext) - Method in class io.helidon.microprofile.servicecommon.HelidonInterceptor.Base
- aroundConstruction(InvocationContext) - Method in interface io.helidon.microprofile.servicecommon.HelidonInterceptor
-
Invokes the implementation's
preInvocationlogic for a constructor, once for each work item associated with the constructor. - aroundConstruction(InvocationContext) - Method in interface io.helidon.microprofile.servicecommon.HelidonInterceptor.WithPostCompletion
-
Invokes the implementation's
preInvocationandpostCompletionlogic for a constructor, once for each work item associated with the constructor. - aroundInvocation(InvocationContext) - Method in interface io.helidon.microprofile.servicecommon.HelidonInterceptor
-
Invokes the implementation's preInvocation logic for a method, once for each work item associated with the method.
- aroundInvocation(InvocationContext) - Method in interface io.helidon.microprofile.servicecommon.HelidonInterceptor.WithPostCompletion
-
Invokes the implementation's
preInvocationandpostCompletionlogic for a constructor, once for each work item associated with the method. - aroundInvoke(InvocationContext) - Method in interface io.helidon.microprofile.servicecommon.HelidonInterceptor
-
Invoked during the intercepted method invocation.
- aroundInvoke(InvocationContext) - Method in class io.helidon.microprofile.servicecommon.HelidonInterceptor.Base
- 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 class io.helidon.common.types.TypeName.BuilderBase
-
Functions the same as
Class.isArray(). - array() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- array() - Method in interface io.helidon.common.types.TypeName
-
Functions similar to
Class.isArray(). - 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 the same as
Class.isArray(). - 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.
- 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<String, ? extends SchemaArray>) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all array properties.
- arrayToList(JsonArray) - Static method in class io.helidon.integrations.vault.VaultUtil
-
Create a list of strings from JSON array.
- arrayValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get array value.
- as(GenericType<N>) - Method in interface io.helidon.common.config.ConfigValue
-
Deprecated.
- as(GenericType<N>) - Method in interface io.helidon.common.mapper.OptionalValue
- as(GenericType<N>) - Method in interface io.helidon.common.mapper.Value
-
Convert this value to a different type using a mapper.
- as(GenericType<N>) - Method in class io.helidon.dbclient.DbColumnBase
- as(GenericType<N>) - Method in class io.helidon.http.ContentDisposition
- as(GenericType<T>) - Method in interface io.helidon.config.Config
-
Typed value as a
ConfigValuefor a generic type. - as(GenericType<T>) - Method in interface io.helidon.dbclient.DbRow
-
Map this row to an object using a
DbMapper. - as(GenericType<T>) - Method in class io.helidon.dbclient.DbRowBase
- as(GenericType<T>) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific type.
- as(GenericType<T>) - Method in class io.helidon.http.media.ReadableEntityBase
- as(Class<N>) - Method in interface io.helidon.common.config.ConfigValue
-
Deprecated.
- as(Class<N>) - Method in interface io.helidon.common.mapper.OptionalValue
- as(Class<N>) - Method in interface io.helidon.common.mapper.Value
-
Convert this value to a different type using a mapper.
- as(Class<N>) - Method in class io.helidon.dbclient.DbColumnBase
- as(Class<N>) - Method in class io.helidon.http.ContentDisposition
- as(Class<T>) - Method in interface io.helidon.common.config.Config
-
Deprecated.Typed value as a
ConfigValue. - as(Class<T>) - Method in interface io.helidon.config.Config
-
Typed value as a
ConfigValue. - as(Class<T>) - Method in interface io.helidon.dbclient.DbRow
-
Get specific class instance representation of this row.
- as(Class<T>) - Method in class io.helidon.dbclient.DbRowBase
- as(Class<T>) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific class.
- as(Class<T>) - Method in class io.helidon.http.media.ReadableEntityBase
- as(Class<T>) - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Map all request params to a bean class type using JSONB.
- as(Class<T>) - Method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Access a response result as a Java object.
- as(Class<T>) - Method in interface io.helidon.webclient.api.HttpClientResponse
-
Read the entity as a specific type.
- as(Function<? super Object, ? extends N>) - Method in class io.helidon.dbclient.DbColumnBase
- as(Function<? super String, ? extends N>) - Method in class io.helidon.http.ContentDisposition
- as(Function<? super T, ? extends N>) - Method in interface io.helidon.common.config.ConfigValue
-
Deprecated.Convert this
ConfigValueto a different type using a mapper function. - as(Function<? super T, ? extends N>) - Method in interface io.helidon.common.mapper.OptionalValue
- as(Function<? super T, ? extends N>) - Method in interface io.helidon.common.mapper.Value
-
Convert this
Valueto a different type using a mapper function. - as(Function<? super T, ? extends N>) - Method in interface io.helidon.config.ConfigValue
-
Convert this
ConfigValueto a different type using a mapper function. - as(Function<Config, T>) - Method in interface io.helidon.config.Config
-
Typed value as a
ConfigValuecreated from factory method. - as(Function<DbRow, T>) - Method in interface io.helidon.dbclient.DbRow
-
Get specific class instance representation of this row.
- as(Function<DbRow, T>) - Method in class io.helidon.dbclient.DbRowBase
- 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.config.Config
-
Deprecated.Boolean typed value.
- 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
- 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.config.Config
-
Deprecated.Double typed value.
- 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
- asgName() - Method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
The ASG name.
- asgName() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
The ASG name.
- asgName() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase.InstanceInfoConfigImpl
- asgName(String) - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
The ASG name.
- asInputStream() - Method in interface io.helidon.common.buffers.BufferData
-
Converts this buffer into an
InputStreamthat reads all available bytes from the buffer. - asInputStream() - Method in class io.helidon.messaging.connectors.jms.JmsBytesMessage
-
Return InputStream which is able to read JMS ByteMessage.
- asInt() - Method in interface io.helidon.common.config.Config
-
Deprecated.Integer typed value.
- 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.
- asJsonStructure() - Method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Access all request params as a single JSON structure.
- 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<T>) - Method in interface io.helidon.common.config.Config
-
Deprecated.Returns list of specified type.
- asList(Class<T>) - Method in interface io.helidon.config.Config
-
Returns list of specified type.
- asList(String) - Method in interface io.helidon.codegen.CodegenOptions
-
List of string options.
- asList(Function<Config, T>) - Method in interface io.helidon.config.Config
-
Returns this node as a list converting each list value using the provided mapper.
- asLong() - Method in interface io.helidon.common.config.Config
-
Deprecated.Long typed value.
- 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.common.config.Config
-
Deprecated.Transform all leaf nodes (values) into Map instance.
- asMap() - Method in interface io.helidon.config.Config
-
Transform all leaf nodes (values) into Map instance.
- asNode() - Method in interface io.helidon.common.config.Config
-
Deprecated.Returns existing current config node as
ConfigValue. - asNode() - Method in interface io.helidon.config.Config
-
Returns existing current config node as
ConfigValue. - asNodeList() - Method in interface io.helidon.common.config.Config
-
Deprecated.Returns a list of child
Confignodes if the node isType#OBJECT. - asNodeList() - Method in interface io.helidon.config.Config
-
Returns a list of child
Confignodes if the node isType#OBJECT. - 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<T>) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific type (optional).
- asOptional(GenericType<T>) - Method in class io.helidon.http.media.ReadableEntityBase
- asOptional(Class<T>) - Method in interface io.helidon.http.media.ReadableEntity
-
Get the entity as a specific class (optional).
- 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.
- assertData(Function<Message<P>, P>, Matcher<? super T>) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Assert if matching data has been received.
- assertData(Function<Message<P>, P>, P...) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Assert if matching messages has been received.
- 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.
- assertNextFrame(Http2FrameType, Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Wait for the next frame and assert its frame type.
- assertPayloads(Matcher<? super T>) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Assert if matching payloads has been received.
- assertPayloads(P...) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Assert if matching payloads has been received.
- 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 and assert its frame type to be SETTINGS.
- assertThatWithRetry(String, Supplier<T>, Matcher<? super T>) - 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<T>, Matcher<? super T>, 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<T>, Matcher<? super T>) - 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<Tag, ?>) - Method in interface io.helidon.metrics.api.SystemTagsManager
-
Invokes the specified consumer with the scope tag name setting from the configuration (if present) and the provided scope value.
- asString() - Method in interface io.helidon.common.config.Config
-
Deprecated.String typed value.
- 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(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
Async. - 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.
- 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.microprofile.jwt.auth.JwtAuthProvider.Builder
-
Token handler to extract username from request.
- 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.
- AttributeResolver - Class in io.helidon.security.abac.policy.el
-
Resolver for
AbacSupporttypes. - AttributeResolver() - Constructor for class io.helidon.security.abac.policy.el.AttributeResolver
- 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.
- 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.integrations.vault.auths.k8s.CreateRole.Request
-
Optional Audience claim to verify in the JWT.
- audience(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Audience of issued tokens.
- audience(List<String>) - 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.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.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(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.
- 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.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.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".
- 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.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".
- 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.).
- auth(AuthMethod<?>) - Method in class io.helidon.integrations.vault.sys.DisableAuth.Request
-
Authentication method to disable.
- auth(AuthMethod<?>) - Method in class io.helidon.integrations.vault.sys.EnableAuth.Request
-
Authentication method to enable.
- auth(AuthMethod<T>) - Method in interface io.helidon.integrations.vault.Vault
-
Get access to authentication method.
- auth(AuthMethod<T>, String) - Method in interface io.helidon.integrations.vault.Vault
-
Get access to authentication method, using a custom path.
- AUTH - Enum constant in enum class io.helidon.security.providers.httpauth.HttpDigest.Qop
-
QOP "auth" - stands for "authentication".
- AUTH_METHOD - Static variable in interface io.helidon.integrations.vault.auths.approle.AppRoleAuth
-
Authentication method.
- AUTH_METHOD - Static variable in interface io.helidon.integrations.vault.auths.k8s.K8sAuth
-
Kubernetes authentication method.
- AUTH_METHOD - Static variable in interface io.helidon.integrations.vault.auths.token.TokenAuth
-
Token authentication method.
- authenticate() - Method in interface io.helidon.security.SecurityContext
-
Authenticate current request (based on current
SecurityEnvironmentandEndpointConfig. - 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.microprofile.jwt.auth.JwtAuthProvider.Builder
-
Whether to authenticate requests.
- 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.security.SecurityHandlerConfig.BuilderBase
-
If called, request will go through authentication process - defaults to false (even if authorize is true).
- authenticate(Config, Vault.Builder) - Method in class io.helidon.integrations.vault.auths.approle.AppRoleVaultAuth
- authenticate(Config, Vault.Builder) - Method in class io.helidon.integrations.vault.auths.common.NoVaultAuth
- authenticate(Config, Vault.Builder) - Method in class io.helidon.integrations.vault.auths.k8s.K8sVaultAuth
- authenticate(Config, Vault.Builder) - Method in class io.helidon.integrations.vault.auths.token.TokenVaultAuth
- authenticate(Config, Vault.Builder) - Method in interface io.helidon.integrations.vault.spi.VaultAuth
- authenticate(SecurityFilterContext, SecurityContext, AtnTracing) - Method in class io.helidon.microprofile.security.SecurityFilter
- authenticate(ProviderRequest) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider
- authenticate(ProviderRequest) - Method in class io.helidon.security.providers.google.login.GoogleTokenProvider
- 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.httpauth.HttpDigestAuthProvider
- 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
- authenticateAnnotatedOnly(boolean) - Method in class io.helidon.microprofile.security.JerseySecurityFeature.Builder
-
Whether to authorize only annotated methods (with
Authenticatedannotation or all. - 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.
- AUTHENTICATION_METHOD_AUTO - Static variable in interface io.helidon.integrations.oci.OciConfig
-
Default authentication method.
- AUTHENTICATION_METHOD_AUTO - Static variable in class io.helidon.integrations.oci.OciConfig.BuilderBase.OciConfigImpl
-
Default authentication method.
- authenticationEnabled(boolean) - Method in class io.helidon.integrations.neo4j.Neo4j.Builder
-
Enable authentication.
- authenticationMethod() - Method in interface io.helidon.integrations.oci.OciConfig
-
Authentication method to use.
- authenticationMethod() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Authentication method to use.
- authenticationMethod() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase.OciConfigImpl
- authenticationMethod(String) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Authentication method to use.
- 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.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<? extends AuthenticationProvider>) - 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.
- authenticationTimeout() - Method in interface io.helidon.integrations.oci.OciConfig
-
Timeout of authentication operations, where applicable.
- authenticationTimeout() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Timeout of authentication operations, where applicable.
- authenticationTimeout() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase.OciConfigImpl
- authenticationTimeout(Duration) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Timeout of authentication operations, where applicable.
- authenticator() - Method in class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse
-
Explicit authentication provider name.
- 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.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).
- authFingerprint() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI authentication fingerprint.
- authFingerprint() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication fingerprint.
- authFingerprint() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authFingerprint(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication fingerprint.
- authKeyFile() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI authentication key file.
- authKeyFile() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication key file.
- authKeyFile() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authKeyFile(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication key file.
- AuthMethod<T> - Interface in io.helidon.integrations.vault
-
An authentication method.
- AuthMethodProvider<T> - Interface in io.helidon.integrations.vault.spi
-
A Java Service Loader SPI to support additional auth methods of Vault.
- 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.common.uri.UriInfo.BuilderBase.UriInfoImpl
-
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 - Enum constant in enum class io.helidon.common.uri.UriEncoding.Type
-
The URI authority component type.
- AUTHORITY - Enum constant in enum class io.helidon.microprofile.grpc.client.ClientRequestAttribute
-
Add the security authority to the tracing span.
- AUTHORITY_NAME - Static variable in class io.helidon.http.http2.Http2Headers
-
Header name of the authority pseudo header.
- 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.
- 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.
- authorizationProvider(AuthorizationProvider) - Method in class io.helidon.security.Security.Builder
-
Set the default authorization provider.
- authorizationProvider(Supplier<? extends AuthorizationProvider>) - 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.
- 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.security.SecurityHandlerConfig.BuilderBase
-
Enable authorization for this route.
- authorize(SecurityFilterContext, SecurityContext, AtzTracing) - Method in class io.helidon.microprofile.security.SecurityFilter
- 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(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.
- authorizeAnnotatedOnly(boolean) - Method in class io.helidon.microprofile.security.JerseySecurityFeature.Builder
-
Whether to authorize only annotated methods (with
Authorizedannotation) or all. - 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.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.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.
- authPassphrase() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI authentication passphrase.
- authPassphrase() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication passphrase.
- authPassphrase() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authPassphrase(char[]) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication passphrase.
- authPassphrase(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication passphrase.
- authPrivateKey() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI authentication private key.
- authPrivateKey() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication private key.
- authPrivateKey() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authPrivateKey(char[]) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication private key.
- authPrivateKey(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication private key.
- authPrivateKeyPath() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI authentication key file path.
- authPrivateKeyPath() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication key file path.
- authPrivateKeyPath() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authPrivateKeyPath(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI authentication key file path.
- authProvider() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase.OciGenAiChatModelConfigImpl
- authProvider() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase.OciGenAiCohereChatModelConfigImpl
- authProvider() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase.OciGenAiCohereStreamingChatModelConfigImpl
- authProvider() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase.OciGenAiStreamingChatModelConfigImpl
- authProvider(BasicAuthenticationDetailsProvider) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider(BasicAuthenticationDetailsProvider) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider(BasicAuthenticationDetailsProvider) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authProvider(BasicAuthenticationDetailsProvider) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Authentication provider is by default used from default Service bean found in Service Registry.
- authRegion() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI region.
- authRegion() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI region.
- authRegion() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authRegion(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI region.
- authStrategies() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The list of authentication strategies that will be attempted by
AbstractAuthenticationDetailsProviderwhen one is called for. - authStrategies() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The list of authentication strategies that will be attempted by
AbstractAuthenticationDetailsProviderwhen one is called for. - authStrategies() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authStrategies(List<String>) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The list of authentication strategies that will be attempted by
AbstractAuthenticationDetailsProviderwhen one is called for. - authStrategy() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The singular authentication strategy to apply.
- authStrategy() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The singular authentication strategy to apply.
- authStrategy() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authStrategy(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The singular authentication strategy to apply.
- authTag() - Method in class io.helidon.security.jwt.EncryptedJwt
-
Authentication tag of the encrypted content.
- authTenantId() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI tenant id.
- authTenantId() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI tenant id.
- authTenantId() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authTenantId(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI tenant id.
- authToken() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
Generated from
JlamaChatModel.JlamaChatModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Generated from
JlamaChatModel.JlamaChatModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase.JlamaChatModelConfigImpl
- authToken() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
Generated from
JlamaEmbeddingModel.JlamaEmbeddingModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Generated from
JlamaEmbeddingModel.JlamaEmbeddingModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase.JlamaEmbeddingModelConfigImpl
- authToken() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
Generated from
JlamaLanguageModel.JlamaLanguageModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Generated from
JlamaLanguageModel.JlamaLanguageModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase.JlamaLanguageModelConfigImpl
- authToken() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
Generated from
JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Generated from
JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.authToken(java.lang.String) - authToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase.JlamaStreamingChatModelConfigImpl
- authToken(String) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Generated from
JlamaChatModel.JlamaChatModelBuilder.authToken(java.lang.String) - authToken(String) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Generated from
JlamaEmbeddingModel.JlamaEmbeddingModelBuilder.authToken(java.lang.String) - authToken(String) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Generated from
JlamaLanguageModel.JlamaLanguageModelBuilder.authToken(java.lang.String) - authToken(String) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Generated from
JlamaStreamingChatModel.JlamaStreamingChatModelBuilder.authToken(java.lang.String) - authUserId() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI user id.
- authUserId() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI user id.
- authUserId() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- authUserId(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI user id.
- 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.integrations.cdi.jpa.jaxb.PersistenceUnitValidationModeType
- AUTO - Enum constant in enum class io.helidon.metadata.MetadataDiscovery.Mode
-
Automatic mode, works as follows: If
MetadataConstants.MANIFEST_FILEis found, and it is considered merged (more than one line withMetadataConstants.MANIFEST_ID_LINEexists), it is used to discover metadata files. If there is one or lessMETA-INF/MANIFEST.MFfiles on classpath, classpath discovery is used Classpath discovery using all manifests is used - AUTO_ACKNOWLEDGE - Enum constant in enum class io.helidon.messaging.connectors.jms.AcknowledgeMode
-
Acknowledges automatically after message reception over JMS api.
- 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<T>) - 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.
- autoCommit(boolean) - Method in class io.helidon.messaging.connectors.kafka.KafkaPublisher.Builder
-
This flag defines the strategy of committing messages to Kafka.
- autoCommitFailureClosesAllResultSets() - Method in class io.helidon.integrations.jdbc.DelegatingDatabaseMetaData
- autoDiscovery() - Element in annotation interface io.helidon.integrations.langchain4j.Ai.Service
-
Specifies whether to use auto-discovery mode to locate service components or to rely on manual component specification.
- 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.
- autoOffsetReset(KafkaConfigBuilder.AutoOffsetReset) - Method in class io.helidon.messaging.connectors.kafka.KafkaConfigBuilder
-
What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server (e.g.
- 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.jaeger.JaegerTracerProvider
- available() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
- available() - Method in class io.helidon.tracing.providers.opentracing.OpenTracingTracerProvider
- 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.
- availablePermits() - Method in class io.helidon.common.concurrency.limits.NoopSemaphore
-
Deprecated.
- 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(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_ACK_ATTRIBUTE - Static variable in class io.helidon.messaging.connectors.jms.JmsConnector
-
Wait for the acknowledgement of previous message before pulling next one.
- 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. - awaitCancelled(Duration) - Method in class io.helidon.messaging.connectors.mock.MockIncoming
-
Wait and block till the stream is in terminal state and asserts if the terminal state is caused by cancel signal.
- awaitComplete(Duration) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Block current thread until channel gets terminated with complete signal.
- awaitCount(Duration, int) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Block current thread until expected number of items is received.
- awaitData(Duration, Function<Message<P>, P>, P...) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Block current thread until expected messages are received.
- awaitMessage(Duration, Function<Message<P>, Boolean>) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Block current thread until expected message is received.
- awaitNextFrame(Duration) - Method in class io.helidon.webserver.testing.junit5.http2.Http2TestConnection
-
Await next frame, blocks until next frame arrive.
- awaitPayloads(Duration, P...) - Method in class io.helidon.messaging.connectors.mock.MockOutgoing
-
Block current thread until expected payloads are received.
- awaitResponse(String, String) - Method in class io.helidon.common.testing.http.junit5.SocketHttpClient
-
Wait for text coming from socket.
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.jaeger.JaegerTracerBuilder.PropagationFormat
-
The Zipkin B3 trace context propagation format using multiple headers.
- B3_SINGLE - Enum constant in enum class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder.PropagationFormat
-
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.
- 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.
- backpressure(long) - Method in class io.helidon.messaging.connectors.kafka.KafkaSubscriber.Builder
-
Specifies the number of messages that are requested after processing them.
- backupDirectory(String) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.The backup directory.
- 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<Flow.Subscription>) - 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(String) - Method in interface io.helidon.tracing.Span
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Span.baggage()and thenBaggage.get(String). - baggage(String, String) - Method in interface io.helidon.tracing.Span
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Span.baggage()and thenWritableBaggage.set(String, String)}. - 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.
- Base() - Constructor for class io.helidon.microprofile.servicecommon.HelidonInterceptor.Base
- BASE - Static variable in class io.helidon.metrics.api.Meter.Scope
-
Base scope.
- Base64Value - Class in io.helidon.common
-
Base64 wrapper.
- BaseBuilder<B,
T> - Class in io.helidon.security.providers.oidc.common -
Base builder of the OIDC config components.
- BaseBuilder() - Constructor for class io.helidon.integrations.common.rest.ApiRestException.BaseBuilder
- BaseDataSourceSubstitution - Class in io.helidon.integrations.db.pgsql
-
Replace serialization code.
- 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.
- baseNamespace() - Method in class io.helidon.integrations.vault.Vault.Builder
-
Base namespace (if configured).
- baseNamespace(String) - Method in class io.helidon.integrations.vault.auths.token.TokenVaultAuth.Builder
-
Configure a base namespace to use.
- baseNamespace(String) - Method in class io.helidon.integrations.vault.Vault.Builder
-
Base namespace to use when invoking Vault operations.
- basePath(String) - Method in class io.helidon.microprofile.server.Server.Builder
-
Configure a path to which the server would redirect when a root path is requested.
- basePath(String) - Method in class io.helidon.microprofile.server.ServerCdiExtension
-
Base path of this server.
- 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
-
Specific data repository (e.g.
- 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.
- 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.
- 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(Config) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base uri used by the client in all requests.
- 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(URI) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Base URI of the client.
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Generated from
CohereEmbeddingModel.CohereEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Generated from
CohereEmbeddingModel.CohereEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase.CohereEmbeddingModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Generated from
CohereScoringModel.CohereScoringModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Generated from
CohereScoringModel.CohereScoringModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase.CohereScoringModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Generated from
OllamaBaseChatModel.Builder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase.OllamaChatModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Generated from
OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Generated from
OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase.OllamaEmbeddingModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase.OllamaLanguageModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Generated from
OllamaBaseChatModel.Builder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase.OllamaStreamingChatModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase.OpenAiChatModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase.OpenAiEmbeddingModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase.OpenAiImageModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase.OpenAiLanguageModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase.OpenAiModerationModelConfigImpl
- baseUrl() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.baseUrl(java.lang.String) - baseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase.OpenAiStreamingChatModelConfigImpl
- baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Generated from
CohereEmbeddingModel.CohereEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Generated from
CohereScoringModel.CohereScoringModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Generated from
OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.baseUrl(java.lang.String) - baseUrl(String) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.baseUrl(java.lang.String) - 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.
- basicConstraintsValidForNonCa(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Mark Basic Constraints valid when issuing non-CA certificates.
- Basic Usage - Search tag in class io.helidon.integrations.oci.sdk.cdi.OciExtension
- Section
- Basic Usage - Search tag in class io.helidon.integrations.oci.sdk.runtime.OciExtension
- Section
- 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.SpanProcessorType
-
Batch Span Processor.
- BATCH - Enum constant in enum class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder.SpanProcessorType
-
Batch Span Processor.
- batchDelay(long) - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupport.Builder
-
Sets the delay interval if metrics are posted in batches (defaults to 1L).
- batchResult() - Method in class io.helidon.integrations.vault.secrets.transit.DecryptBatch.Response
-
Batch result, each element of the list is a single decrypted secret, in the same order the batch was created.
- batchResult() - Method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.Response
-
Batch result.
- batchSize(int) - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupport.Builder
-
Sets the maximum no.
- batchSize(int) - Method in class io.helidon.messaging.connectors.kafka.KafkaConfigBuilder
-
The producer will attempt to batch records together into fewer requests whenever multiple records are being sent to the same partition.
- BatchSpanProcessorConfig - Interface in io.helidon.telemetry.otelconfig
-
Configuration for a batch span processor.
- BatchSpanProcessorConfig.Builder - Class in io.helidon.telemetry.otelconfig
-
Fluent API builder for
BatchSpanProcessorConfig. - BatchSpanProcessorConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.telemetry.otelconfig -
Fluent API builder base for
BatchSpanProcessorConfig. - BatchSpanProcessorConfig.BuilderBase.BatchSpanProcessorConfigImpl - Class in io.helidon.telemetry.otelconfig
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- BatchSpanProcessorConfigImpl(BatchSpanProcessorConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.BuilderBase.BatchSpanProcessorConfigImpl
-
Create an instance providing a builder.
- beanManager() - Method in interface io.helidon.microprofile.grpc.server.spi.GrpcMpContext
-
Obtain the
BeanManager. - beanStyle() - Element in annotation interface io.helidon.builder.api.Prototype.Blueprint
-
Whether to use bean style setters and getters, or not (default is not).
- before(BeforeBeanDiscovery) - Method in class io.helidon.integrations.micrometer.cdi.MicrometerCdiExtension
-
Deprecated.Initializes the extension prior to bean discovery.
- Before - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Beforeoperator. - beforeAll(ExtensionContext) - Method in class io.helidon.testing.junit5.suite.SuiteExtension
-
Deprecated.
- beforeAll(ExtensionContext) - Method in class io.helidon.testing.junit5.TestJunitExtension
- beforeAll(ExtensionContext) - Method in interface io.helidon.webserver.testing.junit5.spi.HelidonJunitExtension
- beforeAnalysis(Feature.BeforeAnalysisAccess) - Method in class io.helidon.integrations.graal.mp.nativeimage.extension.HelidonMpFeature
- beforeAnalysis(Feature.BeforeAnalysisAccess) - Method in class io.helidon.integrations.graal.nativeimage.extension.HelidonReflectionFeature
- beforeBean(ProcessAnnotatedType<?>) - Method in class io.helidon.microprofile.grpc.core.GrpcCdiExtension
-
Determine whether a discovered bean has a superclass or implements an interface that is annotated with
Grpc.GrpcServiceand if so then also annotate the bean with the same annotation. - beforeCompilation(Feature.BeforeCompilationAccess) - Method in class io.helidon.integrations.graal.mp.nativeimage.extension.HelidonMpFeature
- beforeCompletion() - Method in class io.helidon.integrations.jta.jdbc.JtaDataSource
-
Deprecated.Implements the
Synchronization.beforeCompletion()method to do nothing. - beforeConfiguration(ITestResult, ITestNGMethod) - Method in class io.helidon.microprofile.testing.testng.HelidonTestNgListener
- beforeEach(ExtensionContext) - Method in class io.helidon.common.testing.junit5.TemporaryFolderExt
-
Deprecated.
- beforeEach(ExtensionContext) - Method in class io.helidon.microprofile.testing.junit5.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
- beforeFirst() - Method in class io.helidon.integrations.jdbc.DelegatingResultSet
- beforeInvocation(IInvokedMethod, ITestResult) - Method in class io.helidon.microprofile.testing.testng.HelidonTestNgListener
- 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.integrations.micrometer.MicrometerFeature
-
Deprecated.
- beforeStart() - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupport
- beforeStart() - Method in class io.helidon.jersey.webserver.JaxRsService
- 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<ServerResponseTrailers>) - 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<ServerResponseTrailers>) - Method in class io.helidon.webserver.http.ServerResponseBase
- begin() - Method in class io.helidon.integrations.jta.cdi.DelegatingTransactionManager
-
Deprecated.Creates a new transaction and associates it with the current thread.
- begin(String) - Method in interface io.helidon.transaction.spi.TxLifeCycle
-
New transaction was created.
- beginRequest() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- beginRequest() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- 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<ReqT, ResT>) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Bidirectional route.
- bidi(String, ServerCalls.BidiStreamingMethod<ReqT, ResT>) - Method in interface io.helidon.webserver.grpc.GrpcService.Routing
-
Bidirectional route.
- bidi(String, StreamObserver<ResT>) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
gRPC bidirectional call using
StreamObserver. - bidi(String, Iterator<ReqT>) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
gRPC bidirectional call using
Iterator. - bidirectional(Object[], MethodHandler.BidirectionalClient) - Method in interface io.helidon.grpc.core.MethodHandler
-
Handle a bi-directional client call.
- bidirectional(Object[], MethodHandler.BidirectionalClient) - Method in class io.helidon.microprofile.grpc.core.BidirectionalMethodHandlerSupplier.BidiStreaming
- bidirectional(String) - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Builder
- bidirectional(String) - Method in interface io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Rules
-
Register bi-directional streaming method for the service.
- bidirectional(String, ServerCalls.BidiStreamingMethod<ReqT, ResT>) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- bidirectional(String, ServerCalls.BidiStreamingMethod<ReqT, ResT>) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register bi-directional streaming method for the service.
- bidirectional(String, ServerCalls.BidiStreamingMethod<ReqT, ResT>, GrpcMethodDescriptor.Configurer<ReqT, ResT>) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- bidirectional(String, ServerCalls.BidiStreamingMethod<ReqT, ResT>, GrpcMethodDescriptor.Configurer<ReqT, ResT>) - 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, Consumer<ClientMethodDescriptor.Rules>) - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Builder
- bidirectional(String, Consumer<ClientMethodDescriptor.Rules>) - Method in interface io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Rules
-
Register bi-directional streaming method for the service.
- BidirectionalMethodHandlerSupplier - Class in io.helidon.microprofile.grpc.core
-
A supplier of
MethodHandlers for bi-directional streaming gRPC methods. - BidirectionalMethodHandlerSupplier() - Constructor for class io.helidon.microprofile.grpc.core.BidirectionalMethodHandlerSupplier
-
Create a supplier of handlers for bi-directional streaming methods.
- BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler<ReqT,
RespT> - Class in io.helidon.microprofile.grpc.core -
A base class for bi-directional streaming
MethodHandlers. - BidirectionalMethodHandlerSupplier.BidiStreaming<ReqT,
RespT> - Class in io.helidon.microprofile.grpc.core -
A bi-directional streaming
MethodHandlerthat calls a standard bi-directional streaming method handler method of the form. - bidiStreaming(String, StreamObserver<RespT>) - Method in interface io.helidon.grpc.core.MethodHandler.BidirectionalClient
-
Perform a bidirectional client call.
- bidiStreaming(String, StreamObserver<RespT>) - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Invoke the specified bidirectional streaming method.
- 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. - 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. - bind(Dependency, ServiceInfo...) - Method in interface io.helidon.service.registry.DependencyPlanBinder.Binder
-
Binds a single service to the injection point identified by the id.
- 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
- bindSecretId(boolean) - Method in class io.helidon.integrations.vault.auths.approle.CreateAppRole.Request
-
Require secret_id to be presented when logging in using this AppRole.
- 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.
- blockingServerStreaming(String, ReqT) - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Invoke the specified server streaming method.
- blockingUnary(String, ReqT) - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Invoke the specified unary method with the specified request object.
- 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.
- 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.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.
- booleanAttributes() - Method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Boolean attributes.
- booleanAttributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Boolean attributes.
- booleanAttributes() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase.OpenTelemetryTracingConfigImpl
- booleanAttributes(Map<String, Boolean>) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Boolean attributes.
- 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<String, ? extends SchemaBoolean>) - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Map of all boolean properties.
- booleanValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - booleanValue() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value". - booleanValue() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value". - booleanValue() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of a named property.
- booleanValue(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of a named property.
- booleanValue(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed value of a named property.
- booleanValue(String) - Method in interface io.helidon.metadata.hson.Hson.Struct
-
Get a boolean value.
- 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() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value" that is defined as an array. - booleanValues() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value" that is defined as an array. - booleanValues() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.
- booleanValues(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed values of a property that is defined as an array.
- booleanValues(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed values of a property that is defined as an array.
- booleanValues(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed values of a property that is defined as an array.
- Bootstrapping - Search tag in package io.helidon.security
- Section
- bootstrapServers(String) - Method in class io.helidon.messaging.connectors.kafka.KafkaConfigBuilder
-
A list of host/port pairs to use for establishing the initial connection to the Kafka cluster.
- 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. - 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() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- 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.
- branch() - Method in class io.helidon.config.git.GitConfigSourceBuilder.GitEndpoint
-
Returns a git branch.
- branch(String) - Method in class io.helidon.config.git.GitConfigSourceBuilder
-
Sets a git branch to checkout.
- Bucket - Interface in io.helidon.metrics.api
-
Representation of a histogram bucket, including the boundary value and the count of observations in that bucket.
- 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<Double>) - 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(Queue<T>) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher.Builder
-
Set up custom buffer queue implementation for the emitter to use.
- 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<T>) - 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. - bufferMemory(long) - Method in class io.helidon.messaging.connectors.kafka.KafkaConfigBuilder
-
The total bytes of memory the producer can use to buffer records waiting to be sent to the server.
- 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.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.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
- 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
- build() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
- build() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.Builder
- build() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase.FixedLimitConfigImpl
- build() - Method in class io.helidon.common.configurable.AllowListConfig.Builder
- build() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase.AllowListConfigImpl
- build() - Method in class io.helidon.common.configurable.LruCacheConfig.Builder
- build() - Method in class io.helidon.common.configurable.LruCacheConfig.BuilderBase.LruCacheConfigImpl
- build() - Method in class io.helidon.common.configurable.ResourceConfig.Builder
- build() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase.ResourceConfigImpl
- build() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.Builder
- build() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl
- build() - Method in class io.helidon.common.configurable.ThreadPoolConfig.Builder
- build() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl
- build() - Method in class io.helidon.common.context.Context.Builder
- build() - Method in class io.helidon.common.context.http.ContextRecordConfig.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
- build() - Method in class io.helidon.common.features.metadata.Deprecation.Builder
- build() - Method in class io.helidon.common.features.metadata.FeatureMetadata.Builder
- build() - Method in class io.helidon.common.HelidonServiceLoader.Builder
- build() - Method in class io.helidon.common.mapper.MapperManager.Builder
-
Deprecated.
- build() - Method in class io.helidon.common.mapper.MappersConfig.Builder
- build() - Method in class io.helidon.common.mapper.MappersConfig.BuilderBase.MappersConfigImpl
- build() - Method in class io.helidon.common.parameters.Parameters.Builder
- build() - Method in class io.helidon.common.pki.Keys.Builder
- build() - Method in class io.helidon.common.pki.KeystoreKeys.Builder
- build() - Method in class io.helidon.common.pki.PemKeys.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
- build() - Static method in class io.helidon.common.testing.junit5.TemporaryFolderExt
-
Deprecated.Builds an instance of
TemporaryFolderExt. - build() - Method in class io.helidon.common.tls.RevocationConfig.Builder
- build() - Method in class io.helidon.common.tls.TlsConfig.Builder
- build() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase.TlsConfigImpl
- 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
- 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
- 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.etcd.EtcdConfigSourceBuilder
-
Builds new instance of Etcd 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.git.GitConfigSourceBuilder
- 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.cors.CorsSupportBase.Builder
- build() - Method in class io.helidon.cors.CorsSupportHelper.Builder
-
Creates the
CorsSupportHelper. - build() - Method in class io.helidon.cors.CrossOriginConfig.Builder
- build() - Method in class io.helidon.cors.MappedCrossOriginConfig.Builder
- build() - Method in class io.helidon.data.codegen.common.MethodParams.Builder
- build() - Method in class io.helidon.data.codegen.query.Criteria.Builder
- build() - Method in class io.helidon.data.codegen.query.CriteriaCondition.Builder
- build() - Method in class io.helidon.data.codegen.query.DataQuery.Builder
- build() - Method in class io.helidon.data.codegen.query.Order.Builder
- build() - Method in class io.helidon.data.codegen.query.OrderExpression.Builder
- build() - Method in class io.helidon.data.codegen.query.Projection.Builder
- build() - Method in class io.helidon.data.codegen.query.Property.Builder
- build() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.Builder
- build() - Method in class io.helidon.data.Order.Builder
- build() - Method in class io.helidon.data.PageRequest.Builder
- build() - Method in class io.helidon.data.Sort.Builder
- build() - Method in class io.helidon.data.sql.common.ConnectionConfig.Builder
- build() - Method in class io.helidon.data.sql.common.SqlConfig.Builder
- build() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.Builder
- build() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.Builder
- build() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.Builder
- build() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.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
- build() - Method in class io.helidon.dbclient.tracing.DbClientTracing.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.Builder
- build() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.Builder
- build() - Method in class io.helidon.discovery.providers.eureka.CacheConfig.Builder
- build() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.Builder
- build() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl
- build() - Method in class io.helidon.faulttolerance.AsyncConfig.Builder
- build() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- build() - Method in class io.helidon.faulttolerance.BulkheadConfig.Builder
- build() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
- build() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.Builder
- build() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl
- build() - Method in class io.helidon.faulttolerance.FallbackConfig.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
- build() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- build() - Method in class io.helidon.faulttolerance.TimeoutConfig.Builder
- build() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase.TimeoutConfigImpl
- 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
- build() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase.ContentEncodingContextConfigImpl
- 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.HttpMediaType.Builder
- build() - Method in class io.helidon.http.media.gson.GsonSupportConfig.Builder
- build() - Method in class io.helidon.http.media.gson.GsonSupportConfig.BuilderBase.GsonSupportConfigImpl
- build() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.Builder
- build() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase.JacksonSupportConfigImpl
- build() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.Builder
- build() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase.JsonbSupportConfigImpl
- build() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.Builder
- build() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.BuilderBase.JsonpSupportConfigImpl
- build() - Method in class io.helidon.http.media.MediaContextConfig.Builder
- build() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase.MediaContextConfigImpl
- 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.integrations.common.rest.ApiOptionalResponse.Builder
- build() - Method in class io.helidon.integrations.common.rest.RestApi.Builder
-
This method is final, as we need to call the
RestApi.Builder.preBuild(),RestApi.Builder.doBuild()andRestApi.Builder.postBuild()methods. - build() - Method in class io.helidon.integrations.common.rest.RestException.Builder
- build() - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.Builder
- build() - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase.EurekaRegistrationConfigImpl
- build() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.Builder
- build() - Method in class io.helidon.integrations.eureka.LeaseInfoConfig.Builder
- build() - Method in class io.helidon.integrations.eureka.PortInfoConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.Builder
- build() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.Builder
- build() - Method in class io.helidon.integrations.micrometer.MeterRegistryFactory.Builder
-
Deprecated.
- build() - Method in class io.helidon.integrations.micrometer.MicrometerFeature.Builder
-
Deprecated.
- build() - Method in class io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
-
Deprecated.
- build() - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.
- build() - Method in class io.helidon.integrations.microstream.health.MicrostreamHealthCheck.Builder
-
Deprecated.
- build() - Method in class io.helidon.integrations.microstream.metrics.MicrostreamMetricsSupport.Builder
-
Deprecated.
- build() - Method in class io.helidon.integrations.neo4j.metrics.Neo4jMetricsSupport.Builder
-
Builder for the wrapper class.
- build() - Method in class io.helidon.integrations.neo4j.Neo4j.Builder
-
The main build method.
- build() - Method in class io.helidon.integrations.oci.ConfigFileMethodConfig.Builder
- build() - Method in class io.helidon.integrations.oci.ConfigMethodConfig.Builder
- build() - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.Builder
- build() - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupport.Builder
- build() - Method in class io.helidon.integrations.oci.OciConfig.Builder
- build() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.Builder
-
Deprecated.
- build() - Method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleLazyConfigSource.Builder
-
Creates and returns a new
SecretBundleLazyConfigSourceinstance initialized from the state of thisSecretBundleLazyConfigSource.Builder. - build() - Method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleNodeConfigSource.Builder
-
Creates and returns a new
SecretBundleNodeConfigSourceinstance initialized from the state of thisSecretBundleNodeConfigSource.Builder. - build() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.Builder
- build() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.Builder
- build() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase.OciCertificatesTlsManagerConfigImpl
- build() - Method in class io.helidon.integrations.vault.auths.approle.AppRoleVaultAuth.Builder
- build() - Method in class io.helidon.integrations.vault.auths.k8s.K8sVaultAuth.Builder
- build() - Method in class io.helidon.integrations.vault.auths.token.TokenVaultAuth.Builder
- build() - Method in class io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecurityProvider.CubbyholeSecretConfig.Builder
- build() - Method in class io.helidon.integrations.vault.secrets.kv1.Kv1SecurityProvider.Kv1SecretConfig.Builder
- build() - Method in class io.helidon.integrations.vault.secrets.kv2.Kv2SecurityProvider.Kv2SecretConfig.Builder
- build() - Method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitDigestConfig.Builder
- build() - Method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitEncryptionConfig.Builder
- build() - Method in class io.helidon.integrations.vault.spi.InjectionProvider.InstanceConfig.Builder
- build() - Method in class io.helidon.integrations.vault.Vault.Builder
- build() - Method in class io.helidon.integrations.vault.VaultOptionalResponse.Builder
- build() - Method in class io.helidon.integrations.vault.VaultRestException.Builder
- build() - Method in class io.helidon.integrations.vault.VaultToken.Builder
- build() - Method in class io.helidon.json.schema.Schema.Builder
- build() - Method in class io.helidon.json.schema.SchemaArray.Builder
- build() - Method in class io.helidon.json.schema.SchemaBoolean.Builder
- build() - Method in class io.helidon.json.schema.SchemaInteger.Builder
- build() - Method in class io.helidon.json.schema.SchemaItem.Builder
- build() - Method in class io.helidon.json.schema.SchemaNull.Builder
- build() - Method in class io.helidon.json.schema.SchemaNumber.Builder
- build() - Method in class io.helidon.json.schema.SchemaObject.Builder
- build() - Method in class io.helidon.json.schema.SchemaString.Builder
- build() - Method in class io.helidon.lra.coordinator.CoordinatorService.Builder
- build() - Method in class io.helidon.messaging.Channel.Builder
- build() - Method in class io.helidon.messaging.ConnectorConfigBuilder
- build() - Method in class io.helidon.messaging.connectors.aq.AqConnector.AqConnectorBuilder
- build() - Method in class io.helidon.messaging.connectors.jms.JmsConnector.JmsConnectorBuilder
- build() - Method in class io.helidon.messaging.connectors.jms.JmsMessage.OutgoingJmsMessageBuilder
- build() - Method in class io.helidon.messaging.connectors.kafka.KafkaPublisher.Builder
- build() - Method in class io.helidon.messaging.connectors.kafka.KafkaSubscriber.Builder
- build() - Method in class io.helidon.messaging.Emitter.Builder
- build() - Method in class io.helidon.messaging.Messaging.Builder
-
Build new
Messaginginstance. - 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
- build() - Method in class io.helidon.metrics.api.MetricsConfig.Builder
- build() - Method in class io.helidon.metrics.api.ScopeConfig.Builder
- build() - Method in class io.helidon.metrics.api.ScopingConfig.Builder
- build() - Method in class io.helidon.metrics.prometheus.PrometheusSupport.Builder
- build() - Method in class io.helidon.metrics.providers.micrometer.MicrometerPrometheusFormatter.Builder
- build() - Method in class io.helidon.microprofile.grpc.client.ClientMethodDescriptor.Builder
-
Builds and returns a new instance of
ClientMethodDescriptor. - build() - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Builder
- build() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.Builder
- build() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.Builder
- build() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsProvider.Builder
-
Create a new instance of
GrpcChannelsProviderfrom this Builder. - build() - Method in class io.helidon.microprofile.grpc.client.GrpcProxyBuilder
-
Build a gRPC client dynamic proxy of the required type.
- build() - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient.Builder
-
Build an instance of
GrpcServiceClient. - build() - Method in class io.helidon.microprofile.grpc.server.GrpcServiceBuilder
-
Create a
GrpcServiceDescriptor.Builderintrospected class. - build() - Method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider.Builder
- build() - Method in class io.helidon.microprofile.openapi.MpOpenApiManagerConfig.Builder
- build() - Method in class io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig.Builder
- build() - Method in class io.helidon.microprofile.security.JerseySecurityFeature.Builder
-
Build this configuration into an instance.
- build() - Method in class io.helidon.microprofile.server.JaxRsApplication.Builder
-
Create a new instance based on this builder.
- build() - Method in class io.helidon.microprofile.server.Server.Builder
-
Build a server based on this builder.
- build() - Method in class io.helidon.microprofile.tyrus.TyrusApplication.Builder
-
Builds application.
- build() - Method in class io.helidon.microprofile.tyrus.TyrusRouting.Builder
- build() - Method in class io.helidon.openapi.OpenApiFeatureConfig.Builder
- build() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- build() - Method in class io.helidon.scheduling.CronConfig.Builder
- build() - Method in class io.helidon.scheduling.CronConfig.BuilderBase.CronConfigImpl
- build() - Method in class io.helidon.scheduling.FixedRateConfig.Builder
- build() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase.FixedRateConfigImpl
- build() - Method in class io.helidon.scheduling.Scheduling.CronBuilder
-
Deprecated.
- build() - Method in class io.helidon.scheduling.Scheduling.FixedRateBuilder
-
Deprecated.
- build() - Method in class io.helidon.scheduling.TaskConfig.Builder
- build() - Method in class io.helidon.security.abac.policy.el.JavaxElPolicyExecutor.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.config.vault.ConfigVaultProvider.Builder
- build() - Method in class io.helidon.security.providers.google.login.GoogleTokenProvider.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.httpauth.HttpDigestAuthProvider.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
- 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
- build() - Method in class io.helidon.service.registry.ActivationResult.Builder
- build() - Method in class io.helidon.service.registry.Dependency.Builder
- build() - Method in class io.helidon.service.registry.InterceptionContext.Builder
- build() - Method in class io.helidon.service.registry.Lookup.Builder
- build() - Method in class io.helidon.service.registry.Qualifier.Builder
- build() - Method in class io.helidon.service.registry.ServiceRegistryConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase.OpenTelemetryConfigImpl
- build() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.SpanProcessorConfig.Builder
- build() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.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.providers.jaeger.JaegerTracerBuilder
-
Builds the
Tracerfor Jaeger based on the configured parameters. - build() - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Build a tracer instance from this builder.
- build() - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
-
Builds the
Tracerfor Zipkin based on the configured parameters. - build() - Method in class io.helidon.webclient.api.HttpClientConfig.Builder
- build() - Method in class io.helidon.webclient.api.HttpConfigBase.Builder
- build() - Method in class io.helidon.webclient.api.Proxy.Builder
- build() - Method in class io.helidon.webclient.api.WebClientConfig.Builder
- build() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase.WebClientConfigImpl
- build() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.Builder
- build() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl
- build() - Method in class io.helidon.webclient.api.WebClientServiceResponse.Builder
- build() - Method in class io.helidon.webclient.context.WebClientContextConfig.Builder
- build() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase.WebClientContextConfigImpl
- build() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.Builder
- build() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase.GrpcClientConfigImpl
- 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
- build() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.Builder
- build() - Method in class io.helidon.webclient.http1.Http1ClientConfig.Builder
- build() - Method in class io.helidon.webclient.http1.Http1ClientConfig.BuilderBase.Http1ClientConfigImpl
- build() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.Builder
- build() - Method in class io.helidon.webclient.http2.Http2ClientConfig.Builder
- build() - Method in class io.helidon.webclient.http2.Http2ClientConfig.BuilderBase.Http2ClientConfigImpl
- build() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.Builder
- build() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.Builder
- build() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase.JsonRpcClientConfigImpl
- build() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.Builder
- build() - Method in class io.helidon.webclient.websocket.WsClientConfig.Builder
- build() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase.WsClientConfigImpl
- build() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.Builder
- build() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.Builder
- build() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- 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
- build() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase.LimitsFeatureConfigImpl
- build() - Method in class io.helidon.webserver.ConnectionConfig.Builder
-
Deprecated.
- build() - Method in class io.helidon.webserver.context.ContextFeatureConfig.Builder
- build() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase.ContextFeatureConfigImpl
- build() - Method in class io.helidon.webserver.cors.CorsConfig.Builder
- build() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- build() - Method in class io.helidon.webserver.cors.CorsSupport.Builder
- build() - Method in class io.helidon.webserver.ErrorHandling.Builder
- build() - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
- build() - Method in class io.helidon.webserver.grpc.GrpcConfig.Builder
- build() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.Builder
- build() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase.GrpcReflectionConfigImpl
- 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.GrpcTracingConfig.Builder
-
Deprecated.
- 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
- build() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.Builder
- build() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase.Http1ConnectionSelectorConfigImpl
- build() - Method in class io.helidon.webserver.http2.Http2Config.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
- 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
- build() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.Builder
- build() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase.ConfigObserverConfigImpl
- build() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.Builder
- build() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase.HealthObserverConfigImpl
- build() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.Builder
- build() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase.InfoObserverConfigImpl
- build() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.Builder
- build() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase.LogObserverConfigImpl
- build() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.Builder
- build() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.Builder
- build() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase.MetricsObserverConfigImpl
- build() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.Builder
- build() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- build() - Method in class io.helidon.webserver.observe.ObserverConfigBase.Builder
- build() - Method in class io.helidon.webserver.observe.tracing.PathTracingConfig.Builder
- build() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.Builder
- build() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.BuilderBase.TracingObserverConfigImpl
- build() - Method in class io.helidon.webserver.security.PathsConfig.Builder
- build() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.Builder
- build() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase.SecurityFeatureConfigImpl
- build() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.Builder
- build() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase.SecurityHandlerConfigImpl
- build() - Method in interface io.helidon.webserver.servicecommon.RestServiceSettings.Builder
-
Creates the
RestServiceSettingsinstance from the builder settings. - build() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.Builder
- build() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.Builder
- build() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.Builder
- build() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.Builder
- build() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
- build() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.Builder
- build() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase.StaticContentConfigImpl
- build() - Method in class io.helidon.webserver.staticcontent.StaticContentService.Builder
-
Deprecated.
- build() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.Builder
- build() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase.TemporaryStorageConfigImpl
- build() - Method in class io.helidon.webserver.WebServerConfig.Builder
- build() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
- build() - Method in class io.helidon.webserver.websocket.WsConfig.Builder
- build() - Method in class io.helidon.webserver.websocket.WsRouting.Builder
- build(String) - Method in class io.helidon.integrations.microstream.cache.CacheBuilder
-
Deprecated.Set the name of the cache.
- 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. - buildCompletion(Graph) - Method in class io.helidon.microprofile.reactive.HelidonReactiveStreamsEngine
- buildCountQuery(DataQuery, List<CharSequence>) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build provider specific COUNT
PersistenceGenerator.QueryfromDataQuery. - buildDialect(Map<String, Object>, DialectResolutionInfoSource) - Method in class io.helidon.integrations.cdi.hibernate.DataSourceBackedDialectFactory
-
Deprecated.For Hibernate use only.
- 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.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.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 class io.helidon.common.configurable.LruCache
-
Deprecated.Create a new builder.
- builder() - Static method in interface io.helidon.common.configurable.LruCacheConfig
-
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 interface io.helidon.common.mapper.MapperManager
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Mappers.builder()instead - 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.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.etcd.EtcdConfigSource
-
Create a new fluent API builder for etcd.
- 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.git.GitConfigSource
-
Create a fluent API builder for GIT config source.
- 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 class io.helidon.cors.CrossOriginConfig
- builder() - Static method in class io.helidon.cors.MappedCrossOriginConfig
-
Returns a new builder for creating a
CrossOriginConfig.Mappedinstance. - 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.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.discovery.providers.eureka.CacheConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscovery
-
A convenience method required by, and complying with the requirements of, the Helidon Builder API that, per contract, invokes the
EurekaDiscoveryConfig.builder()method and returns its result. - builder() - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
-
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.HttpMediaType
-
A fluent API builder for creating customized Media type instances.
- builder() - Static method in class io.helidon.http.media.gson.GsonSupport
-
Creates a new builder.
- builder() - Static method in interface io.helidon.http.media.gson.GsonSupportConfig
-
Create a new fluent API builder to customize configuration.
- 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.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.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 class io.helidon.integrations.common.rest.JsonRequest
-
Create a new request builder.
- builder() - Static method in exception class io.helidon.integrations.common.rest.RestException
-
Create a new builder for this exception.
- builder() - Static method in class io.helidon.integrations.common.rest.RestRequest
-
Create new request builder.
- builder() - Static method in interface io.helidon.integrations.eureka.EurekaRegistrationConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.integrations.eureka.EurekaRegistrationServerFeature
-
Returns a builder of the prototype that also knows how to build instances of this runtime type.
- builder() - Static method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.eureka.LeaseInfoConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.eureka.PortInfoConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Element in annotation interface io.helidon.integrations.langchain4j.AiProvider.ModelConfig
-
Specifies the builder class associated with the LangChain4j model, for configuration introspection.
- builder() - Static method in interface io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.McpClientConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.integrations.micrometer.MeterRegistryFactory
-
Deprecated.Returns a new
Builderfor constructing aMeterRegistryFactory. - builder() - Static method in class io.helidon.integrations.micrometer.MicrometerFeature
-
Deprecated.Fluid builder for
MicrometerSupport. - builder() - Static method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.A builder for the EmbeddedStorageManager.
- builder() - Static method in class io.helidon.integrations.neo4j.metrics.Neo4jMetricsSupport
-
Following the builder pattern.
- builder() - Static method in class io.helidon.integrations.neo4j.Neo4j
-
Following the builder pattern.
- builder() - Static method in interface io.helidon.integrations.oci.ConfigFileMethodConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.oci.ConfigMethodConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.oci.ImdsInstanceInfo
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.integrations.oci.metrics.OciMetricsSupport
-
Returns a new
Builderfor creating an instance ofOciMetricsSupport. - builder() - Static method in interface io.helidon.integrations.oci.OciConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleLazyConfigSource
-
Creates and returns a new
SecretBundleLazyConfigSource.Builderfor buildingSecretBundleLazyConfigSourceinstances. - builder() - Static method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleNodeConfigSource
-
Creates and returns a new
SecretBundleNodeConfigSource.Builderfor buildingSecretBundleNodeConfigSourceinstances. - builder() - Static method in interface io.helidon.integrations.oci.SessionTokenMethodConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManager
-
Creates a
OciCertificatesTlsManagerbuilder instance. - builder() - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.integrations.vault.auths.approle.AppRoleVaultAuth
-
Create a new builder.
- builder() - Static method in class io.helidon.integrations.vault.auths.approle.CreateAppRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.approle.DeleteAppRole.Request
-
New request builder.
- builder() - Static method in class io.helidon.integrations.vault.auths.approle.DestroySecretId.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.approle.GenerateSecretId.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.approle.Login.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.approle.ReadRoleId.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.common.VaultRestApi
-
A new builder.
- builder() - Static method in class io.helidon.integrations.vault.auths.k8s.ConfigureK8s.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.k8s.CreateRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.k8s.DeleteRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.k8s.K8sVaultAuth
-
A new builder for
K8sVaultAuth. - builder() - Static method in class io.helidon.integrations.vault.auths.k8s.Login.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.token.CreateToken.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.token.CreateTokenRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.token.DeleteTokenRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.token.RenewToken.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.token.RevokeAndOrphanToken.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.token.RevokeToken.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.auths.token.TokenVaultAuth
-
Create a new builder.
- builder() - Static method in class io.helidon.integrations.vault.ListSecrets.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.cubbyhole.CreateCubbyhole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecurityProvider.CubbyholeSecretConfig
-
A new builder for
CubbyholeSecurityProvider.CubbyholeSecretConfig. - builder() - Static method in class io.helidon.integrations.vault.secrets.cubbyhole.DeleteCubbyhole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.cubbyhole.GetCubbyhole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.cubbyhole.UpdateCubbyhole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.database.DbCreateRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.database.DbDelete.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.database.DbDeleteRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.database.DbGet.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv1.CreateKv1.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv1.DeleteKv1.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv1.GetKv1.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv1.Kv1SecurityProvider.Kv1SecretConfig
-
A new builder for
Kv1SecurityProvider.Kv1SecretConfig. - builder() - Static method in class io.helidon.integrations.vault.secrets.kv1.UpdateKv1.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.CreateKv2.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.DeleteAllKv2.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.DeleteKv2.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.DestroyKv2.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.GetKv2.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.Kv2SecurityProvider.Kv2SecretConfig
-
A new builder for
Kv2SecurityProvider.Kv2SecretConfig. - builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.UndeleteKv2.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.kv2.UpdateKv2.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.CaCertificateGet.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.CertificateGet.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.CrlGet.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.GenerateSelfSignedRoot.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.IssueCertificate.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.RevokeCertificate.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.CreateKey.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.Decrypt.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.DecryptBatch.BatchEntry
-
A new builder for a batch entry.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.DecryptBatch.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.DeleteKey.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.Encrypt.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.BatchEntry
-
A new builder for a batch entry.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.Hmac.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.Sign.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitDigestConfig
-
A new builder for
TransitSecurityProvider.TransitDigestConfig. - builder() - Static method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitEncryptionConfig
-
A new builder for
TransitSecurityProvider.TransitEncryptionConfig. - builder() - Static method in class io.helidon.integrations.vault.secrets.transit.UpdateKeyConfig.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.secrets.transit.Verify.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.spi.InjectionProvider.InstanceConfig
-
A new builder.
- builder() - Static method in class io.helidon.integrations.vault.sys.CreatePolicy.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.sys.DeletePolicy.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.sys.DisableAuth.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.sys.DisableEngine.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.sys.EnableAuth.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in class io.helidon.integrations.vault.sys.EnableEngine.Request
-
Fluent API builder for configuring a request.
- builder() - Static method in interface io.helidon.integrations.vault.Vault
-
Fluent API builder to construct new instances.
- builder() - Static method in exception class io.helidon.integrations.vault.VaultRestException
-
A builder for Vault exception.
- builder() - Static method in class io.helidon.integrations.vault.VaultToken
-
Create a new fluent API builder.
- 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 class io.helidon.lra.coordinator.CoordinatorService
-
Create a new fluent API builder.
- builder() - Static method in class io.helidon.messaging.Channel
-
New builder for configuring new channel.
- builder() - Static method in interface io.helidon.messaging.connectors.aq.AqConnector
-
Provides a
JmsConnector.JmsConnectorBuilderfor creating aJmsConnectorinstance. - builder() - Static method in class io.helidon.messaging.connectors.jms.JmsConnector
-
Provides a
JmsConnector.JmsConnectorBuilderfor creating aJmsConnectorinstance. - builder() - Static method in interface io.helidon.messaging.connectors.jms.JmsMessage
-
Outgoing JMS message builder.
- builder() - Static method in class io.helidon.messaging.connectors.kafka.KafkaPublisher
-
A builder for KafkaPublisher.
- builder() - Static method in class io.helidon.messaging.connectors.kafka.KafkaSubscriber
-
A builder for KafkaSubscriber.
- builder() - Static method in class io.helidon.messaging.Emitter
-
Prepare new builder for Emitter construction.
- builder() - Static method in interface io.helidon.messaging.Messaging
-
Create builder for constructing new Messaging.
- 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
-
Creates a builder for a new
DistributionStatisticsConfiginstance. - 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
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.metrics.prometheus.PrometheusSupport
-
Creates new
Builderinstance. - builder() - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.microprofile.grpc.client.GrpcChannelsProvider
-
Create a new
GrpcChannelsProvider.Builder. - builder() - Static method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider
-
A builder for this provider.
- builder() - Static method in interface io.helidon.microprofile.openapi.MpOpenApiManagerConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Method in class io.helidon.microprofile.reactive.HelidonReactivePublisherFactory
- builder() - Static method in interface io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in class io.helidon.microprofile.server.JaxRsApplication
-
A new fluent API builder to create a customized
JaxRsApplication. - builder() - Static method in interface io.helidon.microprofile.server.Server
-
Builder to customize Server instance.
- builder() - Static method in class io.helidon.microprofile.tyrus.TyrusApplication
-
A new fluent API builder to create a customized
TyrusApplication. - builder() - Static method in class io.helidon.microprofile.tyrus.TyrusRouting
-
Builder for WebSocket routing.
- 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 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.el.JavaxElPolicyExecutor
-
Creates a fluent API builder to build new instances of this class.
- 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.config.vault.ConfigVaultProvider
-
Create a new builder to configure this provider.
- builder() - Static method in class io.helidon.security.providers.google.login.GoogleTokenProvider
-
Fluent API builder to build
GoogleTokenProviderinstance. - 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.httpauth.HttpDigestAuthProvider
-
Get a builder instance to construct a new security provider.
- 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.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.BatchSpanProcessorConfig
-
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.OpenTelemetryConfig
-
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.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.SpanProcessorConfig
-
Create a new fluent API builder to customize configuration.
- builder() - Static method in interface io.helidon.telemetry.otelconfig.ZipkinExporterConfig
-
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.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.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.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 interface io.helidon.webserver.ConnectionConfig
-
Deprecated.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 class io.helidon.webserver.cors.CorsSupport
-
A new fluent API builder to customize setup of CorsSupport.
- 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.GrpcTracingConfig
-
Deprecated.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 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.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.servicecommon.RestServiceSettings
-
Creates a builder to construct a new instance.
- 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 Access log support instance.
- 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.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(BindableService) - Static method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor
-
Create a
ClientServiceDescriptor.Builderfrom aBindableService. - builder(BindableService) - Static method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Create a
GrpcServiceDescriptor.Builder. - builder(Channel, ClientServiceDescriptor) - Static method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Creates a
GrpcServiceClient.Builder. - builder(ServiceDescriptor) - Static method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor
-
Create a
ClientServiceDescriptor.Builderfrom aServiceDescriptor. - 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(Config) - Static method in class io.helidon.cors.CrossOriginConfig
-
Creates a new
CrossOriginConfig.Builderusing the provided config node. - builder(Config) - Static method in class io.helidon.cors.MappedCrossOriginConfig
-
Creates a new
Mapped.Builderinstance using the provided configuration. - 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(AllowListConfig) - Static method in interface io.helidon.common.configurable.AllowListConfig
-
Create a new fluent API builder from an existing instance.
- builder(LruCacheConfig<K, V>) - Static method in interface io.helidon.common.configurable.LruCacheConfig
-
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<T>) - 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(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 class io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
-
Deprecated.creates a new MicrostreamCacheConfigurationBuilder using the supplied helidon configuration.
- builder(Config) - Static method in class io.helidon.microprofile.grpc.client.GrpcChannelsProvider
-
Create a new
GrpcChannelsProvider.Builder. - builder(ConfigItem) - Static method in interface io.helidon.config.ConfigItem
-
Create a new fluent API builder from an existing instance.
- builder(Config, Class<K>, Class<V>) - Static method in class io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
-
Deprecated.Create a CacheConfiguration builder initialized from the supplied helidon configuration node.
- builder(CrossOriginConfig) - Static method in class io.helidon.cors.CrossOriginConfig
-
Initializes a new
CrossOriginConfig.Builderfrom the values in an existingCrossOriginConfigobject. - 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(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(CacheConfig) - Static method in interface io.helidon.discovery.providers.eureka.CacheConfig
-
Create a new fluent API builder from an existing instance.
- builder(EurekaDiscoveryConfig) - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
-
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<T>) - 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(GsonSupportConfig) - Static method in interface io.helidon.http.media.gson.GsonSupportConfig
-
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(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(SetCookie) - Static method in class io.helidon.http.SetCookie
-
Creates a new fluent API builder using another cookie.
- builder(EurekaRegistrationConfig) - Static method in interface io.helidon.integrations.eureka.EurekaRegistrationConfig
-
Create a new fluent API builder from an existing instance.
- builder(InstanceInfoConfig) - Static method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
Create a new fluent API builder from an existing instance.
- builder(LeaseInfoConfig) - Static method in interface io.helidon.integrations.eureka.LeaseInfoConfig
-
Create a new fluent API builder from an existing instance.
- builder(PortInfoConfig) - Static method in interface io.helidon.integrations.eureka.PortInfoConfig
-
Create a new fluent API builder from an existing instance.
- builder(EmbeddingStoreContentRetrieverConfig) - Static method in interface io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
-
Create a new fluent API builder from an existing instance.
- builder(McpClientConfig) - Static method in interface io.helidon.integrations.langchain4j.McpClientConfig
-
Create a new fluent API builder from an existing instance.
- builder(CohereEmbeddingModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(CohereScoringModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(CoherenceEmbeddingStoreConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
-
Create a new fluent API builder from an existing instance.
- builder(JlamaChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(JlamaEmbeddingModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(JlamaLanguageModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(JlamaStreamingChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OciGenAiChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OciGenAiCohereChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OciGenAiCohereStreamingChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OciGenAiStreamingChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OllamaChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OllamaEmbeddingModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OllamaLanguageModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OllamaStreamingChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenAiChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenAiEmbeddingModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenAiImageModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenAiLanguageModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenAiModerationModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(OpenAiStreamingChatModelConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Create a new fluent API builder from an existing instance.
- builder(EmbeddingTableConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
Create a new fluent API builder from an existing instance.
- builder(IvfIndexConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
Create a new fluent API builder from an existing instance.
- builder(JsonIndexConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
Create a new fluent API builder from an existing instance.
- builder(OracleEmbeddingStoreConfig) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
Create a new fluent API builder from an existing instance.
- builder(ConfigFileMethodConfig) - Static method in interface io.helidon.integrations.oci.ConfigFileMethodConfig
-
Create a new fluent API builder from an existing instance.
- builder(ConfigMethodConfig) - Static method in interface io.helidon.integrations.oci.ConfigMethodConfig
-
Create a new fluent API builder from an existing instance.
- builder(ImdsInstanceInfo) - Static method in interface io.helidon.integrations.oci.ImdsInstanceInfo
-
Create a new fluent API builder from an existing instance.
- builder(OciConfig) - Static method in interface io.helidon.integrations.oci.OciConfig
-
Create a new fluent API builder from an existing instance.
- builder(OciConfig) - Static method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.Create a new fluent API builder from an existing instance.
- builder(SessionTokenMethodConfig) - Static method in interface io.helidon.integrations.oci.SessionTokenMethodConfig
-
Create a new fluent API builder from an existing instance.
- builder(OciCertificatesTlsManagerConfig) - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
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(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
-
Create a new fluent API builder from an existing instance.
- builder(ScopingConfig) - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Create a new fluent API builder from an existing instance.
- builder(GrpcChannelDescriptor) - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
-
Create a new fluent API builder from an existing instance.
- builder(GrpcChannelsDescriptor) - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
-
Create a new fluent API builder from an existing instance.
- builder(MpOpenApiManagerConfig) - Static method in interface io.helidon.microprofile.openapi.MpOpenApiManagerConfig
-
Create a new fluent API builder from an existing instance.
- builder(RestClientMetricsConfig) - Static method in interface io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig
-
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(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(Security) - Static method in class io.helidon.microprofile.security.JerseySecurityFeature
-
Builder for
JerseySecurityFeature. - 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(BatchSpanProcessorConfig) - Static method in interface io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig
-
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(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(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(SpanProcessorConfig) - Static method in interface io.helidon.telemetry.otelconfig.SpanProcessorConfig
-
Create a new fluent API builder from an existing instance.
- builder(ZipkinExporterConfig) - Static method in interface io.helidon.telemetry.otelconfig.ZipkinExporterConfig
-
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(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(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(ConnectionConfig) - Static method in interface io.helidon.webserver.ConnectionConfig
-
Deprecated.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(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(GrpcTracingConfig) - Static method in interface io.helidon.webserver.grpc.GrpcTracingConfig
-
Deprecated.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(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(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(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(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(Message) - Static method in interface io.helidon.messaging.connectors.jms.JmsMessage
-
Outgoing JMS message builder.
- builder(Class<?>) - Static method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor
-
Create a
ClientServiceDescriptor.Builderform a name and type. - builder(Class<?>, String) - Static method in class io.helidon.webserver.grpc.GrpcServiceDescriptor
-
Create a
GrpcServiceDescriptor.Builder. - builder(Class<K>, Class<V>) - Static method in class io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
-
Deprecated.Create a CacheConfiguration builder with default values.
- 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 class io.helidon.integrations.vault.secrets.database.MySqlConfigureRequest
-
A new request builder with connection URL.
- builder(String) - Static method in class io.helidon.integrations.vault.secrets.database.OracleConfigureRequest
-
A new request builder for Oracle DB.
- builder(String) - Static method in interface io.helidon.metrics.api.Counter
-
Creates a new builder for a counter.
- builder(String) - Static method in interface io.helidon.metrics.api.DistributionSummary
-
Creates a builder for a new
DistributionSummaryusing default distribution statistics. - builder(String) - Static method in interface io.helidon.metrics.api.Timer
-
Creates a builder for a new
Timer. - 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) - Static method in interface io.helidon.webserver.staticcontent.StaticContentService
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ClasspathHandlerConfig.builder()instead - builder(String, DistributionStatisticsConfig.Builder) - Static method in interface io.helidon.metrics.api.DistributionSummary
-
Creates a builder for a new
DistributionSummaryusing the specified statistics builder. - builder(String, Class<?>) - Static method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor
-
Create a
ClientServiceDescriptor.Builderform a name and type. - builder(String, ClassLoader) - Static method in interface io.helidon.webserver.staticcontent.StaticContentService
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ClasspathHandlerConfig.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<N>) - Static method in interface io.helidon.metrics.api.Gauge
-
Creates a builder for a supplier-based gauge.
- builder(String, T, Function<T, Long>) - Static method in interface io.helidon.metrics.api.FunctionalCounter
-
Returns a builder for registering or locating a functional counter.
- builder(String, T, ToDoubleFunction<T>) - Static method in interface io.helidon.metrics.api.Gauge
-
Creates a builder for creating a new gauge based on applying a function to a state object.
- builder(Path) - Static method in interface io.helidon.webserver.staticcontent.StaticContentService
-
Deprecated, for removal: This API element is subject to removal in a future version.use
FileSystemHandlerConfig.builder()instead - builder(Supplier<? extends ConfigSource>...) - Static method in interface io.helidon.config.Config
- builder(ServiceLoader<T>) - Static method in class io.helidon.common.HelidonServiceLoader
-
Create a builder for customizable service loader.
- builder(CacheConfiguration<K, V>, Class<K>, Class<V>) - Static method in class io.helidon.integrations.microstream.cache.CacheBuilder
-
Deprecated.Create a new cache builder using the provided microstream cache configuration.
- builder(EmbeddedStorageManager) - Static method in class io.helidon.integrations.microstream.health.MicrostreamHealthCheck
-
Deprecated.A fluent API builder to create a health check for Microstream.
- builder(EmbeddedStorageManager) - Static method in class io.helidon.integrations.microstream.metrics.MicrostreamMetricsSupport
-
Deprecated.Create a new builder to construct an instance.
- builder(PAYLOAD) - Static method in interface io.helidon.messaging.connectors.jms.JmsMessage
-
Outgoing JMS 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.common.context.Context.Builder
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Context.builder()instead - Builder() - Constructor for class io.helidon.config.encryption.EncryptionFilter.Builder
- Builder() - Constructor for class io.helidon.cors.CorsSupportBase.Builder
- Builder() - Constructor for class io.helidon.cors.CorsSupportHelper.Builder
- Builder() - Constructor for class io.helidon.dbclient.DbClientContext.Builder
- Builder() - Constructor for class io.helidon.dbclient.DbExecuteContext.Builder
- Builder() - Constructor for class io.helidon.health.HealthCheckResponse.Builder
- Builder() - Constructor for class io.helidon.integrations.common.rest.ApiEntityResponse.Builder
-
Create a new builder instance.
- Builder() - Constructor for class io.helidon.integrations.common.rest.ApiResponse.Builder
-
New builder.
- Builder() - Constructor for class io.helidon.integrations.common.rest.RestApi.Builder
- Builder() - Constructor for class io.helidon.integrations.micrometer.MeterRegistryFactory.Builder
-
Deprecated.
- Builder() - Constructor for class io.helidon.integrations.vault.VaultTokenBase.Builder
- Builder() - Constructor for class io.helidon.lra.coordinator.CoordinatorService.Builder
- Builder() - Constructor for class io.helidon.messaging.Channel.Builder
- Builder() - Constructor for class io.helidon.messaging.Emitter.Builder
- Builder() - Constructor for class io.helidon.microprofile.tyrus.TyrusApplication.Builder
- Builder() - Constructor for class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
- Builder() - Constructor for class io.helidon.security.AuthorizationResponse.Builder
- Builder() - Constructor for class io.helidon.security.Grant.Builder
-
Create a new instance.
- Builder() - Constructor for class io.helidon.security.OutboundSecurityResponse.Builder
- Builder() - Constructor for class io.helidon.security.providers.common.EvictableCache.Builder
- Builder() - Constructor for class io.helidon.security.providers.common.spi.AnnotationAnalyzer.AnalyzerResponse.Builder
- 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
- Builder() - Constructor for class io.helidon.security.providers.oidc.OidcProvider.Builder
- Builder() - Constructor for class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
-
Create a new instance, no side effects.
- Builder() - Constructor for class io.helidon.webserver.staticcontent.StaticContentService.Builder
-
Deprecated.Default constructor.
- 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(String) - Constructor for class io.helidon.webserver.servicecommon.HelidonFeatureSupport.Builder
- BUILDER_BLUEPRINT - Static variable in class io.helidon.service.codegen.ServiceCodegenTypes
-
TypeNameforio.helidon.builder.api.Prototype.Blueprint. - 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.configurable.AllowListConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.common.configurable.LruCacheConfig.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.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.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
- BuilderBase() - Constructor for class io.helidon.dbclient.jdbc.JdbcConnectionPool.BuilderBase
- 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.discovery.providers.eureka.CacheConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.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.media.gson.GsonSupportConfig.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.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.integrations.common.rest.ApiOptionalResponse.BuilderBase
-
New builder.
- BuilderBase() - Constructor for class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.eureka.LeaseInfoConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.eureka.PortInfoConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.oci.ConfigFileMethodConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.integrations.vault.auths.common.VaultRestApi.BuilderBase
- BuilderBase() - Constructor for class io.helidon.integrations.vault.VaultOptionalResponse.BuilderBase
-
Construct a new builder, should not be public.
- 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.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
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.microprofile.openapi.MpOpenApiManagerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.openapi.OpenApiFeatureConfig.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.BatchSpanProcessorConfig.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.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.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.SpanProcessorConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.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.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.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.ConnectionConfig.BuilderBase
-
Deprecated.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.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.GrpcTracingConfig.BuilderBase
-
Deprecated.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.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.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.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.WebServerConfig.BuilderBase
-
Protected to support extensibility.
- BuilderBase() - Constructor for class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Protected to support extensibility.
- 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
-
Deprecated.please do not use directly
- builderInputStream(InputStream) - Static method in interface io.helidon.common.reactive.IoMulti
-
Deprecated, for removal: This API element is subject to removal in a future version.
- builderMethod() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
Is this method also available as a public builder method, or is it only used for configuration.
- builderMethod() - Element in annotation interface io.helidon.integrations.langchain4j.AiProvider.NestedConfig
-
Custom name for builder method on model class.
- builderOutputStream() - Static method in interface io.helidon.common.reactive.IoMulti
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use
IoMulti.outputStreamMultiBuilder() - 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.
- buildKmf(TlsConfig, SecureRandom, PrivateKey, Certificate[]) - Method in class io.helidon.common.tls.ConfiguredTlsManager
-
Build the key manager factory.
- buildProcessor(Graph) - Method in class io.helidon.microprofile.reactive.HelidonReactiveStreamsEngine
- buildPrototype() - Method in interface io.helidon.builder.api.Prototype.Builder
-
Create an instance of the
Prototype. - buildPrototype() - Method in class io.helidon.codegen.compiler.CompilerOptions.Builder
- buildPrototype() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.Builder
- buildPrototype() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.Builder
- buildPrototype() - Method in class io.helidon.common.configurable.AllowListConfig.Builder
- buildPrototype() - Method in class io.helidon.common.configurable.LruCacheConfig.Builder
- buildPrototype() - Method in class io.helidon.common.configurable.ResourceConfig.Builder
- buildPrototype() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.Builder
- buildPrototype() - Method in class io.helidon.common.configurable.ThreadPoolConfig.Builder
- buildPrototype() - Method in class io.helidon.common.context.http.ContextRecordConfig.Builder
- buildPrototype() - Method in class io.helidon.common.features.metadata.Aot.Builder
- buildPrototype() - Method in class io.helidon.common.features.metadata.Deprecation.Builder
- buildPrototype() - Method in class io.helidon.common.features.metadata.FeatureMetadata.Builder
- buildPrototype() - Method in class io.helidon.common.mapper.MappersConfig.Builder
- buildPrototype() - Method in class io.helidon.common.pki.Keys.Builder
- buildPrototype() - Method in class io.helidon.common.pki.KeystoreKeys.Builder
- buildPrototype() - Method in class io.helidon.common.pki.PemKeys.Builder
- buildPrototype() - Method in class io.helidon.common.socket.SocketOptions.Builder
- buildPrototype() - Method in class io.helidon.common.tls.RevocationConfig.Builder
- buildPrototype() - Method in class io.helidon.common.tls.TlsConfig.Builder
- 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
- buildPrototype() - Method in class io.helidon.config.ConfigItem.Builder
- buildPrototype() - Method in class io.helidon.data.codegen.common.MethodParams.Builder
- buildPrototype() - Method in class io.helidon.data.codegen.query.CriteriaCondition.Builder
- buildPrototype() - Method in class io.helidon.data.codegen.query.DataQuery.Builder
- buildPrototype() - Method in class io.helidon.data.codegen.query.Order.Builder
- buildPrototype() - Method in class io.helidon.data.codegen.query.OrderExpression.Builder
- buildPrototype() - Method in class io.helidon.data.codegen.query.Projection.Builder
- buildPrototype() - Method in class io.helidon.data.codegen.query.Property.Builder
- buildPrototype() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.Builder
- buildPrototype() - Method in class io.helidon.data.Order.Builder
- buildPrototype() - Method in class io.helidon.data.PageRequest.Builder
- buildPrototype() - Method in class io.helidon.data.Sort.Builder
- buildPrototype() - Method in class io.helidon.data.sql.common.ConnectionConfig.Builder
- buildPrototype() - Method in class io.helidon.data.sql.common.SqlConfig.Builder
- buildPrototype() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.Builder
- buildPrototype() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.Builder
- buildPrototype() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.Builder
- buildPrototype() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.Builder
- buildPrototype() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.Builder
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.Builder
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.Builder
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ModelElement.Builder
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestEndpoint.Builder
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.Builder
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.RestMethodParameter.Builder
- buildPrototype() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.Builder
- buildPrototype() - Method in class io.helidon.discovery.providers.eureka.CacheConfig.Builder
- buildPrototype() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.Builder
- buildPrototype() - Method in class io.helidon.faulttolerance.AsyncConfig.Builder
- buildPrototype() - Method in class io.helidon.faulttolerance.BulkheadConfig.Builder
- buildPrototype() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.Builder
- buildPrototype() - Method in class io.helidon.faulttolerance.FallbackConfig.Builder
- buildPrototype() - Method in class io.helidon.faulttolerance.RetryConfig.Builder
- buildPrototype() - Method in class io.helidon.faulttolerance.TimeoutConfig.Builder
- buildPrototype() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.Builder
- buildPrototype() - Method in class io.helidon.http.media.gson.GsonSupportConfig.Builder
- buildPrototype() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.Builder
- buildPrototype() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.Builder
- buildPrototype() - Method in class io.helidon.http.media.jsonp.JsonpSupportConfig.Builder
- buildPrototype() - Method in class io.helidon.http.media.MediaContextConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.eureka.LeaseInfoConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.eureka.PortInfoConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.oci.ConfigFileMethodConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.oci.ConfigMethodConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.Builder
- buildPrototype() - Method in class io.helidon.integrations.oci.OciConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.Builder
-
Deprecated.
- buildPrototype() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.Builder
- buildPrototype() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.Builder
- buildPrototype() - Method in class io.helidon.json.schema.Schema.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaArray.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaBoolean.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaInteger.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaItem.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaNull.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaNumber.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaObject.Builder
- buildPrototype() - Method in class io.helidon.json.schema.SchemaString.Builder
- buildPrototype() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.Builder
- buildPrototype() - Method in class io.helidon.metrics.api.MetricsConfig.Builder
- buildPrototype() - Method in class io.helidon.metrics.api.ScopeConfig.Builder
- buildPrototype() - Method in class io.helidon.metrics.api.ScopingConfig.Builder
- buildPrototype() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.Builder
- buildPrototype() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.Builder
- buildPrototype() - Method in class io.helidon.microprofile.openapi.MpOpenApiManagerConfig.Builder
- buildPrototype() - Method in class io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig.Builder
- buildPrototype() - Method in class io.helidon.openapi.OpenApiFeatureConfig.Builder
- buildPrototype() - Method in class io.helidon.scheduling.CronConfig.Builder
- buildPrototype() - Method in class io.helidon.scheduling.FixedRateConfig.Builder
- buildPrototype() - Method in class io.helidon.scheduling.TaskConfig.Builder
- buildPrototype() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.Builder
- buildPrototype() - Method in class io.helidon.service.codegen.DefaultsParams.Builder
- buildPrototype() - Method in class io.helidon.service.registry.ActivationRequest.Builder
- buildPrototype() - Method in class io.helidon.service.registry.ActivationResult.Builder
- buildPrototype() - Method in class io.helidon.service.registry.Dependency.Builder
- buildPrototype() - Method in class io.helidon.service.registry.InterceptionContext.Builder
- buildPrototype() - Method in class io.helidon.service.registry.Lookup.Builder
- buildPrototype() - Method in class io.helidon.service.registry.Qualifier.Builder
- buildPrototype() - Method in class io.helidon.service.registry.ServiceRegistryConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.SpanProcessorConfig.Builder
- buildPrototype() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.api.HttpClientConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.api.HttpConfigBase.Builder
- buildPrototype() - Method in class io.helidon.webclient.api.WebClientConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.api.WebClientServiceResponse.Builder
- buildPrototype() - Method in class io.helidon.webclient.context.WebClientContextConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.Builder
- buildPrototype() - Method in class io.helidon.webclient.http1.Http1ClientConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.http2.Http2ClientConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.websocket.WsClientConfig.Builder
- buildPrototype() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.ConnectionConfig.Builder
-
Deprecated.
- buildPrototype() - Method in class io.helidon.webserver.context.ContextFeatureConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.cors.CorsConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.ErrorHandling.Builder
- buildPrototype() - Method in class io.helidon.webserver.grpc.GrpcConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.grpc.GrpcTracingConfig.Builder
-
Deprecated.
- buildPrototype() - Method in class io.helidon.webserver.http1.Http1Config.Builder
- buildPrototype() - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.http2.Http2Config.Builder
- buildPrototype() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.Builder
- buildPrototype() - Method in class io.helidon.webserver.ListenerConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.ObserverConfigBase.Builder
- buildPrototype() - Method in class io.helidon.webserver.observe.tracing.TracingObserverConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.security.PathsConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.WebServerConfig.Builder
- buildPrototype() - Method in class io.helidon.webserver.websocket.WsConfig.Builder
- buildProvider() - Method in class io.helidon.config.encryption.EncryptionFilter.Builder
-
Create a new
EncryptionFilterprovider based on this builder. - buildPublisher(Graph) - Method in class io.helidon.microprofile.reactive.HelidonReactiveStreamsEngine
- buildQuery(DataQuery) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build simple provider specific
PersistenceGenerator.QueryfromDataQuery. - buildQuery(DataQuery, List<CharSequence>) - Method in interface io.helidon.data.codegen.common.spi.PersistenceGenerator.QueryBuilder
-
Build provider specific
PersistenceGenerator.QueryfromDataQuery. - buildQuery(String, QueryParameters, List<PersistenceGenerator.QueryBuilder.MethodParameter>) - 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. - buildSpan(String) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracer
- buildSubject(Subject, List<? extends Grant>) - Method in class io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase
-
Updates original subject with the list of grants.
- buildSubscriber(Graph) - Method in class io.helidon.microprofile.reactive.HelidonReactiveStreamsEngine
- buildTimeEnd() - Static method in class io.helidon.config.mp.MpConfigProviderResolver
-
This method should only be called when generating native image, as late in the process as possible.
- BuildTimeEnd - Annotation Interface in io.helidon.microprofile.cdi
-
End of build time of the application (as opposed to runtime).
- BuildTimeEnd.Literal - Class in io.helidon.microprofile.cdi
-
Annotation literal to use when an annotation instance is needed.
- BuildTimeStart - Annotation Interface in io.helidon.microprofile.cdi
-
Build time of the application (as opposed to runtime).
- BuildTimeStart.Literal - Class in io.helidon.microprofile.cdi
-
Annotation literal to use when an annotation instance is needed.
- BUILT_IN_SCOPES - Static variable in class io.helidon.metrics.api.Meter.Scope
-
All the predefined scopes.
- builtIn() - Method in record class io.helidon.declarative.codegen.model.http.HttpMethod
-
Returns the value of the
builtInrecord component. - BuiltInHealthCheck - Annotation Interface in io.helidon.microprofile.health
-
Used to decorate Helidon built-in health checks for later processing.
- 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.
- BuiltInMethods - Class in io.helidon.security.abac.policy.el
-
Built-in methods for expression language evaluation.
- 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
Bulkhead. - 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. - BulkheadMethod() - Constructor for class io.helidon.faulttolerance.FtSupport.BulkheadMethod
-
Constructor with no side effects.
- Bulk Retrieval of Values - Search tag in package io.helidon.config
- Section
- 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.
- byteBufferSize(int) - Method in class io.helidon.common.reactive.IoMulti.MultiFromInputStreamBuilder
-
Set the size of
ByteBuffers being published. - 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(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.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value". - byteValue() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value". - byteValue() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed value of the property "
value". - byteValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- byteValue(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of a named property.
- byteValue(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of a named property.
- byteValue(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed value of a named property.
- byteValues() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value" that is defined as an array. - byteValues() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value" that is defined as an array. - byteValues() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value" that is defined as an array. - byteValues() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.
- byteValues(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed values of a property that is defined as an array.
- byteValues(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed values of a property that is defined as an array.
- byteValues(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed values of a property that is defined as an array.
C
- caCertificate() - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Certification authority certificate.
- caCertificate(CaCertificateGet.Request) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Certification authority certificate.
- caCertificate(PkiFormat) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Certification authority certificate in raw bytes.
- CaCertificateGet - Class in io.helidon.integrations.vault.secrets.pki
-
Get CA Certificate request and response.
- CaCertificateGet.Request - Class in io.helidon.integrations.vault.secrets.pki
-
Request object.
- CaCertificateGet.Response - Class in io.helidon.integrations.vault.secrets.pki
-
Response object parsed from JSON returned by the
RestApi. - cache() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
CacheConfigto use controlling how a local cache of Eureka server information is used. - cache() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl
- cache() - Method in interface io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
-
The
CacheConfigto use controlling how a local cache of Eureka server information is used. - cache(TypeName, Supplier<Optional<TypeInfo>>) - Method in interface io.helidon.codegen.apt.AptContext
-
Deprecated.Get a cached instance of the type info, and if not cached, cache the provided one.
- cache(CacheConfig) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
CacheConfigto use controlling how a local cache of Eureka server information is used. - cache(EvictableCache<IdcsMtRoleMapperProvider.MtCacheKey, List<Grant>>) - Method in class io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperProvider.Builder
-
Use explicit
EvictableCachefor role caching. - cache(Consumer<CacheConfig.Builder>) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
CacheConfigto use controlling how a local cache of Eureka server information is used. - cache(Supplier<? extends CacheConfig>) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
CacheConfigto use controlling how a local cache of Eureka server information is used. - 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.
- CacheBuilder<K,
V> - Class in io.helidon.integrations.microstream.cache -
Deprecated, for removal: This API element is subject to removal in a future version.Microstream is renamed to Eclipse store and no longer updated
- CacheBuilder(Class<K>, Class<V>) - Constructor for class io.helidon.integrations.microstream.cache.CacheBuilder
-
Deprecated.
- CacheBuilder(CacheConfiguration<K, V>) - Constructor for class io.helidon.integrations.microstream.cache.CacheBuilder
-
Deprecated.
- cacheBytes() - Method in interface io.helidon.common.configurable.Resource
-
Caches the resource bytes in memory, so they can be repeatedly accessed.
- CacheConfig - Interface in io.helidon.discovery.providers.eureka
-
Prototypical state for the portion of Eureka Discovery configuration related to a local cache of Eureka server information.
- CacheConfig.Builder - Class in io.helidon.discovery.providers.eureka
-
Fluent API builder for
CacheConfig. - CacheConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.discovery.providers.eureka -
Fluent API builder base for
CacheConfig. - CacheConfig.BuilderBase.CacheConfigImpl - Class in io.helidon.discovery.providers.eureka
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CacheConfigImpl(CacheConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.discovery.providers.eureka.CacheConfig.BuilderBase.CacheConfigImpl
-
Create an instance providing a builder.
- 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<String>) - 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.
- CacheExtension - Class in io.helidon.integrations.microstream.cdi
-
Deprecated, for removal: This API element is subject to removal in a future version.Microstream is renamed to Eclipse store and no longer updated
- CacheExtension() - Constructor for class io.helidon.integrations.microstream.cdi.CacheExtension
-
Deprecated.Creates a new
CacheExtension. - 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.
- cacheLoaderFactory(Factory<CacheLoader<K, V>>) - Method in class io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
-
Deprecated.
- cacheWriterFactory(Factory<CacheWriter<? super K, ? super V>>) - Method in class io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
-
Deprecated.
- 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 in class io.helidon.integrations.microstream.health.MicrostreamHealthCheck
-
Deprecated.
- call() - Method in class io.helidon.integrations.neo4j.health.Neo4jHealthCheck
- call() - Method in class io.helidon.microprofile.messaging.health.MessagingLivenessCheck
- call() - Method in class io.helidon.microprofile.messaging.health.MessagingReadinessCheck
- call(Method.Builder, Consumer<Method.Builder>, String) - Static method in class io.helidon.data.codegen.common.BaseRepositoryInterfaceGenerator
-
Generate
Callablecall. - call(Functions.CheckedFunction<EntityManager, R, E>) - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor
-
Run persistence session task.
- call(JpaRepositoryExecutor, Functions.CheckedFunction<EntityManager, R, E>) - Method in interface io.helidon.data.jakarta.persistence.JpaRepositoryExecutor.DataRunner
-
Call persistence session task and return result.
- call(Callable<T>) - Method in class io.helidon.common.concurrency.limits.AimdLimit
- call(Callable<T>) - Method in class io.helidon.common.concurrency.limits.FixedLimit
- call(Callable<T>) - Method in interface io.helidon.common.concurrency.limits.LimitAlgorithm
-
Invoke a callable within the limits of this limiter, invoking the provided
Consumerwith theLimitAlgorithm.Outcomeresulting from applying the limit algorithm. - call(Function<S, R>) - 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 - Enum constant in enum class io.helidon.integrations.cdi.jpa.jaxb.PersistenceUnitValidationModeType
- CallbackEnabled - Annotation Interface in io.helidon.microprofile.telemetry
-
Marks an injection site to receive an OpenTelemetry type which is capable of calling back to Helidon
SpanListenerinstances registered with the relevant HelidonTracer. - 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. - callCredentials() - Method in class io.helidon.microprofile.grpc.client.ClientMethodDescriptor
-
Return the
CallCredentialsset on this service. - callCredentials() - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor
-
Return the
CallCredentialsset on this service. - 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.microprofile.grpc.client.ClientMethodDescriptor.Builder
- callCredentials(CallCredentials) - Method in interface io.helidon.microprofile.grpc.client.ClientMethodDescriptor.Rules
-
Register the specified
CallCredentialsto be used for this method. - callCredentials(CallCredentials) - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Builder
- callCredentials(CallCredentials) - Method in interface io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Rules
-
Register the
CallCredentialsto be used for this service. - 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.
- callCredentials(String, CallCredentials) - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Builder
- callCredentials(String, CallCredentials) - Method in interface io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Rules
-
Register the
CallCredentialsto be used for the specified method in this service. - callHandler() - Method in class io.helidon.webserver.grpc.GrpcMethodDescriptor
-
Return the call handler.
- callOptions(CallOptions) - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient.Builder
-
Set the
CallOptionsto use. - 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 (first try + retries).
- calls() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase.RetryConfigImpl
- calls() - Method in interface io.helidon.faulttolerance.RetryConfig
-
Number of calls (first try + retries).
- 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 (first try + retries).
- 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 (which is compatible with the MicroProfile Metrics spec).
- canAdaptTokenStreamTo(Type) - Method in class io.helidon.integrations.langchain4j.TokenStreamToStreamAdapter
- canCacheUserTransaction() - Method in class io.helidon.integrations.cdi.hibernate.CDISEJtaPlatform
- 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 class io.helidon.integrations.jdbc.DelegatingStatement
- 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(URI, PropagatedHeaders) - Method in interface io.helidon.lra.coordinator.client.CoordinatorClient
-
Cancel LRA if its active.
- cancel(URI, PropagatedHeaders) - Method in class io.helidon.lra.coordinator.client.narayana.NarayanaClient
- cancel(AtomicReference<Flow.Subscription>) - 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 - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
The operation was cancelled (typically by the caller).
- cancelRowUpdates() - Method in class io.helidon.integrations.jdbc.DelegatingResultSet
- cancelSupplier(Supplier<?>) - Method in interface io.helidon.faulttolerance.Bulkhead
-
Can be used to cancel a supplier while queued.
- 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.
- canonicalRegionName() - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
Canonical Region Name.
- canonicalRegionName() - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase.ImdsInstanceInfoImpl
- canonicalRegionName() - Method in interface io.helidon.integrations.oci.ImdsInstanceInfo
-
Canonical Region Name.
- canonicalRegionName(String) - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
Canonical Region Name.
- caOcid() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
The Certificate Authority OCID.
- caOcid() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase.OciCertificatesTlsManagerConfigImpl
- caOcid() - Method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
The Certificate Authority OCID.
- caOcid(String) - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
The Certificate Authority OCID.
- capacity() - Method in interface io.helidon.common.buffers.BufferData
-
Number of bytes that can be written to this instance.
- capacity() - Method in class io.helidon.common.configurable.LruCache
-
Deprecated.
- capacity() - Method in class io.helidon.common.configurable.LruCacheConfig.BuilderBase
-
Configure capacity of the cache.
- capacity() - Method in class io.helidon.common.configurable.LruCacheConfig.BuilderBase.LruCacheConfigImpl
- capacity() - Method in interface io.helidon.common.configurable.LruCacheConfig
-
Configure capacity of the cache.
- 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(int) - Method in class io.helidon.common.configurable.LruCacheConfig.BuilderBase
-
Configure capacity of the cache.
- 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.
- 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.
- CatchAllExceptionMapper - Class in io.helidon.microprofile.server
-
Mapper for exceptions that are not caught.
- CatchAllExceptionMapper() - Constructor for class io.helidon.microprofile.server.CatchAllExceptionMapper
-
Default empty constructor.
- cause(Throwable) - Method in class io.helidon.http.RequestException.Builder
-
Cause of the exception.
- cause(Throwable) - Method in class io.helidon.integrations.common.rest.ApiRestException.BaseBuilder
-
Possible cause of this exception (such as when we fail to parse returned entity).
- CDISEJtaPlatform - Class in io.helidon.integrations.cdi.hibernate
-
An
AbstractJtaPlatformthat is anApplicationScopedCDI managed bean that suppliesTransactionManagerandUserTransactioninstances that are supplied to it at construction time. - CDISEJtaPlatform(TransactionManager, UserTransaction) - Constructor for class io.helidon.integrations.cdi.hibernate.CDISEJtaPlatform
-
Creates a new
CDISEJtaPlatform. - CDISEJtaPlatformProvider - Class in io.helidon.integrations.cdi.hibernate
- CDISEJtaPlatformProvider() - Constructor for class io.helidon.integrations.cdi.hibernate.CDISEJtaPlatformProvider
-
Deprecated.For Hibernate use only.
- CDISEPlatform - Class in io.helidon.integrations.cdi.eclipselink
-
A
JMXServerPlatformBasethat arranges things such that CDI, not JNDI, will be used to acquire aTransactionManagerandMBeanServer. - CDISEPlatform(DatabaseSession) - Constructor for class io.helidon.integrations.cdi.eclipselink.CDISEPlatform
-
Creates a
CDISEPlatform. - CDISEPlatform.Eclipselink - Annotation Interface in io.helidon.integrations.cdi.eclipselink
-
A
Qualifierused to designate various things as being related to Eclipselink in some way. - CDISEPlatform.Eclipselink.Literal - Class in io.helidon.integrations.cdi.eclipselink
-
An
AnnotationLiteralthat implementsCDISEPlatform.Eclipselink. - CDISEPlatform.TransactionController - Class in io.helidon.integrations.cdi.eclipselink
-
A
JTATransactionControllerwhoseCDISEPlatform.TransactionController.acquireTransactionManager()method uses CDI, not JNDI, to return aTransactionManagerinstance. - CDISEPlatformExtension - Class in io.helidon.integrations.cdi.eclipselink
-
Deprecated.Only a CDI container should instantiate this class.
- CDISEPlatformExtension() - Constructor for class io.helidon.integrations.cdi.eclipselink.CDISEPlatformExtension
-
Deprecated.Only a CDI container should invoke this constructor.
- CdiStartupProvider - Class in io.helidon.microprofile.cdi
-
ServiceLoaderimplementation of a Helidon startup provider. - CdiStartupProvider() - Constructor for class io.helidon.microprofile.cdi.CdiStartupProvider
-
Deprecated.please do not use directly
- 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<String>) - 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<ResourceConfig.Builder>) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Load certificate chain from PEM resource.
- certChain(List<? extends X509Certificate>) - 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.
- certificate() - Method in class io.helidon.integrations.vault.secrets.pki.IssueCertificate.Response
-
Certificate bytes, when
RawCertificateResponse.format()is set toPkiFormat.PEM_BUNDLE, it contains private key as well. - certificate() - Method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Response
-
Certificate bytes, when
RawCertificateResponse.format()is set toPkiFormat.PEM_BUNDLE, it contains private key as well. - certificate(CertificateGet.Request) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Get a certificate.
- certificate(String) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Certificate with the defined serial id.
- certificate(String, PkiFormat) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Certificate in raw bytes, currently only
PkiFormat.PEMis supported. - certificate(Path) - Method in class io.helidon.integrations.neo4j.Neo4j.Builder
-
Set certificate path.
- certificateChain() - Method in class io.helidon.security.jwt.jwk.JwkEC
- certificateChain() - Method in class io.helidon.security.jwt.jwk.JwkRSA
- certificateChain(List<X509Certificate>) - Method in class io.helidon.security.jwt.jwk.JwkEC.Builder
-
Set certificate chain of the JWK to be built.
- certificateChain(List<X509Certificate>) - Method in class io.helidon.security.jwt.jwk.JwkRSA.Builder
-
Set certificate chain of the JWK to be built.
- CertificateGet - Class in io.helidon.integrations.vault.secrets.pki
-
Get Certificate request and response.
- CertificateGet.Request - Class in io.helidon.integrations.vault.secrets.pki
-
Request object.
- CertificateGet.Response - Class in io.helidon.integrations.vault.secrets.pki
-
Response object parsed from JSON returned by the
RestApi. - 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() - Method in class io.helidon.integrations.oci.tls.certificates.spi.OciCertificatesDownloader.Certificates
-
The certificates.
- 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<ResourceConfig.Builder>) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Read one or more certificates in PEM format from a resource definition.
- certOcid() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
The Certificate OCID.
- certOcid() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase.OciCertificatesTlsManagerConfigImpl
- certOcid() - Method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
The Certificate OCID.
- certOcid(String) - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
The Certificate OCID.
- 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<? extends X509Certificate>) - 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.etcd.EtcdConfigSource
- 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<EtcdConfigSourceBuilder.EtcdEndpoint>) - Method in class io.helidon.config.etcd.EtcdConfigSourceBuilder
- changeWatcher(ChangeWatcher<URL>) - Method in class io.helidon.config.UrlConfigSource.Builder
- changeWatcher(ChangeWatcher<URL>) - Method in class io.helidon.config.UrlOverrideSource.Builder
- changeWatcher(ChangeWatcher<Path>) - Method in class io.helidon.config.DirectoryConfigSource.Builder
- changeWatcher(ChangeWatcher<Path>) - Method in class io.helidon.config.FileConfigSource.Builder
- changeWatcher(ChangeWatcher<Path>) - Method in class io.helidon.config.FileOverrideSource.Builder
- changeWatcher(ChangeWatcher<T>) - Method in interface io.helidon.config.spi.WatchableSource.Builder
-
Configure the change watcher to be used with this source.
- changeWatcher(ChangeWatcher<U>) - 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.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(Channel<PAYLOAD>) - Method in class io.helidon.messaging.Emitter.Builder
-
Add new
Channelfor Emitter to publish to. - channel(String) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsProvider
-
Returns a
Channelfor the specified channel or host name. - channel(String, GrpcChannelDescriptor) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsProvider.Builder
-
Add or replace the specified
GrpcChannelDescriptor. - channel(Collection<ClientInterceptor>) - Method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a gRPC channel for this client that can be used to create stubs.
- Channel<PAYLOAD> - Class in io.helidon.messaging
-
Channel representing publisher - subscriber relationship.
- Channel() - Constructor for class io.helidon.messaging.Channel
- CHANNEL_PORT - Static variable in interface io.helidon.microprofile.grpc.client.GrpcConfigurablePort
-
Name of single setter method on this interface.
- Channel.Builder<PAYLOAD> - Class in io.helidon.messaging
-
Channel builder.
- channelCount(int) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.The number of threads and number of directories used by the storage engine.
- channelDirectoryPrefix(String) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.Name prefix of the subdirectories used by the channel threads.
- channelId() - Method in interface io.helidon.webclient.api.ClientConnection
-
Channel id, mostly used in logs.
- channelId() - Method in class io.helidon.webclient.api.TcpClientConnection
- ChannelInternal - Annotation Interface in io.helidon.microprofile.messaging
-
Used for indirect injection of Emitters and Publishers.
- channelName() - Method in interface io.helidon.microprofile.messaging.MessagingChannelProcessor
-
Messaging channel name associated with this processor.
- channelPort(int) - Method in interface io.helidon.microprofile.grpc.client.GrpcConfigurablePort
-
Overrides client URI port.
- ChannelProducer - Class in io.helidon.microprofile.grpc.client
-
A producer of gRPC
Channels. - channels() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
-
List of channel descriptors.
- channels() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase.GrpcChannelsDescriptorImpl
- channels() - Method in interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
-
List of channel descriptors.
- channels(List<? extends GrpcChannelDescriptor>) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
-
List of channel descriptors.
- character() - Method in enum class io.helidon.codegen.IndentType
-
Indentation character to use.
- 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() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value". - charValue() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value". - charValue() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed value of the property "
value". - charValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- charValue(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of a named property.
- charValue(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of a named property.
- charValue(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value" that is defined as an array. - charValues() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value" that is defined as an array. - charValues() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.
- charValues(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed values of a property that is defined as an array.
- charValues(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed values of a property that is defined as an array.
- charValues(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.
- CHAT_MODEL_NAME - Static variable in class io.helidon.integrations.langchain4j.Ai
-
Name that is used to qualify chat models.
- 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.
- checkForNonPublicMethodIssues() - Method in class io.helidon.microprofile.grpc.core.AbstractServiceBuilder
-
Verify that there are no non-public annotated methods.
- checkLength(int) - Method in enum class io.helidon.http.http2.Http2FrameType
-
Check if the length of the frame is valid for this frame type.
- 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.
- checkOpen() - Method in class io.helidon.integrations.jdbc.DelegatingResultSet
-
Ensures this
DelegatingResultSetis not closed, if strict closed checking was enabled at construction time. - checkOpen() - Method in class io.helidon.integrations.jdbc.DelegatingStatement
-
Ensures this
DelegatingStatementis not closed, if strict closed checking was enabled at construction time. - 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. - 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.common.config.Config.Key
-
Deprecated.Create a child key to the current key.
- child(Config.Key) - Method in interface io.helidon.config.Config.Key
-
Create a child key to the current key.
- 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
- cipherText() - Method in class io.helidon.integrations.vault.secrets.transit.Encrypt.Encrypted
-
Cipher text - string representation of the encrypted secret.
- cipherText(String) - Method in class io.helidon.integrations.vault.secrets.transit.Decrypt.Request
-
The data to decrypt (in current version something like
vault:v1:base64-text. - cipherText(String) - Method in class io.helidon.integrations.vault.secrets.transit.DecryptBatch.BatchEntry
-
Configure the cipher text to be decrypted.
- circuitBreaker() - Method in class io.helidon.faulttolerance.FtSupport.CircuitBreakerMethod
-
Provide a circuit breaker instance that should be used with this method.
- 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
CircuitBreaker. - 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.
- 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. - citationQuality() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.citationQuality(com.oracle.bmc.generativeaiinference.model.CohereChatRequest.CitationQuality) - citationQuality() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase.OciGenAiCohereChatModelConfigImpl
- citationQuality() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Generated from
BaseCohereChatModel.Builder.citationQuality(com.oracle.bmc.generativeaiinference.model.CohereChatRequest.CitationQuality) - citationQuality() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.citationQuality(com.oracle.bmc.generativeaiinference.model.CohereChatRequest.CitationQuality) - citationQuality() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase.OciGenAiCohereStreamingChatModelConfigImpl
- citationQuality() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
Generated from
BaseCohereChatModel.Builder.citationQuality(com.oracle.bmc.generativeaiinference.model.CohereChatRequest.CitationQuality) - citationQuality(CohereChatRequest.CitationQuality) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.citationQuality(com.oracle.bmc.generativeaiinference.model.CohereChatRequest.CitationQuality) - citationQuality(CohereChatRequest.CitationQuality) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Generated from
BaseCohereChatModel.Builder.citationQuality(com.oracle.bmc.generativeaiinference.model.CohereChatRequest.CitationQuality) - 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.codegen.classmodel.ClassType
-
Class type is a class.
- 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_WILDCARD - Static variable in class io.helidon.data.codegen.common.BaseGenerator
-
Type of the
Class<?>. - 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.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). - classInfo() - Method in interface io.helidon.microprofile.testing.HelidonTestInfo
-
Get the class info.
- classInfo() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- classInfo() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- classInfo(HelidonTestDescriptor<Class<?>>) - Static method in interface io.helidon.microprofile.testing.HelidonTestInfo
-
Create a new class info.
- classInfo(Class<?>) - Static method in interface io.helidon.microprofile.testing.HelidonTestInfo
-
Create a new class info.
- classInfo(Class<?>, Function<Class<?>, HelidonTestDescriptor<Class<?>>>) - Static method in interface io.helidon.microprofile.testing.HelidonTestInfo
-
Create a new class info.
- 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.
- classMapper(String) - Method in class io.helidon.integrations.graal.nativeimage.extension.NativeUtil
-
Class mapper.
- classMethodName(ContainerRequestContext) - Static method in class io.helidon.tracing.jersey.TracingHelper
-
Name is generated from class and method as {http-method}:{fully-qualified-class-name}.{method-name}.
- 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 the same as
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 the same as
Class.getSimpleName(). - classNameWithEnclosingNames() - Method in class io.helidon.codegen.classmodel.TypeArgument
-
Class name with enclosing types, separated by
.. - classNameWithEnclosingNames() - Method in interface io.helidon.common.types.TypeName
-
Class name with enclosing types, separated by
.. - classNameWithEnclosingNames() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
-
Class name with enclosing types, separated by
.. - classNameWithTypes() - Method in class io.helidon.codegen.classmodel.TypeArgument
-
Simple class name with generic declaration (if part of this name).
- classNameWithTypes() - Method in interface io.helidon.common.types.TypeName
-
Simple class name with generic declaration (if part of this name).
- classNameWithTypes() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
-
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<? extends ClasspathHandlerConfig>) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
List of classpath based static content handlers.
- classpath(List<? extends Path>) - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
The classpath to pass to the compiler.
- classPath(ClassLoader, String) - Static method in class io.helidon.config.mp.MpConfigSources
-
Find all resources on classpath and return a config source for each.
- classPath(ClassLoader, String, String) - Static method in class io.helidon.config.mp.MpConfigSources
-
Find all resources on classpath and return a config source for each with a profile.
- classPath(String) - Static method in class io.helidon.config.hocon.mp.HoconMpConfigSource
-
Create from HOCON/JSON file(s) on classpath.
- classPath(String) - Static method in class io.helidon.config.mp.MpConfigSources
-
Find all resources on classpath and return a config source for each.
- classPath(String) - Static method in class io.helidon.config.yaml.mp.YamlMpConfigSource
-
Create from YAML file(s) on classpath.
- classPath(String, String) - Static method in class io.helidon.config.hocon.mp.HoconMpConfigSource
-
Create from HOCON/JSON file(s) on classpath with profile support.
- classPath(String, String) - Static method in class io.helidon.config.mp.MpConfigSources
-
Find all resources on classpath and return a config source for each.
- classPath(String, String) - Static method in class io.helidon.config.yaml.mp.YamlMpConfigSource
-
Create from YAML file(s) on classpath with profile support.
- classPath(String, String, ClassLoader) - Static method in class io.helidon.config.yaml.mp.YamlMpConfigSource
-
Create from YAML file(s) on classpath from specified classloader with profile support.
- 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.
- ClassPathBuilder() - Constructor for class io.helidon.webserver.staticcontent.StaticContentService.ClassPathBuilder
-
Deprecated.Construct with no classpath root.
- 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
- classType(ClassType) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Type of the Java type we are creating.
- classType(ElementKind) - Method in class io.helidon.codegen.classmodel.ClassBase.Builder
-
Type of the Java type we are creating.
- ClassType - Enum Class in io.helidon.codegen.classmodel
-
Class type.
- classValue() - Method in interface io.helidon.common.types.Annotation
-
Typed value of the property "
value". - classValue() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value". - classValue() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value". - classValue() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed value of the property "
value". - classValue(String) - Method in interface io.helidon.common.types.Annotation
-
Typed value of a named property.
- classValue(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of a named property.
- classValue(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of a named property.
- classValue(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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() - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed value of the property "
value" that is defined as an array. - classValues() - Method in interface io.helidon.service.registry.Qualifier
-
Typed value of the property "
value" that is defined as an array. - classValues() - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
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.
- classValues(String) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
-
Typed values of a property that is defined as an array.
- classValues(String) - Method in interface io.helidon.service.registry.Qualifier
-
Typed values of a property that is defined as an array.
- classValues(String) - Method in class io.helidon.service.registry.Qualifier.BuilderBase.QualifierImpl
-
Typed values of a property that is defined as an array.
- clazz - Variable in class io.helidon.integrations.cdi.jpa.jaxb.Persistence.PersistenceUnit
-
Managed class to be included in the persistence unit and to scan for annotations.
- 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.
- cleanup() - Method in class io.helidon.integrations.jta.weld.NarayanaTransactionServices
-
Releases any internal resources acquired during the lifespan of this object.
- 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.configurable.LruCache
-
Deprecated.
- 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 interface io.helidon.lra.coordinator.client.PropagatedHeaders
-
Clear all headers.
- clear() - Method in class io.helidon.lra.coordinator.client.PropagatedHeaders.NoopPropagatedHeaders
- clear() - Method in class io.helidon.lra.coordinator.client.PropagatedHeaders.PrefixedPropagatedHeaders
- clearAbandonedConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearAdditionalProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Clear existing value of this property.
- clearAllowPoolSuspension() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearAnnotationInfo(AfterDeploymentValidation) - Method in class io.helidon.microprofile.metrics.MetricsCdiExtension
- clearAnnotationInfo(AfterDeploymentValidation) - Method in class io.helidon.microprofile.servicecommon.HelidonRestCdiExtension
-
Cleans up any data structures created during annotation processing but which are not needed once the CDI container has started.
- clearAot() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearApiKey() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAppName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear existing value of this property.
- clearAppTagName() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear existing value of this property.
- clearAsgName() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearAudit() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuditEventType() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuditMessageFormat() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthenticate() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthenticationOptional() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthenticator() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthFingerprint() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAuthorize() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthorizer() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthPassphrase() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAuthPrivateKey() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAuthPrivateKeyPath() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAuthProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthProvider() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthRegion() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAuthStrategy() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAuthTenantId() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAuthToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthToken() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearAuthUserId() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearAutoCommit() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearAutoCommit() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseFragment() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseQuery() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUri() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBaseUrl() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearBatch() - Method in class io.helidon.integrations.jdbc.DelegatingStatement
- clearBuffer(Consumer<T>) - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Clear whole buffer, invoke consumer for each item before discarding it.
- clearCallCredentials() - Method in class io.helidon.webclient.grpc.GrpcServiceDescriptor.BuilderBase
-
Clear existing value of this property.
- clearCatalog() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearCatalog() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearCertAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of this property.
- clearCertChain() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of this property.
- clearCertChainAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of this property.
- clearCertificates() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of this property.
- clearCitationQuality() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearCitationQuality() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearClassifier() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Clear existing value of this property.
- clearClassLoader() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearClient() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
Clear existing value of this property.
- clearClientName() - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Clear existing value of this property.
- clearClientName() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearClientTlsCertificatePem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearClientTlsPrivateKeyPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearClientUriSupplier() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Clear existing value of this property.
- clearClientVersion() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearClock() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Clear existing value of this property.
- clearClock() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Clear existing value of this property.
- clearCommitOnConnectionReturn() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearCompartmentOcid() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
Clear existing value of this property.
- clearComponentType() - Method in class io.helidon.common.types.TypeName.BuilderBase
-
Clear the existing value of this property.
- clearCompression() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearCompression() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearConcurrencyLimit() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Clear existing value of this property.
- clearConcurrencyLimit() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearConfigFileMethodConfig() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearConfigMethodConfig() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearConfigPath() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearConfigProfile() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearConnection() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionConfig() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionFactoryClassName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionFactoryProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionHarvestMaxCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionHarvestTriggerCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionInitSql() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionLabelingHighCost() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionPoolName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionProperties() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionRepurposeThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionTestQuery() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionValidationTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectionWaitDuration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearConnectTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Clear existing value of this property.
- clearContent() - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Clears created content.
- 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 this property.
- clearContentEncoding() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearContentPlain() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of this property.
- clearContextField() - Method in class io.helidon.service.codegen.DefaultsParams.BuilderBase
-
Clear existing value of this property.
- clearContractType() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of this property.
- 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 this property.
- clearCookieStore() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
Clear existing value of this property.
- clearCors() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear existing value of this property.
- clearCreateConnectionInBorrowThread() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearCreateOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Clear existing value of this property.
- clearCreateOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearCreateOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearCriteria() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Clear existing value of this property.
- clearCustomObjects() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearData(OpenTelemetryDataPropagationProvider.OpenTelemetryContext) - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider
- clearData(ZipkinDataPropagationProvider.ZipkinContext) - Method in class io.helidon.tracing.providers.zipkin.ZipkinDataPropagationProvider
- clearData(Map<String, String>) - Method in class io.helidon.logging.jul.JulMdcPropagator
- clearData(Map<String, String>) - Method in class io.helidon.logging.log4j.Log4jMdcPropagator
- clearData(Map<String, String>) - Method in class io.helidon.logging.slf4j.Slf4jMdcPropagator
- clearData(Map<String, Supplier<String>>) - 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 this property.
- clearDataSource() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Clear existing value of this property.
- clearDataSourceName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultRequestParameters() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultValue() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Clear existing value of this property.
- clearDefaultValue() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of this property.
- clearDefaultValue() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Clear existing value of this property.
- clearDegreeOfParallelism() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearDependency() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of this property.
- clearDeprecation() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.common.features.metadata.Aot.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearDescription() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Clear existing value of this property.
- clearDimension() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearDimensions() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearDirectHandlers() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearDirectory() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
Clear existing value of this property.
- clearDisplayName() - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
-
Clear existing value of this property.
- clearDropScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Clear existing value of this property.
- clearEmbeddingColumn() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Clear existing value of this property.
- clearEmbeddingModel() - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
-
Clear existing value of this property.
- clearEmbeddingModel() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearEmbeddingTable() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearEnclosingType() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of this property.
- clearEncoder() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearEncodingFormat() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearEndpoint() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearEndpoint() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearEntityParameter() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear existing value of this property.
- clearError() - Method in class io.helidon.service.registry.ActivationResult.BuilderBase
-
Clear existing value of this property.
- clearErrorHandler() - Method in class io.helidon.webserver.jsonrpc.JsonRpcHandlers.BuilderBase
-
Clear existing value of this property.
- clearExactSearch() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearExclude() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Clear existing value of this property.
- clearExclusiveMaximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of this property.
- clearExclusiveMaximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of this property.
- clearExclusiveMinimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of this property.
- clearExclusiveMinimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of this property.
- clearExecutor() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of this property.
- clearExecutor() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Clear existing value of this property.
- clearExecutor() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Clear existing value of this property.
- clearExecutorName() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of this property.
- clearExpression() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Clear existing value of this property.
- clearFallback() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Clear existing value of this property.
- clearFastConnectionFailoverEnabled() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearFederationEndpoint() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearFormat() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Clear existing value of this property.
- clearFrequencyPenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearFrequencyPenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearFrequencyPenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearFrequencyPenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearFrequencyPenalty() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearFrequencyPenalty() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearGenAiClient() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearGenAiClient() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearGenAiClient() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearGenAiClient() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- 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.
- clearHealthCheckUrl() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearHighCostConnectionReuseThreshold() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearHomePageUrl() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearHttpClientBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearId() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearId() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Clear existing value of this property.
- clearIdColumn() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Clear existing value of this property.
- clearIdleTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearImdsBaseUri() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearImdsDetectRetries() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearInactiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearInclude() - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Clear existing value of this property.
- clearIndex() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearInitialBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of this property.
- clearInitializationFailTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearInitializationTimeout() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearInitialPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearInitialRefreshDelay() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearInitScript() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Clear existing value of this property.
- clearInputStream() - Method in class io.helidon.webclient.api.WebClientServiceResponse.BuilderBase
-
Clear existing value of this property.
- clearInputType() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearInstanceId() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearInternalKeystoreProvider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearInternalKeystoreType() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearIsBitmap() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearIsolateInternalQueries() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearIsRawPrompting() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearIsRawPrompting() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearIsSearchQueriesOnly() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearIsSearchQueriesOnly() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearIsUnique() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearItemsArray() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearItemsBoolean() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearItemsInteger() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearItemsNull() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearItemsNumber() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearItemsObject() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearItemsString() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearJdbcDriverClassName() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Clear existing value of this property.
- clearJsonUnitsDefault() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Clear existing value of this property.
- clearKeepaliveTime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearKey() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of this property.
- clearKey() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearKeyAlias() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of this property.
- clearKeyManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearKeyManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearKeyPassphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of this property.
- clearKeyPassphrase() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of this property.
- clearKeystore() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of this property.
- clearLeakDetectionThreshold() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearListener() - Method in class io.helidon.declarative.codegen.model.http.ServerEndpoint.BuilderBase
-
Clear existing value of this property.
- clearListenerContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearLocalIpAddressSupplier() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogger() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogProbs() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogProbs() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogRequests() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearLogResponses() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearManager() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxAttempts() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxAttributes() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxAttributesPerEvent() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxAttributesPerLink() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxAttributeValueLength() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxBackoff() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxBackoffMultiplier() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxCompletionTokens() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxCompletionTokens() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxConnectionReuseCount() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxConnectionReuseTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxConnectionsPerShard() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxEvents() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxExportBatchSize() - Method in class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxIdleTime() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaximum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of this property.
- clearMaximum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of this property.
- clearMaximumPoolSize() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxInputTokens() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxInputTokens() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearMaxLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Clear existing value of this property.
- clearMaxLifetime() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxLinks() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Clear existing value of this property.
- clearMaxQueueSize() - Method in class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxResults() - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxRetries() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxSegmentsPerBatch() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxSegmentsPerBatch() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxStatements() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMaxTokens() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMediaContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearMemoryCache() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearMemoryCache() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear existing value of this property.
- clearMetadataColumn() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Clear existing value of this property.
- clearMeterProvider() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearMeterProvider() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearMeterRegistry() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
Clear existing value of this property.
- clearMethod() - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Clear existing value of this property.
- clearMinIdle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMinimum() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of this property.
- clearMinimum() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of this property.
- clearMinimumIdle() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMinItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearMinLength() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Clear existing value of this property.
- clearMinP() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMinP() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMinPoolSize() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearMinProperties() - Method in class io.helidon.json.schema.SchemaObject.BuilderBase
-
Clear existing value of this property.
- clearMinScore() - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
-
Clear existing value of this property.
- clearMinVectorsPerPartition() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearMirostat() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMirostat() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMirostatEta() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMirostatEta() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMirostatTau() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearMirostatTau() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelCachePath() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelCachePath() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelCachePath() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelCachePath() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModelName() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearModule() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of this property.
- clearMultipleOf() - Method in class io.helidon.json.schema.SchemaInteger.BuilderBase
-
Clear existing value of this property.
- clearMultipleOf() - Method in class io.helidon.json.schema.SchemaNumber.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearName() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearNeighborPartitions() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearNetworkProtocol() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearNormalizeEmbeddings() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearNumCtx() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearNumCtx() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearNumCtx() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearNumGenerations() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearNumGenerations() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearNumPredict() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearNumPredict() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearNumPredict() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearOcspResponderUri() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Clear existing value of this property.
- clearOnsConfiguration() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearOnStart() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Clear existing value of this property.
- clearOperationNameConstructor() - Method in class io.helidon.webserver.grpc.GrpcTracingConfig.BuilderBase
-
Deprecated.Clear existing value of this property.
- clearOrder() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Clear existing value of this property.
- clearOrder() - Method in class io.helidon.data.codegen.query.DataQuery.BuilderBase
-
Clear existing value of this property.
- clearOrganizationId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearOrganizationId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearOrganizationId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearOrganizationId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearOrganizationId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearOrganizationId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearOriginatingElement() - Method in class io.helidon.common.types.ModuleTypeInfo.BuilderBase
-
Clear existing value of this property.
- clearOriginatingElement() - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Clear existing value of this property.
- clearOriginatingElement() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of this property.
- clearPageRequest() - Method in class io.helidon.data.codegen.common.MethodParams.BuilderBase
-
Clear existing value of this property.
- clearParallelToolCalls() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearParallelToolCalls() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearParam() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Clear existing value of this property.
- clearParameters() - Method in class io.helidon.data.codegen.query.CriteriaCondition.BuilderBase
-
Clear existing value of this property.
- clearParameters() - Method in class io.helidon.integrations.jdbc.DelegatingPreparedStatement
- clearPassphrase() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Clear existing value of this property.
- clearPassphrase() - Method in class io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearPassphrase() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearPassword() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Clear existing value of this property.
- clearPath() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of this property.
- clearPath() - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
Clear existing value of this property.
- clearPath() - Method in class io.helidon.integrations.oci.ConfigFileMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearPattern() - Method in class io.helidon.json.schema.SchemaString.BuilderBase
-
Clear existing value of this property.
- clearPem() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of this property.
- clearPingTimeout() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearPoolingType() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPoolName() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearPortNumber() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearPreambleOverride() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPreambleOverride() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPresencePenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPresencePenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPresencePenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPresencePenalty() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPresencePenalty() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPresencePenalty() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPrivateKey() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of this property.
- clearPrivateKey() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearPrivateKey() - Method in class io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearPrivateKeyPath() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearProjectId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearProjectId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearProjectId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearProjectId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearProjectId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearProjectId() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPromptsTimeout() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearPromptTruncation() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPromptTruncation() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearProperty() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Clear existing value of this property.
- clearPropertyCycle() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearProtocol() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearProtocolVersion() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearProvider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearProviderClassName() - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
Clear existing value of this property.
- clearProxy() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of this property.
- clearProxy() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearPublicCert() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of this property.
- clearPublicKey() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Clear existing value of this property.
- clearPublicKey() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Clear existing value of this property.
- clearQuality() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearQuantizeModelAtRuntime() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearQuantizeModelAtRuntime() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearQuantizeModelAtRuntime() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearQuantizeModelAtRuntime() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearQueryParams() - Method in class io.helidon.security.SecurityEnvironment.Builder
-
We may want to clear existing query parameters.
- clearQueryTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearReadOnly() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearReadOnly() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearReadOnlyInstanceAllowed() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearReadTimeout() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Clear existing value of this property.
- clearReceiveBufferSize() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearReconnectInterval() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearRecordCacheCapacity() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearRefreshPeriod() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearRegion() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearRegisterMbeans() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearRelease() - Method in class io.helidon.codegen.compiler.CompilerOptions.BuilderBase
-
Clear existing value of this property.
- clearRepeatLastN() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearRepeatLastN() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearRepeatPenalty() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearRepeatPenalty() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearRepeatPenalty() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearRequestedUriDiscoveryContext() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearResourcePath() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of this property.
- clearResourcesTimeout() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearResponseFormat() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearResponseFormat() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearResponseFormat() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearResponseFormat() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearResponseFormat() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearResponseFormat() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearResult() - Method in class io.helidon.data.codegen.query.Projection.BuilderBase
-
Clear existing value of this property.
- clearRetryPolicy() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Clear existing value of this property.
- clearRetryPolicy() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearReturnThinking() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearReturnThinking() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearReturnThinking() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearReturnThinking() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearRevocation() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearRoleName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearRoles() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Clears all roles currently set to this builder.
- clearRootArray() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearRootBoolean() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearRootInteger() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearRootNull() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearRootNumber() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearRootObject() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearRootString() - Method in class io.helidon.json.schema.Schema.BuilderBase
-
Clear existing value of this property.
- clearRouting() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearRunLevel() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of this property.
- clearSamplePerPartition() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearSampler() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Clear existing value of this property.
- clearScheduleDelay() - Method in class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.BuilderBase
-
Clear existing value of this property.
- clearScheduler() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearSchema() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearSchema() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearScope() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Clear existing value of this property.
- clearSecondsToTrustIdleConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearSecureHealthCheckUrl() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearSecureRandom() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearSecureRandomAlgorithm() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearSecureRandomProvider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearSecureVipAddress() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSeed() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSemaphore() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Clear existing value of this property.
- clearSender() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearServerContext() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Clear existing value of this property.
- clearServerName() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearServiceInstance() - Method in class io.helidon.service.registry.InterceptionContext.BuilderBase
-
Clear existing value of this property.
- clearServiceRoles() - Method in class io.helidon.security.abac.role.RoleValidator.RoleConfig.Builder
-
Clears all service roles currently set to this builder.
- clearServiceTier() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearServiceTier() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearServiceType() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of this property.
- clearServingType() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearServingType() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearServingType() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearServingType() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSession() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearSessionLifetimeHours() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearSessionToken() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearSessionTokenMethodConfig() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearSessionTokenPath() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Clear existing value of this property.
- clearShardingMode() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearSince() - Method in class io.helidon.common.features.metadata.Deprecation.BuilderBase
-
Clear existing value of this property.
- clearSince() - Method in class io.helidon.common.features.metadata.FeatureMetadata.BuilderBase
-
Clear existing value of this property.
- clearSize() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSocketReceiveBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Clear existing value of this property.
- clearSocketSendBufferSize() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Clear existing value of this property.
- clearSpanLimits() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
Clear existing value of this property.
- clearSqlForValidateConnection() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearSslContext() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearSslContext() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearSslParameters() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearStartingPhase() - Method in class io.helidon.service.registry.ActivationRequest.BuilderBase
-
Clear existing value of this property.
- clearStaticFile() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
Clear existing value of this property.
- clearStatus() - Method in class io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
-
Clear existing value of this property.
- clearStatusPageUrl() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearStore() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearStore() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearStrictJsonSchema() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearStrictJsonSchema() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearStrictTools() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearStrictTools() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearStyle() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearSuperTypeInfo() - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
Clear existing value of this property.
- clearTagName() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Clear existing value of this property.
- clearTarget() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase
-
Clear existing value of this property.
- clearTargetAccuracy() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemperature() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTemporaryStorage() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearTemporaryStorage() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear existing value of this property.
- clearTenantId() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Clear existing value of this property.
- clearTextColumn() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Clear existing value of this property.
- clearThink() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearThink() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearThreadCount() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearThreadCount() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearThreadCount() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearThreadCount() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearThreadNamePrefix() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Clear existing value of this property.
- clearThrowable() - Method in class io.helidon.codegen.CodegenEvent.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeout() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeoutCheckInterval() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearTimeToLiveConnectionTimeout() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearTitle() - Method in class io.helidon.json.schema.SchemaItem.BuilderBase
-
Clear existing value of this property.
- clearTls() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase
-
Clear existing value of this property.
- clearTls() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Clear existing value of this property.
- clearToolExecutionTimeout() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearToolExecutionTimeoutErrorMessage() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Clear existing value of this property.
- clearTopK() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopK() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopK() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopK() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopK() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopK() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopK() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTopP() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearTracerProvider() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Clear existing value of this property.
- clearTransactionIsolation() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearTransactionIsolation() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearTrustedCertificatesPem() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearTrustManager() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Clear existing value of this property.
- clearTrustManagerFactoryAlgorithm() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearTrustManagerFactoryProvider() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Clear existing value of this property.
- clearUniqueItems() - Method in class io.helidon.json.schema.SchemaArray.BuilderBase
-
Clear existing value of this property.
- clearUri() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Clear existing value of this property.
- clearUser() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearUser() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearUser() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearUser() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearUsername() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Clear existing value of this property.
- clearValidateConnectionOnBorrow() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearValidationTimeout() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- clearValidators() - Method in class io.helidon.security.jwt.JwtValidator.Builder
-
Clear all add validators.
- clearVaultManagementEndpoint() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
Clear existing value of this property.
- clearVectorIndex() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearVectorIndexCreateOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Clear existing value of this property.
- clearVipAddress() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Clear existing value of this property.
- clearWarnings() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- clearWarnings() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- clearWarnings() - Method in class io.helidon.integrations.jdbc.DelegatingResultSet
- clearWarnings() - Method in class io.helidon.integrations.jdbc.DelegatingStatement
- clearWeight() - Method in class io.helidon.service.registry.Lookup.BuilderBase
-
Clear existing value of this property.
- clearWelcome() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Clear existing value of this property.
- clearWelcome() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Clear existing value of this property.
- clearWorkingDirectory() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearWorkingDirectory() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Clear existing value of this property.
- clearWorkingDirectory() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearWorkingDirectory() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearWorkingQuantizedType() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearWorkingQuantizedType() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Clear existing value of this property.
- clearWorkingQuantizedType() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Clear existing value of this property.
- clearXaDataSource() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Clear existing value of this property.
- client() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
Http1Clientto use to communicate with the Eureka server. - client() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl
- client() - Method in interface io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
-
The
Http1Clientto use to communicate with the Eureka server. - client(Http1Client) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
Http1Clientto use to communicate with the Eureka server. - client(Http1ClientConfig) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
Http1Clientto use to communicate with the Eureka server. - client(Protocol<T, 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) using its config configured when creating the client, or default config if none configured.
- client(Protocol<T, C>) - Method in class io.helidon.webserver.testing.junit5.DirectWebClient
- client(Protocol<T, C>, 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<T, C>, 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(Consumer<Http1ClientConfig.Builder>) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
The
Http1Clientto use to communicate with the Eureka server. - 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.tracing.Span.Kind
-
Client span, should cover outbound request, where the span creator acts as a client.
- CLIENT_ACKNOWLEDGE - Enum constant in enum class io.helidon.messaging.connectors.jms.AcknowledgeMode
-
Message is acknowledged when
Message.ack()is invoked either manually or byAcknowledgmentpolicy. - 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_ID_ATTRIBUTE - Static variable in class io.helidon.messaging.connectors.jms.JmsConnector
-
Client identifier for JMS connection.
- 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.
- 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<Integer, Http2WindowUpdate>) - Static method in class io.helidon.http.http2.ConnectionFlowControl
-
Create connection HTTP/2 flow-control for client side.
- clientBuilderSupplier() - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase
-
An
Http1ClientConfig.Builderused to build an internal client for communicating with a Eureka server. - clientBuilderSupplier() - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase.EurekaRegistrationConfigImpl
- clientBuilderSupplier() - Method in interface io.helidon.integrations.eureka.EurekaRegistrationConfig
-
An
Http1ClientConfig.Builderused to build an internal client for communicating with a Eureka server. - clientBuilderSupplier(Http1ClientConfig.Builder) - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase
-
An
Http1ClientConfig.Builderused to build an internal client for communicating with a Eureka server. - clientBuilderSupplier(Supplier<? extends Http1ClientConfig.Builder>) - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase
-
An
Http1ClientConfig.Builderused to build an internal client for communicating with a Eureka server. - clientCertificate(Resource) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
-
Certificate of client in PEM format.
- 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
- clientContext(DbClientContext) - Method in class io.helidon.dbclient.DbExecuteContext.BuilderBase
-
Set the client context.
- clientContext(Class<C>) - Method in class io.helidon.dbclient.DbExecuteContext
-
Returns client context cast to it's extending class.
- 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<ClientCredentialsConfig.Builder>) - 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.
- clientFlag(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies if certificates are flagged for client use.
- 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.google.login.GoogleTokenProvider.Builder
-
Google application client id, to validate that the token was generated by Google for us.
- clientId(String) - Method in class io.helidon.security.providers.oidc.common.BaseBuilder
-
Client ID as generated by OIDC server.
- ClientMethodDescriptor - Class in io.helidon.microprofile.grpc.client
-
Encapsulates all metadata necessary to define a gRPC method.
- ClientMethodDescriptor.Builder - Class in io.helidon.microprofile.grpc.client
-
MethodDescriptorbuilder implementation. - ClientMethodDescriptor.Rules - Interface in io.helidon.microprofile.grpc.client
-
ClientMethod configuration API.
- 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() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Sets the name that the client will use to identify itself to the MCP server in the initialization message.
- clientName() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase.McpClientConfigImpl
- clientName() - Method in interface io.helidon.integrations.langchain4j.McpClientConfig
-
Sets the name that the client will use to identify itself to the MCP server in the initialization message.
- clientName() - Element in annotation interface io.helidon.webclient.api.RestClient.Endpoint
-
Deprecated.Name of a named instance of
WebClientwe 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.
- clientName(String) - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Sets the name that the client will use to identify itself to the MCP server in the initialization message.
- clientOnly() - Method in interface io.helidon.grpc.core.MethodHandler
-
Determine whether this is a client side only handler.
- clientOnly() - Method in class io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier.ClientStreamingIterable
- clientOnly() - Method in class io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier.ClientStreamingStream
- 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.
- ClientRequestAttribute - Enum Class in io.helidon.microprofile.grpc.client
-
An enum of possible gRPC client call attributes to attach to call tracing spans.
- ClientRequestBase<T,
R> - Class in io.helidon.webclient.api -
Abstract base implementation of an HTTP client.
- ClientRequestBase(HttpClientConfig, WebClientCookieManager, String, Method, ClientUri, Boolean, Map<String, String>) - Constructor for class io.helidon.webclient.api.ClientRequestBase
- ClientRequestBase(HttpClientConfig, WebClientCookieManager, String, Method, ClientUri, Map<String, String>) - Constructor for class io.helidon.webclient.api.ClientRequestBase
- 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.
- ClientSecurity - Class in io.helidon.microprofile.security
-
Constants used to override behavior of the outbound security for Jersey.
- ClientSecurityAutoDiscoverable - Class in io.helidon.microprofile.security
-
Auto discoverable feature to bind into jersey runtime.
- ClientSecurityAutoDiscoverable() - Constructor for class io.helidon.microprofile.security.ClientSecurityAutoDiscoverable
- ClientSecurityFilter - Class in io.helidon.microprofile.security
-
JAX-RS client filter propagating current context principal.
- ClientSecurityFilter() - Constructor for class io.helidon.microprofile.security.ClientSecurityFilter
-
Create an instance of this filter (used by Jersey or for unit tests, do not use explicitly in your production code).
- ClientServiceDescriptor - Class in io.helidon.microprofile.grpc.client
-
Encapsulates all details about a client side gRPC service.
- ClientServiceDescriptor.Builder - Class in io.helidon.microprofile.grpc.client
-
A
ClientServiceDescriptorbuilder. - ClientServiceDescriptor.Rules - Interface in io.helidon.microprofile.grpc.client
-
Fluent configuration interface for the
ClientServiceDescriptor. - 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<DbClientService>) - 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<ReqT, ResT>) - Method in class io.helidon.webserver.grpc.GrpcRouting.Builder
-
Client streaming route.
- clientStream(String, ServerCalls.ClientStreamingMethod<ReqT, ResT>) - Method in interface io.helidon.webserver.grpc.GrpcService.Routing
-
Client streaming route.
- clientStream(String, StreamObserver<ResT>) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Asynchronous gRPC client stream call.
- clientStream(String, Iterator<ReqT>) - Method in interface io.helidon.webclient.grpc.GrpcServiceClient
-
Blocking gRPC client stream call.
- clientStreaming(Object[], MethodHandler.ClientStreaming) - Method in interface io.helidon.grpc.core.MethodHandler
-
Handle a bi-directional client call.
- clientStreaming(Object[], MethodHandler.ClientStreaming) - Method in class io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier.ClientStreaming
- clientStreaming(Object[], MethodHandler.ClientStreaming) - Method in class io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier.ClientStreamingIterable
- clientStreaming(Object[], MethodHandler.ClientStreaming) - Method in class io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier.ClientStreamingStream
- clientStreaming(Object[], MethodHandler.ClientStreaming) - Method in class io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier.FutureResponse
- clientStreaming(String) - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Builder
- clientStreaming(String) - Method in interface io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Rules
-
Register client streaming method for the service.
- clientStreaming(String, ServerCalls.ClientStreamingMethod<ReqT, ResT>) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- clientStreaming(String, ServerCalls.ClientStreamingMethod<ReqT, ResT>) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register client streaming method for the service.
- clientStreaming(String, ServerCalls.ClientStreamingMethod<ReqT, ResT>, GrpcMethodDescriptor.Configurer<ReqT, ResT>) - Method in class io.helidon.webserver.grpc.GrpcServiceDescriptor.Builder
- clientStreaming(String, ServerCalls.ClientStreamingMethod<ReqT, ResT>, GrpcMethodDescriptor.Configurer<ReqT, ResT>) - Method in interface io.helidon.webserver.grpc.GrpcServiceDescriptor.Rules
-
Register client streaming method for the service.
- clientStreaming(String, StreamObserver<RespT>) - Method in interface io.helidon.grpc.core.MethodHandler.ClientStreaming
-
Perform a client streaming client call.
- clientStreaming(String, StreamObserver<RespT>) - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Invoke the specified client streaming method.
- clientStreaming(String, Iterable<ReqT>) - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Invoke the specified client streaming method.
- clientStreaming(String, String) - Static method in class io.helidon.webclient.grpc.GrpcClientMethodDescriptor
-
Creates a new client Streaming
GrpcClientMethodDescriptor.Builderwith the specified name. - clientStreaming(String, Consumer<ClientMethodDescriptor.Rules>) - Method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Builder
- clientStreaming(String, Consumer<ClientMethodDescriptor.Rules>) - Method in interface io.helidon.microprofile.grpc.client.ClientServiceDescriptor.Rules
-
Register client streaming method for the service.
- clientStreaming(String, Stream<ReqT>) - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Invoke the specified client streaming method.
- ClientStreamingMethodHandlerSupplier - Class in io.helidon.microprofile.grpc.core
-
A supplier of
MethodHandlers for client streaming gRPC methods. - ClientStreamingMethodHandlerSupplier() - Constructor for class io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier
-
Create a supplier of handlers for client streaming methods.
- ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler<ReqT,
RespT> - Class in io.helidon.microprofile.grpc.core -
A base class for client streaming
MethodHandlers. - ClientStreamingMethodHandlerSupplier.ClientStreaming<ReqT,
RespT> - Class in io.helidon.microprofile.grpc.core -
A client streaming
MethodHandlerthat calls a standard client streaming method handler method of the form. - ClientStreamingMethodHandlerSupplier.ClientStreamingIterable<ReqT,
RespT> - Class in io.helidon.microprofile.grpc.core -
A client side only client streaming
MethodHandlerthat streams requests from an iterable. - ClientStreamingMethodHandlerSupplier.ClientStreamingStream<ReqT,
RespT> - Class in io.helidon.microprofile.grpc.core -
A client side only client streaming
MethodHandlerthat streams requests from a stream. - ClientStreamingMethodHandlerSupplier.FutureResponse<ReqT,
RespT> - Class in io.helidon.microprofile.grpc.core -
A client streaming
MethodHandlerthat calls a standard client streaming method handler method of the form. - 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<ResourceConfig.Builder>) - 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<ResourceConfig.Builder>) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
TLS client key.
- ClientTracingAutoDiscoverable - Class in io.helidon.tracing.jersey.client
-
Auto discoverable feature to bind into jersey runtime.
- ClientTracingAutoDiscoverable() - Constructor for class io.helidon.tracing.jersey.client.ClientTracingAutoDiscoverable
- ClientTracingFilter - Class in io.helidon.tracing.jersey.client
-
This filter adds tracing information the the associated JAX-RS client call based on the provided properties.
- ClientTracingFilter() - Constructor for class io.helidon.tracing.jersey.client.ClientTracingFilter
-
Default constructor so this filter can be registered with Jersey as a class.
- ClientTracingInterceptor - Class in io.helidon.tracing.jersey.client
-
A post-invocation client interceptor.
- ClientTracingInterceptor() - Constructor for class io.helidon.tracing.jersey.client.ClientTracingInterceptor
- 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() - Constructor for class io.helidon.webclient.grpc.ClientUriSuppliers
- 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.
- clientVersion() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Sets the version string that the client will use to identify itself to the MCP server in the initialization message.
- clientVersion() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase.McpClientConfigImpl
- clientVersion() - Method in interface io.helidon.integrations.langchain4j.McpClientConfig
-
Sets the version string that the client will use to identify itself to the MCP server in the initialization message.
- clientVersion(String) - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Sets the version string that the client will use to identify itself to the MCP server in the initialization message.
- 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 interface io.helidon.metrics.api.MeterRegistry
-
Returns the default
Clockin use by the registry. - 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.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<Long>) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
A clock that supplies nanosecond time.
- clock(Supplier<Long>) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.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).
- clockSkew(int) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider.Builder
-
Clock skew to be accounted for in token expiration and max age validations in seconds.
- 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.MultiFromOutputStream
-
Deprecated.
- close() - Method in interface io.helidon.common.socket.HelidonSocket
-
Close the underlying socket.
- close() - Method in class io.helidon.common.socket.PlainSocket
- close() - Method in class io.helidon.common.socket.SocketWriter
-
Close this writer.
- 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 class io.helidon.config.git.GitConfigSource
- 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.discovery.providers.eureka.EurekaDiscovery
-
Closes any resources used by this
EurekaDiscoveryimplementation. - close() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
-
Overrides the
DelegatingConnection.close()method so that when it is invoked thisConditionallyCloseableConnectionis closed only if it is closeable. - close() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- close() - Method in class io.helidon.integrations.jdbc.DelegatingResultSet
- close() - Method in class io.helidon.integrations.jdbc.DelegatingStatement
-
Overrides the
Statement.close()method so that when it is invoked thisDelegatingStatementis closed only if it is closeable. - close() - Method in class io.helidon.logging.jul.HelidonConsoleHandler
- close() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- close() - Method in interface io.helidon.metrics.api.MeterRegistry
-
Closes the meter registry.
- close() - Method in interface io.helidon.metrics.api.MetricsFactory
-
Closes this metrics factory.
- close() - Method in class io.helidon.metrics.providers.micrometer.MicrometerMetricsFactoryProvider
- close() - Method in interface io.helidon.metrics.spi.MetricsFactoryProvider
-
Closes all metrics factories created by this provider.
- close() - Method in class io.helidon.microprofile.testing.HelidonTestContainer
-
Stop the container.
- close() - Method in class io.helidon.microprofile.testing.HelidonTestScope
-
Close the scope.
- 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
-
Deprecated.
- close() - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracer
- close() - Method in interface io.helidon.tracing.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
-
Removes the stream from underlying connection.
- 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(URI, PropagatedHeaders) - Method in interface io.helidon.lra.coordinator.client.CoordinatorClient
-
Close LRA if its active.
- close(URI, PropagatedHeaders) - Method in class io.helidon.lra.coordinator.client.narayana.NarayanaClient
- close(Consumer<Flow.Subscriber<? super T>>) - 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
-
Closes all
MetricsFactoryinstances. - 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() - Method in class io.helidon.microprofile.testing.HelidonTestContainer
-
Indicate if the container is closed.
- 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.
- closeOnCompletion() - Method in class io.helidon.integrations.jdbc.DelegatingStatement
- 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.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(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<Option<?>>, 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.
- 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.
- codeSigningFlag(boolean) - Method in class io.helidon.integrations.vault.secrets.pki.PkiRole.Request
-
Specifies if certificates are flagged for code signing use.
- codeText() - Method in class io.helidon.http.Status
-
Text of the
Status.code(). - codeToString(int) - Static method in interface io.helidon.integrations.jta.jdbc.ExceptionConverter
-
Returns a non-
nullStringrepresentation of the supplied code. - CohereEmbeddingModelConfig - Interface in io.helidon.integrations.langchain4j.providers.cohere
-
Interface generated from definition.
- CohereEmbeddingModelConfig.Builder - Class in io.helidon.integrations.langchain4j.providers.cohere
-
Fluent API builder for
CohereEmbeddingModelConfig. - CohereEmbeddingModelConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.integrations.langchain4j.providers.cohere -
Fluent API builder base for
CohereEmbeddingModelConfig. - CohereEmbeddingModelConfig.BuilderBase.CohereEmbeddingModelConfigImpl - Class in io.helidon.integrations.langchain4j.providers.cohere
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CohereEmbeddingModelConfigImpl(CohereEmbeddingModelConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase.CohereEmbeddingModelConfigImpl
-
Create an instance providing a builder.
- CoherenceEmbeddingStoreConfig - Interface in io.helidon.integrations.langchain4j.providers.coherence
-
Interface generated from definition.
- CoherenceEmbeddingStoreConfig.Builder - Class in io.helidon.integrations.langchain4j.providers.coherence
-
Fluent API builder for
CoherenceEmbeddingStoreConfig. - CoherenceEmbeddingStoreConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.integrations.langchain4j.providers.coherence -
Fluent API builder base for
CoherenceEmbeddingStoreConfig. - CoherenceEmbeddingStoreConfig.BuilderBase.CoherenceEmbeddingStoreConfigImpl - Class in io.helidon.integrations.langchain4j.providers.coherence
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CoherenceEmbeddingStoreConfigImpl(CoherenceEmbeddingStoreConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase.CoherenceEmbeddingStoreConfigImpl
-
Create an instance providing a builder.
- CohereScoringModelConfig - Interface in io.helidon.integrations.langchain4j.providers.cohere
-
Interface generated from definition.
- CohereScoringModelConfig.Builder - Class in io.helidon.integrations.langchain4j.providers.cohere
-
Fluent API builder for
CohereScoringModelConfig. - CohereScoringModelConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.integrations.langchain4j.providers.cohere -
Fluent API builder base for
CohereScoringModelConfig. - CohereScoringModelConfig.BuilderBase.CohereScoringModelConfigImpl - Class in io.helidon.integrations.langchain4j.providers.cohere
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- CohereScoringModelConfigImpl(CohereScoringModelConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase.CohereScoringModelConfigImpl
-
Create an instance providing a builder.
- collect() - Method in class io.helidon.common.Errors.Collector
-
Process the messages collected into an
Errorsinstance. - collect(Collector<T, U>) - Method in interface io.helidon.common.reactive.Multi
- collect(Supplier<? extends U>, BiConsumer<U, T>) - 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. - CollectingObserver<T,
V, - Class in io.helidon.webserver.grpcU, A, R> -
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.grpc.core.CollectingObserverinstead. - COLLECTION - Static variable in class io.helidon.common.types.TypeNames
-
Type name for
Collection. - 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(). - Collector() - Constructor for class io.helidon.common.Errors.Collector
-
Deprecated, for removal: This API element is subject to removal in a future version.please use
Errors.collector()instead - collectorHost(String) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
- collectorHost(String) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Host to use to connect to tracing collector.
- collectorHost(String) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- collectorHost(String) - Method in interface io.helidon.tracing.TracerBuilder
-
Host to use to connect to tracing collector.
- collectorPath(String) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
- collectorPath(String) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Path on the collector host to use when sending data to tracing collector.
- collectorPath(String) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
-
Override path to use.
- collectorPath(String) - Method in interface io.helidon.tracing.TracerBuilder
-
Path on the collector host to use when sending data to tracing collector.
- collectorPort(int) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
- collectorPort(int) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Port to use to connect to tracing collector.
- collectorPort(int) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- collectorPort(int) - Method in interface io.helidon.tracing.TracerBuilder
-
Port to use to connect to tracing collector.
- collectorProtocol(String) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
- collectorProtocol(String) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Protocol to use (such as
httporhttps) to connect to tracing collector. - collectorProtocol(String) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- collectorProtocol(String) - Method in interface io.helidon.tracing.TracerBuilder
-
Protocol to use (such as
httporhttps) to connect to tracing collector. - collectorRegistry(CollectorRegistry) - Method in class io.helidon.metrics.prometheus.PrometheusSupport.Builder
-
Sets collector registry to use, default is
CollectorRegistry.defaultRegistry. - collectorUri(URI) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Set the collector URI used for sending tracing data.
- collectorUri(URI) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- collectorUri(URI) - Method in interface io.helidon.tracing.TracerBuilder
-
Set the collector URI used for sending tracing data.
- collectStream(Collector<T, A, R>) - 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(Class<T>, 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<Dependency>, List<Dependency>) - Static method in class io.helidon.service.registry.GeneratedService.DependencySupport
-
Combine dependencies from this type with dependencies from supertype.
- 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<String>) - 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.
- commit() - Method in interface io.helidon.dbclient.DbTransaction
-
Complete the transaction represented by this
DbTransactioninstance. - commit() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- commit() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- commit() - Method in class io.helidon.integrations.jta.cdi.DelegatingTransactionManager
-
Deprecated.Completes the transaction associated with the current thread.
- commit() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- 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.
- COMMIT - Enum constant in enum class io.helidon.integrations.jta.jdbc.ExceptionConverter.XARoutine
-
An enum constant modeling the
XAResource.commit(Xid, boolean)method. - 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(String) - Method in class io.helidon.integrations.vault.secrets.pki.GenerateSelfSignedRoot.Request
-
Common name of the certificate that is going to be generated.
- commonName(String) - Method in class io.helidon.integrations.vault.secrets.pki.IssueCertificate.Request
- commonName(String) - Method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Request
- compareTo(Annotation) - Method in class io.helidon.common.types.Annotation.BuilderBase.AnnotationImpl
- compareTo(TypeName) - Method in class io.helidon.codegen.classmodel.TypeArgument
- compareTo(TypeName) - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- compareTo(Weighted) - Method in interface io.helidon.common.Weighted
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase.OciGenAiChatModelConfigImpl
- compartmentId() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase.OciGenAiCohereChatModelConfigImpl
- compartmentId() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase.OciGenAiCohereStreamingChatModelConfigImpl
- compartmentId() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase.OciGenAiStreamingChatModelConfigImpl
- compartmentId() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
OCI Compartment OCID.
- compartmentId() - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
Compartment Id.
- compartmentId() - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase.ImdsInstanceInfoImpl
- compartmentId() - Method in interface io.helidon.integrations.oci.ImdsInstanceInfo
-
Compartment Id.
- compartmentId(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId(String) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
OCI Compartment OCID.
- compartmentId(String) - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
Compartment Id.
- compartmentId(String) - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupport.Builder
-
Sets the compartment ID.
- compartmentOcid() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
The OCID of the compartment the services are in.
- compartmentOcid() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase.OciCertificatesTlsManagerConfigImpl
- compartmentOcid() - Method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
The OCID of the compartment the services are in.
- compartmentOcid(String) - Method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleNodeConfigSource.Builder
-
Sets the (required) OCID of the OCI compartment housing the vault from which a
SecretBundleNodeConfigSourcewill retrieve values. - compartmentOcid(String) - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
The OCID of the compartment the services are in.
- 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).
- compensate() - Method in interface io.helidon.lra.coordinator.client.Participant
-
URI of participant's method annotated with
@Compensate. - compensateURI() - Method in interface io.helidon.lra.coordinator.Participant
-
Invoked when cancelled 200, 202, 409, 410.
- 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() - Method in interface io.helidon.lra.coordinator.client.Participant
-
URI of participant's method annotated with
@Complete. - complete() - Method in class io.helidon.messaging.connectors.mock.MockIncoming
-
Send terminal complete signal to the channel.
- complete() - Method in class io.helidon.messaging.Emitter
-
Send onComplete signal to all subscribers.
- complete(StreamObserver<T>, 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<T>, Runnable, T) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.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<T>, Callable<T>) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Complete a gRPC request based on the result of a
Callable. - complete(StreamObserver<T>, Callable<T>) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Complete a gRPC request based on the result of a
Callable. - complete(StreamObserver<T>, CompletionStage<T>) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Complete a gRPC request based on the result of a
CompletionStage. - complete(StreamObserver<T>, CompletionStage<T>) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Complete a gRPC request based on the result of a
CompletionStage. - complete(StreamObserver<T>, T) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Complete a gRPC request.
- complete(StreamObserver<T>, T) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Complete a gRPC request.
- completeAsync(StreamObserver<T>, 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<T>, Runnable, T) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.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<T>, 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<T>, Runnable, T, Executor) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.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<T>, Callable<T>) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
Callable. - completeAsync(StreamObserver<T>, Callable<T>) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Asynchronously complete a gRPC request based on the result of a
Callable. - completeAsync(StreamObserver<T>, Callable<T>, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
Callable. - completeAsync(StreamObserver<T>, Callable<T>, Executor) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Asynchronously complete a gRPC request based on the result of a
Callable. - completeAsync(StreamObserver<T>, CompletionStage<T>) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
CompletionStage. - completeAsync(StreamObserver<T>, CompletionStage<T>) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Asynchronously complete a gRPC request based on the result of a
CompletionStage. - completeAsync(StreamObserver<T>, CompletionStage<T>, Executor) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Asynchronously complete a gRPC request based on the result of a
CompletionStage. - completeAsync(StreamObserver<T>, CompletionStage<T>, Executor) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Asynchronously complete a gRPC request based on the result of a
CompletionStage. - completeNow() - Method in class io.helidon.common.reactive.BufferedEmittingPublisher
-
Send
onCompletesignal downstream immediately, regardless of the buffer content. - completeURI() - Method in interface io.helidon.lra.coordinator.Participant
-
Invoked when closed 200, 202, 409, 410.
- completeWithoutResult(StreamObserver<U>) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Obtain a
Consumerthat can be used to complete aStreamObserver. - completeWithoutResult(StreamObserver<U>) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.Obtain a
Consumerthat can be used to complete aStreamObserver. - completeWithResult(StreamObserver<U>) - Static method in class io.helidon.grpc.core.ResponseHelper
-
Obtain a
Consumerthat can be used to send values to theStreamObserver.onNext(Object)method. - completeWithResult(StreamObserver<U>) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.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). - completionStage() - Method in class io.helidon.microprofile.grpc.client.GrpcServiceClient.SingleValueStreamObserver
-
Obtain the
CompletableFuturethat will be completed when theStreamObservercompletes. - 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.
- componentConfig() - Method in class io.helidon.microprofile.metrics.MetricsCdiExtension
- componentConfig() - Method in class io.helidon.microprofile.servicecommon.HelidonRestCdiExtension
-
SE Configuration of the current compoennt.
- 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. - 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<TypeName.Builder>) - 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<? extends TypeName>) - Method in class io.helidon.common.types.TypedElementInfo.BuilderBase
-
Returns the component type names describing the element.
- compose(Function<? super Multi<T>, ? extends Flow.Publisher<? extends U>>) - 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<? super Single<T>, ? extends Single<? extends U>>) - Method in interface io.helidon.common.reactive.Single
-
Apply the given
composerfunction to the currentSingleinstance and return theSinglereturned by this function. - 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() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Compression type.
- compression() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase.ZipkinExporterConfigImpl
- compression() - Method in interface io.helidon.telemetry.otelconfig.ZipkinExporterConfig
-
Compression type.
- compression(CompressionType) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Compression the exporter uses.
- compression(CompressionType) - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
Compression type.
- 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(String) - Method in class io.helidon.messaging.connectors.kafka.KafkaConfigBuilder
-
The compression type for all data generated by the producer.
- CompressionType - Enum Class in io.helidon.telemetry.otelconfig
-
Types of compression supported by OpenTelemetry.
- COMPRESSOR - Enum constant in enum class io.helidon.microprofile.grpc.client.ClientRequestAttribute
-
Add the compressor type to the tracing span.
- computeChanges() - Method in class io.helidon.discovery.providers.eureka.CacheConfig.BuilderBase.CacheConfigImpl
- computeChanges() - Method in class io.helidon.discovery.providers.eureka.CacheConfig.BuilderBase
-
Whether the state of the cache should be computed from changes reported by Eureka, or replaced in full;
trueby default. - computeChanges() - Method in interface io.helidon.discovery.providers.eureka.CacheConfig
-
Whether the state of the cache should be computed from changes reported by Eureka, or replaced in full;
trueby default. - computeChanges(boolean) - Method in class io.helidon.discovery.providers.eureka.CacheConfig.BuilderBase
-
Whether the state of the cache should be computed from changes reported by Eureka, or replaced in full;
trueby default. - 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<? extends ComputedHeader>) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of computed header values.
- computedHeaders(Set<Annotation>, 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<Optional<V>>) - Method in class io.helidon.common.configurable.LruCache
-
Deprecated.
- computeValue(K, Supplier<Optional<V>>) - Method in interface io.helidon.common.LruCache
-
Either return a cached value or compute it and cache it.
- computeValue(K, Supplier<Optional<V>>) - Method in interface io.helidon.security.providers.common.EvictableCache
-
Either return a cached value or compute it and cache it.
- concat(Flow.Publisher<T>, Flow.Publisher<T>) - Static method in interface io.helidon.common.reactive.Multi
-
Concat streams to one.
- concat(Flow.Publisher<T>, Flow.Publisher<T>, Flow.Publisher<T>...) - Static method in interface io.helidon.common.reactive.Multi
-
Concat streams to one.
- concat(PublisherBuilder<? extends T>, PublisherBuilder<? extends T>) - Method in class io.helidon.microprofile.reactive.HelidonReactivePublisherFactory
- concatArray(Flow.Publisher<T>...) - 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.
- 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() - Element in annotation interface io.helidon.microprofile.scheduling.Scheduled
-
Deprecated.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.
- concurrentExecution(boolean) - Method in class io.helidon.scheduling.Scheduling.CronBuilder
-
Deprecated.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.
- condition(CriteriaCondition) - Method in class io.helidon.data.codegen.query.Criteria.Builder
-
Add condition to the criteria expression.
- ConditionallyCloseableConnection - Class in io.helidon.integrations.jdbc
-
A JDBC 4.3-compliant
DelegatingConnectionwhoseConditionallyCloseableConnection.close()method may or may not close it depending on other partial state. - ConditionallyCloseableConnection(Connection) - Constructor for class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
-
Deprecated.This constructor continues to exist for backwards compatibility only and its use is strongly discouraged. Please use the
ConditionallyCloseableConnection(Connection, boolean, boolean)constructor instead and consider supplyingtruefor itsstrictClosedCheckingparameter. In the future, this constructor may change, without prior notice, to cause newConditionallyCloseableConnectioninstances created by it to behave as if they were created by invocations of theConditionallyCloseableConnection(Connection, boolean, boolean)constructor instead, withtruesupplied for itsstrictClosedCheckingparameter. - ConditionallyCloseableConnection(Connection, boolean) - Constructor for class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
-
Deprecated.This constructor continues to exist for backwards compatibility only and its use is strongly discouraged. Please use the
ConditionallyCloseableConnection(Connection, boolean, boolean)constructor instead and consider supplyingtruefor itsstrictClosedCheckingparameter. In the future, this constructor may change, without prior notice, to cause newConditionallyCloseableConnectioninstances created by it to behave as if they were created by invocations of theConditionallyCloseableConnection(Connection, boolean, boolean)constructor instead, withtruesupplied for itsstrictClosedCheckingparameter. - ConditionallyCloseableConnection(Connection, boolean, boolean) - Constructor for class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
-
Creates a new
ConditionallyCloseableConnection. - CONF_DEFAULT_COORDINATOR_URL - Static variable in interface io.helidon.lra.coordinator.client.CoordinatorClient
-
Default coordinator url.
- CONF_KEY_COORDINATOR_HEADERS_PROPAGATION_PREFIX - Static variable in interface io.helidon.lra.coordinator.client.CoordinatorClient
-
Prefix of headers which should be propagated to the coordinator.
- CONF_KEY_COORDINATOR_TIMEOUT - Static variable in interface io.helidon.lra.coordinator.client.CoordinatorClient
-
Timeout for synchronous communication with coordinator.
- CONF_KEY_COORDINATOR_TIMEOUT_UNIT - Static variable in interface io.helidon.lra.coordinator.client.CoordinatorClient
-
Timeout unit for synchronous communication with coordinator.
- CONF_KEY_COORDINATOR_URL - Static variable in interface io.helidon.lra.coordinator.client.CoordinatorClient
-
URL of the coordinator to be used for orchestrating Long Running Actions.
- config() - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Static method in class io.helidon.common.config.GlobalConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Services.get(Class)instead - config() - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.configurable.LruCacheConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.pki.Keys.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- 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.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.dbclient.jdbc.JdbcParametersConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.discovery.providers.eureka.CacheConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.http.media.gson.GsonSupportConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.eureka.LeaseInfoConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.eureka.PortInfoConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.microstream.metrics.MicrostreamMetricsSupport.Builder
-
Deprecated.get the current configured helidon configuration.
- config() - Method in class io.helidon.integrations.oci.ConfigFileMethodConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase.OciConfigImpl
- config() - Method in interface io.helidon.integrations.oci.OciConfig
-
Get the config used to update the builder.
- config() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.integrations.vault.Vault.Builder
-
Current config.
- config() - Method in class io.helidon.messaging.connectors.jms.ConnectionContext
-
Channel config.
- config() - Method in class io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- 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
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in interface io.helidon.microprofile.grpc.server.spi.GrpcMpContext
-
Obtain the Helidon configuration.
- config() - Method in class io.helidon.microprofile.openapi.MpOpenApiManagerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.security.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.SpanProcessorConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.api.WebClientConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.ConnectionConfig.BuilderBase
-
Deprecated.If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase.CorsConfigImpl
- config() - Method in interface io.helidon.webserver.cors.CorsConfig
-
Access to config that was used to create this feature.
- config() - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.grpc.GrpcTracingConfig.BuilderBase
-
Deprecated.If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
If this instance was configured, this would be the config instance used.
- 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.http2.Http2Config.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in interface io.helidon.webserver.ListenerContext
-
Configuration of this listener.
- config() - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- 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
-
If this instance was configured, this would be the config instance used.
- 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.observe.tracing.TracingObserverConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- 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.servicecommon.HelidonFeatureSupport.Builder
-
Returns the config (if any) assigned for this builder.
- config() - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config() - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
If this instance was configured, this would be the config instance used.
- config(Config) - Method in class io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.concurrency.limits.FixedLimitConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in interface io.helidon.common.config.ConfigBuilderSupport.ConfiguredBuilder
-
Deprecated.Update builder from configuration.
- config(Config) - Method in class io.helidon.common.configurable.AllowListConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.configurable.LruCacheConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.configurable.ResourceConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.configurable.ScheduledThreadPoolConfig.BuilderBase
- config(Config) - Method in class io.helidon.common.configurable.ThreadPoolConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.pki.Keys.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.pki.KeystoreKeys.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.pki.PemKeys.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.tls.RevocationConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.common.tls.TlsConfig.BuilderBase
-
Deprecated.
- config(Config) - Static method in interface io.helidon.config.Config
-
Deprecated, for removal: This API element is subject to removal in a future version.
- config(Config) - Method in class io.helidon.cors.CorsSupportBase.Builder
-
Merges CORS config information.
- config(Config) - Method in class io.helidon.cors.CorsSupportHelper.Builder
-
Adds cross-origin information via config.
- config(Config) - Method in class io.helidon.cors.CrossOriginConfig.Builder
-
Augment or override existing settings using the provided
Confignode. - config(Config) - Method in class io.helidon.cors.MappedCrossOriginConfig.Builder
-
Applies data in the provided config node.
- config(Config) - Method in class io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig.BuilderBase
- config(Config) - Method in class io.helidon.data.sql.common.ConnectionConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.data.sql.datasource.DataSourceConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig.BuilderBase
- config(Config) - Method in class io.helidon.data.sql.datasource.jdbc.JdbcDataSourceConfig.BuilderBase
- config(Config) - Method in class io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Deprecated.
- 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
- 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.discovery.providers.eureka.CacheConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
- config(Config) - Method in class io.helidon.faulttolerance.AsyncConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.faulttolerance.BulkheadConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.faulttolerance.CircuitBreakerConfig.BuilderBase
- config(Config) - Static method in class io.helidon.faulttolerance.FaultTolerance
-
Deprecated, for removal: This API element is subject to removal in a future version.
- config(Config) - Method in class io.helidon.faulttolerance.RetryConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.faulttolerance.TimeoutConfig.BuilderBase
-
Deprecated.
- 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
- config(Config) - Method in class io.helidon.http.media.gson.GsonSupportConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.http.media.jackson.JacksonSupportConfig.BuilderBase
- config(Config) - Method in class io.helidon.http.media.jsonb.JsonbSupportConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.http.media.MediaContextConfig.BuilderBase
-
Deprecated.
- 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.integrations.eureka.EurekaRegistrationConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.eureka.LeaseInfoConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.eureka.PortInfoConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.micrometer.MeterRegistryFactory.Builder
-
Deprecated.Override default configuration.
- config(Config) - Method in class io.helidon.integrations.microstream.metrics.MicrostreamMetricsSupport.Builder
-
Deprecated.set the helidon configuration used by the builder.
- config(Config) - Method in class io.helidon.integrations.neo4j.Neo4j.Builder
-
Read the configuration from external file and initialize the builder.
- config(Config) - Method in class io.helidon.integrations.oci.ConfigFileMethodConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
- config(Config) - Method in class io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecurityProvider.CubbyholeSecretConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.integrations.vault.secrets.kv1.Kv1SecurityProvider.Kv1SecretConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.integrations.vault.secrets.kv2.Kv2SecurityProvider.Kv2SecretConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitDigestConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitEncryptionConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.integrations.vault.Vault.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.messaging.connectors.aq.AqConnector.AqConnectorBuilder
-
Custom configuration for connector.
- 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
- config(Config) - Method in class io.helidon.metrics.api.MetricsConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.metrics.api.ScopeConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase
- config(Config) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
- config(Config) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider.Builder
-
Load this builder from a configuration.
- config(Config) - Method in class io.helidon.microprofile.openapi.MpOpenApiManagerConfig.BuilderBase
- config(Config) - Method in class io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig.BuilderBase
- config(Config) - Method in class io.helidon.microprofile.security.JerseySecurityFeature.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
- config(Config) - Method in class io.helidon.scheduling.CronConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.scheduling.FixedRateConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.scheduling.TaskConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.security.abac.policy.el.JavaxElPolicyExecutor.Builder
-
Updated builder from configuration.
- 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 and set the config to
AbacProvider.Builder.configuration(io.helidon.config.Config). - 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.config.vault.ConfigVaultProvider.Builder
-
Update this builder from provided configuration.
- config(Config) - Method in class io.helidon.security.providers.google.login.GoogleTokenProvider.Builder
-
Update this builder from configuration.
- 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.httpauth.HttpDigestAuthProvider.Builder
-
Update builder from configuration.
- 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
- 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.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.BatchSpanProcessorConfig.BuilderBase
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig.BuilderBase
- config(Config) - Method in class io.helidon.telemetry.otelconfig.OtlpExporterConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.RetryPolicyConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.SamplerConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.SpanExporterConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.SpanLimitsConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.SpanProcessorConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.BuilderBase
- config(Config) - Method in class io.helidon.tracing.config.ComponentTracingConfig.Builder
-
Update this builder from
Config. - config(Config) - Method in class io.helidon.tracing.config.SpanLogTracingConfig.Builder
-
Update this builder from
Config. - config(Config) - Method in class io.helidon.tracing.config.SpanTracingConfig.Builder
-
Update this builder from
Config. - config(Config) - Method in class io.helidon.tracing.config.TracingConfig.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
- config(Config) - Method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Load configuration of tracer from configuration of the application.
- config(Config) - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
- 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.HttpClientConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Deprecated.
- 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.WebClientConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webclient.api.WebClientCookieManagerConfig.BuilderBase
- config(Config) - Method in class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
- config(Config) - Method in class io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webclient.grpc.GrpcClientProtocolConfig.BuilderBase
- config(Config) - Method in class io.helidon.webclient.http1.Http1ClientProtocolConfig.BuilderBase
- config(Config) - Method in class io.helidon.webclient.http2.Http2ClientProtocolConfig.BuilderBase
- config(Config) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig.BuilderBase
- config(Config) - Method in class io.helidon.webclient.websocket.WsClientConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webclient.websocket.WsClientProtocolConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.concurrency.limits.LimitsFeatureConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.ConnectionConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.context.ContextFeatureConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.ErrorHandling.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.grpc.GrpcConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.grpc.GrpcReflectionConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.grpc.GrpcTracingConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.http1.Http1Config.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.http2.Http2Config.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.observe.config.ConfigObserverConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.observe.health.HealthObserverConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.observe.info.InfoObserverConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.observe.log.LogObserverConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.observe.metrics.MetricsObserverConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.observe.ObserverConfigBase.BuilderBase
-
Deprecated.
- 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
- config(Config) - Method in class io.helidon.webserver.security.PathsConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.security.SecurityFeatureConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.security.SecurityHandlerConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.servicecommon.HelidonFeatureSupport.Builder
-
Sets the configuration to be used by this builder.
- config(Config) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.staticcontent.ClasspathHandlerConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.staticcontent.FileSystemHandlerConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.staticcontent.StaticContentConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.staticcontent.TemporaryStorageConfig.BuilderBase
- config(Config) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase
-
Deprecated.
- config(Config) - Method in class io.helidon.webserver.websocket.WsConfig.BuilderBase
-
Deprecated.
- config(Config, boolean) - Static method in class io.helidon.common.config.GlobalConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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.configurable.AllowListConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.common.configurable.LruCacheConfig.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.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.etcd.EtcdConfigSourceBuilder
-
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) - Method in class io.helidon.config.git.GitConfigSourceBuilder
-
Configure 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.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.jdbc.JdbcParametersConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.discovery.providers.eureka.CacheConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig.BuilderBase
-
Update builder from configuration (node of this type).
- 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.http.encoding.ContentEncodingContextConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.http.media.gson.GsonSupportConfig.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.jsonb.JsonbSupportConfig.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.integrations.common.rest.RestApi.Builder
-
Configure this builder from config.
- config(Config) - Method in class io.helidon.integrations.eureka.EurekaRegistrationConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.eureka.InstanceInfoConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.eureka.LeaseInfoConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.eureka.PortInfoConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.Update builder from configuration.
- config(Config) - Method in class io.helidon.integrations.oci.ConfigFileMethodConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.oci.ImdsInstanceInfo.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupport.Builder
-
Updates the builder using the specified OCI metrics
Confignode. - config(Config) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleLazyConfigSource.Builder
-
Configures this
SecretBundleLazyConfigSource.Builderfrom the supplied meta-configuration. - config(Config) - Method in class io.helidon.integrations.oci.secrets.configsource.SecretBundleNodeConfigSource.Builder
-
Configures this
SecretBundleNodeConfigSource.Builderfrom the supplied meta-configuration. - config(Config) - Method in class io.helidon.integrations.oci.SessionTokenMethodConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.integrations.vault.Vault.Builder
-
Update this builder from configuration.
- config(Config) - Method in class io.helidon.lra.coordinator.CoordinatorService.Builder
-
Configuration needed for configuring coordinator.
- config(Config) - Method in class io.helidon.messaging.connectors.jms.JmsConnector.JmsConnectorBuilder
-
Custom configuration for connector.
- config(Config) - Method in class io.helidon.messaging.connectors.kafka.KafkaPublisher.Builder
-
Load this builder from a configuration.
- config(Config) - Method in class io.helidon.messaging.connectors.kafka.KafkaSubscriber.Builder
-
Load this builder from a configuration.
- config(Config) - Method in class io.helidon.messaging.Messaging.Builder
-
Configuration needed for configuring connector and their routing.
- 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
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.metrics.api.ScopingConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.microprofile.openapi.MpOpenApiManagerConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.microprofile.server.Server.Builder
-
Configuration instance to use to configure this server (Helidon config).
- 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.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.providers.oidc.common.ClientCredentialsConfig.BuilderBase
-
Update builder from configuration (node of this type).
- 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.telemetry.otelconfig.BatchSpanProcessorConfig.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.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.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.SpanProcessorConfig.BuilderBase
-
Update builder from configuration (node of this type).
- config(Config) - Method in class io.helidon.telemetry.otelconfig.ZipkinExporterConfig.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.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.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.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.ConnectionConfig.BuilderBase
-
Deprecated.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.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.GrpcTracingConfig.BuilderBase
-
Deprecated.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.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.TracingObserverConfig.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 interface io.helidon.webserver.servicecommon.RestServiceSettings.Builder
-
Updates settings using the provided
Confignode for the service of interest. - 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.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, 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<T>) - Method in class io.helidon.webserver.ProtocolConfigs
-
Get a protocol configuration if defined.
- config(Consumer<Http1Config.Builder>) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
HTTP/1 protocol configuration to use for this connection selector.
- config(Supplier<? extends Http1Config>) - Method in class io.helidon.webserver.http1.Http1ConnectionSelectorConfig.BuilderBase
-
HTTP/1 protocol configuration to use for this connection selector.
- config(Supplier<Config>) - Static method in class io.helidon.common.config.GlobalConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Services.set(Class, Object[])instead - config(Supplier<Config>, boolean) - Static method in class io.helidon.common.config.GlobalConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Services.set(Class, Object[])instead - config(Config) - Method in class io.helidon.microprofile.server.Server.Builder
-
Configuration instance to use to configure this server (Microprofile config).
- config(ResourceConfig) - Method in class io.helidon.microprofile.server.JaxRsApplication.Builder
-
Set resource configuration that forms this application.
- Config - Interface in io.helidon.common.config
-
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.config.Configinstead - Config - Interface in io.helidon.config
-
Configuration
- CONFIG - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Common config type.
- CONFIG - Static variable in class io.helidon.jersey.connector.HelidonProperties
- CONFIG_BUILDER_SUPPORT - Static variable in class io.helidon.declarative.codegen.DeclarativeTypes
-
Type name for
io.helidon.config.ConfigBuilderSupport. - CONFIG_EXPECTED_AUDIENCES - Static variable in class io.helidon.microprofile.jwt.auth.JwtAuthProvider
-
Configuration key for expected audiences of incoming tokens.
- CONFIG_EXPECTED_ISSUER - Static variable in class io.helidon.microprofile.jwt.auth.JwtAuthProvider
-
Configuration key for expected issuer of incoming tokens.
- 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.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.Config key of this config.
- CONFIG_KEY - Static variable in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.Config key of this config.
- CONFIG_KEY - Static variable in interface io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig
-
Root=level config key for REST client metrics settings.
- CONFIG_KEY - Static variable in class io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig.BuilderBase.RestClientMetricsConfigImpl
-
Root=level config key for REST client metrics settings.
- CONFIG_KEY - Static variable in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Top-level config key for telemetry settings.
- CONFIG_KEY_NAME - Static variable in annotation interface io.helidon.microprofile.server.RoutingName
-
Configuration key of the routing name, appended after the fully qualified class name (does not contain the leading dot).
- CONFIG_KEY_PATH - Static variable in class io.helidon.health.checks.DiskSpaceHealthCheck
-
Full configuration key for path, when configured through MicroProfile config.
- CONFIG_KEY_PATH - Static variable in annotation interface io.helidon.microprofile.server.RoutingPath
-
Configuration key of the routing path, appended after the fully qualified class name (does not contain the leading dot).
- CONFIG_KEY_REQUIRED - Static variable in annotation interface io.helidon.microprofile.server.RoutingName
-
Configuration key of the routing name required flag, appended after the fully qualified class name (does not contain the leading dot).
- CONFIG_KEY_THRESHOLD_PERCENT - Static variable in class io.helidon.health.checks.DiskSpaceHealthCheck
-
Full configuration key for threshold percent, when configured through Microprofile config.
- 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_PREFIX - Static variable in class io.helidon.lra.coordinator.CoordinatorService
-
Configuration prefix.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
-
The default configuration prefix.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig.BuilderBase.EmbeddingStoreContentRetrieverConfigImpl
-
The default configuration prefix.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.McpClientConfig
-
The default configuration prefix.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.McpClientConfig.BuilderBase.McpClientConfigImpl
-
The default configuration prefix.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase.CohereEmbeddingModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase.CohereScoringModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase.CoherenceEmbeddingStoreConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase.JlamaChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase.JlamaEmbeddingModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase.JlamaLanguageModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase.JlamaStreamingChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase.OciGenAiChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase.OciGenAiCohereChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase.OciGenAiCohereStreamingChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase.OciGenAiStreamingChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase.OllamaChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase.OllamaEmbeddingModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase.OllamaLanguageModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase.OllamaStreamingChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase.OpenAiChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase.OpenAiEmbeddingModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase.OpenAiImageModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase.OpenAiLanguageModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase.OpenAiModerationModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase.OpenAiStreamingChatModelConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase.EmbeddingTableConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase.IvfIndexConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase.JsonIndexConfigImpl
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
The root configuration key for this builder.
- CONFIG_ROOT - Static variable in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase.OracleEmbeddingStoreConfigImpl
-
The root configuration key for this builder.
- 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.common.config
-
Deprecated.Object represents fully-qualified key of config node.
- 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.
- configBuilder() - Static method in interface io.helidon.messaging.connectors.aq.AqConnector
-
Custom config builder for AQ connector.
- configBuilder() - Static method in class io.helidon.messaging.connectors.jms.JmsConnector
-
Custom config builder for JMS connector.
- configBuilder() - Static method in class io.helidon.messaging.connectors.kafka.KafkaConnector
-
Custom config builder for Kafka connector.
- ConfigBuilderSupport - Class in io.helidon.common.config
-
Deprecated, for removal: This API element is subject to removal in a future version.use
io.helidon.config.ConfigBuilderSupportinstead - 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.common.config -
Deprecated.Extension of
Prototype.Builderthat supports configuration. - ConfigBuilderSupport.ConfiguredBuilder<BUILDER,
PROTOTYPE> - Interface in io.helidon.config -
Extension of
Prototype.Builderthat supports configuration. - ConfigCdiExtension - Class in io.helidon.microprofile.config
-
Extension to enable config injection in CDI container (all of
Config,ConfigandConfigPropertyandConfigProperties). - ConfigCdiExtension() - Constructor for class io.helidon.microprofile.config.ConfigCdiExtension
-
Constructor invoked by CDI container.
- 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.common.config
-
Deprecated, for removal: This API element is subject to removal in a future version.this class is no longer used, switch to
helidon-configmodule with its own config exception class - ConfigException - Exception Class in io.helidon.config
-
Exception is thrown by
Configimplementations. - ConfigException - Exception Class in io.helidon.integrations.microstream.cache
-
Deprecated, for removal: This API element is subject to removal in a future version.Microstream is renamed to Eclipse store and no longer updated
- ConfigException(String) - Constructor for exception class io.helidon.common.config.ConfigException
-
Deprecated.Constructor with the detailed message.
- ConfigException(String) - Constructor for exception class io.helidon.config.ConfigException
-
Constructor with the detailed message.
- ConfigException(String) - Constructor for exception class io.helidon.integrations.microstream.cache.ConfigException
-
Deprecated.creates a new ConfigException.
- ConfigException(String, Throwable) - Constructor for exception class io.helidon.common.config.ConfigException
-
Deprecated.Constructor with the detailed message.
- ConfigException(String, Throwable) - Constructor for exception class io.helidon.config.ConfigException
-
Constructor with the detailed message.
- ConfigException(String, Throwable) - Constructor for exception class io.helidon.integrations.microstream.cache.ConfigException
-
Deprecated.creates a new ConfigException.
- configFileMethodConfig() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Config file method configuration (if provided and used).
- configFileMethodConfig() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase.OciConfigImpl
- configFileMethodConfig() - Method in interface io.helidon.integrations.oci.OciConfig
-
Config file method configuration (if provided and used).
- configFileMethodConfig(ConfigFileMethodConfig) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Config file method configuration (if provided and used).
- configFileMethodConfig(Consumer<ConfigFileMethodConfig.Builder>) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Config file method configuration (if provided and used).
- ConfigFileMethodConfig - Interface in io.helidon.integrations.oci
-
Interface generated from definition.
- ConfigFileMethodConfig.Builder - Class in io.helidon.integrations.oci
-
Fluent API builder for
ConfigFileMethodConfig. - ConfigFileMethodConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.integrations.oci -
Fluent API builder base for
ConfigFileMethodConfig. - ConfigFileMethodConfig.BuilderBase.ConfigFileMethodConfigImpl - Class in io.helidon.integrations.oci
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ConfigFileMethodConfigImpl(ConfigFileMethodConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.integrations.oci.ConfigFileMethodConfig.BuilderBase.ConfigFileMethodConfigImpl
-
Create an instance providing a builder.
- 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.
- 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.common.concurrency.limits.AimdLimitProvider
- configKey() - Method in class io.helidon.common.concurrency.limits.FixedLimitProvider
- configKey() - Method in interface io.helidon.common.config.ConfiguredProvider
-
Deprecated.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.gson.GsonMediaSupportProvider
- configKey() - Method in class io.helidon.http.media.jackson.JacksonMediaSupportProvider
- 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.integrations.eureka.EurekaRegistrationServerFeatureProvider
-
Returns "eureka" when invoked.
- configKey() - Method in class io.helidon.integrations.oci.metrics.cdi.OciMetricsBean
- configKey() - Method in class io.helidon.integrations.oci.metrics.OciMetricsSupportFactory
-
Returns the config key to use for retrieving OCI metrics settings from the root config.
- configKey() - Method in class io.helidon.integrations.oci.tls.certificates.DefaultOciCertificatesTlsManagerProvider
- configKey() - Method in class io.helidon.openapi.OpenApiFeatureProvider
- configKey() - Method in class io.helidon.security.abac.policy.el.JavaxElPolicyExecutorService
- 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
-
Deprecated.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.grpc.tracing.GrpcClientTracingProvider
-
Deprecated.
- 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
-
Deprecated.
- configKey() - Method in class io.helidon.webclient.security.WebClientSecurityProvider
-
Deprecated.
- configKey() - Method in class io.helidon.webclient.tracing.WebClientTracingProvider
-
Deprecated.
- 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.cors.CorsFeatureProvider
- 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.tracing.GrpcTracingServiceProvider
- 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
-
Deprecated.
- configKey() - Method in class io.helidon.webserver.observe.health.HealthObserveProvider
-
Deprecated.
- configKey() - Method in class io.helidon.webserver.observe.info.InfoObserveProvider
-
Deprecated.
- configKey() - Method in class io.helidon.webserver.observe.log.LogObserveProvider
-
Deprecated.
- configKey() - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider
-
Deprecated.
- 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
-
Deprecated.
- 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.websocket.WsProtocolConfigProvider
- configKey(String) - Method in class io.helidon.declarative.codegen.model.http.ClientEndpoint.BuilderBase
-
Configuration key to use at runtime.
- configMap(Map<String, Config>) - 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
-
Public constructor required by
ServiceLoader. - configMethodConfig() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Config method configuration (if provided and used).
- configMethodConfig() - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase.OciConfigImpl
- configMethodConfig() - Method in interface io.helidon.integrations.oci.OciConfig
-
Config method configuration (if provided and used).
- configMethodConfig(ConfigMethodConfig) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Config method configuration (if provided and used).
- configMethodConfig(Consumer<ConfigMethodConfig.Builder>) - Method in class io.helidon.integrations.oci.OciConfig.BuilderBase
-
Config method configuration (if provided and used).
- ConfigMethodConfig - Interface in io.helidon.integrations.oci
-
Configuration of the
configauthentication method. - ConfigMethodConfig.Builder - Class in io.helidon.integrations.oci
-
Fluent API builder for
ConfigMethodConfig. - ConfigMethodConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.integrations.oci -
Fluent API builder base for
ConfigMethodConfig. - ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl - Class in io.helidon.integrations.oci
-
Generated implementation of the prototype, can be extended by descendant prototype implementations.
- ConfigMethodConfigImpl(ConfigMethodConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl
-
Create an instance providing a builder.
- configNode() - Element in annotation interface io.helidon.integrations.microstream.cdi.MicrostreamCache
-
Deprecated.Specifies the configuration node used to configure the EmbeddedStorageManager instance to be created.
- configNode() - Element in annotation interface io.helidon.integrations.microstream.cdi.MicrostreamStorage
-
Deprecated.Specifies the configuration node used to configure the EmbeddedStorageManager instance to be created.
- 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
-
Deprecated.only for
ServiceLoader - ConfigObserveProvider() - Constructor for class io.helidon.webserver.observe.config.ConfigObserveProvider
-
Deprecated.only for
ServiceLoader - ConfigObserver - Class in io.helidon.webserver.observe.config
-
Config Observer configuration.
- ConfigObserverConfig - Interface in io.helidon.webserver.observe.config
-
Interface generated from definition.
- 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
ConfigObserver. - 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. - configPath() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI configuration profile path.
- configPath() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- configPath() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI configuration profile path.
- configPath(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI configuration profile path.
- configProfile() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI configuration/auth profile name.
- configProfile() - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase.OciConfigImpl
-
Deprecated.
- configProfile() - Method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.The OCI configuration/auth profile name.
- configProfile(String) - Method in class io.helidon.integrations.oci.sdk.runtime.OciConfig.BuilderBase
-
Deprecated.The OCI configuration/auth profile name.
- ConfigProperties - Class in io.helidon.config.encryption
-
Properties and their default values.
- configPropertyNames() - Method in class io.helidon.integrations.cdi.configurable.AbstractConfigurableExtension
-
Returns a
Setof all known configuration property names. - configPropertyValue(String) - Method in class io.helidon.integrations.cdi.configurable.AbstractConfigurableExtension
-
Given a configuration property name, returns an
Optional<String>containing its value, or an emptyOptionalif no such configuration property value exists. - ConfigProvider - Interface in io.helidon.common.config.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.there is no replacement for this type, use factory methods on the implementation directly
- 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() - Element in annotation interface io.helidon.microprofile.testing.Configuration
-
Class-path resources to add as config sources to the synthetic test configuration.
- configSources() - Element in annotation interface io.helidon.microprofile.testing.junit5.Configuration
-
Deprecated.Class-path resources to add as config sources to the synthetic test configuration.
- configSources() - Element in annotation interface io.helidon.microprofile.testing.testng.Configuration
-
Deprecated.Class-path resources to add as config sources to the synthetic test configuration.
- 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. - configSupplier() - Static method in class io.helidon.integrations.oci.sdk.runtime.OciExtension
-
Deprecated.The supplier for the raw config-backed by the OCI config source(s).
- configSupplier(Supplier<Config>) - Static method in class io.helidon.integrations.oci.sdk.runtime.OciExtension
-
Deprecated.Establishes the supplier for the raw config-backed by the OCI config source(s).
- 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() - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Get the discovered
Configurationannotation. - configuration() - Method in class io.helidon.microprofile.testing.HelidonTestDescriptorBase
- configuration() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.ClassInfo
- configuration() - Method in class io.helidon.microprofile.testing.HelidonTestInfo.MethodInfo
- configuration(Config) - Method in class io.helidon.security.providers.abac.AbacProvider.Builder
-
Configuration to use for validator instances.
- Configuration - Search tag in class io.helidon.integrations.oci.sdk.cdi.OciExtension
- Section
- Configuration - Search tag in class io.helidon.integrations.oci.sdk.runtime.OciExtension
- Section
- Configuration - Search tag in class io.helidon.microprofile.cdi.Main
- Section
- Configuration - Search tag in interface io.helidon.config.Config
- Section
- Configuration - Search tag in interface io.helidon.discovery.providers.eureka.EurekaDiscovery
- Section
- Configuration - Search tag in package io.helidon.webserver.cors
- Section
- Configuration - Class in io.helidon.config
-
Deprecated.this API is part of incubating features of Helidon. This API may change including backward incompatible changes and full removal. We welcome feedback for incubating features.
- Configuration - Annotation Interface in io.helidon.microprofile.testing
-
General setting for the test configuration.
- Configuration - Annotation Interface in io.helidon.microprofile.testing.junit5
-
Deprecated.Use
Configurationinstead - Configuration - Annotation Interface in io.helidon.microprofile.testing.testng
-
Deprecated.Use
Configurationinstead - Configuration.Value - Annotation Interface in io.helidon.config
-
Deprecated.A qualifier for injection of a single value from the configuration tree.
- Configuration Values and Types - Search tag in package io.helidon.config
- Section
- configurator() - Method in interface io.helidon.microprofile.metrics.MetricAnnotationDiscovery.OfConstructor
-
Returns the configurator for the constructor on which an annotation of interest appears.
- configurator() - Method in interface io.helidon.microprofile.metrics.MetricAnnotationDiscovery.OfMethod
-
Returns the configurator for the method on which an annotation of interest appears.
- configure() - Method in class io.helidon.common.SerializationConfig
-
Configure deserialization filtering in the current VM.
- configure(ConfigureK8s.Request) - Method in interface io.helidon.integrations.vault.auths.k8s.K8sAuth
-
Configure this authentication method.
- configure(DbConfigure.Request<?>) - Method in interface io.helidon.integrations.vault.secrets.database.DbSecrets
-
Configure a database.
- configure(GrpcMpContext) - Method in interface io.helidon.microprofile.grpc.server.spi.GrpcMpExtension
-
Allow the service to add configuration through the context.
- configure(GrpcMpContext) - Method in class io.helidon.microprofile.grpc.tracing.GrpcMpTracingExtension
- 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<ReqT, ResT>) - 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(ClientBuilder) - Method in class io.helidon.microprofile.tracing.MpTracingClientRegistrar
- configure(ClientBuilder, ExecutorService) - Method in class io.helidon.microprofile.tracing.MpTracingClientRegistrar
- configure(FeatureContext) - Method in class io.helidon.microprofile.cors.CrossOriginAutoDiscoverable
- configure(FeatureContext) - Method in class io.helidon.microprofile.lra.LraAutoDiscoverable
- configure(FeatureContext) - Method in class io.helidon.microprofile.restclient.HelidonRequestHeaderAutoDiscoverable
- configure(FeatureContext) - Method in class io.helidon.microprofile.restclientmetrics.RestClientMetricsAutoDiscoverable
- configure(FeatureContext) - Method in class io.helidon.microprofile.security.ClientSecurityAutoDiscoverable
- configure(FeatureContext) - Method in class io.helidon.microprofile.security.JerseySecurityFeature
- configure(FeatureContext) - Method in class io.helidon.microprofile.security.SecurityDisabledFeature
- configure(FeatureContext) - Method in class io.helidon.microprofile.telemetry.TelemetryAutoDiscoverable
-
Used to register
HelidonTelemetryContainerFilterandHelidonTelemetryClientFilterfilters. - configure(FeatureContext) - Method in class io.helidon.microprofile.tracing.MpTracingAutoDiscoverable
- configure(FeatureContext) - Method in class io.helidon.tracing.jersey.client.ClientTracingAutoDiscoverable
- CONFIGURE - Enum constant in enum class io.helidon.common.SerializationConfig.Action
-
Attempt to configure the correct values.
- configureContext(SecurityFilterContext, ContainerRequestContext, UriInfo) - Method in class io.helidon.microprofile.security.SecurityFilter
- configured() - Static method in class io.helidon.common.config.GlobalConfig
-
Deprecated.Whether a global configuration has already been configured.
- configured() - Element in annotation interface io.helidon.config.metadata.ConfiguredOption
-
This can be set to
falsefor options, where this annotation is used for other purposes, and in fact does not indicate something to be loaded from configuration. - configured() - Static method in class io.helidon.service.registry.GlobalServiceRegistry
-
Whether a service registry instance is configured.
- Configured - Annotation Interface in io.helidon.config.metadata
-
A configured class can load its values from configuration.
- configuredAuthenticationDetailsProvider(boolean) - Static method in class io.helidon.integrations.oci.sdk.runtime.OciExtension
-
Deprecated.The configured authentication provider strategy type name.
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig.BuilderBase.CohereEmbeddingModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig.BuilderBase.CohereScoringModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
-
Skipped: session - property already exist ->
dev.langchain4j.store.embedding.coherence.CoherenceEmbeddingStore.Builder session(java.lang.String)index - by pattern 'index.*' build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig.BuilderBase.CoherenceEmbeddingStoreConfigImpl
-
Skipped: session - property already exist ->
dev.langchain4j.store.embedding.coherence.CoherenceEmbeddingStore.Builder session(java.lang.String)index - by pattern 'index.*' build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig.BuilderBase.JlamaChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig.BuilderBase.JlamaEmbeddingModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase.JlamaLanguageModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase.JlamaStreamingChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter toString - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
Skipped: build - doesn't have exactly one parameter logitBias - by pattern 'logitBias\(java\.lang\.Object\)' build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase.OciGenAiChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter logitBias - by pattern 'logitBias\(java\.lang\.Object\)' build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Skipped: build - doesn't have exactly one parameter build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase.OciGenAiCohereChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
Skipped: build - doesn't have exactly one parameter build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig.BuilderBase.OciGenAiCohereStreamingChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
Skipped: build - doesn't have exactly one parameter logitBias - by pattern 'logitBias\(java\.lang\.Object\)' build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig.BuilderBase.OciGenAiStreamingChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter logitBias - by pattern 'logitBias\(java\.lang\.Object\)' build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Skipped: build - doesn't have exactly one parameter supportedCapabilities - property already exist ->
B extends dev.langchain4j.model.ollama.OllamaBaseChatModel.Builder<C extends dev.langchain4j.model.ollama.OllamaBaseChatModel> supportedCapabilities(java.util.Set<dev.langchain4j.model.chat.Capability>)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase.OllamaChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter supportedCapabilities - property already exist ->
B extends dev.langchain4j.model.ollama.OllamaBaseChatModel.Builder<C extends dev.langchain4j.model.ollama.OllamaBaseChatModel> supportedCapabilities(java.util.Set<dev.langchain4j.model.chat.Capability>)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Skipped: build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase.OllamaEmbeddingModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Skipped: build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase.OllamaLanguageModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Skipped: build - doesn't have exactly one parameter supportedCapabilities - property already exist ->
B extends dev.langchain4j.model.ollama.OllamaBaseChatModel.Builder<C extends dev.langchain4j.model.ollama.OllamaBaseChatModel> supportedCapabilities(java.util.Set<dev.langchain4j.model.chat.Capability>)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase.OllamaStreamingChatModelConfigImpl
-
Skipped: build - doesn't have exactly one parameter supportedCapabilities - property already exist ->
B extends dev.langchain4j.model.ollama.OllamaBaseChatModel.Builder<C extends dev.langchain4j.model.ollama.OllamaBaseChatModel> supportedCapabilities(java.util.Set<dev.langchain4j.model.chat.Capability>)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiChatModel.OpenAiChatModelBuilder modelName(java.lang.String)responseFormat - property already exist ->dev.langchain4j.model.openai.OpenAiChatModel.OpenAiChatModelBuilder responseFormat(java.lang.String)supportedCapabilities - property already exist ->dev.langchain4j.model.openai.OpenAiChatModel.OpenAiChatModelBuilder supportedCapabilities(java.util.Set<dev.langchain4j.model.chat.Capability>)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase.OpenAiChatModelConfigImpl
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiChatModel.OpenAiChatModelBuilder modelName(java.lang.String)responseFormat - property already exist ->dev.langchain4j.model.openai.OpenAiChatModel.OpenAiChatModelBuilder responseFormat(java.lang.String)supportedCapabilities - property already exist ->dev.langchain4j.model.openai.OpenAiChatModel.OpenAiChatModelBuilder supportedCapabilities(java.util.Set<dev.langchain4j.model.chat.Capability>)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase.OpenAiEmbeddingModelConfigImpl
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiImageModel.OpenAiImageModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase.OpenAiImageModelConfigImpl
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiImageModel.OpenAiImageModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiLanguageModel.OpenAiLanguageModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase.OpenAiLanguageModelConfigImpl
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiLanguageModel.OpenAiLanguageModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiModerationModel.OpenAiModerationModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase.OpenAiModerationModelConfigImpl
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiModerationModel.OpenAiModerationModelBuilder modelName(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder modelName(java.lang.String)responseFormat - property already exist ->dev.langchain4j.model.openai.OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder responseFormat(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase.OpenAiStreamingChatModelConfigImpl
-
Skipped: modelName - property already exist ->
dev.langchain4j.model.openai.OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder modelName(java.lang.String)responseFormat - property already exist ->dev.langchain4j.model.openai.OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder responseFormat(java.lang.String)build - doesn't have exactly one parameter - configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
Skipped: build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase.EmbeddingTableConfigImpl
-
Skipped: build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
Skipped: build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase.IvfIndexConfigImpl
-
Skipped: build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
Skipped: key - doesn't have exactly one parameter build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase.JsonIndexConfigImpl
-
Skipped: key - doesn't have exactly one parameter build - doesn't have exactly one parameter build - doesn't have exactly one parameter
- configuredBuilder() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
Skipped: embeddingTable - by pattern 'embeddingTable.*' embeddingTable - doesn't have exactly one parameter embeddingTable - by pattern 'embeddingTable.*' index - by pattern 'index.*' build - doesn't have exactly one parameter
- configuredBuilder() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase.OracleEmbeddingStoreConfigImpl
-
Skipped: embeddingTable - by pattern 'embeddingTable.*' embeddingTable - doesn't have exactly one parameter embeddingTable - by pattern 'embeddingTable.*' index - by pattern 'index.*' build - doesn't have exactly one parameter
- configuredContext() - Method in interface io.helidon.webserver.servicecommon.FeatureSupport
-
Web context of this service as configured (may not contain leading slash).
- configuredContext() - Method in class io.helidon.webserver.servicecommon.HelidonFeatureSupport
- 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.common.config
-
Deprecated.this class will be moved to
helidon-configmodule in Helidon 5 - 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.
- ConfigureK8s - Class in io.helidon.integrations.vault.auths.k8s
-
Configure k8s method request.
- ConfigureK8s.Request - Class in io.helidon.integrations.vault.auths.k8s
-
Request object.
- ConfigureK8s.Response - Class in io.helidon.integrations.vault.auths.k8s
-
Create role response.
- 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(ServerSocket) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
-
Update the server socket with configured socket options.
- configureSocket(ServerSocket) - Method in interface io.helidon.webserver.WebServerConfig
-
Update the server socket with configured socket options.
- configureSocket(ServerSocket) - Method in class io.helidon.webserver.WebServerConfig.BuilderBase.WebServerConfigImpl
-
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(Socket) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase.SocketOptionsImpl
-
Configure socket with defined socket options.
- configureSpan(Span.Builder) - Method in class io.helidon.tracing.jersey.TracingFilter
- configureSpan(Span.Builder<?>) - Method in class io.helidon.tracing.jersey.AbstractTracingFilter
-
Configure additional properties of a span that is named and has a parent.
- configureVendorMetrics(HttpRouting.Builder) - Method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Configure Helidon specific metrics.
- ConfigUser() - Constructor for class io.helidon.security.providers.httpauth.ConfigUserStore.ConfigUser
- ConfigUserStore - Class in io.helidon.security.providers.httpauth
-
User store loaded from configuration.
- ConfigUserStore() - Constructor for class io.helidon.security.providers.httpauth.ConfigUserStore
- ConfigUserStore.ConfigUser - Class in io.helidon.security.providers.httpauth
-
A user that is loaded from configuration.
- ConfigValue<T> - Interface in io.helidon.common.config
-
Deprecated, for removal: This API element is subject to removal in a future version.use types in
io.helidon.configpackage instead - ConfigValue<T> - Interface in io.helidon.config
-
A typed value of a
Confignode. - ConfigValues - Class in io.helidon.config
-
Factory for config values.
- ConfigVaultProvider - Class in io.helidon.security.providers.config.vault
-
Security provider to retrieve secrets directly from configuration and to encrypt/decrypt data using config's security setup.
- ConfigVaultProvider.Builder - Class in io.helidon.security.providers.config.vault
-
Fluent API builder for
ConfigVaultProvider. - ConfigVaultProvider.EncryptionConfig - Class in io.helidon.security.providers.config.vault
-
Configuration of encryption.
- ConfigVaultProvider.SecretConfig - Class in io.helidon.security.providers.config.vault
-
Configuration of a secret.
- ConfigVaultProviderService - Class in io.helidon.security.providers.config.vault
-
Java Service Loader implementation of a
SecurityProviderServiceprovider service. - ConfigVaultProviderService() - Constructor for class io.helidon.security.providers.config.vault.ConfigVaultProviderService
-
Deprecated.do not use, this should only be invoked by Java Service Loader
- 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 class io.helidon.webclient.api.TcpClientConnection
-
Connect this connection over the network.
- 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 - 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.
- connection() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Configuration of a connection to a database.
- connection() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- connection() - Method in interface io.helidon.data.sql.common.SqlConfig
-
Configuration of a connection to a database.
- connection() - Method in interface io.helidon.dbclient.jdbc.JdbcConnectionPool
-
Return a connection from the pool.
- connection() - Method in class io.helidon.messaging.connectors.jms.SessionMetadata
-
Connectionused for receiving the message. - 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(ConnectionConfig) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Configuration of a connection to a database.
- 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<ConnectionConfig.Builder>) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Configuration of a connection to a database.
- 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_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.
- connectionAcquisitionTimeout(Duration) - Method in class io.helidon.integrations.neo4j.Neo4j.Builder
-
Set connection acquisition timeout.
- connectionCacheSize() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Maximal size of the connection cache.
- connectionCacheSize() - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase.HttpClientConfigImpl
- connectionCacheSize() - Method in interface io.helidon.webclient.api.HttpClientConfig
-
Maximal size of the connection cache.
- connectionCacheSize(int) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Maximal size of the connection cache.
- connectionConfig() - 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.connectionOptions()instead - connectionConfig() - Method in class io.helidon.webserver.ListenerConfig.BuilderBase.ListenerConfigImpl
- connectionConfig() - Method in interface io.helidon.webserver.ListenerConfig
-
Deprecated.use
ListenerConfig.connectionOptions()instead - connectionConfig(ConnectionConfig) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configuration of a connection (established from client against our server).
- connectionConfig(Consumer<ConnectionConfig.Builder>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Deprecated.use
ListenerConfig.BuilderBase.connectionOptions()instead - ConnectionConfig - Interface in io.helidon.data.sql.common
-
Configuration of a JDBC connection to a database.
- ConnectionConfig - Interface in io.helidon.webserver
-
Deprecated.use
SocketOptionsBlueprintinstead - ConnectionConfig.Builder - Class in io.helidon.data.sql.common
-
Fluent API builder for
ConnectionConfig. - ConnectionConfig.Builder - Class in io.helidon.webserver
-
Deprecated.Fluent API builder for
ConnectionConfig. - ConnectionConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.data.sql.common -
Fluent API builder base for
ConnectionConfig. - ConnectionConfig.BuilderBase<BUILDER,
PROTOTYPE> - Class in io.helidon.webserver -
Deprecated.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.
- ConnectionConfig.BuilderBase.ConnectionConfigImpl - Class in io.helidon.webserver
-
Deprecated.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.
- ConnectionConfigImpl(ConnectionConfig.BuilderBase<?, ?>) - Constructor for class io.helidon.webserver.ConnectionConfig.BuilderBase.ConnectionConfigImpl
-
Deprecated.Create an instance providing a builder.
- connectionContext() - Method in interface io.helidon.webserver.http.spi.SinkProviderContext
-
Obtains access to the connection context.
- ConnectionContext - Class in io.helidon.messaging.connectors.jms
-
Context related to one actual connection being constructed by JMS connector.
- ConnectionContext - Interface in io.helidon.webserver
-
Server connection context.
- connectionFactory() - Method in class io.helidon.messaging.connectors.jms.SessionMetadata
-
ConnectionFactoryused for receiving the message. - connectionFactory(String, ConnectionFactory) - Method in class io.helidon.messaging.connectors.jms.JmsConnector.JmsConnectorBuilder
-
Add custom
ConnectionFactoryreferencable by supplied name withJmsConnector.NAMED_FACTORY_ATTRIBUTE. - 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<String, String>) - 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 - Class in io.helidon.webclient.api
-
Connection key instance contains all needed connection related information.
- ConnectionKey(String, String, int, Duration, Tls, DnsResolver, DnsAddressLookup, Proxy) - Constructor for class io.helidon.webclient.api.ConnectionKey
-
Deprecated, for removal: This API element is subject to removal in a future version.readTimeout is deprecated to be part of the connection key. Use
ConnectionKey.create(String, String, int, Tls, DnsResolver, DnsAddressLookup, Proxy)instead. - 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.
- 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<SocketOptions.Builder>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Options for connections accepted by this listener.
- connectionOptions(Supplier<? extends SocketOptions>) - 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<String, String>) - 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.
- 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<? extends ServerConnectionSelector>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Explicitly defined connection selectors to be used with this socket.
- 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(ConnectorFactory) - Method in class io.helidon.messaging.Messaging.Builder
-
Add connector implementing
IncomingConnectorFactory,OutgoingConnectorFactoryor both. - CONNECTOR_NAME - Static variable in interface io.helidon.messaging.connectors.aq.AqConnector
-
Oracle AQ connector name.
- CONNECTOR_NAME - Static variable in class io.helidon.messaging.connectors.jms.JmsConnector
-
Microprofile messaging JMS connector name.
- CONNECTOR_NAME - Static variable in class io.helidon.messaging.connectors.mock.MockConnector
-
Connector name.
- CONNECTOR_NAME - Static variable in class io.helidon.messaging.connectors.wls.WeblogicConnector
-
Microprofile messaging Weblogic JMS connector name.
- ConnectorConfigBuilder - Class in io.helidon.messaging
-
Detached configuration of a single connector.
- ConnectorConfigBuilder() - Constructor for class io.helidon.messaging.ConnectorConfigBuilder
- 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.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() - Method in class io.helidon.webserver.ConnectionConfig.BuilderBase.ConnectionConfigImpl
-
Deprecated.
- connectTimeout() - Method in class io.helidon.webserver.ConnectionConfig.BuilderBase
-
Deprecated.Connect timeout.
- connectTimeout() - Method in interface io.helidon.webserver.ConnectionConfig
-
Deprecated.Connect timeout.
- connectTimeout(Duration) - Method in class io.helidon.common.socket.SocketOptions.BuilderBase
-
Socket connect timeout.
- connectTimeout(Duration) - Method in class io.helidon.webclient.api.HttpConfigBase.BuilderBase
-
Connect timeout.
- connectTimeout(Duration) - Method in class io.helidon.webserver.ConnectionConfig.BuilderBase
-
Deprecated.Connect timeout.
- CONSOLE - Enum constant in enum class io.helidon.telemetry.otelconfig.ExporterType
-
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<ContentBuilder<?>>) - 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.providers.jaeger.JaegerTracerBuilder.SamplerType
-
Constant sampler always makes the same decision for all traces.
- constantValue() - Method in interface io.helidon.common.types.AnnotationProperty
-
Constant value (i.e.
- constantValue(AnnotationProperty.ConstantValue) - Method in class io.helidon.codegen.classmodel.AnnotationParameter.Builder
-
Configure a constant value, to generate a reference to a constant, rather then explicit value.
- 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.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
- consumeAsync(Message<?>, Session, AtomicReference<MessageMapper>, MessageProducer, Config) - Method in class io.helidon.messaging.connectors.jms.JmsConnector
- consumeAsync(Message<?>, Session, AtomicReference<MessageMapper>, MessageProducer, Config) - Method in class io.helidon.messaging.connectors.wls.WeblogicConnector
- 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.
- consumerSupplier(Supplier<Consumer<K, V>>) - Method in class io.helidon.messaging.connectors.kafka.KafkaPublisher.Builder
-
Defines how to instantiate the KafkaConsumer.
- 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<String>) - Method in class io.helidon.declarative.codegen.model.http.HttpAnnotated.BuilderBase
-
List of consumed media types (from server endpoint point of view).
- consumes(Set<Annotation>, HttpAnnotated.BuilderBase<?, ?>) - Method in class io.helidon.declarative.codegen.http.RestExtensionBase
-
Find consumes in the annotations and set it on the builder.
- 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.tracing.HeaderProvider
-
Whether a header is present.
- Contains - Enum constant in enum class io.helidon.data.codegen.query.CriteriaOperator
-
Containsoperator. - containsAnnotation(Class<? extends Annotation>) - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Test if an annotation of the given type is found.
- containsExtension(Class<? extends Extension>) - Method in interface io.helidon.microprofile.testing.HelidonTestDescriptor
-
Test if the given extension is configured.
- containsKey(Class<? extends T>) - Method in class io.helidon.security.ClassToInstanceStore
-
Check if this store contains a mapping for a class.
- containsKey(String) - Method in interface io.helidon.tracing.Baggage
-
Returns whether the specified key is present in the baggage.
- 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() - 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(Supplier<Object>) - Method in class io.helidon.http.media.multipart.WriteablePart.Builder
-
Configure content to be serialized using
MediaContext. - content(List<String>) - Method in interface io.helidon.codegen.classmodel.ContentBuilder
-
Set new content.
- content(List<String>) - Method in class io.helidon.codegen.classmodel.Executable.Builder
- content(List<String>) - Method in class io.helidon.codegen.classmodel.Field.Builder
- content(List<String>) - Method in class io.helidon.codegen.classmodel.Javadoc.Builder
-
Set new content.
- content(List<String>) - 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 "aa" header name.
- CONTENT_LOCATION_NAME - Static variable in class io.helidon.http.HeaderNames
-
The "aa" 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_TEXT_PLAIN - Static variable in class io.helidon.http.HeaderValues
-
Content type text plain with no charset.
- contentBuilder() - Method in interface io.helidon.declarative.codegen.http.webserver.ParameterCodegenContext
-
Builder of the current method that should complete the parameter assignment.
- 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.
- 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<ContentEncodingContextConfig.Builder>) - Method in class io.helidon.webclient.api.HttpClientConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(Consumer<ContentEncodingContextConfig.Builder>) - Method in class io.helidon.webserver.ListenerConfig.BuilderBase
-
Configure the listener specific
ContentEncodingContext. - contentEncoding(Supplier<? extends ContentEncodingContext>) - Method in class io.helidon.webclient.api.HttpClientConfig.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 definition.
- 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
ContentEncodingContext. - 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.
- 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<? extends ContentEncoding>) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
List of content encodings that should be used.
- contentEncodingsDiscoverServices(boolean) - Method in class io.helidon.http.encoding.ContentEncodingContextConfig.BuilderBase
-
List of content encodings that should be used.
- 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 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.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() - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase.LogStreamConfigImpl
- contentType() - Method in interface io.helidon.webserver.observe.log.LogStreamConfig
- contentType(Config) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
- 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.multipart.WriteablePart.Builder
-
Content type of this part, with possible parameters.
- contentType(HttpMediaType) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
- 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(String, MediaType) - Method in class io.helidon.webserver.staticcontent.StaticContentService.FileBasedBuilder
-
Deprecated.Maps a filename extension to the response content type.
- contentType(Consumer<HttpMediaType.Builder>) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
- contentType(Supplier<? extends HttpMediaType>) - Method in class io.helidon.webserver.observe.log.LogStreamConfig.BuilderBase
- 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<String, ? extends MediaType>) - Method in class io.helidon.webserver.staticcontent.BaseHandlerConfig.BuilderBase
-
Maps a filename extension to the response content type.
- contentTypes(Map<String, ? extends MediaType>) - 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 class io.helidon.integrations.micronaut.cdi.MicronautCdiExtension
-
Get the application context of Micronaut.
- context() - Method in interface io.helidon.microprofile.cdi.HelidonContainer
-
The root context of MP.
- 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 interface io.helidon.webserver.servicecommon.FeatureSupport
-
Web context of this service.
- context() - Method in class io.helidon.webserver.servicecommon.HelidonFeatureSupport
- 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(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Decrypt.Request
-
Specifies the context for key derivation.
- context(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.DecryptBatch.BatchEntry
-
Configure context data.
- context(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Encrypt.Request
-
Specifies the context for key derivation.
- context(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.BatchEntry
-
Configure context data.
- context(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Sign.Request
-
Specifies the context for key derivation.
- context(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitDigestConfig.Builder
-
Specifies the context for key derivation.
- context(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitEncryptionConfig.Builder
-
Specifies the context for key derivation.
- context(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Verify.Request
-
Specifies the context for key derivation.
- 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<C>) - Method in class io.helidon.dbclient.DbExecuteBase
-
Return database client context cast to it's extending class.
- context(Class<C>) - Method in class io.helidon.dbclient.DbStatementBase
-
Returns execution context cast to it's extending class.
- context(String) - Method in class io.helidon.webserver.servicecommon.HelidonFeatureSupport
- 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.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
ContextFeature. - 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
-
Deprecated.only 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.
- 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.
- contextRoot(String) - Method in class io.helidon.microprofile.server.JaxRsApplication.Builder
-
Configure an explicit context root for this application.
- Contexts - Class in io.helidon.common.context
-
Support for handling
Contextacross thread boundaries. - 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<TypeName.Builder>) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Each dependency ia a specific contract.
- contract(Supplier<? extends TypeName>) - Method in class io.helidon.service.registry.Dependency.BuilderBase
-
Each dependency ia a specific contract.
- 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.ExistingInstanceDescriptor
- 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() - 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 of the service instance.
- contracts() - Method in class io.helidon.service.registry.VirtualDescriptor
- contracts(Set<? extends 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). - 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. - contribute(StandardServiceRegistryBuilder) - Method in class io.helidon.integrations.cdi.hibernate.DataSourceBackedDialectFactory
-
Deprecated.For Hibernate use only.
- 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.
- convergent(String) - Method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitEncryptionConfig.Builder
-
This parameter will only be used when a key is expected to be created.
- convergentEncryption(boolean) - Method in class io.helidon.integrations.vault.secrets.transit.CreateKey.Request
-
If enabled, the key will support convergent encryption, where the same plaintext creates the same ciphertext.
- convergentEncryption(String) - Method in class io.helidon.integrations.vault.secrets.transit.Encrypt.Request
-
This parameter will only be used when a key is expected to be created.
- convergentEncryption(String) - Method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.Request
-
This parameter will only be used when a key is expected to be created.
- convert(ExceptionConverter.XARoutine, Exception) - Method in interface io.helidon.integrations.jta.jdbc.ExceptionConverter
-
Converts the supplied
Exceptionencountered in the context of the suppliedExceptionConverter.XARoutineto anXAExceptionwith an appropriate error code, idiomatically following the rules of the XA specification. - convert(Class<T>, String) - Method in interface io.helidon.config.Config
-
Convert a String to a specific type.
- Converting Configuration to Java Types - Search tag in package io.helidon.config
- Section
- Converting Configuration Values to Types - Search tag in interface io.helidon.config.Config
- Section
- 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.
- 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.
- 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<WebClientCookieManagerConfig.Builder>) - 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.
- cookieProperty(String) - Method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider.Builder
-
Specific cookie property name where we should search for JWT property.
- 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.
- CoordinatorClient - Interface in io.helidon.lra.coordinator.client
-
Abstraction over specific coordinator.
- CoordinatorConnectionException - Exception Class in io.helidon.lra.coordinator.client
-
Exception in communication with coordinator.
- CoordinatorConnectionException(String, int) - Constructor for exception class io.helidon.lra.coordinator.client.CoordinatorConnectionException
-
Creates exception describing an error in communication with coordinator.
- CoordinatorConnectionException(String, Throwable, int) - Constructor for exception class io.helidon.lra.coordinator.client.CoordinatorConnectionException
-
Creates exception describing an error in communication with coordinator.
- CoordinatorLocatorService - Class in io.helidon.microprofile.lra
-
Service for locating of proper coordinator client.
- CoordinatorService - Class in io.helidon.lra.coordinator
-
LRA coordinator with Narayana like rest api.
- CoordinatorService.Builder - Class in io.helidon.lra.coordinator
-
Coordinator builder.
- coordinatorUri() - Method in class io.helidon.microprofile.testing.lra.TestLraCoordinator
-
Return test LRA coordinator URL.
- 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 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(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
- 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.
- correlationId(String) - Method in class io.helidon.messaging.connectors.jms.JmsMessage.OutgoingJmsMessageBuilder
-
Correlation ID for creating
Message. - cors() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
CORS config.
- cors() - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase.OpenApiFeatureConfigImpl
- cors() - Method in interface io.helidon.openapi.OpenApiFeatureConfig
-
CORS config.
- cors() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Cors support inherited by each observe provider, unless explicitly configured.
- cors() - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase.ObserveFeatureConfigImpl
- cors() - Method in interface io.helidon.webserver.observe.ObserveFeatureConfig
-
Cors support inherited by each observe provider, unless explicitly configured.
- cors(CrossOriginConfig) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
CORS config.
- cors(CrossOriginConfig) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Cors support inherited by each observe provider, unless explicitly configured.
- cors(Consumer<CrossOriginConfig.Builder>) - Method in class io.helidon.openapi.OpenApiFeatureConfig.BuilderBase
-
CORS config.
- cors(Consumer<CrossOriginConfig.Builder>) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Cors support inherited by each observe provider, unless explicitly configured.
- cors(Supplier<? extends CrossOriginConfig>) - Method in class io.helidon.webserver.observe.ObserveFeatureConfig.BuilderBase
-
Cors support inherited by each observe provider, unless explicitly configured.
- CORS - Enum constant in enum class io.helidon.cors.CorsSupportHelper.RequestType
-
A CORS request, either a simple one or a non-simple one already preceded by a preflight request.
- CORS_CONFIG_KEY - Static variable in class io.helidon.webserver.cors.CorsEnabledServiceHelper
-
Conventional configuration key for CORS set-up; used for built-in services.
- CORS_PATHS_CONFIG_KEY - Static variable in class io.helidon.cors.CrossOriginConfig
-
Key for the node within the CORS config that contains the list of path information.
- CorsCdiExtension - Class in io.helidon.microprofile.cors
-
CDI extension for processing CORS-annotated types.
- CorsCdiExtension() - Constructor for class io.helidon.microprofile.cors.CorsCdiExtension
- 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
CorsFeature. - 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.
- CorsEnabledServiceHelper - Class in io.helidon.webserver.cors
-
Allows services (including Helidon WebServer built-in services) to register CORS support easily.
- CorsFeature - Class in io.helidon.webserver.cors
-
Adds CORS support to Helidon WebServer.
- CorsFeatureProvider - Class in io.helidon.webserver.cors
-
ServiceLoaderprovider implementation for CORS feature forWebServer. - CorsFeatureProvider() - Constructor for class io.helidon.webserver.cors.CorsFeatureProvider
-
Deprecated.only for
ServiceLoader - CorsRequestAdapter<T> - Interface in io.helidon.cors
-
Not for use by developers. Minimal abstraction of an HTTP request.
- CorsResponseAdapter<T> - Interface in io.helidon.cors
-
Not for use by developers. Minimal abstraction of an HTTP response.
- CorsSetter<T> - Interface in io.helidon.cors
-
Defines common behavior between
CrossOriginConfigandCorsSupportBase.Builderfor assigning CORS-related attributes. - CorsSupport - Class in io.helidon.webserver.cors
-
SE implementation of
CorsSupportBase. - CorsSupport.Builder - Class in io.helidon.webserver.cors
-
Fluent API builder for
CorsSupport. - CorsSupportBase<Q,
R, - Class in io.helidon.corsT, B> -
A Helidon service and handler implementation that implements CORS, for both the application and for built-in Helidon services (such as OpenAPI and metrics).
- CorsSupportBase(CorsSupportBase.Builder<Q, R, T, B>) - Constructor for class io.helidon.cors.CorsSupportBase
- CorsSupportBase.Builder<Q,
R, - Class in io.helidon.corsT, B> -
Builder for
CorsSupportBaseinstances. - CorsSupportHelper<Q,
R> - Class in io.helidon.cors -
Centralizes internal CORS support common logic for processing requests and preparing responses.
- CorsSupportHelper.Builder<Q,
R> - Class in io.helidon.cors -
Builder class for
CorsSupportHelpers. - CorsSupportHelper.RequestType - Enum Class in io.helidon.cors
-
Not for use by developers. CORS-related classification of HTTP requests.
- 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<Tag>) - 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.GcTimeType
-
Deprecated.Implement the meter as a counter.
- 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. - coupled(SubscriberBuilder<? super T, ?>, PublisherBuilder<? extends R>) - Method in class io.helidon.microprofile.reactive.HelidonReactivePublisherFactory
- coupled(Subscriber<? super T>, Publisher<? extends R>) - Method in class io.helidon.microprofile.reactive.HelidonReactivePublisherFactory
- CR_BYTE - Static variable in class io.helidon.common.buffers.Bytes
-
\r(carriage return) byte. - create() - Static method in interface io.helidon.codegen.compiler.CompilerOptions
-
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 interface io.helidon.common.config.Config
-
Deprecated.Create a new instance of configuration from the default configuration sources.
- create() - Method in interface io.helidon.common.config.spi.ConfigProvider
-
Deprecated.Create the default configuration instance.
- create() - Static method in interface io.helidon.common.configurable.AllowListConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.common.configurable.LruCache
-
Deprecated.Create an instance with default configuration.
- create() - Static method in interface io.helidon.common.configurable.LruCacheConfig
-
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.context.http.ContextRecordConfig
-
Create a new instance with default values.
- 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.MapperManager
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Mappers.create()instead - 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.types.ModuleInfoExports
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.types.ModuleInfoOpens
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.types.ModuleInfoProvides
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.types.ModuleInfoRequires
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.types.ModuleInfoUses
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.common.types.ModuleTypeInfo
-
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 interface io.helidon.config.ConfigItem
-
Create a new instance with default values.
- create() - Static method in class io.helidon.config.etcd.EtcdWatcher
-
Creates a change watcher for sources based on etcd that provide
EtcdConfigSourceBuilder.EtcdEndpointas a target. - create() - Static method in class io.helidon.config.FileSystemWatcher
-
Create a new file watcher with default configuration.
- create() - Method in class io.helidon.config.HelidonConfigProvider
-
Deprecated.
- 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 class io.helidon.cors.CrossOriginConfig
-
Creates a new
CrossOriginConfiginstance which represents the default CORS behavior. - 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.CriteriaCondition
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.codegen.query.DataQuery
-
Create a new instance with default values.
- 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.OrderExpression
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.codegen.query.Projection
-
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() - Static method in interface io.helidon.data.Order
-
Create a new instance with default values.
- 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.DataSourceConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
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.data.sql.datasource.ucp.UcpDataSourceConfig
-
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.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.ClientEndpoint
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.declarative.codegen.model.http.ModelElement
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.declarative.codegen.model.http.RestMethod
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.declarative.codegen.model.http.RestMethodParameter
-
Create a new instance with default values.
- 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.discovery.providers.eureka.CacheConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
-
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.FallbackConfig
-
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 class io.helidon.http.media.FormParamsSupport
-
Create a new media support for application form processing.
- create() - Static method in interface io.helidon.http.media.gson.GsonSupportConfig
-
Create a new instance with default values.
- 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.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.integrations.eureka.EurekaRegistrationConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.eureka.LeaseInfoConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.eureka.PortInfoConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.McpClientConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.integrations.micrometer.MeterRegistryFactory
-
Deprecated.Creates a new factory using default settings (no config).
- create() - Static method in class io.helidon.integrations.micrometer.MicrometerFeature
-
Deprecated.Creates a new
MicrometerSupportusing default settings. - create() - Static method in interface io.helidon.integrations.oci.ConfigFileMethodConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.oci.ConfigMethodConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.oci.ImdsInstanceInfo
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.oci.OciConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.oci.SessionTokenMethodConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManager
-
Creates a default
OciCertificatesTlsManagerinstance. - create() - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.integrations.vault.auths.common.NoVaultAuth
-
Create a new instance.
- create() - Static method in class io.helidon.integrations.vault.ListSecrets.Request
-
Create with an empty path.
- create() - Static method in class io.helidon.jersey.connector.HelidonConnectorProvider
-
Create a new instance of
HelidonConnectorProvider. - 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.SchemaItem
-
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 class io.helidon.lra.coordinator.CoordinatorService
-
Create a new Lra coordinator.
- create() - Static method in class io.helidon.messaging.Channel
-
Create new empty channel with random name.
- create() - Static method in class io.helidon.messaging.connectors.jms.JmsConnector
-
Creates a new instance of JmsConnector with empty configuration.
- create() - Static method in class io.helidon.messaging.connectors.kafka.KafkaConnector
-
Creates a new instance of KafkaConnector with empty configuration.
- 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.MetricsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.metrics.api.ScopeConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.metrics.prometheus.PrometheusSupport
-
Creates new instance using default Prometheus
CollectorRegistry. - create() - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
-
Create a new instance with default values.
- create() - Static method in class io.helidon.microprofile.grpc.client.GrpcChannelsProvider
-
Builds a new instance of
GrpcChannelsProviderusing default configuration. - create() - Static method in interface io.helidon.microprofile.openapi.MpOpenApiManagerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.microprofile.server.Server
-
Create a server instance for discovered JAX-RS application (through CDI).
- create() - Static method in class io.helidon.microprofile.servicecommon.HelidonRestCdiExtension.WorkItemsManager
- 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 interface io.helidon.scheduling.TaskConfig
-
Create a new instance with default values.
- create() - Static method in class io.helidon.security.abac.policy.el.JavaxElPolicyExecutor
-
Create a new instance configured with defaults.
- 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.jwt.Jwt.ExpirationValidator
-
Deprecated.New instance with default values (allowed time skew 5 seconds, optional).
- create() - Static method in class io.helidon.security.jwt.Jwt.IssueTimeValidator
-
Deprecated.New instance with default values (allowed time skew 5 seconds, optional).
- create() - Static method in class io.helidon.security.jwt.Jwt.NotBeforeValidator
-
Deprecated.New instance with default values (allowed time skew 5 seconds, optional).
- 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.config.vault.ConfigVaultProvider
-
Creates the provider with default configuration, supporting encryption if it is configured using environment variables or system properties.
- create() - Static method in class io.helidon.security.providers.config.vault.ConfigVaultProvider.EncryptionConfig
-
Create a new instance.
- 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.ActivationRequest
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.service.registry.ActivationResult
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.service.registry.Dependency
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.service.registry.InterceptionContext
-
Create a new instance with default values.
- 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.BatchSpanProcessorConfig
-
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.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.ZipkinExporterConfig
-
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 class io.helidon.tracing.jersey.TracingHelper
-
Create helper with default span name function.
- 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.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.grpc.GrpcServiceDescriptor
-
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 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.tracing.WebClientTracing
-
Creates new instance of client tracing service.
- 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 interface io.helidon.webserver.ConnectionConfig
-
Deprecated.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 class io.helidon.webserver.cors.CorsFeature
-
Create a new CORS feature with default setup.
- create() - Static method in class io.helidon.webserver.cors.CorsSupport
-
Create CORS support with defaults.
- 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.GrpcTracingConfig
-
Deprecated.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
-
Deprecated.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.http1.Http1ConnectionSelectorConfig
-
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 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.security.PathsConfig
-
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.servicecommon.RestServiceSettings
-
Creates a new instance with default settings.
- create() - Static method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Create a new instance with default values.
- create() - Static method in interface io.helidon.webserver.staticcontent.FileSystemHandlerConfig
-
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.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(boolean) - Static method in class io.helidon.security.jwt.Jwt.ExpirationValidator
-
Deprecated.New instance with default values (allowed time skew 5 seconds).
- 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[], int, int) - Static method in interface io.helidon.common.buffers.BufferData
-
Fixed size buffer data fully written.
- create(char[]) - Static method in class io.helidon.common.crypto.SymmetricCipher
-
Create a new instance based on the password.
- create(char[]) - Static method in class io.helidon.security.providers.config.vault.ConfigVaultProvider.EncryptionConfig
-
Create a new instance with custom 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 interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Numbers from double values.
- 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>, 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(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 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(Gson) - Static method in class io.helidon.http.media.gson.GsonSupport
-
Creates a new
GsonSupport. - create(Gson, String) - Static method in class io.helidon.http.media.gson.GsonSupport
-
Creates a new
GsonSupport. - 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(BindableService) - Static method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor
-
Create a
ClientServiceDescriptorfrom aBindableService. - create(Channel, ClientServiceDescriptor) - Static method in class io.helidon.microprofile.grpc.client.GrpcServiceClient
-
Creates a
GrpcServiceClient. - create(Channel, Class<T>) - Static method in class io.helidon.microprofile.grpc.client.GrpcProxyBuilder
-
Create a
GrpcProxyBuilderthat can build gRPC dynamic proxies for a given gRPC service interface. - create(ServiceDescriptor) - Static method in class io.helidon.microprofile.grpc.client.ClientServiceDescriptor
-
Create a
ClientServiceDescriptorfrom aServiceDescriptor. - create(AptContext, TypeName) - Static method in class io.helidon.codegen.apt.AptTypeInfoFactory
-
Deprecated.Create type information for a type name, reading all child elements.
- create(AptContext, TypeName, Predicate<TypedElementInfo>) - Static method in class io.helidon.codegen.apt.AptTypeInfoFactory
-
Deprecated.Create type information for a type name.
- create(AptContext, TypeElement) - Static method in class io.helidon.codegen.apt.AptTypeInfoFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.this is an internal API, all usage should be done through
helidon-codegenAPIs, such asCodegenContext.typeInfo(io.helidon.common.types.TypeName) - create(AptContext, TypeElement, Predicate<TypedElementInfo>) - Static method in class io.helidon.codegen.apt.AptTypeInfoFactory
-
Deprecated.Create type information from a type element.
- create(ClassCode, double, Set<ResolvedType>, Set<ResolvedType>) - 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.integrations.langchain4j.codegen.AiServiceCodegenProvider
- create(CodegenContext, TypeName) - Method in class io.helidon.integrations.langchain4j.codegen.ModelConfigCodegenProvider
- create(CodegenContext, TypeName) - Method in class io.helidon.integrations.langchain4j.codegen.ModelFactoryCodegenProvider
- 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.http.restclient.RestClientAnnotationMapperProvider
- create(CodegenOptions) - Method in class io.helidon.integrations.langchain4j.codegen.LcToolsMapperProvider
- create(CodegenOptions) - Method in class io.helidon.service.codegen.MapNamedByTypeMapperProvider
- create(CodegenOptions, Function<TypeName, Optional<TypeInfo>>, 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<TypedElementInfo>) - 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<TypedElementInfo>) - Static method in class io.helidon.codegen.scan.ScanTypeInfoFactory
-
Create type information for a type name.
- create(Base64Value) - Static method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.BatchEntry
-
Create an entry from Base64 value.
- 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(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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.configurable.LruCacheConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.configurable.ScheduledThreadPoolConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.context.http.ContextRecordConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.pki.Keys
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.pki.KeystoreKeys
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.pki.PemKeys
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.socket.SocketOptions
-
Deprecated.
- create(Config) - Static method in interface io.helidon.common.tls.RevocationConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in class io.helidon.cors.CrossOriginConfig
-
Creates a new
CrossOriginConfiginstance based on the provided configuration node. - create(Config) - Static method in class io.helidon.cors.MappedCrossOriginConfig
-
Creates a new
Mappedinstance using the provided configuration. - create(Config) - Static method in interface io.helidon.data.jakarta.persistence.JpaPersistenceUnitConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.data.sql.common.ConnectionConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.data.sql.datasource.DataSourceConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.data.sql.datasource.hikari.HikariDataSourceConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.data.sql.datasource.ucp.UcpDataSourceConfig
-
Deprecated.
- 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
-
Deprecated.
- 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.discovery.providers.eureka.CacheConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.faulttolerance.AsyncConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.faulttolerance.BulkheadConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.faulttolerance.CircuitBreakerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.faulttolerance.RetryConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.faulttolerance.TimeoutConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in class io.helidon.http.media.gson.GsonSupport
-
Creates a new
GsonSupport. - create(Config) - Static method in interface io.helidon.http.media.gson.GsonSupportConfig
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.MediaContext
-
Create a new media context and apply provided configuration.
- create(Config) - Static method in interface io.helidon.http.media.MediaContextConfig
-
Deprecated.
- 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.integrations.eureka.EurekaRegistrationConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.eureka.LeaseInfoConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.eureka.PortInfoConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.McpClientConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
Deprecated.
- create(Config) - Static method in class io.helidon.integrations.micrometer.MeterRegistryFactory
-
Deprecated.Creates a new factory using the specified config.
- create(Config) - Static method in class io.helidon.integrations.micrometer.MicrometerFeature
-
Deprecated.Creates a new
MicrometerSupportusing the providedConfig(anchored at the "metrics.micrometer" node). - create(Config) - Static method in class io.helidon.integrations.neo4j.Neo4j
-
Create the Neo4j support using builder.
- create(Config) - Static method in interface io.helidon.integrations.oci.ConfigFileMethodConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.oci.ConfigMethodConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.oci.ImdsInstanceInfo
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.oci.OciConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.oci.SessionTokenMethodConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManager
-
Creates a configured
OciCertificatesTlsManagerinstance. - create(Config) - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
Deprecated.
- create(Config) - Static method in class io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecurityProvider.CubbyholeSecretConfig
-
Create a new secrets configuration from config.
- create(Config) - Static method in class io.helidon.integrations.vault.secrets.kv1.Kv1SecurityProvider.Kv1SecretConfig
-
Create a new secrets configuration from config.
- create(Config) - Static method in class io.helidon.integrations.vault.secrets.kv2.Kv2SecurityProvider.Kv2SecretConfig
-
Create a new secrets configuration from config.
- create(Config) - Static method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitDigestConfig
-
Create a new digest configuration from config.
- create(Config) - Static method in class io.helidon.integrations.vault.secrets.transit.TransitSecurityProvider.TransitEncryptionConfig
-
Create a new encryption configuration from config.
- create(Config) - Static method in interface io.helidon.integrations.vault.Vault
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Vault.create(Config)instead - 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(Config) - Static method in interface io.helidon.metrics.api.MetricsConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.metrics.api.ScopeConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
-
Deprecated.
- create(Config) - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
-
Deprecated.
- create(Config) - Static method in class io.helidon.microprofile.jwt.auth.JwtAuthProvider
-
Create provider instance from configuration.
- create(Config) - Static method in interface io.helidon.microprofile.openapi.MpOpenApiManagerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig
-
Deprecated.
- create(Config) - Static method in class io.helidon.microprofile.security.QueryParamHandler
-
Read 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.scheduling.CronConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.scheduling.FixedRateConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.scheduling.TaskConfig
-
Deprecated.
- create(Config) - Static method in class io.helidon.security.abac.policy.el.JavaxElPolicyExecutor
-
Create an instance based on 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 an 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) - 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.config.vault.ConfigVaultProvider
-
Creates the provider from configuration, supporting encryption if its configuration is found.
- create(Config) - Static method in class io.helidon.security.providers.config.vault.ConfigVaultProvider.EncryptionConfig
-
Create a new instance from config.
- create(Config) - Static method in class io.helidon.security.providers.google.login.GoogleTokenProvider
-
Create an instance 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) - 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) - Static method in class io.helidon.security.providers.httpauth.HttpBasicOutboundConfig
-
Create basic outbound configuration from config.
- create(Config) - Static method in enum class io.helidon.security.providers.httpauth.HttpDigest.Qop
-
Parse configuration into this enum.
- create(Config) - Static method in class io.helidon.security.providers.httpauth.HttpDigestAuthProvider
-
Load this provider from configuration.
- 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) - 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) - Static method in class io.helidon.security.providers.jwt.JwtProvider
-
Create provider instance from configuration.
- create(Config) - Static method in interface io.helidon.security.providers.oidc.common.ClientCredentialsConfig
-
Deprecated.
- 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.OidcProvider
-
Load this provider from configuration.
- 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) - Static method in class io.helidon.security.util.TokenHandler
-
Create a
TokenHandlerfrom configuration. - create(Config) - Static method in interface io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OpenTelemetryTracingConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.OtlpExporterConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.RetryPolicyConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.SamplerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.SpanExporterConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.SpanLimitsConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.SpanProcessorConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.ZipkinExporterConfig
-
Deprecated.
- 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 class io.helidon.tracing.providers.jaeger.JaegerTracerBuilder
-
Create a new builder based on values in configuration.
- create(Config) - Static method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Create a new builder from configuration.
- create(Config) - Static method in class io.helidon.tracing.providers.zipkin.ZipkinTracerBuilder
-
Create a new builder based on values in 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.HttpClientConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webclient.api.HttpConfigBase
-
Deprecated.
- 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.WebClientConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webclient.api.WebClientCookieManagerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webclient.context.WebClientContextConfig
-
Deprecated.
- 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.grpc.GrpcClientConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webclient.grpc.GrpcClientProtocolConfig
-
Deprecated.
- 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.Http1ClientProtocolConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClientProtocolConfig
-
Deprecated.
- create(Config) - Static method in class io.helidon.webclient.metrics.WebClientMetrics
-
Creates new client metrics based on config.
- create(Config) - Static method in interface io.helidon.webclient.websocket.WsClientConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webclient.websocket.WsClientProtocolConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.accesslog.AccessLogConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.ConnectionConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.context.ContextFeatureConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.cors.CorsConfig
-
Deprecated.
- create(Config) - Static method in class io.helidon.webserver.cors.CorsFeature
-
Create a new CORS feature with custom setup.
- create(Config) - Static method in class io.helidon.webserver.cors.CorsSupport
-
Creates a new
CorsSupportinstance based on the provided configuration expected to match the basicCrossOriginConfigformat. - create(Config) - Static method in interface io.helidon.webserver.ErrorHandling
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.grpc.GrpcConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.grpc.GrpcReflectionConfig
-
Deprecated.
- 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 interface io.helidon.webserver.grpc.GrpcTracingConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.http1.Http1Config
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.http2.Http2Config
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.ListenerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.observe.config.ConfigObserverConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.observe.health.HealthObserverConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.observe.info.InfoObserverConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.observe.log.LogObserverConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.observe.log.LogStreamConfig
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.observe.tracing.PathTracingConfig
-
Create a new traced path configuration from
Config. - create(Config) - Static method in interface io.helidon.webserver.observe.tracing.TracingObserverConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.security.PathsConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.security.SecurityFeatureConfig
-
Deprecated.
- 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
-
Deprecated.
- create(Config) - 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(Config) - Static method in interface io.helidon.webserver.staticcontent.ClasspathHandlerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.FileSystemHandlerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.MemoryCacheConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.StaticContentConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorageConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.WebServerConfig
-
Deprecated.
- create(Config) - Static method in interface io.helidon.webserver.websocket.WsConfig
-
Deprecated.
- create(Config, MetricsConfig, Collection<MetersProvider>) - Method in class io.helidon.metrics.providers.micrometer.MicrometerMetricsFactoryProvider
- create(Config, MetricsConfig, Collection<MetersProvider>) - Method in interface io.helidon.metrics.spi.MetricsFactoryProvider
-
Creates a new
MetricsFactoryfrom which the caller can obtainMeterRegistryandMeter.Builderinstances. - 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, 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 interface io.helidon.common.config.ConfiguredProvider
-
Deprecated.Create a new instance from the configuration located on the provided node.
- create(Config, String) - Static method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Load supplier from configuration.
- 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.gson.GsonMediaSupportProvider
- create(Config, String) - Static method in class io.helidon.http.media.gson.GsonSupport
-
Creates a new
GsonSupport. - 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.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.integrations.eureka.EurekaRegistrationServerFeatureProvider
-
Creates and returns a non-
nullEurekaRegistrationServerFeature, configured using the suppliedConfig. - create(Config, String) - Method in class io.helidon.integrations.oci.tls.certificates.DefaultOciCertificatesTlsManagerProvider
- create(Config, String) - Method in class io.helidon.openapi.OpenApiFeatureProvider
- create(Config, String) - Method in class io.helidon.webclient.context.WebClientContextServiceProvider
- create(Config, String) - Method in class io.helidon.webclient.grpc.tracing.GrpcClientTracingProvider
-
Deprecated.
- 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
-
Deprecated.
- create(Config, String) - Method in class io.helidon.webclient.security.WebClientSecurityProvider
-
Deprecated.
- create(Config, String) - Method in class io.helidon.webclient.tracing.WebClientTracingProvider
-
Deprecated.
- 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.cors.CorsFeatureProvider
- 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.tracing.GrpcTracingServiceProvider
- 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
-
Deprecated.
- create(Config, String) - Method in class io.helidon.webserver.observe.health.HealthObserveProvider
-
Deprecated.
- create(Config, String) - Method in class io.helidon.webserver.observe.info.InfoObserveProvider
-
Deprecated.
- create(Config, String) - Method in class io.helidon.webserver.observe.log.LogObserveProvider
-
Deprecated.
- create(Config, String) - Method in class io.helidon.webserver.observe.metrics.MetricsObserveProvider
-
Deprecated.
- create(Config, String) - Method in class io.helidon.webserver.observe.ObserveFeatureProvider
- create(Config, String) - Method in interface io.helidon.webserver.observe.spi.ObserveProvider
-
Create a new observer from the provided configuration.
- create(Config, String) - Method in class io.helidon.webserver.observe.tracing.TracingObserveProvider
-
Deprecated.
- 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 class io.helidon.webserver.staticcontent.StaticContentFeatureProvider
- create(Config, String) - Method in class io.helidon.webserver.websocket.WsProtocolConfigProvider
- create(Config, ResourceConfig) - Static method in class io.helidon.jersey.webserver.JaxRsService
-
Create a new JAX-RS integration service with the default injection manager.
- create(Config, ResourceConfig, InjectionManager) - Static method in class io.helidon.jersey.webserver.JaxRsService
-
Create a new JAX-RS integration service with a custom injection manager.
- create(AllowListConfig) - Static method in class io.helidon.common.configurable.AllowList
-
Create a new allow list based on its configuration.
- create(LruCacheConfig<K, V>) - Static method in class io.helidon.common.configurable.LruCache
-
Deprecated.Create an instance with custom configuration.
- create(ResourceConfig) - Static method in interface io.helidon.common.configurable.Resource
-
Create resource from its configuration.
- 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<DbMapperProvider>) - 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, GenericType<T>, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create an empty value.
- create(Mappers, String, Class<T>, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create an empty value.
- create(Mappers, String, T, GenericType<T>, String...) - Static method in interface io.helidon.common.mapper.OptionalValue
-
Create a value backed by data.
- create(Mappers, String, T, GenericType<T>, 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<T>) - Static method in interface io.helidon.common.reactive.Multi
- create(Single<T>) - 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(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(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, double, Set<ResolvedType>, Set<ResolvedType>) - Static method in interface io.helidon.service.metadata.DescriptorMetadata
-
Create a new instance from descriptor information, i.e.
- create(TypeName, TypeName, TypeInfo, Set<ResolvedType>) - 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, 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<ContentBuilder<?>>) - Static method in interface io.helidon.service.codegen.spi.InjectAssignment.Assignment
-
Create a new assignment instance.
- create(TypeName, Map<String, ?>) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for annotation with zero or more values.
- create(UriInfo) - Static method in class io.helidon.webclient.api.ClientUri
-
Create a new client uri.
- create(Config) - Static method in interface io.helidon.common.concurrency.limits.AimdLimitConfig
-
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 interface io.helidon.common.configurable.AllowListConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.common.configurable.LruCacheConfig
-
Create a new instance from 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 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 interface io.helidon.common.tls.TlsConfig
-
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.etcd.EtcdConfigSource
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.config.etcd.EtcdWatcher
-
Create a new instance from meta configuration.
- 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.git.GitConfigSource
-
Create an instance from meta configuration.
- create(Config) - Static method in class io.helidon.config.mp.MpConfigSources
-
Config source base on a Helidon SE config instance.
- 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.sql.common.ConnectionConfig
-
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 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 interface io.helidon.dbclient.jdbc.JdbcParametersConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.discovery.providers.eureka.CacheConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscoveryConfig
-
Create a new instance from configuration.
- 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.ContentEncodingContextConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.media.gson.GsonSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.media.jackson.JacksonSupportConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.http.media.jsonb.JsonbSupportConfig
-
Create a new instance from 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.integrations.eureka.EurekaRegistrationConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.eureka.InstanceInfoConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.eureka.LeaseInfoConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.eureka.PortInfoConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.McpClientConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereEmbeddingModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.coherence.CoherenceEmbeddingStoreConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaEmbeddingModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.Create a EmbeddedStorageManager instance from Config.
- create(Config) - Static method in interface io.helidon.integrations.oci.ConfigFileMethodConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.oci.ConfigMethodConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.oci.ImdsInstanceInfo
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.oci.OciConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.oci.sdk.runtime.OciConfig
-
Deprecated.Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.oci.SessionTokenMethodConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.integrations.vault.Vault
-
Create a Vault from configuration.
- create(Config) - Static method in class io.helidon.messaging.connectors.kafka.KafkaConnector
-
Creates a new instance of KafkaConnector with the required configuration.
- create(Config) - Static method in class io.helidon.messaging.connectors.kafka.KafkaPublisher
-
Load this builder from a configuration.
- create(Config) - Static method in class io.helidon.messaging.connectors.kafka.KafkaSubscriber
-
Load this builder from a configuration.
- 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
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.metrics.api.ScopingConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelDescriptor
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
-
Create a new instance from configuration.
- create(Config) - Static method in class io.helidon.microprofile.grpc.client.GrpcChannelsProvider
-
Creates a
GrpcChannelsProviderusing the specified configuration. - create(Config) - Static method in interface io.helidon.microprofile.openapi.MpOpenApiManagerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.microprofile.restclientmetrics.RestClientMetricsConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.microprofile.server.RoutingBuilders
-
Prepares the default and actual
HttpRouting.Builderinstances based on the "routing" configuration for the specific component 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.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 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.OidcFeature
-
Load OIDC support for webserver from config.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.BatchSpanProcessorConfig
-
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.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.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.SpanProcessorConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.telemetry.otelconfig.ZipkinExporterConfig
-
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 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 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 interface io.helidon.webclient.http1.Http1ClientProtocolConfig
-
Create a new instance from configuration.
- 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 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 interface io.helidon.webserver.concurrency.limits.LimitsFeatureConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.ConnectionConfig
-
Deprecated.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 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 interface io.helidon.webserver.grpc.GrpcTracingConfig
-
Deprecated.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.MetricsObserverConfig
-
Create a new instance from 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.tracing.TracingObserverConfig
-
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 interface io.helidon.webserver.security.SecurityHandlerConfig
-
Create a new instance from configuration.
- create(Config) - Static method in interface io.helidon.webserver.servicecommon.RestServiceSettings
-
Creates a new instance using values from the provided config.
- 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 Access log support 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.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.Key) - Static method in exception class io.helidon.config.MissingValueException
-
Create new missing value exception.
- create(Config, String) - Static method in class io.helidon.security.providers.oidc.OidcFeature
-
Load OIDC support for webserver from config.
- 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(ConfigSource) - Static method in class io.helidon.config.mp.MpConfigSources
-
Config source based on a Helidon SE config source.
- 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<QueryParameters.Parameter>) - Static method in class io.helidon.data.codegen.query.QueryParameters
-
Create an instance of
QueryParameters. - create(Order...) - Static method in interface io.helidon.data.Sort
-
Create new instance of query result ordering.
- create(PageRequest, List<T>) - Static method in interface io.helidon.data.Slice
-
Create pageable query result as page without total size of the result.
- create(PageRequest, List<T>, 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<Void>, CompletionStage<Long>, DbStatementParameters) - Static method in interface io.helidon.dbclient.DbClientServiceContext
-
Create a new client service context.
- create(EurekaDiscoveryConfig) - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscovery
-
Required by, and complying with the requirements of, the Helidon Builder API, creates a new
EurekaDiscoveryimplementation whose state is derived from the suppliedEurekaDiscoveryConfigand returns it. - 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<T>) - Static method in interface io.helidon.faulttolerance.Fallback
-
Create a fallback based on 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(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<String>) - 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<String>) - 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.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(HttpPrologue, Headers) - Static method in class io.helidon.webserver.http.DirectTransportRequest
-
Configure a simple request from known prologue and headers.
- create(GsonSupportConfig) - Static method in class io.helidon.http.media.gson.GsonSupport
-
Creates a new
GsonSupportbased on theGsonSupportConfig. - create(JacksonSupportConfig) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new
JacksonSupportbased on theJacksonSupportConfig. - 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(EurekaRegistrationConfig) - Static method in class io.helidon.integrations.eureka.EurekaRegistrationServerFeature
-
Creates a
EurekaRegistrationServerFeature. - create(NativeTrace, ScanResult, Function<String, Class<?>>, Function<Class<?>, Boolean>) - Static method in class io.helidon.integrations.graal.nativeimage.extension.NativeUtil
-
Create a new instance.
- create(EmbeddingStoreContentRetrieverConfig) - Static method in class io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverFactory
-
Create an instance of embedding store content retriever from configuration.
- create(OciCertificatesTlsManagerConfig) - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManager
-
Creates a configured
OciCertificatesTlsManagerinstance. - create(CreateCubbyhole.Request) - Method in interface io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecrets
-
Create a new secret on the defined path.
- create(CreateKv1.Request) - Method in interface io.helidon.integrations.vault.secrets.kv1.Kv1Secrets
-
Create a new secret on the defined path.
- create(CreateKv2.Request) - Method in interface io.helidon.integrations.vault.secrets.kv2.Kv2Secrets
-
Create a new secret.
- create(Channel<PAYLOAD>) - Static method in class io.helidon.messaging.Emitter
-
Create new Emitter to serve as a publisher for supplied channel.
- create(Channel<PAYLOAD>, Channel<PAYLOAD>...) - Static method in class io.helidon.messaging.Emitter
-
Create new Emitter to serve as a broadcast publisher for supplied channels.
- 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.SystemTagsManager
-
Creates a new system tags manager using the provided metrics settings.
- 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.microprofile.security.QueryParamHandler
-
Create instance from an existing mapping.
- 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.security.SecurityHttpFeature
-
Create a consumer of routing config to be
registeredwith web server routing to process security requests. - create(SecurityLevel) - Static method in class io.helidon.security.SecurityLevel
-
Creates builder for security levels based on previously created security level.
- 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.faulttolerance.FtExtensionProvider
- 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) - Method in class io.helidon.declarative.codegen.scheduling.SchedulingExtensionProvider
- 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.GrpcTracingInterceptor
-
Deprecated.Create a
GrpcTracingInterceptorinterceptor. - 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(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(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, ConnectionKey, List<String>, Function<TcpClientConnection, Boolean>, Consumer<TcpClientConnection>) - Static method in class io.helidon.webclient.api.TcpClientConnection
-
Create a new TCP Connection.
- create(WebClientContextConfig) - Static method in class io.helidon.webclient.context.WebClientContextService
-
Create a new instance from its configuration.
- 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(ErrorHandlers, List<Filter>) - 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(ServerResponse, BiConsumer<Object, MediaType>, Runnable) - Method in interface io.helidon.webserver.http.spi.SinkProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.replaced by
SinkProvider.create(SinkProviderContext) - create(ServerResponse, BiConsumer<Object, MediaType>, Runnable) - Method in class io.helidon.webserver.sse.SseSinkProvider
-
Deprecated, for removal: This API element is subject to removal in a future version.replaced by
SseSinkProvider.create(SinkProviderContext) - 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(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.microprofile.tyrus.TyrusUpgrader
-
Create a new configured instance of Tyrus upgrader.
- create(WsConfig) - Static method in class io.helidon.webserver.websocket.WsUpgrader
-
WebSocket upgrader for HTTP/1.
- create(WsConfig, ProtocolConfigs) - Method in class io.helidon.microprofile.tyrus.TyrusUpgradeProvider
- 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<String, String>) - 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(Tracer) - Static method in class io.helidon.tracing.providers.opentracing.OpenTracing
-
Wrap an open tracing tracer.
- create(Tracer, Span) - Static method in class io.helidon.tracing.providers.opentracing.OpenTracing
-
Wrap an open tracing span.
- create(CollectorRegistry) - Static method in class io.helidon.metrics.prometheus.PrometheusSupport
-
Creates new instance using specified Prometheus
CollectorRegistry. - create(CompletionListener) - Static method in class io.helidon.messaging.connectors.jms.shim.JavaxJms
-
Create a javax wrapper for the provided jakarta instance.
- create(ExceptionListener) - Static method in class io.helidon.messaging.connectors.jms.shim.JavaxJms
-
Create a javax wrapper for the provided jakarta instance.
- create(MessageListener) - Static method in class io.helidon.messaging.connectors.jms.shim.JavaxJms
-
Create a javax wrapper for the provided jakarta instance.
- create(ServerSessionPool) - Static method in class io.helidon.messaging.connectors.jms.shim.JavaxJms
-
Create a javax wrapper for the provided jakarta instance.
- create(Jsonb) - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new
JsonbSupport. - create(JsonObject) - Static method in class io.helidon.integrations.vault.ListSecrets.Response
-
Create a new list response from JSON entity.
- 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(JsonStructure) - Static method in interface io.helidon.jsonrpc.core.JsonRpcParams
-
Create an instance from a JSON structure.
- create(JsonValue) - Static method in interface io.helidon.jsonrpc.core.JsonRpcResult
-
Create an instance from a JSON value.
- create(ContainerRequestContext) - Static method in interface io.helidon.jersey.common.InvokedResource
-
Create a new invoked resource from Jersey container request context.
- create(Application) - Static method in class io.helidon.microprofile.server.JaxRsApplication
-
Create an instance based on a JAX-RS application.
- create(Application...) - Static method in interface io.helidon.microprofile.server.Server
-
Create a server instance for a JAX-RS application.
- 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(Reader) - Method in class io.helidon.config.hocon.mp.HoconMpMetaConfigProvider
- create(Reader) - Method in interface io.helidon.config.mp.spi.MpMetaConfigProvider
-
Create the
ConfigSourcefrom the given content. - create(Reader) - Static method in class io.helidon.config.spi.OverrideSource.OverrideData
-
Creates
OverrideDatafrom aReader. - create(Reader) - Method in class io.helidon.config.yaml.mp.YamlMetaConfigProvider
- 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 class io.helidon.microprofile.grpc.core.AnnotatedMethodList
-
Create an annotated method list for a class.
- create(Class<?>) - Static method in interface io.helidon.service.registry.Lookup
-
Create service lookup from a contract type.
- create(Class<?>, boolean) - Static method in class io.helidon.microprofile.grpc.core.AnnotatedMethodList
-
Create an annotated method list for a class.
- create(Class<?>, BeanManager) - Static method in class io.helidon.microprofile.grpc.server.GrpcServiceBuilder
-
Create a new introspection modeller for a given gRPC service class.
- create(Class<?>, Class<?>) - Static method in class io.helidon.microprofile.openapi.ExpandedTypeDescription
-
Factory method for ease of chaining other method invocations.
- create(Class<?>, Supplier<?>, BeanManager) - Static method in class io.helidon.microprofile.grpc.server.GrpcServiceBuilder
-
Create a
GrpcServiceBuilderfor a given gRPC service class. - create(Class<? extends Application>) - Static method in class io.helidon.microprofile.server.JaxRsApplication
-
Create a new instance based on an JAX-RS Application class.
- create(Class<? extends Application>...) - Static method in interface io.helidon.microprofile.server.Server
-
Create a server instance for a JAX-RS application class.
- create(Class<? extends Annotation>) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with no value.
- create(Class<? extends Annotation>) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a qualifier from an annotation.
- create(Class<? extends Annotation>, String) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with a value.
- create(Class<? extends Annotation>, String) - Static method in interface io.helidon.service.registry.Qualifier
-
Creates a qualifier with a value from an annotation.
- create(Class<? extends Annotation>, Map<String, ?>) - Static method in interface io.helidon.common.types.Annotation
-
Creates an instance for an annotation with a value.
- create(Class<N>) - Static method in class io.helidon.common.GenericType
-
Constructs a new generic type instance representing the given class.
- create(Class<T>) - Static method in class io.helidon.common.HelidonServiceLoader
-
A shortcut method to create a service loader based on the provider interface directly.
- create(Class<T>) - Static method in interface io.helidon.integrations.vault.SysApi
-
Create a new Sys API for the defined API class.
- create(Class<T>) - Static method in interface io.helidon.microprofile.grpc.core.InstanceSupplier
-
Create an
Supplierthat supplies a new instances of the specified Class. - create(Class<T>) - Method in class io.helidon.microprofile.tyrus.HelidonComponentProvider
-
Create a new instance using CDI.
- create(Class<T>, InjectionProvider.CreateInstanceFunction<T>) - Static method in class io.helidon.integrations.vault.spi.InjectionProvider.InjectionType
-
Create an injection type for the class and creator function.
- create(Class<T>, ErrorHandler<? super T>) - Static method in interface io.helidon.webserver.http.Registration
-
Create a registration for an error handler.
- create(Class<T>, String, String) - Static method in interface io.helidon.integrations.vault.AuthMethod
-
Create an authentication method.
- create(Class<T>, String, String) - Static method in interface io.helidon.integrations.vault.Engine
-
Create an engine.
- create(Class<T>, String, String, String) - Static method in interface io.helidon.integrations.vault.Engine
-
Create a new versioned engine.
- create(Class<T>, BiConsumer<T, ServerResponse>) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes type request entity and
ServerResponse. - create(Class<T>, Consumer<T>) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes typed request entity and sends
Status.OK_200. - create(Class<T>, Function<T, ?>) - 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>, T) - Static method in interface io.helidon.common.types.AnnotationProperty
-
Create a new enum property.
- create(Class<T>, T) - Static method in interface io.helidon.common.types.EnumValue
-
Create a new enum value.
- create(Iterable<T>) - 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) - Method in class io.helidon.microprofile.server.HelidonHK2InjectionManagerFactory
- 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(Object, BeanManager) - Static method in class io.helidon.microprofile.grpc.server.GrpcServiceBuilder
-
Create a new introspection modeller for a given gRPC service.
- 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(Method) - Static method in class io.helidon.microprofile.grpc.core.AnnotatedMethod
-
Create an
AnnotatedMethodinstance from aJava 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.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.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.UriFragment
-
Create a fragment from raw value.
- 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) - 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.integrations.vault.auths.approle.DeleteAppRole.Request
-
Create request for a specific role name.
- create(String) - Static method in class io.helidon.integrations.vault.auths.approle.ReadRoleId.Request
-
Create request for a specific role name.
- create(String) - Static method in class io.helidon.integrations.vault.auths.k8s.DeleteRole.Request
-
Create a new request with role name.
- create(String) - Static method in class io.helidon.integrations.vault.auths.token.DeleteTokenRole.Request
-
Create a new request with role name.
- create(String) - Static method in class io.helidon.integrations.vault.auths.token.RenewToken.Request
-
Create a new request with token.
- create(String) - Static method in class io.helidon.integrations.vault.auths.token.RevokeAndOrphanToken.Request
-
Create a new request with a token.
- create(String) - Static method in class io.helidon.integrations.vault.auths.token.RevokeToken.Request
-
Create a new request from the token value.
- create(String) - Static method in class io.helidon.integrations.vault.cdi.VaultName.Literal
-
Create a new literal.
- create(String) - Static method in class io.helidon.integrations.vault.cdi.VaultPath.Literal
-
Create a new literal.
- create(String) - Static method in class io.helidon.integrations.vault.ListSecrets.Request
-
Create with a path.
- create(String) - Static method in class io.helidon.integrations.vault.secrets.kv1.GetKv1.Request
-
Get secret request for a secret path.
- create(String) - Static method in class io.helidon.integrations.vault.secrets.kv2.GetKv2.Request
-
Create a request for path.
- create(String) - Static method in class io.helidon.integrations.vault.secrets.transit.DecryptBatch.BatchEntry
-
Create a new entry from cipher text.
- create(String) - Static method in class io.helidon.integrations.vault.secrets.transit.DeleteKey.Request
-
Create a request from key name.
- create(String) - Static method in class io.helidon.integrations.vault.sys.DeletePolicy.Request
-
Create a delete policy request for a policy name.
- create(String) - Static method in class io.helidon.messaging.Channel
-
Create new empty channel with given name.
- create(String) - Static method in interface io.helidon.microprofile.server.RoutingBuilders
-
Prepares the default and actual
HttpRouting.Builderinstances based on the "routing" configuration for the specific component. - 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.providers.config.vault.ConfigVaultProvider.SecretConfig
-
Create a new secret from a value.
- 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 class io.helidon.security.SecurityLevel
-
Creates builder for security levels based on class name.
- create(String) - Static method in interface io.helidon.tracing.providers.opentracing.OpenTracingTracerBuilder
-
Create a new builder for the service name.
- 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 class io.helidon.webserver.cors.CorsEnabledServiceHelper
-
Creates a new helper based on a default CORS config for services.
- 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 interface io.helidon.webserver.staticcontent.StaticContentService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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(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, 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, long) - Static method in class io.helidon.http.HeaderValues
-
Create a new header with a single value.
- 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
Config. - create(String, Config) - Static method in class io.helidon.tracing.config.SpanTracingConfig
-
Create traced span configuration from a
Config. - 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 class io.helidon.config.etcd.EtcdConfigSourceProvider
- create(String, Config) - Method in class io.helidon.config.etcd.EtcdWatcherProvider
- create(String, Config) - Method in class io.helidon.config.git.GitConfigSourceProvider
- 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) - Method in class io.helidon.integrations.oci.secrets.configsource.OciSecretsConfigSourceProvider
-
Deprecated.For use by the Helidon Config subsystem only.
- create(String, Config, Class<?>, Class<?>) - Static method in class io.helidon.integrations.microstream.cache.CacheBuilder
-
Deprecated.Create a named cache using the provided helidon configuration.
- create(String, Config, String) - Method in class io.helidon.config.hocon.mp.HoconMpMetaConfigProvider
- create(String, Config, String) - Method in interface io.helidon.config.mp.spi.MpMetaConfigProvider
-
Create a list of configuration sources from a meta-config type.
- create(String, Config, String) - Method in class io.helidon.config.yaml.mp.YamlMetaConfigProvider
- create(String, Config, String) - Method in class io.helidon.integrations.oci.secrets.mp.configsource.OciSecretsMpMetaConfigProvider
-
Returns an immutable
Listwhose sole element is aConfigSourceimplementation backed by the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs. - create(String, ConfigSource) - Static method in class io.helidon.config.PrefixedConfigSource
-
Create a new prefixed config source.
- create(String, CrossOriginConfig) - Static method in class io.helidon.webserver.cors.CorsEnabledServiceHelper
-
Creates a new helper based on the provided config.
- 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, 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, 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, Reader) - Static method in class io.helidon.config.mp.MpConfigSources
-
Config source base on a Reader instance for the given type.
- create(String, Reader) - Static method in class io.helidon.config.yaml.mp.YamlMpConfigSource
-
Create from YAML content as a reader.
- create(String, Reader, ConfigParseOptions) - Static method in class io.helidon.config.hocon.mp.HoconMpConfigSource
-
Load a HOCON/JSON config source from a reader.
- create(String, ClassLoader) - Static method in interface io.helidon.webserver.staticcontent.StaticContentService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- create(String, Iterable<String>) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(String, Number) - Static method in class io.helidon.tracing.Tag
-
Create a numeric tag.
- 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.integrations.vault.auths.approle.Login.Request
-
Create a new request.
- create(String, String) - Static method in class io.helidon.integrations.vault.auths.k8s.Login.Request
-
Create a new login request for role name and k8s service account token.
- create(String, String) - Static method in class io.helidon.integrations.vault.sys.CreatePolicy.Request
-
A new request with a policy name and policy text.
- create(String, String) - Static method in interface io.helidon.metrics.api.Tag
-
Creates a new tag using the specified key and value.
- 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<String, T>, GenericType<T>) - Static method in interface io.helidon.codegen.Option
-
Create a new option with a custom mapper.
- create(String, URL) - Static method in class io.helidon.config.mp.MpConfigSources
-
Config source base on a URL for the given type.
- create(String, Path) - Static method in class io.helidon.config.mp.MpConfigSources
-
Propertiesconfig source based on a file on file system. - create(String, X509Certificate[]) - Static method in interface io.helidon.integrations.oci.tls.certificates.spi.OciCertificatesDownloader
-
Creates a Certificates instance given its version and array of certificates.
- create(String, Collection<String>) - Static method in class io.helidon.http.HeaderValues
-
Create a new header.
- create(String, Map<String, String>) - Static method in class io.helidon.config.mp.MpConfigSources
-
In memory config source based on the provided map.
- create(String, Map<String, String>) - Method in interface io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecrets
-
Create a Cubbyhole secret.
- create(String, Map<String, String>) - Method in interface io.helidon.integrations.vault.secrets.kv1.Kv1Secrets
-
Create a new secret on the defined path.
- create(String, Map<String, String>) - Method in interface io.helidon.integrations.vault.secrets.kv2.Kv2Secrets
-
Create a new secret on the defined path.
- create(String, Map<String, List<String>>) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map.
- create(String, Map<String, List<String>>, String...) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map.
- create(String, Properties) - Static method in class io.helidon.config.mp.MpConfigSources
-
In memory config source based on the provided properties.
- create(String, T, ProtocolConfigs) - Method in interface io.helidon.webserver.spi.ServerConnectionSelectorProvider
-
Creates an instance of server connection selector.
- create(System.Logger) - Static method in interface io.helidon.codegen.CodegenLogger
-
Create a new logger backed by
System.Logger. - create(BigDecimal, Size.Unit) - Static method in interface io.helidon.common.Size
-
Create a new size from amount and unit.
- 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, String, EtcdConfigSourceBuilder.EtcdApi) - Static method in class io.helidon.config.etcd.EtcdConfigSource
-
Create a configured instance with the provided options.
- create(URI, Proxy) - Static method in interface io.helidon.common.configurable.Resource
-
Load resource from URI provided with an explicit proxy server.
- create(URL) - Static method in class io.helidon.config.hocon.mp.HoconMpConfigSource
-
Load a HOCON/JSON config source from URL.
- create(URL) - Static method in class io.helidon.config.mp.MpConfigSources
-
Propertiesconfig source based on a URL. - create(URL) - Static method in class io.helidon.config.yaml.mp.YamlMpConfigSource
-
Load a YAML config source from URL.
- create(URL, URL) - Static method in class io.helidon.config.mp.MpConfigSources
-
Propertiesconfig source based on a URL with a profile override. - 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 class io.helidon.config.hocon.mp.HoconMpConfigSource
-
Load a HOCON/JSON config source from file system.
- create(Path) - Static method in class io.helidon.config.mp.MpConfigSources
-
Propertiesconfig source based on a file on file system. - create(Path) - Static method in class io.helidon.config.yaml.mp.YamlMpConfigSource
-
Load a YAML config source 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(Path) - Static method in interface io.helidon.webserver.staticcontent.StaticContentService
-
Deprecated, for removal: This API element is subject to removal in a future version.
- create(Duration) - Static method in interface io.helidon.faulttolerance.Timeout
-
Create a
Timeoutwith specified timeout. - create(Instant, int, TemporalUnit, boolean) - Static method in class io.helidon.security.jwt.Jwt.ExpirationValidator
-
Deprecated.New instance with explicit values.
- create(Instant, int, TemporalUnit, boolean) - Static method in class io.helidon.security.jwt.Jwt.IssueTimeValidator
-
Deprecated.New instance with explicit values.
- create(Instant, int, TemporalUnit, boolean) - Static method in class io.helidon.security.jwt.Jwt.NotBeforeValidator
-
Deprecated.New instance with explicit values.
- create(Collection<ClientUri>) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.OrderedSupplier
-
Creates an ordered supplier.
- create(Collection<ClientUri>) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.RandomSupplier
-
Creates a random supplier.
- create(Collection<ClientUri>) - Static method in class io.helidon.webclient.grpc.ClientUriSuppliers.RoundRobinSupplier
-
Creates a round-robin supplier.
- create(Collection<Method>) - Static method in class io.helidon.microprofile.grpc.core.AnnotatedMethodList
-
Create an annotated method list from the given collection of methods.
- create(Collection<String>) - Static method in class io.helidon.security.abac.role.RoleValidator.RoleConfig
-
Create roles config from a collection of allowed roles.
- create(CompletionStage<Optional<T>>) - 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<T>) - Static method in interface io.helidon.common.reactive.Multi
-
Wrap a CompletionStage into a Multi and signal its outcome non-blockingly.
- create(CompletionStage<T>) - Static method in interface io.helidon.common.reactive.Single
-
Wrap a CompletionStage into a Multi and signal its outcome non-blockingly.
- create(CompletionStage<T>, boolean) - Static method in interface io.helidon.common.reactive.Multi
-
Wrap a CompletionStage into a Multi and signal its outcome non-blockingly.
- create(CompletionStage<T>, 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<T>) - Static method in interface io.helidon.common.reactive.Multi
-
Create a
Multiinstance wrapped around the given publisher. - create(Flow.Publisher<T>) - 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<T>, Flow.Publisher<T>) - Static method in class io.helidon.common.reactive.ConcatPublisher
-
Create new
ConcatPublisher. - create(Flow.Subscriber<T>) - 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(Consumer<AimdLimitConfig.Builder>) - Static method in class io.helidon.common.concurrency.limits.AimdLimit
-
Create a new instance customizing its configuration.
- create(Consumer<FixedLimitConfig.Builder>) - Static method in class io.helidon.common.concurrency.limits.FixedLimit
-
Create a new instance customizing its configuration.
- create(Consumer<AllowListConfig.Builder>) - Static method in class io.helidon.common.configurable.AllowList
-
Create a new allow list customizing its configuration.
- create(Consumer<LruCacheConfig.Builder<K, V>>) - Static method in class io.helidon.common.configurable.LruCache
-
Deprecated.Create an instance with custom configuration.
- create(Consumer<ResourceConfig.Builder>) - Static method in interface io.helidon.common.configurable.Resource
-
Create a new resource, updating its configuration.
- create(Consumer<ScheduledThreadPoolConfig.Builder>) - Static method in class io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Create a new instance customizing its configuration.
- create(Consumer<ThreadPoolConfig.Builder>) - Static method in class io.helidon.common.configurable.ThreadPoolSupplier
-
Create a new thread pool supplier customizing its configuration.
- create(Consumer<MappersConfig.Builder>) - Static method in interface io.helidon.common.mapper.Mappers
-
Create new
Mapperscustomizing its configuration. - create(Consumer<TlsConfig.Builder>) - Static method in class io.helidon.common.tls.Tls
-
Create TLS customizing its configuration.
- create(Consumer<EurekaDiscoveryConfig.Builder>) - Static method in interface io.helidon.discovery.providers.eureka.EurekaDiscovery
-
A convenience method required by, and complying with the requirements of, the Helidon Builder API that, per contract, builds a new
EurekaDiscoveryimplementation and returns it. - create(Consumer<AsyncConfig.Builder>) - Static method in interface io.helidon.faulttolerance.Async
-
Create a new Async customizing its configuration.
- create(Consumer<BulkheadConfig.Builder>) - Static method in interface io.helidon.faulttolerance.Bulkhead
-
Create
Bulkheadcustomizing its configuration. - create(Consumer<CircuitBreakerConfig.Builder>) - Static method in interface io.helidon.faulttolerance.CircuitBreaker
-
Create a new circuit breaker with a possibility to customize its configuration.
- create(Consumer<FallbackConfig.Builder<T>>) - Static method in interface io.helidon.faulttolerance.Fallback
-
Create a fallback and customize its configuration.
- create(Consumer<RetryConfig.Builder>) - Static method in interface io.helidon.faulttolerance.Retry
-
Create a new retry with customized configuration.
- create(Consumer<TimeoutConfig.Builder>) - Static method in interface io.helidon.faulttolerance.Timeout
-
Create a timeout with a possibility to customize its configuration.
- create(Consumer<ContentEncodingContextConfig.Builder>) - Static method in interface io.helidon.http.encoding.ContentEncodingContext
-
Create media context, customizing its configuration.
- create(Consumer<GsonSupportConfig.Builder>) - Static method in class io.helidon.http.media.gson.GsonSupport
-
Creates a new customized
GsonSupport. - create(Consumer<JacksonSupportConfig.Builder>) - Static method in class io.helidon.http.media.jackson.JacksonSupport
-
Creates a new customized
JacksonSupport. - create(Consumer<JsonbSupportConfig.Builder>) - Static method in class io.helidon.http.media.jsonb.JsonbSupport
-
Creates a new customized
JsonbSupport. - create(Consumer<JsonpSupportConfig.Builder>) - Static method in class io.helidon.http.media.jsonp.JsonpSupport
-
Creates a new customized
JsonpSupport. - create(Consumer<MediaContextConfig.Builder>) - Static method in interface io.helidon.http.media.MediaContext
-
Create media context, customizing its configuration.
- create(Consumer<EurekaRegistrationConfig.Builder>) - Static method in class io.helidon.integrations.eureka.EurekaRegistrationServerFeature
-
Creates a
EurekaRegistrationServerFeature. - create(Consumer<OciCertificatesTlsManagerConfig.Builder>) - Static method in interface io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManager
-
Creates a consumer based
OciCertificatesTlsManagerinstance. - create(Consumer<OpenApiFeatureConfig.Builder>) - Static method in class io.helidon.openapi.OpenApiFeature
-
Create a new instance with custom configuration.
- create(Consumer<CronConfig.Builder>) - Static method in interface io.helidon.scheduling.Cron
-
Create a cron task from configuration.
- create(Consumer<FixedRateConfig.Builder>) - Static method in interface io.helidon.scheduling.FixedRate
-
Create a fixed rate task from configuration.
- create(Consumer<OpenTelemetryConfig.Builder>) - Static method in interface io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
-
Builds a new
HelidonOpenTelemetryinstance by revising and then building the supplied builder. - create(Consumer<WebClientConfig.Builder>) - Static method in interface io.helidon.webclient.api.WebClient
-
Create a new webclient, customizing its configuration.
- create(Consumer<WebClientCookieManagerConfig.Builder>) - Static method in class io.helidon.webclient.api.WebClientCookieManager
-
Create a cookie manager updating its configuration.
- create(Consumer<WebClientContextConfig.Builder>) - Static method in class io.helidon.webclient.context.WebClientContextService
-
Create a new instance customizing its configuration.
- create(Consumer<GrpcClientConfig.Builder>) - Static method in interface io.helidon.webclient.grpc.GrpcClient
-
Create a new instance customizing its configuration.
- create(Consumer<Http1ClientConfig.Builder>) - Static method in interface io.helidon.webclient.http1.Http1Client
-
Create a new HTTP/1.1 client customizing configuration.
- create(Consumer<Http2ClientConfig.Builder>) - Static method in interface io.helidon.webclient.http2.Http2Client
-
Create a new instance customizing its configuration.
- create(Consumer<JsonRpcClientConfig.Builder>) - Static method in interface io.helidon.webclient.jsonrpc.JsonRpcClient
-
Create a new instance customizing its configuration.
- create(Consumer<WsClientConfig.Builder>) - Static method in interface io.helidon.webclient.websocket.WsClient
-
Create a new WebSocket client customizing its configuration.
- create(Consumer<AccessLogConfig.Builder>) - Static method in class io.helidon.webserver.accesslog.AccessLogFeature
-
Create a new instance customizing its configuration.
- create(Consumer<LimitsFeatureConfig.Builder>) - Static method in class io.helidon.webserver.concurrency.limits.LimitsFeature
-
Create a new instance customizing its configuration.
- create(Consumer<ContextFeatureConfig.Builder>) - Static method in class io.helidon.webserver.context.ContextFeature
-
Create a new instance customizing its configuration.
- create(Consumer<CorsConfig.Builder>) - Static method in class io.helidon.webserver.cors.CorsFeature
-
Create a new instance customizing its configuration.
- create(Consumer<GrpcReflectionConfig.Builder>) - Static method in class io.helidon.webserver.grpc.GrpcReflectionFeature
-
Create a new instance customizing its configuration.
- create(Consumer<ServerRequest>) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes a
ServerRequestand returnsStatus.OK_200. - create(Consumer<ConfigObserverConfig.Builder>) - Static method in class io.helidon.webserver.observe.config.ConfigObserver
-
Create a new Config observer customizing its configuration.
- create(Consumer<HealthObserverConfig.Builder>) - Static method in class io.helidon.webserver.observe.health.HealthObserver
-
Create a new Health observer customizing its configuration.
- create(Consumer<InfoObserverConfig.Builder>) - Static method in class io.helidon.webserver.observe.info.InfoObserver
-
Create a new Info observer customizing its configuration.
- create(Consumer<LogObserverConfig.Builder>) - Static method in class io.helidon.webserver.observe.log.LogObserver
-
Create a new Log observer customizing its configuration.
- create(Consumer<MetricsObserverConfig.Builder>) - Static method in class io.helidon.webserver.observe.metrics.MetricsObserver
-
Create a new Metrics observer customizing its configuration.
- create(Consumer<ObserveFeatureConfig.Builder>) - Static method in class io.helidon.webserver.observe.ObserveFeature
-
Create a new observe feature customizing its configuration.
- create(Consumer<TracingObserverConfig.Builder>) - Static method in class io.helidon.webserver.observe.tracing.TracingObserver
-
Create a new Tracing observer customizing its configuration.
- create(Consumer<SecurityFeatureConfig.Builder>) - Static method in class io.helidon.webserver.security.SecurityFeature
-
Create a new instance customizing its configuration.
- create(Consumer<SecurityHandlerConfig.Builder>) - Static method in class io.helidon.webserver.security.SecurityHandler
-
Create a new instance, customizing its configuration.
- create(Consumer<MemoryCacheConfig.Builder>) - Static method in class io.helidon.webserver.staticcontent.MemoryCache
-
Create a new memory cache customizing its configuration.
- create(Consumer<StaticContentConfig.Builder>) - Static method in class io.helidon.webserver.staticcontent.StaticContentFeature
-
Create a new instance customizing its configuration.
- create(Consumer<TemporaryStorageConfig.Builder>) - Static method in interface io.helidon.webserver.staticcontent.TemporaryStorage
-
Create a new instance customizing its configuration.
- create(Consumer<WebServerConfig.Builder>) - Static method in interface io.helidon.webserver.WebServer
-
Create a new webserver customizing its configuration.
- create(Consumer<Boolean>, UnaryOperator<InputStream>, ContentDecoder, Function<Integer, BufferData>, Runnable, ServerRequestHeaders, MediaContext) - Static method in class io.helidon.webserver.http.ServerRequestEntity
-
Create a new entity.
- create(Function<byte[], String>, Function<String, byte[]>) - Static method in class io.helidon.security.spi.EncryptionProvider.EncryptionSupport
-
Create a new support based on encrypt and decrypt functions.
- create(Function<Jwt, Optional<String>>, String, String) - Static method in class io.helidon.security.jwt.Jwt.FieldValidator
-
Deprecated.A generic optional field validator based on a function to get the field.
- create(Function<Jwt, Optional<String>>, String, String, boolean) - Static method in class io.helidon.security.jwt.Jwt.FieldValidator
-
Deprecated.A generic field validator based on a function to get the field.
- create(Function<ServerRequest, ?>) - Static method in interface io.helidon.webserver.http.Handler
-
Create a handler that consumes a
ServerRequestand returns an entity object. - create(Function<ContainerRequestContext, String>) - Static method in class io.helidon.tracing.jersey.TracingHelper
-
Create helper with custom span name function.
- create(Function<Integer, BufferData>, Runnable, ClientRequestHeaders, ClientResponseHeaders, MediaContext) - 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<? extends ConfigSource>...) - Static method in interface io.helidon.config.Config
-
Creates a new
Configloaded from environment variables, system properties, and the specifiedConfigSources. - create(Supplier<? extends T>) - 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<Scopes>, boolean) - Static method in class io.helidon.webserver.RequestScopeFeature
-
Create a request scope feature for Helidon declarative.
- create(Supplier<String>) - Static method in class io.helidon.security.providers.config.vault.ConfigVaultProvider.SecretConfig
-
Create a new secret from a supplier, such as when computing the secret value.
- create(Supplier<T>) - Static method in interface io.helidon.common.LazyValue
-
Create a lazy value from a supplier.
- create(UnaryOperator<InputStream>, UnaryOperator<InputStream>, Function<Integer, BufferData>, Runnable, ServerRequestHeaders, MediaContext) - Static method in class io.helidon.webserver.http2.Http2ServerRequestEntity
-
Create a new entity.
- create(List<? extends Hson.Value<?>>) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of HSON values.
- create(List<BufferData>) - Static method in interface io.helidon.common.buffers.BufferData
-
Create composite buffer data from a list.
- create(List<LazyValue<T>>) - Static method in interface io.helidon.common.LazyList
-
Create wrapper from provided list of
LazyValues. - create(List<Order>) - Static method in interface io.helidon.data.Sort
-
Create new instance of query result ordering.
- create(List<Http2FrameListener>) - Static method in interface io.helidon.http.http2.Http2FrameListener
-
Create a new composite listener.
- create(List<ScopeValidator.Scope>) - Static method in class io.helidon.security.abac.scope.ScopeValidator.ScopesConfig
-
Create an instance from a list of annotations.
- create(List<Http1ConnectionListener>) - Static method in interface io.helidon.webserver.http1.Http1ConnectionListener
-
Create a new listener from a list of listeners.
- create(List<ProtocolConfig>) - Static method in class io.helidon.webserver.ProtocolConfigs
-
Create new protocol configuration handler.
- create(List<ServerConnectionSelector>) - Static method in class io.helidon.webserver.ConnectionProviders
-
Create a new connection providers instance.
- create(List<String>) - Static method in class io.helidon.security.providers.httpsign.SignedHeadersConfig.HeadersConfig
-
Create a config with required headers only (e.g.
- create(List<String>, List<String>) - 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<Map.Entry<Predicate<Config.Key>, String>>) - 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<Dependency, Object>) - Static method in interface io.helidon.service.registry.DependencyContext
-
Create a new instance from a prepared map of dependencies.
- create(Map<Class<? extends Throwable>, ErrorHandler<?>>) - Static method in class io.helidon.webserver.http.ErrorHandlers
-
Create error handlers.
- create(Map<String, ConfigNode>) - Static method in class io.helidon.config.ObjectNodeBuilderImpl
-
Creates new instance of the builder initialized from original map of members.
- create(Map<String, ConfigNode>, Function<String, String>) - Static method in class io.helidon.config.ObjectNodeBuilderImpl
-
Creates new instance of the builder initialized from original map of members.
- create(Map<String, String>) - Static method in class io.helidon.config.ConfigSources
- create(Map<String, String>) - Static method in class io.helidon.config.MapConfigSource
-
Create a new config source from the provided map.
- create(Map<String, String>) - Static method in class io.helidon.config.mp.MpConfigSources
-
In memory config source based on the provided map.
- create(Map<String, String>) - Static method in class io.helidon.config.OverrideSources
-
Creates a new instance od
OverrideSourcefrom a map of wildcards to values. - create(Map<String, String>, String) - Static method in class io.helidon.config.ConfigSources
- create(Map<String, List<String>>) - Static method in interface io.helidon.tracing.HeaderConsumer
-
Create a header consumer over a map of headers (must be mutable).
- create(Map<String, List<String>>) - 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.mp.MpConfigSources
-
In memory config source based on 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<T>) - Static method in class io.helidon.common.HelidonServiceLoader
-
Create a weighted service loader from a Java Service loader.
- create(Set<Class<? extends Throwable>>, Set<Class<? extends Throwable>>) - 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(Set<String>) - Static method in interface io.helidon.lra.coordinator.client.PropagatedHeaders
-
Create new instance, with prefixes for allowed headers.
- create(Collector<T, A, R>, StreamObserver<U>) - Static method in class io.helidon.grpc.core.CollectingObserver
-
Creates collecting observer from a collector and another observer.
- create(Collector<T, A, R>, StreamObserver<U>) - Static method in class io.helidon.webserver.grpc.CollectingObserver
-
Deprecated.Creates collecting observer from a collector and another observer.
- create(Collector<T, A, R>, StreamObserver<U>, Consumer<Throwable>) - Static method in class io.helidon.grpc.core.CollectingObserver
-
Creates collecting observer from a collector, another observer and an error handler.
- create(Collector<T, A, R>, StreamObserver<U>, Consumer<Throwable>) - Static method in class io.helidon.webserver.grpc.CollectingObserver
-
Deprecated.Creates collecting observer from a collector, another observer and an error handler.
- create(Collector<T, A, R>, StreamObserver<U>, Function<V, T>, Function<R, U>) - Static method in class io.helidon.grpc.core.CollectingObserver
-
Creates collecting observer from a collector, another observer and converters.
- create(Collector<T, A, R>, StreamObserver<U>, Function<V, T>, Function<R, U>) - Static method in class io.helidon.webserver.grpc.CollectingObserver
-
Deprecated.Creates collecting observer from a collector, another observer and converters.
- create(Stream<DbRow>, long) - Static method in interface io.helidon.dbclient.DbResultDml
-
Create new instance of DML statement execution result.
- create(Stream<T>) - Static method in interface io.helidon.common.reactive.Multi
- create(ProcessingEnvironment, Set<Option<?>>) - Static method in interface io.helidon.codegen.apt.AptContext
-
Deprecated.Create context from the processing environment, and a set of additional supported options.
- create(BytesMessage) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(CompletionListener) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(Connection) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(ConnectionConsumer) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(ConnectionFactory) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(ConnectionMetaData) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(Destination) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(ExceptionListener) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(JMSConsumer) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(JMSContext) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(JMSProducer) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(MapMessage) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(Message) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(MessageConsumer) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(MessageListener) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(MessageProducer) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(ObjectMessage) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(Queue) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(QueueBrowser) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(ServerSession) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(ServerSessionPool) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(Session) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(StreamMessage) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(TemporaryQueue) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(TemporaryTopic) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(TextMessage) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(Topic) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(TopicSubscriber) - Static method in class io.helidon.messaging.connectors.jms.shim.JakartaJms
-
Create a jakarta wrapper for the provided javax instance.
- create(N) - Static method in class io.helidon.common.GenericType
-
Constructs a new generic type instance representing the class of the given object.
- create(EmbeddedStorageManager) - Static method in class io.helidon.integrations.microstream.health.MicrostreamHealthCheck
-
Deprecated.Create a default health check for Microstream.
- create(Driver) - Static method in class io.helidon.integrations.neo4j.health.Neo4jHealthCheck
-
Creates the Neo4j driver.
- create(T) - Static method in interface io.helidon.common.LazyValue
-
Create a lazy value from a value.
- 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<Class<? super T>>, double) - Static method in class io.helidon.service.registry.ExistingInstanceDescriptor
-
Create a new instance.
- create(T, Set<Qualifier>) - 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.
- 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.
- 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.
- createAppRole(CreateAppRole.Request) - Method in interface io.helidon.integrations.vault.auths.approle.AppRoleAuth
-
Creates a new AppRole or updates an existing AppRole.
- CreateAppRole - Class in io.helidon.integrations.vault.auths.approle
-
Create AppRole request and response.
- CreateAppRole() - Constructor for class io.helidon.integrations.vault.auths.approle.CreateAppRole
- CreateAppRole.Request - Class in io.helidon.integrations.vault.auths.approle
-
Request object.
- CreateAppRole.Response - Class in io.helidon.integrations.vault.auths.approle
-
Create AppRole response.
- createArrayOf(String, Object[]) - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createArrayOf(String, Object[]) - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- createAuth(Config, RestApi, String) - Method in class io.helidon.integrations.vault.auths.approle.AppRoleAuthProvider
- createAuth(Config, RestApi, String) - Method in class io.helidon.integrations.vault.auths.k8s.K8sAuthProvider
- createAuth(Config, RestApi, String) - Method in class io.helidon.integrations.vault.auths.token.TokenAuthProvider
- createAuth(Config, RestApi, String) - Method in interface io.helidon.integrations.vault.spi.AuthMethodProvider
-
Create an auth instance to provide API to access this method.
- 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. - createBlob() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createBlob() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- createBooleans(List<Boolean>) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of booleans.
- createBrowser(Queue) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createBrowser(Queue, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createBuilder() - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerProvider
- createBuilder() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
- createBuilder() - Method in class io.helidon.tracing.providers.opentracing.OpenTracingTracerProvider
- createBuilder() - Method in interface io.helidon.tracing.providers.opentracing.spi.OpenTracingProvider
-
Create a new builder for this tracer.
- createBuilder() - Method in class io.helidon.tracing.providers.zipkin.ZipkinTracerProvider
- createBuilder() - Method in interface io.helidon.tracing.spi.TracerProvider
-
Create a new builder for this tracer.
- createBuilder() - Method in class io.helidon.tracing.tracerresolver.TracerResolverProvider
- createBytesMessage() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- 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.
- createClob() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createClob() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- 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<TypeName>) - Static method in interface io.helidon.common.types.ElementSignature
-
A constructor signature.
- createConsumer(Config, Destination, SessionMetadata) - Method in class io.helidon.messaging.connectors.jms.JmsConnector
- createConsumer(Config, Destination, SessionMetadata) - Method in class io.helidon.messaging.connectors.wls.WeblogicConnector
- createConsumer(Destination) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createConsumer(Destination, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createConsumer(Destination, String, boolean) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- 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. - CreateCubbyhole - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Create Cubbyhole secret request and response.
- CreateCubbyhole.Request - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Request object.
- CreateCubbyhole.Response - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Response object parsed from JSON returned by the
RestApi. - created() - Method in class io.helidon.integrations.vault.VaultTokenBase.Builder
- created() - Method in class io.helidon.integrations.vault.VaultTokenBase
-
When this token was created.
- created(Instant) - Method in class io.helidon.integrations.vault.VaultTokenBase.Builder
-
When the token was created.
- 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
- createDestination(Session, ConnectionContext) - Method in class io.helidon.messaging.connectors.jms.JmsConnector
- createDestination(Session, ConnectionContext) - Method in class io.helidon.messaging.connectors.wls.WeblogicConnector
- 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. - createdTime() - Method in class io.helidon.integrations.vault.secrets.kv2.Kv2Metadata
-
Created timestamp.
- createDurableConsumer(Topic, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createDurableConsumer(Topic, String, String, boolean) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createDurableSubscriber(Topic, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createDurableSubscriber(Topic, String, String, boolean) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- 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. - 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 interface io.helidon.service.registry.GeneratedService.PerInstanceDescriptor
-
Service instances may be created for instances of another service.
- createForHeader(String, String, String) - Static method in class io.helidon.security.jwt.Jwt.FieldValidator
-
Deprecated.An optional header field validator.
- createForHeader(String, String, String, boolean) - Static method in class io.helidon.security.jwt.Jwt.FieldValidator
-
Deprecated.A header field validator.
- createForPayload(String, String, String) - Static method in class io.helidon.security.jwt.Jwt.FieldValidator
-
Deprecated.An optional payload field validator.
- createForPayload(String, String, String, boolean) - Static method in class io.helidon.security.jwt.Jwt.FieldValidator
-
Deprecated.A payload field validator.
- 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<Throwable, ? extends T>) - Static method in interface io.helidon.faulttolerance.Fallback
-
Create a fallback from the fallback method.
- createFromRoutingName(String) - Static method in interface io.helidon.microprofile.server.RoutingBuilders
-
Prepares the default and actual
HttpRouting.Builderinstances based on a routing name. - createFromWildcards(List<Map.Entry<String, String>>) - Static method in class io.helidon.config.spi.OverrideSource.OverrideData
-
Creates
OverrideDatafrom aListofStringpairs. - 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<Integer, Http2WindowUpdate>) - Static method in interface io.helidon.http.http2.WindowSize
-
Create inbound window size container with initial window size set.
- createInboundNoop(int, BiConsumer<Integer, Http2WindowUpdate>) - Static method in interface io.helidon.http.http2.WindowSize
-
Create inbound window size container with flow control turned off.
- createInputStream(InputStream) - Static method in interface io.helidon.common.reactive.IoMulti
-
Deprecated, for removal: This API element is subject to removal in a future version.please use
IoMulti.multiFromStream(java.io.InputStream) - 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
- createInstance(Vault, Config, InjectionProvider.InstanceConfig) - Method in class io.helidon.integrations.vault.spi.InjectionProvider.InjectionType
-
Create a new instance of the injectable.
- createInstanceSupplier(Class<?>) - Static method in class io.helidon.microprofile.grpc.core.AbstractServiceBuilder
-
Create the service instance supplier.
- createInteger(int) - Static method in interface io.helidon.data.codegen.query.ProjectionParameter
-
Create projection expression parameter with
Integervalue. - createInvoker(ServiceInfo, Set<Qualifier>, List<Annotation>, TypedElementInfo, InterceptionInvoker<T>, Set<Class<? extends Throwable>>) - Method in interface io.helidon.service.registry.InterceptionMetadata
-
Create an invoker that handles interception if needed, for constructors.
- createInvoker(Object, ServiceInfo, Set<Qualifier>, List<Annotation>, TypedElementInfo, InterceptionInvoker<T>, Set<Class<? extends Throwable>>) - Method in interface io.helidon.service.registry.InterceptionMetadata
-
Create an invoker that handles interception if needed.
- createKey(CreateKey.Request) - Method in interface io.helidon.integrations.vault.secrets.transit.TransitSecrets
-
Creates a new named encryption key of the specified type.
- CreateKey - Class in io.helidon.integrations.vault.secrets.transit
-
Create Key request and response.
- CreateKey.Request - Class in io.helidon.integrations.vault.secrets.transit
-
Request object.
- CreateKey.Response - Class in io.helidon.integrations.vault.secrets.transit
-
Response object parsed from JSON returned by the
RestApi. - CreateKv1 - Class in io.helidon.integrations.vault.secrets.kv1
-
Create Key/Value Version 1 Secret request and response.
- CreateKv1.Request - Class in io.helidon.integrations.vault.secrets.kv1
-
Request object.
- CreateKv1.Response - Class in io.helidon.integrations.vault.secrets.kv1
-
Response object parsed from JSON returned by the
RestApi. - CreateKv2 - Class in io.helidon.integrations.vault.secrets.kv2
-
Create Key/Value Version 2 Secret request and response.
- CreateKv2.Request - Class in io.helidon.integrations.vault.secrets.kv2
-
Request object.
- CreateKv2.Response - Class in io.helidon.integrations.vault.secrets.kv2
-
Response object parsed from JSON returned by the
RestApi. - createList(String, String, List<T>, Function<String, T>, GenericType<List<T>>) - Static method in interface io.helidon.codegen.Option
-
Create a new option that has a list of values, with a custom mapper.
- createMapMessage() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createMapped(Config) - Static method in class io.helidon.webserver.cors.CorsSupport
-
Creates a new
CorsSupportinstance based on the provided configuration expected to contain mapped cross-origin config information. - 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.
- createMessage() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createMessage(NackHandler, Message, Executor, SessionMetadata) - Method in class io.helidon.messaging.connectors.aq.AqConnectorImpl
- createMessage(NackHandler, Message, Executor, SessionMetadata) - Method in class io.helidon.messaging.connectors.jms.JmsConnector
-
Create reactive messaging message from JMS message.
- createMeterRegistry() - Static method in interface io.helidon.metrics.api.Metrics
-
Creates a meter registry, not saved as the global registry, using default metrics config information based on global config.
- createMeterRegistry(Clock, MetricsConfig) - Method in interface io.helidon.metrics.api.MetricsFactory
- createMeterRegistry(Clock, MetricsConfig, Consumer<Meter>, Consumer<Meter>) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a new
MeterRegistryusing the providedClockandMetricsConfigand enrolling the specified listners with the new meter registry. - createMeterRegistry(MetricsConfig) - Static method in interface io.helidon.metrics.api.Metrics
-
Creates a meter registry, not saved as the global registry, based on the provided metrics config.
- createMeterRegistry(MetricsConfig) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a new
MeterRegistryusing the provided metrics config. - createMeterRegistry(MetricsConfig, Consumer<Meter>, Consumer<Meter>) - Method in interface io.helidon.metrics.api.MetricsFactory
-
Creates a new
MeterRegistryusing the provided metrics config and enrolling the specified listeners with the returned meter registry. - createMethod(TypeName, String, List<TypeName>) - 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. - createModule(ITestContext, Class<?>) - Method in class io.helidon.microprofile.testing.testng.HelidonTestNgModuleFactory
- 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
- createNClob() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createNClob() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- createNumbers(List<BigDecimal>) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Numbers.
- createObjectMessage() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createObjectMessage(Serializable) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Generated from
EmbeddingTable.Builder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase.EmbeddingTableConfigImpl
- createOption() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig
-
Generated from
EmbeddingTable.Builder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Generated from
IndexBuilder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase.IvfIndexConfigImpl
- createOption() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig
-
Generated from
IndexBuilder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Generated from
IndexBuilder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption() - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase.JsonIndexConfigImpl
- createOption() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig
-
Generated from
IndexBuilder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption(CreateOption) - Method in class io.helidon.integrations.langchain4j.providers.oracle.EmbeddingTableConfig.BuilderBase
-
Generated from
EmbeddingTable.Builder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption(CreateOption) - Method in class io.helidon.integrations.langchain4j.providers.oracle.IvfIndexConfig.BuilderBase
-
Generated from
IndexBuilder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOption(CreateOption) - Method in class io.helidon.integrations.langchain4j.providers.oracle.JsonIndexConfig.BuilderBase
-
Generated from
IndexBuilder.createOption(dev.langchain4j.store.embedding.oracle.CreateOption) - createOptionalSupplier(Supplier<Optional<String>>) - Static method in class io.helidon.security.providers.config.vault.ConfigVaultProvider.SecretConfig
-
Create a new secret configuration with a supplier of an
Optional, such as when retrieving the secret from some local information that may change. - createOrphan() - Method in interface io.helidon.integrations.vault.auths.token.TokenAuth
-
Create a new orphan token with default configuration.
- createOrUpdateRole(PkiRole.Request) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
This endpoint creates or updates the role definition.
- createOutbound(ConnectionFlowControl.Type, int, ConnectionFlowControl) - Static method in interface io.helidon.http.http2.WindowSize
-
Create outbound window size container with initial window size set.
- createOutputStream() - Static method in interface io.helidon.common.reactive.IoMulti
-
Deprecated, for removal: This API element is subject to removal in a future version.Please use
IoMulti.outputStreamMulti() - createPersistence() - Method in class io.helidon.integrations.cdi.jpa.jaxb.ObjectFactory
-
Create an instance of
Persistence - createPersistencePersistenceUnit() - Method in class io.helidon.integrations.cdi.jpa.jaxb.ObjectFactory
-
Create an instance of
Persistence.PersistenceUnit - createPersistencePersistenceUnitProperties() - Method in class io.helidon.integrations.cdi.jpa.jaxb.ObjectFactory
-
Create an instance of
Persistence.PersistenceUnit.Properties - createPersistencePersistenceUnitPropertiesProperty() - Method in class io.helidon.integrations.cdi.jpa.jaxb.ObjectFactory
-
Create an instance of
Persistence.PersistenceUnit.Properties.Property - createPolicy(CreatePolicy.Request) - Method in interface io.helidon.integrations.vault.sys.Sys
-
Create a policy.
- createPolicy(String, String) - Method in interface io.helidon.integrations.vault.sys.Sys
-
Create a policy.
- CreatePolicy - Class in io.helidon.integrations.vault.sys
-
Create policy request and response.
- CreatePolicy.Request - Class in io.helidon.integrations.vault.sys
-
Request object.
- CreatePolicy.Response - Class in io.helidon.integrations.vault.sys
-
Response object parsed from JSON returned by the
RestApi. - createProducer(Destination) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createProducer(Destination, ConnectionContext, SessionMetadata) - Method in class io.helidon.messaging.connectors.jms.JmsConnector
- 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
- createQueue(String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- 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
-
Create data repository interface info.
- createRepositoryInfo(TypeInfo, CodegenContext) - Method in interface io.helidon.data.codegen.common.spi.RepositoryGenerator
-
Create data repository interface descriptor (info).
- createResponseBuilder() - Method in class io.helidon.microprofile.health.HealthCheckResponseProviderImpl
- createRole(CreateRole.Request) - Method in interface io.helidon.integrations.vault.auths.k8s.K8sAuth
-
Registers a role in the auth method.
- createRole(DbCreateRole.Request) - Method in interface io.helidon.integrations.vault.secrets.database.DbSecrets
-
Create or update a role definition.
- CreateRole - Class in io.helidon.integrations.vault.auths.k8s
-
Create role request.
- CreateRole.Request - Class in io.helidon.integrations.vault.auths.k8s
-
Request object.
- CreateRole.Response - Class in io.helidon.integrations.vault.auths.k8s
-
Create role response.
- createScope(TypeName, String, Map<ServiceDescriptor<?>, Object>) - Method in interface io.helidon.service.registry.Scopes
-
Create a registry managed scope.
- createSecrets(Config, RestApi, String) - Method in class io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeEngineProvider
- createSecrets(Config, RestApi, String) - Method in class io.helidon.integrations.vault.secrets.database.DbEngineProvider
- createSecrets(Config, RestApi, String) - Method in class io.helidon.integrations.vault.secrets.kv1.Kv1EngineProvider
- createSecrets(Config, RestApi, String) - Method in class io.helidon.integrations.vault.secrets.kv2.Kv2EngineProvider
- createSecrets(Config, RestApi, String) - Method in class io.helidon.integrations.vault.secrets.pki.PkiEngineProvider
- createSecrets(Config, RestApi, String) - Method in class io.helidon.integrations.vault.secrets.transit.TransitEngineProvider
- createSecrets(Config, RestApi, String) - Method in interface io.helidon.integrations.vault.spi.SecretsEngineProvider
-
Create a secrets instance to provide API to access this engine.
- 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<T>, Function<String, T>, GenericType<Set<T>>) - Static method in interface io.helidon.codegen.Option
-
Create a new option that has a set of values, with a custom mapper.
- createSharedConsumer(Topic, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createSharedConsumer(Topic, String, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createSharedDurableConsumer(Topic, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createSharedDurableConsumer(Topic, String, String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createSingleValueMap(String, Map<String, String>) - Static method in interface io.helidon.common.parameters.Parameters
-
Read only parameters based on a map with just a single value.
- createSocket(List<String>, Socket, InetSocketAddress) - Method in class io.helidon.common.tls.Tls
-
Create a SSLSocket for the chosen protocol and the given socket.
- createSQLXML() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createSQLXML() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- createStatement() - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createStatement() - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- createStatement(int, int) - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createStatement(int, int) - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- createStatement(int, int, int) - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createStatement(int, int, int) - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- createStreamFlowControl(int, int, int) - Method in class io.helidon.http.http2.ConnectionFlowControl
-
Create stream specific inbound and outbound flow control.
- createStreamMessage() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createStrings(List<String>) - Static method in interface io.helidon.metadata.hson.Hson.Array
-
Create a new array of Strings.
- createStruct(String, Object[]) - Method in class io.helidon.integrations.jdbc.ConditionallyCloseableConnection
- createStruct(String, Object[]) - Method in class io.helidon.integrations.jdbc.DelegatingConnection
- 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<T>) - Static method in class io.helidon.grpc.core.ResponseHelper
- createSupplier(Callable<T>) - Static method in class io.helidon.webserver.grpc.ResponseHelper
-
Deprecated.
- createSys(Config, RestApi) - Method in interface io.helidon.integrations.vault.spi.SysProvider
-
Create a new instance of Sys.
- createSys(Config, RestApi) - Method in class io.helidon.integrations.vault.sys.HcpSysProvider
- createTemporaryQueue() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createTemporaryTopic() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- 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.
- createTestInstance(TestInstanceFactoryContext, ExtensionContext) - Method in class io.helidon.microprofile.testing.junit5.HelidonJunitExtension
- createTextMessage() - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createTextMessage(String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- 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).
- createToken() - Method in interface io.helidon.integrations.vault.auths.token.TokenAuth
-
Create a new child token with default configuration.
- createToken(CreateToken.Request) - Method in interface io.helidon.integrations.vault.auths.token.TokenAuth
-
Create a new token with customized configuration.
- CreateToken - Class in io.helidon.integrations.vault.auths.token
-
Create Token request and response.
- CreateToken.Request - Class in io.helidon.integrations.vault.auths.token
-
Request object.
- CreateToken.Response - Class in io.helidon.integrations.vault.auths.token
-
Response object parsed from JSON returned by the
RestApi. - createTokenRole(CreateTokenRole.Request) - Method in interface io.helidon.integrations.vault.auths.token.TokenAuth
-
Creates (or replaces) the named role.
- CreateTokenRole - Class in io.helidon.integrations.vault.auths.token
-
Create Token Role request and response.
- CreateTokenRole.Request - Class in io.helidon.integrations.vault.auths.token
-
Request object.
- CreateTokenRole.Response - Class in io.helidon.integrations.vault.auths.token
-
Response object parsed from JSON returned by the
RestApi. - createTopic(String) - Method in class io.helidon.messaging.connectors.jms.shim.JakartaSession
- createTypedElementInfoFromElement(AptContext, TypeName, Element, Elements) - Static method in class io.helidon.codegen.apt.AptTypeInfoFactory
-
Deprecated.Creates an instance of a
TypedElementInfogiven its type and variable element from annotation processing. - createTypedElementInfoFromElement(AptContext, TypeName, Element, Elements, boolean) - Static method in class io.helidon.codegen.apt.AptTypeInfoFactory
-
Deprecated.Creates an instance of a
TypedElementInfogiven its type and variable element from annotation processing. - createTypedElementInfoFromElement(AptContext, Element, Elements) - Static method in class io.helidon.codegen.apt.AptTypeInfoFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createTypeName(Element) - Static method in class io.helidon.codegen.apt.AptTypeFactory
-
Deprecated.Creates a name from an element type during annotation processing.
- createTypeName(TypeElement, TypeMirror) - Static method in class io.helidon.codegen.apt.AptTypeFactory
-
Deprecated.Create type from type mirror.
- createTypeName(DeclaredType) - Static method in class io.helidon.codegen.apt.AptTypeFactory
-
Deprecated.Creates a name from a declared type during annotation processing.
- createTypeName(TypeMirror) - Static method in class io.helidon.codegen.apt.AptTypeFactory
-
Deprecated.Create type from type mirror.
- 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
- Creation ("Imperative" Usage) - Search tag in interface io.helidon.discovery.providers.eureka.EurekaDiscovery
- Section
- 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.
- credentials(String, String) - Method in class io.helidon.config.git.GitConfigSourceBuilder
-
Sets user and password to the repository.
- credentialsProvider() - Method in class io.helidon.config.git.GitConfigSourceBuilder.GitEndpoint
-
Returns an instance of
CredentialsProvider. - credentialsProvider(CredentialsProvider) - Method in class io.helidon.config.git.GitConfigSourceBuilder
-
Sets new
CredentialsProviderwhich should be used by application. - 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<Criteria.Builder>) - 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.
- crl() - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Certificate revocation list.
- crl(CrlGet.Request) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Get a CRL (certificate revocation list).
- crl(PkiFormat) - Method in interface io.helidon.integrations.vault.secrets.pki.PkiSecrets
-
Certificate revocation list in raw bytes.
- CrlGet - Class in io.helidon.integrations.vault.secrets.pki
-
Get CRL (Certificate revoke list) request and response.
- CrlGet.Request - Class in io.helidon.integrations.vault.secrets.pki
-
Request object.
- CrlGet.Response - Class in io.helidon.integrations.vault.secrets.pki
-
Response object parsed from JSON returned by the
RestApi. - cron() - Method in interface io.helidon.scheduling.CronInvocation
-
Cron expression specifying interval invocation is scheduled with.
- cron() - Static method in class io.helidon.scheduling.Scheduling
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Cron.builder()instead - Cron - Interface in io.helidon.scheduling
-
Scheduling periodically executed task with specified cron expression.
- cronBuilder() - Static method in class io.helidon.scheduling.Scheduling
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Cron.builder()instead - CronConfig - Interface in io.helidon.scheduling
-
Interface generated from definition.
- 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
Cron. - 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.
- CrossOrigin - Annotation Interface in io.helidon.microprofile.cors
-
CrossOrigin annotation.
- CrossOriginAutoDiscoverable - Class in io.helidon.microprofile.cors
-
Not for use by developers. For Jersey auto-discovery support.
- CrossOriginAutoDiscoverable() - Constructor for class io.helidon.microprofile.cors.CrossOriginAutoDiscoverable
- crossOriginConfig() - Method in class io.helidon.security.providers.oidc.common.OidcConfig
-
Cross-origin resource sharing settings.
- crossOriginConfig() - Method in interface io.helidon.webserver.servicecommon.RestServiceSettings
-
Returns the cross-origin config settings to be used for the service's endpoint.
- crossOriginConfig(CrossOriginConfig) - Method in class io.helidon.security.providers.oidc.common.OidcConfig.Builder
-
Assign cross-origin resource sharing settings.
- crossOriginConfig(CrossOriginConfig) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Set the CORS config from the specified
CrossOriginConfigobject. - crossOriginConfig(CrossOriginConfig) - Method in class io.helidon.webserver.servicecommon.HelidonFeatureSupport.Builder
-
Set the CORS config from the specified
CrossOriginConfigobject. - crossOriginConfig(CrossOriginConfig) - Method in interface io.helidon.webserver.servicecommon.RestServiceSettings.Builder
-
Sets the cross-origin settings from existing settings (not from a builder).
- crossOriginConfig(CrossOriginConfig.Builder) - Method in interface io.helidon.webserver.servicecommon.RestServiceSettings.Builder
-
Sets the cross-origin config builder for use in establishing CORS support for the service endpoints.
- CrossOriginConfig - Class in io.helidon.cors
-
Represents information about cross origin request sharing.
- CrossOriginConfig.Builder - Class in io.helidon.cors
-
Builder for
CrossOriginConfig. - 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.
- csr(String) - Method in class io.helidon.integrations.vault.secrets.pki.SignCsr.Request
-
Certification request (CSR) in PEM format.
- ctx() - Method in class io.helidon.webclient.http2.Http2ClientStream
-
Returns the socket context associated with the stream.
- CubbyholeEngineProvider - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Provider supporting the
Cubbyholesecrets engine API. - CubbyholeEngineProvider() - Constructor for class io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeEngineProvider
-
Deprecated.Do not use this constructor, this is a service loader service!
- CubbyholeSecrets - Interface in io.helidon.integrations.vault.secrets.cubbyhole
-
Cubbyhole engine secrets API.
- CubbyholeSecurityProvider - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Integration with Helidon Security.
- CubbyholeSecurityProvider.CubbyholeSecretConfig - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Configuration of a secret when using programmatic setup of security secrets.
- CubbyholeSecurityProvider.CubbyholeSecretConfig.Builder - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Fluent API builder for
CubbyholeSecurityProvider.CubbyholeSecretConfig. - CubbyholeSecurityService - Class in io.helidon.integrations.vault.secrets.cubbyhole
-
Service loader service implementation for
SecurityProviderService. - CubbyholeSecurityService() - Constructor for class io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecurityService
-
Deprecated.Do not use this constructor, this is a service loader service!
- current() - Static method in interface io.helidon.tracing.Span
-
Provide current span if one is available.
- CURRENT_SPAN_CONTEXT_PROPERTY_NAME - Static variable in class io.helidon.tracing.jersey.client.ClientTracingFilter
-
The
SpanContextproperty name. - currentScope() - Method in interface io.helidon.service.registry.Service.ScopeHandler
-
Get the current scope if available.
- currentSpan() - Method in class io.helidon.tracing.providers.jaeger.JaegerTracerProvider
- currentSpan() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryTracerProvider
- currentSpan() - Method in class io.helidon.tracing.providers.opentracing.OpenTracingTracerProvider
- 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.
- 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.
- customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase.OllamaChatModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Generated from
OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase.OllamaEmbeddingModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig
-
Generated from
OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase.OllamaLanguageModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase.OllamaStreamingChatModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase.OpenAiChatModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase.OpenAiEmbeddingModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase.OpenAiImageModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase.OpenAiLanguageModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase.OpenAiModerationModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.customHeaders(java.util.Map) - customHeaders() - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase.OpenAiStreamingChatModelConfigImpl
- customHeaders() - Method in interface io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.customHeaders(java.util.Map) - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaEmbeddingModelConfig.BuilderBase
-
Generated from
OllamaEmbeddingModel.OllamaEmbeddingModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig.BuilderBase
-
Generated from
OllamaLanguageModel.OllamaLanguageModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
-
Generated from
OllamaBaseChatModel.Builder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiChatModelConfig.BuilderBase
-
Generated from
OpenAiChatModel.OpenAiChatModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiEmbeddingModelConfig.BuilderBase
-
Generated from
OpenAiEmbeddingModel.OpenAiEmbeddingModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig.BuilderBase
-
Generated from
OpenAiImageModel.OpenAiImageModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiLanguageModelConfig.BuilderBase
-
Generated from
OpenAiLanguageModel.OpenAiLanguageModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiModerationModelConfig.BuilderBase
-
Generated from
OpenAiModerationModel.OpenAiModerationModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customHeaders(Map<String, String>) - Method in class io.helidon.integrations.langchain4j.providers.openai.OpenAiStreamingChatModelConfig.BuilderBase
-
Generated from
OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.customHeaders(java.util.Map)This method replaces all values with the new ones. - customMapper(JmsMessage.CustomMapper<PAYLOAD>) - Method in class io.helidon.messaging.connectors.jms.JmsMessage.OutgoingJmsMessageBuilder
-
Custom mapper used by connector for mapping to
Message. - customObject(Class<? extends T>) - 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<U>, V) - Method in class io.helidon.security.EndpointConfig.Builder
-
Set or replace a custom object.
- customObject(Class<U>, 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.security.SecurityHandler
-
Register a custom object for security request(s).
- 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<Object>) - Method in class io.helidon.security.EndpointConfig.Builder
-
Provide custom object map to be sent to security providers.
- customObjects(ClassToInstanceStore<Object>) - 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 - Search tag in class io.helidon.common.SerializationConfig
- Section
- 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.messaging.connectors.mock.MockOutgoing
-
Get all received data at this moment.
- data() - Method in class io.helidon.tracing.providers.jaeger.JaegerDataPropagationProvider
- data() - Method in class io.helidon.tracing.providers.opentelemetry.OpenTelemetryDataPropagationProvider
- data() - Method in class io.helidon.tracing.providers.zipkin.ZipkinDataPropagationProvider
- data(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Encrypt.Request
-
The data to encrypt.
- data(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.EncryptBatch.BatchEntry
-
Configure the data to be encrypted.
- data(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Hmac.Request
-
The data to sign.
- data(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Sign.Request
-
The data to sign.
- data(Base64Value) - Method in class io.helidon.integrations.vault.secrets.transit.Verify.Request
-
The data to sign.
- 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(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<T>) - Method in interface io.helidon.http.DataChunk
-
Returns a representation of this chunk as an array of T's.
- data(Class<T>) - Method in class io.helidon.http.sse.SseEvent
-
Get data for this event as type T.
- data(Class<T>, 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 -
Data repository interface.
- 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<T>) - Method in interface io.helidon.jsonrpc.core.JsonRpcError
-
Get the data associated with this error as an 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.
- dataDefinitionCausesTransactionCommit() - Method in class io.helidon.integrations.jdbc.DelegatingDatabaseMetaData
- dataDefinitionIgnoredInTransactions() - Method in class io.helidon.integrations.jdbc.DelegatingDatabaseMetaData
- 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. - dataFileCleanupHeadFile(boolean) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.A flag defining whether the current head file (the only file actively written to) shall be subjected to file cleanups as well.
- dataFileMaximumSize(ByteSize) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.Maximum file size for a data file to avoid cleaning it up.
- dataFileMinimumSize(ByteSize) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.Minimum file size for a data file to avoid cleaning it up.
- dataFileMinimumUseRatio(double) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.The ratio (value in ]0.0;1.0]) of non-gap data contained in a storage file to prevent the file from being dissolved.
- dataFilePrefix(String) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.Name prefix of the storage files.
- dataFileSuffix(String) - Method in class io.helidon.integrations.microstream.core.EmbeddedStorageManagerBuilder
-
Deprecated.Name suffix of the storage files.
- 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(Supplier<byte[]>) - Constructor for class io.helidon.common.buffers.DataReader
-
Data reader from a supplier of bytes.
- DataReader(Supplier<byte[]>, boolean) - Constructor for class io.helidon.common.buffers.DataReader
-
Data reader from a supplier of bytes.
- 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
-
Name of the
DataSource. - dataSource() - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase.SqlConfigImpl
- dataSource() - Method in interface io.helidon.data.sql.common.SqlConfig
-
Name of the
DataSource. - dataSource() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Configures a data source that connects to an Oracle Database.
- dataSource() - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase.OracleEmbeddingStoreConfigImpl
- dataSource() - Method in interface io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig
-
Configures a data source that connects to an Oracle Database.
- dataSource(String) - Method in class io.helidon.data.sql.common.SqlConfig.BuilderBase
-
Name of the
DataSource. - dataSource(String) - Method in class io.helidon.messaging.connectors.aq.AqConfigBuilder
-
Mapping to
DataSourcesupplied withAqConnectorBuilder.dataSource(). - dataSource(String, DataSource) - Method in class io.helidon.messaging.connectors.aq.AqConnector.AqConnectorBuilder
-
Add custom
ConnectionFactoryreferencable by supplied name with "named-factory". - dataSource(DataSource) - Method in class io.helidon.integrations.langchain4j.providers.oracle.OracleEmbeddingStoreConfig.BuilderBase
-
Configures a data source that connects to an Oracle Database.
- DATASOURCE_ATTRIBUTE - Static variable in interface io.helidon.messaging.connectors.aq.AqConnector
-
Configuration key for data source identifier.
- DataSourceBackedDialectFactory - Class in io.helidon.integrations.cdi.hibernate
-
A
DialectFactoryimplementation (and aServiceContributor, and aStandardServiceInitiator<DialectFactory>) that introspectsDatabaseMetaDatafrom a configuredDataSource. - DataSourceBackedDialectFactory() - Constructor for class io.helidon.integrations.cdi.hibernate.DataSourceBackedDialectFactory
-
Deprecated.For use by
ServiceLoaderinstances only. - 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.
- 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.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.datasource.ucp.UcpDataSourceConfig.BuilderBase
-
Sets the data source name.
- 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.
- 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
- 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<? extends DbClientContext.BuilderBase<?, ? extends DbClientContext>, ? extends DbClientContext>) - 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
- 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
- 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
- DbColumn - Interface in io.helidon.dbclient
-
Column data and metadata.
- DbColumnBase - Class in io.helidon.dbclient
-
Base
DbColumnimplementation. - DbColumnBase(Object, MapperManager, String...) - Constructor for class io.helidon.dbclient.DbColumnBase
-
Create a new instance.
- DbConfigure - Class in io.helidon.integrations.vault.secrets.database
-
Configure DB request and response.
- DbConfigure.Request<T> - Class in io.helidon.integrations.vault.secrets.database
-
Request object.
- DbConfigure.Response - Class in io.helidon.integrations.vault.secrets.database
-
Response object parsed from JSON returned by the
RestApi. - DbContext - Interface in io.helidon.dbclient
-
Database context.
- DbCreateRole - Class in io.helidon.integrations.vault.secrets.database
-
DB create role request and response.
- DbCreateRole.Request - Class in io.helidon.integrations.vault.secrets.database
-
Request object.
- DbCreateRole.Response - Class in io.helidon.integrations.vault.secrets.database
-
Response object parsed from JSON returned by the
RestApi. - DbCredentials - Interface in io.helidon.integrations.vault.secrets.database
-
Database credentials.
- DbDelete - Class in io.helidon.integrations.vault.secrets.database
-
Delete DB request and response.
- DbDelete.Request - Class in io.helidon.integrations.vault.secrets.database
-
Request object.
- DbDelete.Response - Class in io.helidon.integrations.vault.secrets.database
-
Response object parsed from JSON returned by the
RestApi. - DbDeleteRole - Class in io.helidon.integrations.vault.secrets.database
-
Delete DB Role request and response.
- DbDeleteRole.Request - Class in io.helidon.integrations.vault.secrets.database
-
Request object.
- DbDeleteRole.Response - Class in io.helidon.integrations.vault.secrets.database
-
Response object parsed from JSON returned by the
RestApi. - DbEngineProvider - Class in io.helidon.integrations.vault.secrets.database
-
Service for
DbSecrets.ENGINE. - DbEngineProvider() - Constructor for class io.helidon.integrations.vault.secrets.database.DbEngineProvider
- 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<? extends DbExecuteContext.BuilderBase<?, ? extends DbExecuteContext>, ? extends DbExecuteContext>) - 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. - DbGet - Class in io.helidon.integrations.vault.secrets.database
-
Get DB request and response.
- DbGet.Request - Class in io.helidon.integrations.vault.secrets.database
-
Request object.
- DbGet.Response - Class in io.helidon.integrations.vault.secrets.database
-
Response object parsed from JSON returned by the
RestApi. - DbIndexedStatementParameters - Class in io.helidon.dbclient
-
Indexed
DbStatementParameters. - DbIndexedStatementParameters() - Constructor for class io.helidon.dbclient.DbIndexedStatementParameters
- 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. - dbName(String) - Method in class io.helidon.integrations.vault.secrets.database.DbCreateRole.Request
-
The name of the database.
- DbNamedStatementParameters - Class in io.helidon.dbclient
-
Named
DbStatementParameters. - DbNamedStatementParameters() - Constructor for class io.helidon.dbclient.DbNamedStatementParameters
- 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
- DbSecrets - Interface in io.helidon.integrations.vault.secrets.database
-
Database secrets engine API.
- 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.microprofile.metrics.MetricAnnotationDiscovery
-
Requests that the discovery be deactivated, thereby preventing it from triggering a metric registration.
- 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.
- DEADLINE - Enum constant in enum class io.helidon.microprofile.grpc.client.ClientRequestAttribute
-
Add the call deadline to the tracing span.
- DEADLINE_EXCEEDED - Static variable in class io.helidon.webserver.grpc.GrpcStatus
-
Deadline expired before operation could complete.
- 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.
- debug() - Method in class io.helidon.microprofile.security.JerseySecurityFeature.Builder
-
Set debugging on.
- 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. - DeclarativeTypes - Class in io.helidon.declarative.codegen
-
Types used by Helidon Declarative code generators.
- declaredMethod() - Method in class io.helidon.microprofile.grpc.core.AnnotatedMethod
-
Get the declared Java method.
- declaredName() - Method in class io.helidon.common.types.TypeName.BuilderBase.TypeNameImpl
- declaredName() - Method in class io.helidon.codegen.classmodel.TypeArgument
-
Typically used as part of code-gen, when ".class" is tacked onto the suffix of what this returns.
- 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.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.common.types.TypeInfo.BuilderBase
-
The declared type name, including type parameters.
- declaredType(Consumer<TypeName.Builder>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The declared type name, including type parameters.
- declaredType(Supplier<? extends TypeName>) - Method in class io.helidon.common.types.TypeInfo.BuilderBase
-
The declared type name, including type parameters.
- decode(String, Errors.Collector, String) - Static method in class io.helidon.security.jwt.JwtHeaders
- 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<T>) - 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<T>) - 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<T>) - 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<T>) - 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.
ServiceLoader