File tree 2 files changed +1
-4
lines changed
springdoc-openapi-kotlin/src
main/java/org/springdoc/kotlin
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ class SpringDocKotlinConfiguration(objectMapperProvider: ObjectMapperProvider) {
40
40
.addRequestWrapperToIgnore(Continuation ::class .java)
41
41
.replaceWithSchema(ByteArray ::class .java, ByteArraySchema ())
42
42
.addDeprecatedType(Deprecated ::class .java)
43
- objectMapperProvider.jsonMapper().registerModule(SpringDocRequiredModule ())
44
43
objectMapperProvider.jsonMapper().registerModule(KotlinModule .Builder ().build())
44
+ objectMapperProvider.jsonMapper().registerModule(SpringDocRequiredModule ())
45
45
}
46
46
47
47
/* *
Original file line number Diff line number Diff line change 45
45
"components" : {
46
46
"schemas" : {
47
47
"DemoRequest" : {
48
- "required" : [
49
- " nonNullableWithDefault"
50
- ],
51
48
"type" : " object" ,
52
49
"properties" : {
53
50
"nonNullableWithDefault" : {
You can’t perform that action at this time.
0 commit comments