Uses of Class
io.helidon.common.uri.UriInfo.BuilderBase
Packages that use UriInfo.BuilderBase
-
Uses of UriInfo.BuilderBase in io.helidon.common.uri
Classes in io.helidon.common.uri with type parameters of type UriInfo.BuilderBaseModifier and TypeClassDescriptionstatic class
UriInfo.BuilderBase<BUILDER extends UriInfo.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends UriInfo> Fluent API builder base forUriInfo
.Subclasses of UriInfo.BuilderBase in io.helidon.common.uriMethods in io.helidon.common.uri with parameters of type UriInfo.BuilderBaseModifier and TypeMethodDescriptionUriInfo.BuilderBase.from
(UriInfo.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.common.uri with parameters of type UriInfo.BuilderBaseModifierConstructorDescriptionprotected
UriInfoImpl
(UriInfo.BuilderBase<?, ?> builder) Create an instance providing a builder.