Uses of Class
de.focus_shift.jollyday.jackson.mapping.Fixed
-
Packages that use Fixed Package Description de.focus_shift.jollyday.jackson de.focus_shift.jollyday.jackson.mapping -
-
Uses of Fixed in de.focus_shift.jollyday.jackson
Constructors in de.focus_shift.jollyday.jackson with parameters of type Fixed Constructor Description JacksonFixed(Fixed fixed) -
Uses of Fixed in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as Fixed Modifier and Type Field Description protected FixedRelativeToFixed. dateprotected FixedFixedWeekdayRelativeToFixed. dayprotected FixedFixedWeekdayBetweenFixed. fromprotected FixedFixedWeekdayBetweenFixed. toFields in de.focus_shift.jollyday.jackson.mapping with type parameters of type Fixed Modifier and Type Field Description protected List<Fixed>Holidays. fixedMethods in de.focus_shift.jollyday.jackson.mapping that return Fixed Modifier and Type Method Description FixedRelativeToFixed. getDate()Gets the value of the date property.FixedFixedWeekdayRelativeToFixed. getDay()Gets the value of the day property.FixedFixedWeekdayBetweenFixed. getFrom()Gets the value of the from property.FixedFixedWeekdayBetweenFixed. getTo()Gets the value of the to property.Methods in de.focus_shift.jollyday.jackson.mapping that return types with arguments of type Fixed Modifier and Type Method Description List<Fixed>Holidays. getFixed()Gets the value of the fixed property.Methods in de.focus_shift.jollyday.jackson.mapping with parameters of type Fixed Modifier and Type Method Description voidRelativeToFixed. setDate(Fixed value)Sets the value of the date property.voidFixedWeekdayRelativeToFixed. setDay(Fixed value)Sets the value of the day property.voidFixedWeekdayBetweenFixed. setFrom(Fixed value)Sets the value of the from property.voidFixedWeekdayBetweenFixed. setTo(Fixed value)Sets the value of the to property.
-