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_.httpMethodStatic metamodel for attributeOpenapi.httpMethod -
Uses of HttpMethod in io.github.xezzon.zeroweb.openapi.entity
Methods in io.github.xezzon.zeroweb.openapi.entity that return HttpMethodModifier and TypeMethodDescription@NotNull HttpMethodAddOpenapiReq.httpMethod()Returns the value of thehttpMethodrecord component.@NotNull HttpMethodModifyOpenapiReq.httpMethod()Returns the value of thehttpMethodrecord component.Constructors in io.github.xezzon.zeroweb.openapi.entity with parameters of type HttpMethodModifierConstructorDescriptionAddOpenapiReq(@Alphanumeric(excludes="\\.") @NotBlank @Size(max=255) String code, @URL @NotBlank @Size(max=2083) String destination, @NotNull HttpMethod httpMethod) Creates an instance of aAddOpenapiReqrecord class.ModifyOpenapiReq(@NotNull String id, @Alphanumeric(excludes="\\.") @NotBlank @Size(max=255) String code, @URL @NotBlank @Size(max=2083) String destination, @NotNull HttpMethod httpMethod) Creates an instance of aModifyOpenapiReqrecord class. -
Uses of HttpMethod in io.github.xezzon.zeroweb.openapi.enumeration
Subclasses with type arguments of type HttpMethod in io.github.xezzon.zeroweb.openapi.enumerationMethods in io.github.xezzon.zeroweb.openapi.enumeration that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns 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.