Uses of Class
io.helidon.webserver.cors.CorsConfig.Builder
Packages that use CorsConfig.Builder
-
Uses of CorsConfig.Builder in io.helidon.webserver.cors
Methods in io.helidon.webserver.cors that return CorsConfig.BuilderModifier and TypeMethodDescriptionstatic CorsConfig.BuilderCorsConfig.builder()Create a new fluent API builder to customize configuration.static CorsConfig.BuilderCorsConfig.builder(CorsConfig instance) Create a new fluent API builder from an existing instance.static CorsConfig.BuilderCorsFeature.builder()Fluent API builder to set up an instance.Method parameters in io.helidon.webserver.cors with type arguments of type CorsConfig.BuilderModifier and TypeMethodDescriptionstatic CorsFeatureCorsFeature.create(Consumer<CorsConfig.Builder> builderConsumer) Create a new instance customizing its configuration.