Uses of Class
io.github.projectunified.cronutils.mapper.WeekDay
Packages that use WeekDay
Package
Description
-
Uses of WeekDay in io.github.projectunified.cronutils.mapper
Fields in io.github.projectunified.cronutils.mapper declared as WeekDayModifier and TypeFieldDescriptionstatic final WeekDayConstantsMapper.CRONTAB_WEEK_DAYstatic final WeekDayConstantsMapper.JAVA8static final WeekDayConstantsMapper.QUARTZ_WEEK_DAYMethods in io.github.projectunified.cronutils.mapper with parameters of type WeekDayModifier and TypeMethodDescriptionintMaps given WeekDay to representation hold by this instance.static intConstantsMapper.weekDayMapping(WeekDay source, WeekDay target, int weekday) Performs weekday mapping between two weekday definitions. -
Uses of WeekDay in io.github.projectunified.cronutils.model.field.definition
Methods in io.github.projectunified.cronutils.model.field.definition that return WeekDayConstructors in io.github.projectunified.cronutils.model.field.definition with parameters of type WeekDayModifierConstructorDescriptionDayOfWeekFieldDefinition(CronFieldName fieldName, FieldConstraints constraints, boolean optional, WeekDay mondayDoWValue) Constructor. -
Uses of WeekDay in io.github.projectunified.cronutils.model.field.expression
Methods in io.github.projectunified.cronutils.model.field.expression with parameters of type WeekDay -
Uses of WeekDay in io.github.projectunified.cronutils.model.time.generator
Methods in io.github.projectunified.cronutils.model.time.generator with parameters of type WeekDayModifier and TypeMethodDescriptionstatic FieldValueGeneratorFieldValueGeneratorFactory.createDayOfWeekValueGeneratorInstance(CronField cronField, int year, int month, WeekDay mondayDoWValue)