Uses of Interface
io.helidon.servicecommon.rest.RestServiceSettings.Builder
Packages that use 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
Methods in io.helidon.metrics.serviceapi that return RestServiceSettings.BuilderModifier and TypeMethodDescriptionstatic RestServiceSettings.BuilderMetricsSupport.defaultedMetricsRestServiceSettingsBuilder()Prepares aRestServiceSettings.Builderinstance for metrics with the default settings.Methods in io.helidon.metrics.serviceapi with parameters of type RestServiceSettings.BuilderModifier and TypeMethodDescriptionMetricsSupport.Builder.restServiceSettings(RestServiceSettings.Builder restServiceSettingsBuilder) Set the REST service settings. -
Uses of RestServiceSettings.Builder in io.helidon.servicecommon.rest
Methods in io.helidon.servicecommon.rest that return RestServiceSettings.BuilderModifier and TypeMethodDescriptionstatic RestServiceSettings.BuilderRestServiceSettings.builder()Creates a builder to construct a new instance.Updates settings using the providedConfignode 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.Methods in io.helidon.servicecommon.rest with parameters of type RestServiceSettings.BuilderModifier and TypeMethodDescriptionHelidonRestServiceSupport.Builder.restServiceSettings(RestServiceSettings.Builder restServiceSettingsBuilder) Sets the builder for the REST service settings.