Package | Description |
---|---|
io.swagger.codegen.ignore | |
io.swagger.codegen.ignore.rules |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
CodegenIgnoreProcessor.getExclusionRules()
Allows a consumer to manually inspect all "exclusion rules".
|
List<Rule> |
CodegenIgnoreProcessor.getInclusionRules()
Allows a consumer to manually inspect explicit "inclusion rules".
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryRule |
class |
EverythingRule
An ignore rule which matches everything.
|
class |
FileRule |
class |
InvalidRule |
class |
RootedFileRule
A special case rule which matches files only if they're located
in the same directory as the .swagger-codegen-ignore file.
|
Modifier and Type | Method and Description |
---|---|
static Rule |
Rule.create(String definition) |
Copyright © 2021. All rights reserved.