@OpenApiAll
public interface ModelComparatorFilter
Modifier and Type | Method and Description |
---|---|
boolean |
needToCompare(Element e)
Checks if given element should be compared by comparator or skipped.
|
default boolean |
needToCompareAttribute(java.lang.String name,
Element e1,
Element e2)
Checks if attributes of given element should be compared by comparator or skipped.
|
boolean needToCompare(Element e)
e
- element to check.default boolean needToCompareAttribute(java.lang.String name, Element e1, Element e2)
name
- attribute namee1
- first element to checke2
- first element to check