com.netflix.zeno.diff
Class TypeDiff.FieldDiff<T>

java.lang.Object
  extended by 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>>


Constructor Summary
TypeDiff.FieldDiff(DiffPropertyPath propertyPath, TypeDiff.FieldDiffScore<T> diffScore)
           
 
Method Summary
 int compareTo(TypeDiff.FieldDiff<T> o)
           
 DiffPropertyPath getBreadcrumbs()
          Deprecated. use getPropertyPath() instead
 TypeDiff.FieldDiffScore<T> getDiffScore()
           
 DiffPropertyPath getPropertyPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeDiff.FieldDiff

public TypeDiff.FieldDiff(DiffPropertyPath propertyPath,
                          TypeDiff.FieldDiffScore<T> diffScore)
Method Detail

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