-
Creates a builder to construct a new instance.
RestServiceSettings.Builder.config(io.helidon.config.Config serviceConfig)
Updates settings using the provided Config node for the service of interest.
RestServiceSettings.Builder.crossOriginConfig(io.helidon.cors.CrossOriginConfig crossOriginConfig)
Sets the cross-origin settings from existing settings (not from a builder).
RestServiceSettings.Builder.crossOriginConfig(io.helidon.cors.CrossOriginConfig.Builder crossOriginConfigBuilder)
Sets the cross-origin config builder for use in establishing CORS support for the service endpoints.
RestServiceSettings.Builder.enabled(boolean enabled)
Is this service enabled or not.
Sets the routing name to use for setting up the service's endpoint.
Sets the web context to use for the service's endpoint.
Sets the builder for the REST service settings.