Example:
public class DateTimeWrapper implements Serializable {
public boolean equals(Object o) {
return !(dateTimeWrapper.getId() == null || getId() == null) &&
Objects.equals(getId(), dateTimeWrapper.getId());
}
is printed as:
public class DateTimeWrapper implements Serializable {
public boolean equals(Object o) {
return !(dateTimeWrapper.getId() == null || getId() == null) &&
Objects.equals(getId(), dateTimeWrapper.getId());
}
Example:
is printed as: