Uses of Record Class
io.helidon.declarative.codegen.model.http.HttpMethod
Packages that use HttpMethod
Package
Description
HTTP Rest related code generation.
HTTP Rest model.
-
Uses of HttpMethod in io.helidon.declarative.codegen.http
Methods in io.helidon.declarative.codegen.http that return HttpMethodModifier and TypeMethodDescriptionprotected HttpMethod
RestExtensionBase.httpMethodFromAnnotation
(TypedElementInfo element, Annotation httpMethodAnnotation) Extract HTTP Method from its annotation. -
Uses of HttpMethod in io.helidon.declarative.codegen.model.http
Methods in io.helidon.declarative.codegen.model.http that return HttpMethodModifier and TypeMethodDescriptionRestMethod.BuilderBase.RestMethodImpl.httpMethod()
RestMethod.httpMethod()
HTTP method of this method.Methods in io.helidon.declarative.codegen.model.http that return types with arguments of type HttpMethodModifier and TypeMethodDescriptionRestMethod.BuilderBase.httpMethod()
HTTP method of this method.Methods in io.helidon.declarative.codegen.model.http with parameters of type HttpMethodModifier and TypeMethodDescriptionRestMethod.BuilderBase.httpMethod
(HttpMethod httpMethod) HTTP method of this method.