Class HeaderLogEntry.Builder
java.lang.Object
io.helidon.webserver.accesslog.AbstractLogEntry.Builder<HeaderLogEntry, HeaderLogEntry.Builder>
io.helidon.webserver.accesslog.HeaderLogEntry.Builder
- All Implemented Interfaces:
Builder<HeaderLogEntry.Builder, HeaderLogEntry>, Supplier<HeaderLogEntry>
- Enclosing class:
HeaderLogEntry
public static final class HeaderLogEntry.Builder
extends AbstractLogEntry.Builder<HeaderLogEntry, HeaderLogEntry.Builder>
Fluent API builder for
HeaderLogEntry.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLogEntry.Builder
lPad, maxLength, noPad, rPad, sanitizeModifier and TypeMethodDescriptionlPad(int length) Apply left padding to fill the defined length.maxLength(int maxLength) Configure maximal length of the output written.noPad()Apply no padding on the output.rPad(int length) Apply right padding to fill the defined length.sanitize(boolean sanitize) Configure output sanitization.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Builder
get, identity, updateModifier and TypeMethodDescriptiondefault HeaderLogEntryget()default HeaderLogEntry.Builderidentity()Instance of this builder as the correct type.default HeaderLogEntry.Builderupdate(Consumer<HeaderLogEntry.Builder> consumer) Update the builder in a fluent API way.
-
Constructor Details
-
Builder
-
-
Method Details
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Returns:
- instance of the built type
-