Package | Description |
---|---|
io.swagger.codegen.ignore | |
io.swagger.codegen.ignore.rules |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
CodegenIgnoreProcessor.getExclusionRules() |
List<Rule> |
CodegenIgnoreProcessor.getInclusionRules() |
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 © 2016. All rights reserved.