Uses of Class
io.helidon.webserver.cors.CorsConfig.BuilderBase
Packages that use CorsConfig.BuilderBase
-
Uses of CorsConfig.BuilderBase in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors with type parameters of type CorsConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
CorsConfig.BuilderBase<BUILDER extends CorsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends CorsConfig> Fluent API builder base forCorsFeature
.Subclasses of CorsConfig.BuilderBase in io.helidon.webserver.corsMethods in io.helidon.webserver.cors with parameters of type CorsConfig.BuilderBaseModifier and TypeMethodDescriptionCorsConfig.BuilderBase.from
(CorsConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webserver.cors with parameters of type CorsConfig.BuilderBaseModifierConstructorDescriptionprotected
CorsConfigImpl
(CorsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.