Module io.helidon.webclient.context
Package io.helidon.webclient.context
Class WebClientContextConfig.Builder
java.lang.Object
io.helidon.webclient.context.WebClientContextConfig.BuilderBase<WebClientContextConfig.Builder,WebClientContextConfig>
io.helidon.webclient.context.WebClientContextConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<WebClientContextConfig.Builder,,WebClientContextConfig> Builder<WebClientContextConfig.Builder,,WebClientContextService> ConfigBuilderSupport.ConfiguredBuilder<WebClientContextConfig.Builder,,WebClientContextConfig> ConfigBuilderSupport.ConfiguredBuilder<WebClientContextConfig.Builder,,WebClientContextConfig> Supplier<WebClientContextService>
- Enclosing interface:
WebClientContextConfig
public static class WebClientContextConfig.Builder
extends WebClientContextConfig.BuilderBase<WebClientContextConfig.Builder,WebClientContextConfig>
implements Builder<WebClientContextConfig.Builder,WebClientContextService>
Fluent API builder for
WebClientContextService.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
WebClientContextConfig.BuilderBase.WebClientContextConfigImpl -
Method Summary
Methods inherited from class io.helidon.webclient.context.WebClientContextConfig.BuilderBase
addRecord, addRecord, addRecords, config, config, config, from, from, name, name, preBuildPrototype, records, records, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<WebClientContextConfig.Builder,WebClientContextConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<WebClientContextConfig.Builder,WebClientContextService> - Returns:
- instance of the built type
-