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 11package org .springdoc .core .utils ;
22
3- import static org .springdoc .core .utils .Constants .OPENAPI_ARRAY_TYPE ;
4- import static org .springdoc .core .utils .Constants .OPENAPI_STRING_TYPE ;
5-
63import java .lang .annotation .Annotation ;
74import java .lang .reflect .Field ;
85import java .math .BigDecimal ;
1714import java .util .Set ;
1815import java .util .stream .Collectors ;
1916
20- import org .springframework .core .KotlinDetector ;
21- import org .springframework .lang .Nullable ;
22-
2317import io .swagger .v3 .oas .annotations .Parameter ;
2418import io .swagger .v3 .oas .annotations .media .Schema .RequiredMode ;
2519import io .swagger .v3 .oas .models .media .Schema ;
3529import kotlin .reflect .KProperty ;
3630import kotlin .reflect .jvm .ReflectJvmMapping ;
3731
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+
3838/**
3939 * The type Validation utils.
4040 *
You can’t perform that action at this time.
0 commit comments