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 classInfoObserverConfig.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 classGenerated 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 InfoObserverConfigInfoObserverConfig.create()Create a new instance with default values.static InfoObserverConfigCreate a new instance from configuration.InfoObserver.prototype()Methods in io.helidon.webserver.observe.info with parameters of type InfoObserverConfigModifier and TypeMethodDescriptionstatic InfoObserverConfig.BuilderInfoObserverConfig.builder(InfoObserverConfig instance) Create a new fluent API builder from an existing instance.static InfoObserverInfoObserver.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.