Uses of Class
io.helidon.declarative.codegen.model.http.RestMethod.BuilderBase
Packages that use RestMethod.BuilderBase
-
Uses of RestMethod.BuilderBase in io.helidon.declarative.codegen.model.http
Classes in io.helidon.declarative.codegen.model.http with type parameters of type RestMethod.BuilderBaseModifier and TypeClassDescriptionstatic class
RestMethod.BuilderBase<BUILDER extends RestMethod.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends RestMethod> Fluent API builder base forRestMethod
.Subclasses of RestMethod.BuilderBase in io.helidon.declarative.codegen.model.httpMethods in io.helidon.declarative.codegen.model.http with parameters of type RestMethod.BuilderBaseModifier and TypeMethodDescriptionRestMethod.BuilderBase.from
(RestMethod.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.declarative.codegen.model.http with parameters of type RestMethod.BuilderBaseModifierConstructorDescriptionprotected
RestMethodImpl
(RestMethod.BuilderBase<?, ?> builder) Create an instance providing a builder.