Interface Hierarchy
- org.springframework.web.bind.annotation.ValueConstants
Annotation Interface Hierarchy
- org.springframework.web.bind.annotation.BindParam (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ControllerAdvice (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.CookieValue (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.CrossOrigin (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.DeleteMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ExceptionHandler (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.GetMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.InitBinder (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.Mapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.MatrixVariable (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ModelAttribute (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PatchMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PathVariable (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PostMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.PutMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestAttribute (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestBody (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestHeader (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestMapping (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestParam (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RequestPart (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ResponseBody (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.ResponseStatus (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RestController (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.RestControllerAdvice (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.SessionAttribute (implements java.lang.annotation.Annotation)
- org.springframework.web.bind.annotation.SessionAttributes (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.web.bind.annotation.RequestMethod
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)