of

public static LocalDateChange of(LocalDate previousValue, LocalDate newValue)

Creates LocalDateChange object for the passed previous and new field values of local date.

Passed values cannot be equal.


public static LocalTimeChange of(LocalTime previousValue, LocalTime newValue)

Creates LocalTimeChange object for the passed previous and new field values of local time.

Passed values cannot be equal.


public static OffsetTimeChange of(OffsetTime previousValue, OffsetTime newValue)

Deprecated

Creates OffsetTimeChange object for the passed previous and new field values of offset time.

Passed values cannot be equal.

Deprecated

please use ZonedDateTime with a custom change type instead.


public static OffsetDateTimeChange of(OffsetDateTime previousValue, OffsetDateTime newValue)

Deprecated

Creates OffsetDateTimeChange object for the passed previous and new field values of offset time.

Passed values cannot be equal.

Deprecated

please use ZonedDateTime with a custom change type instead.