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 classRestMethod.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.BuilderBaseModifierConstructorDescriptionprotectedRestMethodImpl(RestMethod.BuilderBase<?, ?> builder) Create an instance providing a builder.