| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.storable | |
| com.mware.ge.values.storable.random |
| Modifier and Type | Method and Description |
|---|---|
Base |
ValueMapper.mapDate(DateValue value) |
LocalDate |
ValueMapper.JavaMapper.mapDate(DateValue value) |
| Modifier and Type | Field and Description |
|---|---|
static DateValue |
DateValue.MAX_VALUE |
static DateValue |
DateValue.MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
DateValue |
DateValue.add(DurationValue duration) |
static DateValue |
DateValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static DateValue |
DateValue.date(int year,
int month,
int day) |
static DateValue |
DateValue.date(LocalDate value) |
static DateValue |
DateValue.epochDate(long epochDay) |
static DateValue |
DateValue.now(Clock clock) |
static DateValue |
DateValue.now(Clock clock,
String timezone) |
static DateValue |
DateValue.now(Clock clock,
Supplier<ZoneId> defaultZone) |
static DateValue |
DateValue.ordinalDate(int year,
int dayOfYear) |
static DateValue |
DateValue.parse(CharSequence text) |
static DateValue |
DateValue.parse(TextValue text) |
static DateValue |
DateValue.quarterDate(int year,
int quarter,
int dayOfQuarter) |
static DateValue |
DateValue.select(AnyValue from,
Supplier<ZoneId> defaultZone) |
DateValue |
DateValue.sub(DurationValue duration) |
static DateValue |
DateValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |
static DateValue |
DateValue.weekDate(int year,
int week,
int dayOfWeek) |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeValue |
DateTimeValue.datetime(DateValue date,
LocalTimeValue time,
ZoneId zone) |
static DateTimeValue |
DateTimeValue.datetime(DateValue date,
TimeValue time) |
static LocalDateTimeValue |
LocalDateTimeValue.localDateTime(DateValue date,
LocalTimeValue time) |
| Modifier and Type | Method and Description |
|---|---|
DateValue |
RandomValues.nextDateValue() |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.