| Package | Description |
|---|---|
| org.openapitools.codegen.ignore | |
| org.openapitools.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 .openapi-generator-ignore file.
|
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Rule.create(String definition) |
Copyright © 2020. All rights reserved.