Uses of Class
io.swagger.codegen.ignore.rules.Rule
-
Packages that use Rule Package Description io.swagger.codegen.ignore io.swagger.codegen.ignore.rules -
-
Uses of Rule in io.swagger.codegen.ignore
Methods in io.swagger.codegen.ignore that return types with arguments of type Rule Modifier and Type Method 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". -
Uses of Rule in io.swagger.codegen.ignore.rules
Subclasses of Rule in io.swagger.codegen.ignore.rules Modifier and Type Class Description classDirectoryRuleclassEverythingRuleAn ignore rule which matches everything.classFileRuleclassInvalidRuleclassRootedFileRuleA special case rule which matches files only if they're located in the same directory as the .swagger-codegen-ignore file.Methods in io.swagger.codegen.ignore.rules that return Rule Modifier and Type Method Description static RuleRule. create(String definition)
-