Package de.focus_shift.jollyday.jackson
Class JacksonHolidays
- java.lang.Object
-
- de.focus_shift.jollyday.jackson.JacksonHolidays
-
- All Implemented Interfaces:
de.focus_shift.jollyday.core.spi.Holidays
public class JacksonHolidays extends Object implements de.focus_shift.jollyday.core.spi.Holidays
see
-
-
Constructor Summary
Constructors Constructor Description JacksonHolidays(de.focus_shift.jollyday.jackson.mapping.Holidays holidays)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<de.focus_shift.jollyday.core.spi.ChristianHoliday>christianHolidays()List<de.focus_shift.jollyday.core.spi.EthiopianOrthodoxHoliday>ethiopianOrthodoxHolidays()List<de.focus_shift.jollyday.core.spi.Fixed>fixed()List<de.focus_shift.jollyday.core.spi.FixedWeekdayBetweenFixed>fixedWeekdayBetweenFixed()List<de.focus_shift.jollyday.core.spi.FixedWeekdayRelativeToFixed>fixedWeekdayRelativeToFixed()List<de.focus_shift.jollyday.core.spi.FixedWeekdayInMonth>fixedWeekdays()List<de.focus_shift.jollyday.core.spi.IslamicHoliday>islamicHolidays()List<de.focus_shift.jollyday.core.spi.RelativeToEasterSunday>relativeToEasterSunday()List<de.focus_shift.jollyday.core.spi.RelativeToFixed>relativeToFixed()List<de.focus_shift.jollyday.core.spi.RelativeToWeekdayInMonth>relativeToWeekdayInMonth()
-
-
-
Method Detail
-
fixed
public List<de.focus_shift.jollyday.core.spi.Fixed> fixed()
- Specified by:
fixedin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
relativeToFixed
public List<de.focus_shift.jollyday.core.spi.RelativeToFixed> relativeToFixed()
- Specified by:
relativeToFixedin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
relativeToWeekdayInMonth
public List<de.focus_shift.jollyday.core.spi.RelativeToWeekdayInMonth> relativeToWeekdayInMonth()
- Specified by:
relativeToWeekdayInMonthin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
fixedWeekdays
public List<de.focus_shift.jollyday.core.spi.FixedWeekdayInMonth> fixedWeekdays()
- Specified by:
fixedWeekdaysin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
christianHolidays
public List<de.focus_shift.jollyday.core.spi.ChristianHoliday> christianHolidays()
- Specified by:
christianHolidaysin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
islamicHolidays
public List<de.focus_shift.jollyday.core.spi.IslamicHoliday> islamicHolidays()
- Specified by:
islamicHolidaysin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
fixedWeekdayBetweenFixed
public List<de.focus_shift.jollyday.core.spi.FixedWeekdayBetweenFixed> fixedWeekdayBetweenFixed()
- Specified by:
fixedWeekdayBetweenFixedin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
fixedWeekdayRelativeToFixed
public List<de.focus_shift.jollyday.core.spi.FixedWeekdayRelativeToFixed> fixedWeekdayRelativeToFixed()
- Specified by:
fixedWeekdayRelativeToFixedin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
ethiopianOrthodoxHolidays
public List<de.focus_shift.jollyday.core.spi.EthiopianOrthodoxHoliday> ethiopianOrthodoxHolidays()
- Specified by:
ethiopianOrthodoxHolidaysin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
relativeToEasterSunday
public List<de.focus_shift.jollyday.core.spi.RelativeToEasterSunday> relativeToEasterSunday()
- Specified by:
relativeToEasterSundayin interfacede.focus_shift.jollyday.core.spi.Holidays- Returns:
-
-