Package org.mockserver.llm.drift
Class StructuralShapeDiff.ShapeDiff
java.lang.Object
org.mockserver.llm.drift.StructuralShapeDiff.ShapeDiff
- Enclosing class:
- StructuralShapeDiff
The structural delta between a recorded ("baseline") and a live document.
-
Method Summary
Modifier and TypeMethodDescriptionPaths present in the live document but not the baseline.Paths present in the baseline but missing from the live document.Paths present in both but with a different value type.booleanhasDrift()True if the two documents differ structurally.
-
Method Details
-
getAddedPaths
Paths present in the live document but not the baseline. -
getRemovedPaths
Paths present in the baseline but missing from the live document. -
getTypeChangedPaths
Paths present in both but with a different value type. -
hasDrift
public boolean hasDrift()True if the two documents differ structurally.
-