Class FieldLocation
java.lang.Object
org.assertj.core.api.recursive.comparison.FieldLocation
- All Implemented Interfaces:
Comparable<FieldLocation>
Represents the path to a given field. Immutable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(FieldLocation other) boolean
(package private) FieldLocation
int
hashCode()
(package private) boolean
private static String
pathToUseInRules
(List<String> path) (package private) static FieldLocation
toString()
-
Field Details
-
pathToUseInRules
-
decomposedPath
-
-
Constructor Details
-
FieldLocation
-
-
Method Details
-
matches
-
getDecomposedPath
-
getPathToUseInRules
-
field
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FieldLocation>
-
equals
-
hashCode
public int hashCode() -
toString
-
pathToUseInRules
-
getFieldName
-
rootFieldLocation
-