Skip to content

Commit

Permalink
Merge pull request #579 from swagger-api/ignore_import_mapping_method
Browse files Browse the repository at this point in the history
add method to ignore import mapping for a specific generator.
  • Loading branch information
HugoMario authored Jan 10, 2020
2 parents ba85616 + 8d1e5d7 commit 758c3e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4240,4 +4240,8 @@ public boolean needsUnflattenedSpec() {
public void setUnflattenedOpenAPI(OpenAPI unflattenedOpenAPI) {
this.unflattenedOpenAPI = unflattenedOpenAPI;
}

public boolean ignoreImportMapping() {
return false;
}
}

0 comments on commit 758c3e1

Please sign in to comment.