Uses of Annotation Interface
com.bluebell.greenhouse.planter.annotations.validation.InvalidRequestObjectApiResponse
Packages that use InvalidRequestObjectApiResponse
Package
Description
Contains controllers for handling operations regarding greenhouse as a whole.
-
Uses of InvalidRequestObjectApiResponse in com.bluebell.greenhouse.planter.controllers.system
Methods in com.bluebell.greenhouse.planter.controllers.system with annotations of type InvalidRequestObjectApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> SystemController.postContact(@Valid ContactDTO data) Handles the contact us form submission.org.springframework.http.ResponseEntity<String> SystemController.postReport(@Valid IssueFeatureRequestDTO data) Handles the report issue form submission.