Uses of Interface
io.helidon.webserver.servicecommon.RestServiceSettings
Packages that use RestServiceSettings
-
Uses of RestServiceSettings in io.helidon.webserver.servicecommon
Methods in io.helidon.webserver.servicecommon that return RestServiceSettingsModifier and TypeMethodDescriptionRestServiceSettings.Builder.build()
Creates theRestServiceSettings
instance from the builder settings.static RestServiceSettings
RestServiceSettings.create()
Creates a new instance with default settings.static RestServiceSettings
Creates a new instance using values from the provided config.Constructors in io.helidon.webserver.servicecommon with parameters of type RestServiceSettingsModifierConstructorDescriptionprotected
HelidonFeatureSupport
(System.Logger logger, RestServiceSettings restServiceSettings, String serviceName)