Uses of Class
de.focus_shift.jollyday.jackson.mapping.FixedWeekdayInMonth
-
Packages that use FixedWeekdayInMonth Package Description de.focus_shift.jollyday.jackson de.focus_shift.jollyday.jackson.mapping -
-
Uses of FixedWeekdayInMonth in de.focus_shift.jollyday.jackson
Constructors in de.focus_shift.jollyday.jackson with parameters of type FixedWeekdayInMonth Constructor Description JacksonFixedWeekdayInMonth(FixedWeekdayInMonth fixedWeekdayInMonth) -
Uses of FixedWeekdayInMonth in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as FixedWeekdayInMonth Modifier and Type Field Description protected FixedWeekdayInMonthRelativeToWeekdayInMonth. fixedWeekdayFields in de.focus_shift.jollyday.jackson.mapping with type parameters of type FixedWeekdayInMonth Modifier and Type Field Description protected List<FixedWeekdayInMonth>Holidays. fixedWeekdayMethods in de.focus_shift.jollyday.jackson.mapping that return FixedWeekdayInMonth Modifier and Type Method Description FixedWeekdayInMonthRelativeToWeekdayInMonth. getFixedWeekday()Gets the value of the fixedWeekday property.Methods in de.focus_shift.jollyday.jackson.mapping that return types with arguments of type FixedWeekdayInMonth Modifier and Type Method Description List<FixedWeekdayInMonth>Holidays. getFixedWeekday()Gets the value of the fixedWeekday property.Methods in de.focus_shift.jollyday.jackson.mapping with parameters of type FixedWeekdayInMonth Modifier and Type Method Description voidRelativeToWeekdayInMonth. setFixedWeekday(FixedWeekdayInMonth value)Sets the value of the fixedWeekday property.
-