Uses of Interface
io.helidon.webserver.cors.CorsPathConfig
Packages that use CorsPathConfig
-
Uses of CorsPathConfig in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors with type parameters of type CorsPathConfigModifier and TypeClassDescriptionstatic classCorsPathConfig.BuilderBase<BUILDER extends CorsPathConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CorsPathConfig> Fluent API builder base forCorsPathConfig.Classes in io.helidon.webserver.cors that implement CorsPathConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.cors that return CorsPathConfigModifier and TypeMethodDescriptionCorsPathConfig.Builder.build()CorsPathConfig.Builder.buildPrototype()static CorsPathConfigDeprecated.static CorsPathConfigCreate a new instance from configuration.Methods in io.helidon.webserver.cors that return types with arguments of type CorsPathConfigModifier and TypeMethodDescriptionCorsConfig.BuilderBase.CorsConfigImpl.paths()CorsConfig.BuilderBase.paths()Per path configuration.default List<CorsPathConfig> CorsConfig.paths()Per path configuration.Methods in io.helidon.webserver.cors with parameters of type CorsPathConfigModifier and TypeMethodDescriptionCorsConfig.BuilderBase.addPath(CorsPathConfig path) Per path configuration.static CorsPathConfig.BuilderCorsPathConfig.builder(CorsPathConfig instance) Create a new fluent API builder from an existing instance.CorsPathConfig.BuilderBase.from(CorsPathConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver.cors with type arguments of type CorsPathConfigModifier and TypeMethodDescriptionCorsConfig.BuilderBase.addPaths(List<? extends CorsPathConfig> paths) Per path configuration.CorsConfig.BuilderBase.paths(List<? extends CorsPathConfig> paths) Per path configuration.
create(io.helidon.config.Config)