| Package | Description |
|---|---|
| org.exparity.hamcrest.date.core | |
| org.exparity.hamcrest.date.core.wrapper |
| Modifier and Type | Method and Description |
|---|---|
TemporalFieldWrapper<T> |
TemporalFieldWrapper.withZone(ZoneId zone)
Makes a copy of this wrapper based on a given time zone.
|
| Constructor and Description |
|---|
IsDayOfMonth(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
IsDayOfWeek(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
IsHour(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
IsMillisecond(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
IsMinute(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
IsMonth(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
IsSecond(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
IsYear(TemporalFieldWrapper<T> expected,
TemporalFieldAdapter<T> accessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldDateWrapper
Implementation of
TemporalFieldWrapper which wraps a temporal field of a Date instance. |
class |
FieldLocalDateTimeWrapper
Implementation of
TemporalFieldWrapper which wraps a temporal field of a LocalDateTime instance. |
class |
FieldLocalDateWrapper
Implementation of
TemporalFieldWrapper which wraps a temporal field of a LocalDate instance. |
class |
FieldLocalTimeWrapper
Implementation of
TemporalFieldWrapper which wraps a temporal field of a LocalTime instance. |
class |
FieldZonedDateTimeWrapper
Implementation of
TemporalFieldWrapper which wraps a temporal field of a ZonedDateTime instance. |
| Modifier and Type | Method and Description |
|---|---|
TemporalFieldWrapper<ZonedDateTime> |
FieldZonedDateTimeWrapper.withZone(ZoneId zone) |
TemporalFieldWrapper<LocalTime> |
FieldLocalTimeWrapper.withZone(ZoneId zone) |
TemporalFieldWrapper<LocalDate> |
FieldLocalDateWrapper.withZone(ZoneId zone) |
TemporalFieldWrapper<LocalDateTime> |
FieldLocalDateTimeWrapper.withZone(ZoneId zone) |
TemporalFieldWrapper<Date> |
FieldDateWrapper.withZone(ZoneId zone) |
Copyright © 2019. All rights reserved.