java.lang.Object
io.helidon.http.HttpLogConfig.BuilderBase<HttpLogConfig.Builder,HttpLogConfig>
io.helidon.http.HttpLogConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<HttpLogConfig.Builder,,HttpLogConfig> Builder<HttpLogConfig.Builder,,HttpLogConfig> ConfigBuilderSupport.ConfiguredBuilder<HttpLogConfig.Builder,,HttpLogConfig> ConfigBuilderSupport.ConfiguredBuilder<HttpLogConfig.Builder,,HttpLogConfig> Supplier<HttpLogConfig>
- Enclosing interface:
HttpLogConfig
public static class HttpLogConfig.Builder
extends HttpLogConfig.BuilderBase<HttpLogConfig.Builder,HttpLogConfig>
implements Builder<HttpLogConfig.Builder,HttpLogConfig>
Fluent API builder for
HttpLogConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.http.HttpLogConfig.BuilderBase
HttpLogConfig.BuilderBase.HttpLogConfigImpl -
Method Summary
Methods inherited from class io.helidon.http.HttpLogConfig.BuilderBase
addSafeHeader, addSafeHeaders, clearLoggerName, clearSafeHeaders, config, config, config, from, from, loggerName, loggerName, preBuildPrototype, receiveLog, receiveLog, safeHeaders, safeHeaders, sendLog, sendLog, toString, unsafeRawData, unsafeRawData, 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<HttpLogConfig.Builder,HttpLogConfig> - 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<HttpLogConfig.Builder,HttpLogConfig> - Returns:
- instance of the built type
-