Package io.helidon.common.context.http
Class ContextRecordConfig.Builder
java.lang.Object
io.helidon.common.context.http.ContextRecordConfig.BuilderBase<ContextRecordConfig.Builder,ContextRecordConfig>
io.helidon.common.context.http.ContextRecordConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<ContextRecordConfig.Builder,
,ContextRecordConfig> Builder<ContextRecordConfig.Builder,
,ContextRecordConfig> ConfigBuilderSupport.ConfiguredBuilder<ContextRecordConfig.Builder,
,ContextRecordConfig> ConfigBuilderSupport.ConfiguredBuilder<ContextRecordConfig.Builder,
,ContextRecordConfig> Supplier<ContextRecordConfig>
- Enclosing interface:
ContextRecordConfig
public static class ContextRecordConfig.Builder
extends ContextRecordConfig.BuilderBase<ContextRecordConfig.Builder,ContextRecordConfig>
implements Builder<ContextRecordConfig.Builder,ContextRecordConfig>
Fluent API builder for
ContextRecordConfig
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
ContextRecordConfig.BuilderBase.ContextRecordConfigImpl
-
Method Summary
Methods inherited from class io.helidon.common.context.http.ContextRecordConfig.BuilderBase
addDefaultValue, addDefaultValues, array, array, classifier, classifier, clearClassifier, clearDefaultValue, config, config, config, defaultValue, defaultValue, defaultValues, defaultValues, from, from, header, header, preBuildPrototype, toString, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<ContextRecordConfig.Builder,
ContextRecordConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<ContextRecordConfig.Builder,
ContextRecordConfig> - Returns:
- instance of the built type
-