Uses of Record Class
io.helidon.declarative.codegen.model.http.HttpStatus
Packages that use HttpStatus
Package
Description
HTTP Rest related code generation.
HTTP Rest model.
-
Uses of HttpStatus in io.helidon.declarative.codegen.http
Methods in io.helidon.declarative.codegen.http with parameters of type HttpStatusModifier and TypeMethodDescriptionstatic StringHttpFields.ensureHttpStatusConstant(FieldHandler fieldHandler, HttpStatus httpStatus) Ensure an HTTP status constant. -
Uses of HttpStatus in io.helidon.declarative.codegen.model.http
Methods in io.helidon.declarative.codegen.model.http that return types with arguments of type HttpStatusModifier and TypeMethodDescriptionRestMethod.BuilderBase.RestMethodImpl.status()RestMethod.BuilderBase.status()HTTP Status (server side only) annotation on the method.RestMethod.status()HTTP Status (server side only) annotation on the method.Methods in io.helidon.declarative.codegen.model.http with parameters of type HttpStatusModifier and TypeMethodDescriptionRestMethod.BuilderBase.status(HttpStatus status) HTTP Status (server side only) annotation on the method.