Uses of Class
org.openapitools.codegen.ignore.rules.Rule.Operation
-
Packages that use Rule.Operation Package Description org.openapitools.codegen.ignore.rules -
-
Uses of Rule.Operation in org.openapitools.codegen.ignore.rules
Methods in org.openapitools.codegen.ignore.rules that return Rule.Operation Modifier and Type Method Description Rule.OperationInvalidRule. evaluate(String relativePath)Rule.OperationRule. evaluate(String relativePath)protected Rule.OperationEverythingRule. getExcludeOperation()protected Rule.OperationRule. getExcludeOperation()protected Rule.OperationRule. getIncludeOperation()static Rule.OperationRule.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.
-