Package com.github.elibracha.compare
Class ReferenceDiffCache<C,D>
- java.lang.Object
-
- com.github.elibracha.compare.ReferenceDiffCache<C,D>
-
- Direct Known Subclasses:
HeaderDiff,ParameterDiff,RequestBodyDiff,ResponseDiff,SchemaDiff,SecuritySchemeDiff
public abstract class ReferenceDiffCache<C,D> extends Object
Created by adarsh.sharma on 07/01/18.
-
-
Constructor Summary
Constructors Constructor Description ReferenceDiffCache()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Optional<D>cachedDiff(HashSet<String> refSet, C left, C right, String leftRef, String rightRef, com.github.elibracha.model.DiffContext context)protected abstract Optional<D>computeDiff(HashSet<String> refSet, C left, C right, com.github.elibracha.model.DiffContext context)protected StringgetRefKey(String leftRef, String rightRef)
-