Uses of Class
io.helidon.webserver.cors.CorsConfig.BuilderBase
-
Uses of CorsConfig.BuilderBase in io.helidon.webserver.cors
Modifier and TypeClassDescriptionstatic class
CorsConfig.BuilderBase<BUILDER extends CorsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CorsConfig> Fluent API builder base forCorsFeature
.Modifier and TypeMethodDescriptionCorsConfig.BuilderBase.from
(CorsConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
CorsConfigImpl
(CorsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.