com.netflix.zeno.diff
Class TypeDiff.FieldDiff<T>
java.lang.Object
com.netflix.zeno.diff.TypeDiff.FieldDiff<T>
- All Implemented Interfaces:
- java.lang.Comparable<TypeDiff.FieldDiff<T>>
- Enclosing class:
- TypeDiff<T>
public static class TypeDiff.FieldDiff<T>
- extends java.lang.Object
- implements java.lang.Comparable<TypeDiff.FieldDiff<T>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TypeDiff.FieldDiff
public TypeDiff.FieldDiff(DiffPropertyPath propertyPath,
TypeDiff.FieldDiffScore<T> diffScore)
getPropertyPath
public DiffPropertyPath getPropertyPath()
getBreadcrumbs
@Deprecated
public DiffPropertyPath getBreadcrumbs()
- Deprecated. use getPropertyPath() instead
getDiffScore
public TypeDiff.FieldDiffScore<T> getDiffScore()
compareTo
public int compareTo(TypeDiff.FieldDiff<T> o)
- Specified by:
compareTo
in interface java.lang.Comparable<TypeDiff.FieldDiff<T>>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object