Package io.helidon.webserver.security
Class PathsConfig.Builder
java.lang.Object
io.helidon.webserver.security.PathsConfig.BuilderBase<PathsConfig.Builder,PathsConfig>
io.helidon.webserver.security.PathsConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<PathsConfig.Builder,,PathsConfig> Prototype.ConfiguredBuilder<PathsConfig.Builder,,PathsConfig> Builder<PathsConfig.Builder,,PathsConfig> Supplier<PathsConfig>
- Enclosing interface:
PathsConfig
public static class PathsConfig.Builder
extends PathsConfig.BuilderBase<PathsConfig.Builder,PathsConfig>
implements Builder<PathsConfig.Builder,PathsConfig>
Fluent API builder for
PathsConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.webserver.security.PathsConfig.BuilderBase
PathsConfig.BuilderBase.PathsConfigImpl -
Method Summary
Methods inherited from class io.helidon.webserver.security.PathsConfig.BuilderBase
addMethod, addMethods, addSockets, config, config, from, from, handler, handler, handler, handler, handler, methods, methods, path, path, preBuildPrototype, sockets, sockets, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
selfMethods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<PathsConfig.Builder,PathsConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<PathsConfig.Builder,PathsConfig> - Returns:
- instance of the built type
-