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