Uses of Class
com.qdesrame.openapi.diff.model.ChangedOperation
-
Packages that use ChangedOperation Package Description com.qdesrame.openapi.diff.compare com.qdesrame.openapi.diff.output -
-
Uses of ChangedOperation in com.qdesrame.openapi.diff.compare
Methods in com.qdesrame.openapi.diff.compare that return types with arguments of type ChangedOperation Modifier and Type Method Description Optional<ChangedOperation>OperationDiff. diff(io.swagger.v3.oas.models.Operation oldOperation, io.swagger.v3.oas.models.Operation newOperation, DiffContext context) -
Uses of ChangedOperation in com.qdesrame.openapi.diff.output
Method parameters in com.qdesrame.openapi.diff.output with type arguments of type ChangedOperation Modifier and Type Method Description protected StringMarkdownRender. listEndpoints(List<ChangedOperation> changedOperations)
-