Uses of Interface
io.helidon.webserver.servicecommon.RestServiceSettings.Builder
Packages that use RestServiceSettings.Builder
-
Uses of RestServiceSettings.Builder in io.helidon.webserver.servicecommon
Methods in io.helidon.webserver.servicecommon that return RestServiceSettings.BuilderModifier and TypeMethodDescriptionstatic RestServiceSettings.BuilderRestServiceSettings.builder()Deprecated, for removal: This API element is subject to removal in a future version.Creates a builder to construct a new instance.Updates settings using the providedConfignode for the service of interest.RestServiceSettings.Builder.crossOriginConfig(CrossOriginConfig crossOriginConfig) Deprecated, for removal: This API element is subject to removal in a future version.RestServiceSettings.Builder.crossOriginConfig(CrossOriginConfig.Builder crossOriginConfigBuilder) Deprecated, for removal: This API element is subject to removal in a future version.feature specific CORS configuration is deprecated and will be removed; use either config based CORS setup (configuration keycors, or programmatic setup using theio.helidon.webserver.cors.CorsFeatureserver featureRestServiceSettings.Builder.enabled(boolean enabled) Is this service enabled or not.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.webserver.servicecommon with parameters of type RestServiceSettings.BuilderModifier and TypeMethodDescriptionHelidonFeatureSupport.Builder.restServiceSettings(RestServiceSettings.Builder restServiceSettingsBuilder) Sets the builder for the REST service settings.
cors, or programmatic setup using theio.helidon.webserver.cors.CorsFeatureserver feature