Uses of Class
io.helidon.webserver.cors.CorsPathConfig.Builder
Packages that use CorsPathConfig.Builder
-
Uses of CorsPathConfig.Builder in io.helidon.webserver.cors
Methods in io.helidon.webserver.cors that return CorsPathConfig.BuilderModifier and TypeMethodDescriptionstatic CorsPathConfig.BuilderCorsPathConfig.builder()Create a new fluent API builder to customize configuration.static CorsPathConfig.BuilderCorsPathConfig.builder(CorsPathConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver.cors with type arguments of type CorsPathConfig.BuilderModifier and TypeMethodDescriptionCorsConfig.BuilderBase.addPath(Consumer<CorsPathConfig.Builder> consumer) Per path configuration.