Module io.helidon.servicecommon
Package io.helidon.webserver.servicecommon
package io.helidon.webserver.servicecommon
Helidon WebServer Services Common.
-
ClassDescriptionAdds support for features that require a service to be exposed.Deprecated, for removal: This API element is subject to removal in a future version.HelidonFeatureSupport.Builder<B extends HelidonFeatureSupport.Builder<B,
T>, T extends HelidonFeatureSupport> Abstract implementation of aBuilderfor the service.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 feature; as this class's reason for existence was mostly CORS, it will be removed in a future release of Helidon; implementHttpServicedirectly insteadBuilder forRestServiceSettings.
cors, or programmatic setup using theio.helidon.webserver.cors.CorsFeatureserver feature; reason for existence of this class was CORS configuration - as this is now not needed, this class will most likely be removed in a future version of Helidon; implement anHttpFeaturedirectly instead