| 程序包 | 说明 |
|---|---|
| org.openapitools.codegen.ignore | |
| org.openapitools.codegen.ignore.rules |
| 限定符和类型 | 方法和说明 |
|---|---|
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".
|
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Rule |
Rule.create(String definition) |
Copyright © 2019. All rights reserved.