Please take the time to search the repository, if your question has already been asked or answered.
What kind of issue is this?
Hi~!
I have a bit of a strange question about using swagger.
Mono<Response> {
"collections": [{
"id" : 1,
"document": {} <-- com.example.Document.class
}],
"another": [{
"name": "abc",
"document": {} <-- com.example.another.Document.class
}]
}
Look at the code above.
"document" in "collections" and "document" in "another" are classes in other packages.
In swagger-ui, however, the "document" of "another" is displayed as the "document" of "collections".
Is there a problem that is difficult to distinguish between classes with the same name?
Is this a bug?
Please take the time to search the repository, if your question has already been asked or answered.
What kind of issue is this?
Hi~!
I have a bit of a strange question about using swagger.
Look at the code above.
"document" in "collections" and "document" in "another" are classes in other packages.
In swagger-ui, however, the "document" of "another" is displayed as the "document" of "collections".
Is there a problem that is difficult to distinguish between classes with the same name?
Is this a bug?