You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if @ApiImplicitParam.dataType references a non-simple type (i.e. a custom class), you also need to reference that class via Docket.additionalModels. would make sense to do that automatically, i think.
The text was updated successfully, but these errors were encountered:
@zyro23 thanks for reporting. The only issue with that is that there is no guarantee that that class is in the class path or that there is only one class with that name (different package).
if
@ApiImplicitParam.dataType
references a non-simple type (i.e. a custom class), you also need to reference that class viaDocket.additionalModels
. would make sense to do that automatically, i think.The text was updated successfully, but these errors were encountered: