| 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.mapLocalTime(LocalTimeValue value) |
LocalTime |
ValueMapper.JavaMapper.mapLocalTime(LocalTimeValue value) |
| Modifier and Type | Field and Description |
|---|---|
static LocalTimeValue |
LocalTimeValue.MAX_VALUE |
static LocalTimeValue |
LocalTimeValue.MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
LocalTimeValue |
LocalTimeValue.add(DurationValue duration) |
static LocalTimeValue |
LocalTimeValue.build(MapValue map,
Supplier<ZoneId> defaultZone) |
static LocalTimeValue |
LocalTimeValue.localTime(int hour,
int minute,
int second,
int nanosOfSecond) |
static LocalTimeValue |
LocalTimeValue.localTime(LocalTime value) |
static LocalTimeValue |
LocalTimeValue.localTime(long nanoOfDay) |
static LocalTimeValue |
LocalTimeValue.now(Clock clock) |
static LocalTimeValue |
LocalTimeValue.now(Clock clock,
String timezone) |
static LocalTimeValue |
LocalTimeValue.now(Clock clock,
Supplier<ZoneId> defaultZone) |
static LocalTimeValue |
LocalTimeValue.parse(CharSequence text) |
static LocalTimeValue |
LocalTimeValue.parse(TextValue text) |
static LocalTimeValue |
LocalTimeValue.select(AnyValue from,
Supplier<ZoneId> defaultZone) |
LocalTimeValue |
LocalTimeValue.sub(DurationValue duration) |
static LocalTimeValue |
LocalTimeValue.truncate(TemporalUnit unit,
TemporalValue input,
MapValue fields,
Supplier<ZoneId> defaultZone) |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeValue |
DateTimeValue.datetime(DateValue date,
LocalTimeValue time,
ZoneId zone) |
static LocalDateTimeValue |
LocalDateTimeValue.localDateTime(DateValue date,
LocalTimeValue time) |
| Modifier and Type | Method and Description |
|---|---|
LocalTimeValue |
RandomValues.nextLocalTimeValue() |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.