Java org.springframework.http HttpMethod fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http HttpMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http HttpMethod.

The text is from its open source code.

Field

HttpMethodGET
HttpMethodHEAD
HttpMethodPOST
HttpMethodPUT
HttpMethodPATCH
HttpMethodDELETE
HttpMethodOPTIONS
HttpMethodTRACE

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
HttpMethodresolve(@Nullable String method)
Resolve the given method value to an HttpMethod .
StringtoString()
Returns a string representation of the object.