Uses of Interface
io.helidon.servicecommon.rest.RestServiceSettings.Builder
Package
Description
API and minimal implementation for metrics support service.
Support types for REST services.
-
Uses of RestServiceSettings.Builder in io.helidon.metrics.serviceapi
Modifier and TypeMethodDescriptionstatic RestServiceSettings.Builder
MetricsSupport.defaultedMetricsRestServiceSettingsBuilder()
Prepares aRestServiceSettings.Builder
instance for metrics with the default settings.Modifier and TypeMethodDescriptionMetricsSupport.Builder.restServiceSettings
(RestServiceSettings.Builder restServiceSettingsBuilder) Set the REST service settings. -
Uses of RestServiceSettings.Builder in io.helidon.servicecommon.rest
Modifier and TypeMethodDescriptionstatic RestServiceSettings.Builder
RestServiceSettings.builder()
Creates a builder to construct a new instance.Updates settings using the providedConfig
node for the service of interest.RestServiceSettings.Builder.crossOriginConfig
(CrossOriginConfig crossOriginConfig) Sets the cross-origin settings from existing settings (not from a builder).RestServiceSettings.Builder.crossOriginConfig
(CrossOriginConfig.Builder crossOriginConfigBuilder) Sets the cross-origin config builder for use in establishing CORS support for the service endpoints.Sets the routing name to use for setting up the service's endpoint.RestServiceSettings.Builder.webContext
(String webContext) Sets the web context to use for the service's endpoint.Modifier and TypeMethodDescriptionHelidonRestServiceSupport.Builder.restServiceSettings
(RestServiceSettings.Builder restServiceSettingsBuilder) Sets the builder for the REST service settings.