Package io.helidon.webserver.accesslog
Class AccessLogConfig.BuilderBase.AccessLogConfigImpl
java.lang.Object
io.helidon.webserver.accesslog.AccessLogConfig.BuilderBase.AccessLogConfigImpl
- All Implemented Interfaces:
Prototype.Api,Prototype.Factory<AccessLogFeature>,AccessLogConfig,Supplier<AccessLogFeature>
- Enclosing class:
AccessLogConfig.BuilderBase<BUILDER extends AccessLogConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends AccessLogConfig>
protected static class AccessLogConfig.BuilderBase.AccessLogConfigImpl
extends Object
implements AccessLogConfig, Supplier<AccessLogFeature>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.accesslog.AccessLogConfig
AccessLogConfig.Builder, AccessLogConfig.BuilderBase<BUILDER extends AccessLogConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends AccessLogConfig> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final List<AccessLogEntry> Common log format, seeAccessLogConfig.BuilderBase.commonLogFormat().static final List<AccessLogEntry> Helidon log format, seeAccessLogConfig.BuilderBase.defaultLogFormat(). -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAccessLogConfigImpl(AccessLogConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Field Details
-
COMMON_FORMAT
Common log format, seeAccessLogConfig.BuilderBase.commonLogFormat(). -
HELIDON_FORMAT
Helidon log format, seeAccessLogConfig.BuilderBase.defaultLogFormat().
-
-
Constructor Details
-
AccessLogConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.FactoryCreate a new instance of the runtime type from this config object.- Specified by:
buildin interfacePrototype.Factory<AccessLogFeature>- Returns:
- new configured runtime instance
-
get
- Specified by:
getin interfaceSupplier<AccessLogFeature>
-
entries
-
clock
-
loggerName
-
weight
public double weight() -
sockets
-
name
-
format
-
enabled
public boolean enabled() -
toString
-
equals
-
hashCode
public int hashCode()
-