java.lang.Object
io.helidon.common.uri.UriInfo.BuilderBase<UriInfo.Builder,UriInfo>
io.helidon.common.uri.UriInfo.Builder
- All Implemented Interfaces:
Prototype.Builder<UriInfo.Builder,
,UriInfo> Builder<UriInfo.Builder,
,UriInfo> Supplier<UriInfo>
- Enclosing interface:
UriInfo
public static class UriInfo.Builder
extends UriInfo.BuilderBase<UriInfo.Builder,UriInfo>
implements Builder<UriInfo.Builder,UriInfo>
Fluent API builder for
UriInfo
.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.common.uri.UriInfo.BuilderBase
UriInfo.BuilderBase.UriInfoImpl
-
Method Summary
Methods inherited from class io.helidon.common.uri.UriInfo.BuilderBase
authority, fragment, fragment, from, from, host, host, path, path, path, port, port, preBuildPrototype, query, query, scheme, scheme, 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
-
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<UriInfo.Builder,
UriInfo> - 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<UriInfo.Builder,
UriInfo> - Returns:
- instance of the built type
-