File tree Expand file tree Collapse file tree
springdoc-openapi-starter-common/src/main/java/org/springdoc/core/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858import io .swagger .v3 .oas .models .media .Schema ;
5959import io .swagger .v3 .oas .models .responses .ApiResponse ;
6060import io .swagger .v3 .oas .models .responses .ApiResponses ;
61+ import kotlin .reflect .jvm .internal .impl .load .kotlin .JvmType .Object ;
6162import org .apache .commons .lang3 .ArrayUtils ;
6263import org .apache .commons .lang3 .StringUtils ;
63- import org .slf4j .Logger ;
64- import org .slf4j .LoggerFactory ;
6564import org .springdoc .core .models .ControllerAdviceInfo ;
6665import org .springdoc .core .models .MethodAdviceInfo ;
6766import org .springdoc .core .models .MethodAttributes ;
9796import static org .springdoc .core .utils .SpringDocAnnotationsUtils .extractSchema ;
9897import static org .springdoc .core .utils .SpringDocAnnotationsUtils .getContent ;
9998import static org .springdoc .core .utils .SpringDocAnnotationsUtils .mergeSchema ;
100- import static org .springdoc .core .utils .SpringDocUtils .cloneViaJson ;
10199import static org .springdoc .core .utils .SpringDocUtils .getParameterAnnotations ;
102100
103101/**
@@ -112,12 +110,7 @@ public class GenericResponseService implements ApplicationContextAware {
112110 * the exception classes.
113111 */
114112 private static final String EXTENSION_EXCEPTION_CLASSES = "x-exception-class" ;
115-
116- /**
117- * The constant LOGGER.
118- */
119- private static final Logger LOGGER = LoggerFactory .getLogger (GenericResponseService .class );
120-
113+
121114 /**
122115 * The Response entity exception handler class.
123116 */
You can’t perform that action at this time.
0 commit comments