Open bedag-moo opened 9 years ago
Meanwhile, I found the -stringTypePrefixes option, which can act as a work around. I must have missed it in the wall of options.
Still, if it isn't too much trouble, it would be nice for the doclet to detect the type mapping automatically.
We sometimes use custom value types to enforce type safety in our model, and register converters to unwrap these values into strings. Is there any way we can have the doclet recognize these type replacements when generating the swagger documentation?
Specifically, I have something like:
and was hoping for the doclet to recognize the type replacement, but it didn't, i.e. the type of
Model.id
is notstring
, butTechId
with a propertyuuid
.