Package io.helidon.webserver.accesslog
Class UserLogEntry.Builder
java.lang.Object
io.helidon.webserver.accesslog.AbstractLogEntry.Builder<UserLogEntry,UserLogEntry.Builder>
io.helidon.webserver.accesslog.UserLogEntry.Builder
- All Implemented Interfaces:
io.helidon.common.Builder<UserLogEntry.Builder,,UserLogEntry> Supplier<UserLogEntry>
- Enclosing class:
UserLogEntry
public static final class UserLogEntry.Builder
extends AbstractLogEntry.Builder<UserLogEntry,UserLogEntry.Builder>
Fluent API builder for
UserLogEntry.-
Method Summary
Methods inherited from class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
lPad, maxLength, noPad, rPad, sanitizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.common.Builder
get, identity, update
-
Method Details
-
build
-