Uses of Class
io.swagger.codegen.v3.ignore.rules.Rule
Packages that use Rule
-
Uses of Rule in io.swagger.codegen.v3.ignore
Methods in io.swagger.codegen.v3.ignore that return types with arguments of type RuleModifier and TypeMethodDescriptionCodegenIgnoreProcessor.getExclusionRules()Allows a consumer to manually inspect all "exclusion rules".CodegenIgnoreProcessor.getInclusionRules()Allows a consumer to manually inspect explicit "inclusion rules". -
Uses of Rule in io.swagger.codegen.v3.ignore.rules
Subclasses of Rule in io.swagger.codegen.v3.ignore.rulesModifier and TypeClassDescriptionclassclassAn ignore rule which matches everything.classclassclassA 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.v3.ignore.rules that return Rule