File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
springdoc-openapi-starter-common/src/main/java/org/springdoc/core/utils Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
package org .springdoc .core .utils ;
2
2
3
- import static org .springdoc .core .utils .Constants .OPENAPI_ARRAY_TYPE ;
4
- import static org .springdoc .core .utils .Constants .OPENAPI_STRING_TYPE ;
5
-
6
3
import java .lang .annotation .Annotation ;
7
4
import java .lang .reflect .Field ;
8
5
import java .math .BigDecimal ;
17
14
import java .util .Set ;
18
15
import java .util .stream .Collectors ;
19
16
20
- import org .springframework .core .KotlinDetector ;
21
- import org .springframework .lang .Nullable ;
22
-
23
17
import io .swagger .v3 .oas .annotations .Parameter ;
24
18
import io .swagger .v3 .oas .annotations .media .Schema .RequiredMode ;
25
19
import io .swagger .v3 .oas .models .media .Schema ;
35
29
import kotlin .reflect .KProperty ;
36
30
import kotlin .reflect .jvm .ReflectJvmMapping ;
37
31
32
+ import org .springframework .core .KotlinDetector ;
33
+ import org .springframework .lang .Nullable ;
34
+
35
+ import static org .springdoc .core .utils .Constants .OPENAPI_ARRAY_TYPE ;
36
+ import static org .springdoc .core .utils .Constants .OPENAPI_STRING_TYPE ;
37
+
38
38
/**
39
39
* The type Validation utils.
40
40
*
You can’t perform that action at this time.
0 commit comments