public class DateFieldActions extends Object implements io.atlasmap.spi.AtlasFieldAction
Constructor and Description |
---|
DateFieldActions() |
Modifier and Type | Method and Description |
---|---|
static ZonedDateTime |
addDays(io.atlasmap.v2.AddDays addDays,
ZonedDateTime input) |
static ZonedDateTime |
addSeconds(io.atlasmap.v2.AddSeconds addSeconds,
ZonedDateTime input) |
static ZonedDateTime |
currentDate(io.atlasmap.v2.CurrentDate action) |
static ZonedDateTime |
currentDateTime(io.atlasmap.v2.CurrentDateTime action) |
static ZonedDateTime |
currentTime(io.atlasmap.v2.CurrentTime action) |
static Integer |
dayOfMonth(io.atlasmap.v2.DayOfMonth action,
ZonedDateTime input) |
static Integer |
dayOfWeek(io.atlasmap.v2.DayOfWeek action,
ZonedDateTime input) |
static Integer |
dayOfYear(io.atlasmap.v2.DayOfYear action,
ZonedDateTime input) |
public static ZonedDateTime addDays(io.atlasmap.v2.AddDays addDays, ZonedDateTime input)
public static ZonedDateTime addSeconds(io.atlasmap.v2.AddSeconds addSeconds, ZonedDateTime input)
public static ZonedDateTime currentDate(io.atlasmap.v2.CurrentDate action)
public static ZonedDateTime currentDateTime(io.atlasmap.v2.CurrentDateTime action)
public static ZonedDateTime currentTime(io.atlasmap.v2.CurrentTime action)
public static Integer dayOfMonth(io.atlasmap.v2.DayOfMonth action, ZonedDateTime input)
public static Integer dayOfWeek(io.atlasmap.v2.DayOfWeek action, ZonedDateTime input)
public static Integer dayOfYear(io.atlasmap.v2.DayOfYear action, ZonedDateTime input)
Copyright © 2020 JBoss by Red Hat. All rights reserved.