Open
Description
I am experiencing an issue while trying to add a Custom ModelResolver to the Model Resolving Process. As described in https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Extensions#extending-core-resolver I extend the ModelResolver Class and override the "resolveDescription" Method to create a custom Description for some Schema's.
Problem:
When adding a Custom Resolver that returns a custom description (Originial Description in the Annotation + Custom Part) for some Schema's. The Custom Description is Overwritten because of reResolving in the default ModelResolver (See
Is this intended? Is there a way to Customize Description Resolving ?
Metadata
Metadata
Assignees
Labels
No labels