Uses of Enum Class
io.github.xezzon.zeroweb.openapi.domain.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in io.github.xezzon.zeroweb.openapi.domain
Fields in io.github.xezzon.zeroweb.openapi.domain with type parameters of type HttpMethodModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Openapi,
HttpMethod> Openapi_.httpMethod
Methods in io.github.xezzon.zeroweb.openapi.domain 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. -
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.