Uses of Enum Class
io.github.xezzon.zeroweb.openapi.enumeration.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in io.github.xezzon.zeroweb.openapi
Fields in io.github.xezzon.zeroweb.openapi with type parameters of type HttpMethodModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Openapi,
HttpMethod> Openapi_.httpMethod
-
Uses of HttpMethod in io.github.xezzon.zeroweb.openapi.entity
Methods in io.github.xezzon.zeroweb.openapi.entity that return HttpMethodModifier and TypeMethodDescriptionAddOpenapiReq.httpMethod()
Returns the value of thehttpMethod
record component.ModifyOpenapiReq.httpMethod()
Returns the value of thehttpMethod
record component.Constructors in io.github.xezzon.zeroweb.openapi.entity with parameters of type HttpMethodModifierConstructorDescriptionAddOpenapiReq
(@Alphanumeric(excludes="\\.") String code, String destination, HttpMethod httpMethod) Creates an instance of aAddOpenapiReq
record class.ModifyOpenapiReq
(String id, @Alphanumeric(excludes="\\.") String code, String destination, HttpMethod httpMethod) Creates an instance of aModifyOpenapiReq
record class. -
Uses of HttpMethod in io.github.xezzon.zeroweb.openapi.enumeration
Methods in io.github.xezzon.zeroweb.openapi.enumeration that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethod
Returns the enum constant of this class with the specified name.static HttpMethod[]
HttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.