Uses of Class
io.helidon.cors.CorsSupportBase.Builder
Packages that use CorsSupportBase.Builder
Package
Description
Common cross origin configuration and types used by all Helidon flavors.
Helidon WebServer CORS Support.
-
Uses of CorsSupportBase.Builder in io.helidon.cors
Classes in io.helidon.cors with type parameters of type CorsSupportBase.BuilderModifier and TypeClassDescriptionclassCorsSupportBase<Q,R, T extends CorsSupportBase<Q, R, T, B>, B extends CorsSupportBase.Builder<Q, R, T, B>> Deprecated, for removal: This API element is subject to removal in a future version.static classCorsSupportBase.Builder<Q,R, T extends CorsSupportBase<Q, R, T, B>, B extends CorsSupportBase.Builder<Q, R, T, B>> Deprecated, for removal: This API element is subject to removal in a future version.Builder forCorsSupportBaseinstances.Constructors in io.helidon.cors with parameters of type CorsSupportBase.BuilderModifierConstructorDescriptionprotectedCorsSupportBase(CorsSupportBase.Builder<Q, R, T, B> builder) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CorsSupportBase.Builder in io.helidon.webserver.cors
Subclasses of CorsSupportBase.Builder in io.helidon.webserver.corsModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forCorsSupport.
helidon-webserver-corswithio.helidon.webserver.cors.CorsFeatureeither fromServiceRegistry, or through one of the feature's static factory or builder methods; paths configured in config are registered first, before paths configured through service registry; this class will be removed in a future version of Helidon