Uses of Class
io.swagger.codegen.ignore.rules.Rule.Operation
-
Packages that use Rule.Operation Package Description io.swagger.codegen.ignore.rules -
-
Uses of Rule.Operation in io.swagger.codegen.ignore.rules
Methods in io.swagger.codegen.ignore.rules that return Rule.Operation Modifier and Type Method Description Rule.Operation
InvalidRule. evaluate(String relativePath)
Rule.Operation
Rule. evaluate(String relativePath)
protected Rule.Operation
EverythingRule. getExcludeOperation()
protected Rule.Operation
Rule. getExcludeOperation()
protected Rule.Operation
Rule. getIncludeOperation()
static Rule.Operation
Rule.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rule.Operation[]
Rule.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-