Package | Description |
---|---|
com.cronutils.mapper | |
com.cronutils.model.field.definition | |
com.cronutils.model.field.expression | |
com.cronutils.model.time.generator |
Modifier and Type | Field and Description |
---|---|
static WeekDay |
ConstantsMapper.CRONTAB_WEEK_DAY |
static WeekDay |
ConstantsMapper.JAVA8 |
static WeekDay |
ConstantsMapper.QUARTZ_WEEK_DAY |
Modifier and Type | Method and Description |
---|---|
int |
WeekDay.mapTo(int dayOfWeek,
WeekDay targetWeekDayDefinition)
Maps given WeekDay to representation hold by this instance.
|
static int |
ConstantsMapper.weekDayMapping(WeekDay source,
WeekDay target,
int weekday)
Performs weekday mapping between two weekday definitions.
|
Modifier and Type | Method and Description |
---|---|
WeekDay |
DayOfWeekFieldDefinition.getMondayDoWValue() |
Constructor and Description |
---|
DayOfWeekFieldDefinition(CronFieldName fieldName,
FieldConstraints constraints,
boolean optional,
WeekDay mondayDoWValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
Weekdays.getWeekday(WeekDay weekDay) |
Modifier and Type | Method and Description |
---|---|
static FieldValueGenerator |
FieldValueGeneratorFactory.createDayOfWeekValueGeneratorInstance(CronField cronField,
int year,
int month,
WeekDay mondayDoWValue) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.