Java org.springframework.web.bind.annotation RequestMethod fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.bind.annotation RequestMethod fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.bind.annotation RequestMethod.

The text is from its open source code.

Field

RequestMethodGET
RequestMethodHEAD
RequestMethodPOST
RequestMethodPUT
RequestMethodPATCH
RequestMethodDELETE
RequestMethodOPTIONS
RequestMethodTRACE

Method

StringtoString()
Returns a string representation of the object.