Class FieldLocation
- java.lang.Object
-
- org.assertj.core.api.recursive.comparison.FieldLocation
-
- All Implemented Interfaces:
Comparable<FieldLocation>
@Deprecated public final class FieldLocation extends Object implements Comparable<FieldLocation>
Deprecated.this class is meant to be internal and it is exposed only for backward compatibility together withRecursiveComparisonConfiguration.registerComparatorForField(Comparator, FieldLocation), it will be restricted to package-private visibility in the next major release.
-
-
Constructor Summary
Constructors Constructor Description FieldLocation(String fieldPath)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(FieldLocation other)Deprecated.booleanequals(Object obj)Deprecated.static FieldLocationfieldLocation(String fieldPath)Deprecated.static FieldLocationfielLocation(String fieldPath)Deprecated.usefieldLocation(java.lang.String)instead(package private) static List<FieldLocation>from(String... fieldPaths)Deprecated.(package private) StringgetFieldPath()Deprecated.inthashCode()Deprecated.(package private) booleanmatches(String concatenatedPath)Deprecated.StringtoString()Deprecated.
-
-
-
Field Detail
-
fieldPath
private final String fieldPath
Deprecated.
-
-
Constructor Detail
-
FieldLocation
public FieldLocation(String fieldPath)
Deprecated.
-
-
Method Detail
-
getFieldPath
String getFieldPath()
Deprecated.
-
compareTo
public int compareTo(FieldLocation other)
Deprecated.- Specified by:
compareToin interfaceComparable<FieldLocation>
-
matches
boolean matches(String concatenatedPath)
Deprecated.
-
from
static List<FieldLocation> from(String... fieldPaths)
Deprecated.
-
fielLocation
@Deprecated public static FieldLocation fielLocation(String fieldPath)
Deprecated.usefieldLocation(java.lang.String)instead- Parameters:
fieldPath- the field path.- Returns:
- the built field location.
-
fieldLocation
public static FieldLocation fieldLocation(String fieldPath)
Deprecated.
-
-