Uses of Class
org.mockserver.mock.diff.InteractionDiff
Packages that use InteractionDiff
-
Uses of InteractionDiff in org.mockserver.mock.diff
Methods in org.mockserver.mock.diff that return InteractionDiffModifier and TypeMethodDescriptionstatic InteractionDiffInteractionDiff.setRequestDiffs(List<FieldDiff> requestDiffs) InteractionDiff.setResponseDiffs(List<FieldDiff> responseDiffs) Methods in org.mockserver.mock.diff that return types with arguments of type InteractionDiffModifier and TypeMethodDescriptionBaselineDiffReport.getAdded()BaselineDiffReport.getChanged()BaselineDiffReport.getRemoved()Method parameters in org.mockserver.mock.diff with type arguments of type InteractionDiffModifier and TypeMethodDescriptionBaselineDiffReport.setAdded(List<InteractionDiff> added) BaselineDiffReport.setChanged(List<InteractionDiff> changed) BaselineDiffReport.setRemoved(List<InteractionDiff> removed)