Uses of Interface
io.helidon.webserver.observe.info.InfoObserverConfig
Packages that use InfoObserverConfig
-
Uses of InfoObserverConfig in io.helidon.webserver.observe.info
Classes in io.helidon.webserver.observe.info with type parameters of type InfoObserverConfigModifier and TypeClassDescriptionstatic class
InfoObserverConfig.BuilderBase<BUILDER extends InfoObserverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends InfoObserverConfig> Fluent API builder base forInfoObserver
.Classes in io.helidon.webserver.observe.info that implement InfoObserverConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe.info that return InfoObserverConfigModifier and TypeMethodDescriptionInfoObserverConfig.Builder.buildPrototype()
static InfoObserverConfig
InfoObserverConfig.create()
Create a new instance with default values.static InfoObserverConfig
Create a new instance from configuration.InfoObserver.prototype()
Methods in io.helidon.webserver.observe.info with parameters of type InfoObserverConfigModifier and TypeMethodDescriptionstatic InfoObserverConfig.Builder
InfoObserverConfig.builder
(InfoObserverConfig instance) Create a new fluent API builder from an existing instance.static InfoObserver
InfoObserver.create
(InfoObserverConfig config) Create a new Info observer using the provided configuration.InfoObserverConfig.BuilderBase.from
(InfoObserverConfig prototype) Update this builder from an existing prototype instance.