java.lang.Object
io.helidon.webserver.cors.CorsConfig.BuilderBase<CorsConfig.Builder,CorsConfig>
 
io.helidon.webserver.cors.CorsConfig.Builder
- All Implemented Interfaces:
- Prototype.Builder<CorsConfig.Builder,,- CorsConfig> - Builder<CorsConfig.Builder,,- CorsFeature> - ConfigBuilderSupport.ConfiguredBuilder<CorsConfig.Builder,,- CorsConfig> - ConfigBuilderSupport.ConfiguredBuilder<CorsConfig.Builder,,- CorsConfig> - Supplier<CorsFeature>
- Enclosing interface:
- CorsConfig
public static class CorsConfig.Builder
extends CorsConfig.BuilderBase<CorsConfig.Builder,CorsConfig>
implements Builder<CorsConfig.Builder,CorsFeature>  
Fluent API builder for 
CorsFeature.- 
Nested Class SummaryNested classes/interfaces inherited from class io.helidon.webserver.cors.CorsConfig.BuilderBaseCorsConfig.BuilderBase.CorsConfigImpl
- 
Method SummaryMethods inherited from class io.helidon.webserver.cors.CorsConfig.BuilderBaseaddSocket, addSockets, config, config, config, enabled, enabled, from, from, name, name, preBuildPrototype, sockets, sockets, toString, validatePrototype, weight, weightMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builderself
- 
Method Details- 
buildPrototypeDescription copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
- buildPrototypein interface- Prototype.Builder<CorsConfig.Builder,- CorsConfig> 
- Returns:
- an instance of the setup object created from this builder
 
- 
buildDescription copied from interface:BuilderBuild the instance from this builder.- Specified by:
- buildin interface- Builder<CorsConfig.Builder,- CorsFeature> 
- Returns:
- instance of the built type
 
 
-