Skip to content

Commit 299683c

Browse files
author
Malkeet Singh
committed
Added support for @JSONVIEW on ExceptionHandlers methods
1 parent 68732c2 commit 299683c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/GenericResponseService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
import com.fasterxml.jackson.annotation.JsonView;
4040
import io.swagger.v3.core.util.AnnotationsUtils;
41-
import io.swagger.v3.core.util.ReflectionUtils;
4241
import io.swagger.v3.oas.models.Components;
4342
import io.swagger.v3.oas.models.Operation;
4443
import io.swagger.v3.oas.models.media.Content;
@@ -54,7 +53,6 @@
5453
import org.springframework.http.HttpStatus;
5554
import org.springframework.util.CollectionUtils;
5655
import org.springframework.web.bind.annotation.ExceptionHandler;
57-
import org.springframework.web.bind.annotation.RequestBody;
5856
import org.springframework.web.bind.annotation.RequestMapping;
5957
import org.springframework.web.bind.annotation.ResponseStatus;
6058
import org.springframework.web.method.ControllerAdviceBean;

0 commit comments

Comments
 (0)