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, validatePrototype
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
self
Methods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.Builder
Create an instance of thePrototype
. This method is available on all generated builders forPrototype.Blueprint
.- Specified by:
buildPrototype
in interfacePrototype.Builder<PathsConfig.Builder,
PathsConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<PathsConfig.Builder,
PathsConfig> - Returns:
- instance of the built type
-