Uses of Class
de.focus_shift.jollyday.jackson.mapping.When
-
Packages that use When Package Description de.focus_shift.jollyday.jackson.mapping -
-
Uses of When in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as When Modifier and Type Field Description protected WhenFixedWeekdayRelativeToFixed. whenprotected WhenRelativeToFixed. whenprotected WhenRelativeToWeekdayInMonth. whenMethods in de.focus_shift.jollyday.jackson.mapping that return When Modifier and Type Method Description static WhenWhen. fromValue(String v)WhenFixedWeekdayRelativeToFixed. getWhen()Gets the value of the when property.WhenRelativeToFixed. getWhen()Gets the value of the when property.WhenRelativeToWeekdayInMonth. getWhen()Gets the value of the when property.static WhenWhen. valueOf(String name)Returns the enum constant of this type with the specified name.static When[]When. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.focus_shift.jollyday.jackson.mapping with parameters of type When Modifier and Type Method Description voidFixedWeekdayRelativeToFixed. setWhen(When value)Sets the value of the when property.voidRelativeToFixed. setWhen(When value)Sets the value of the when property.voidRelativeToWeekdayInMonth. setWhen(When value)Sets the value of the when property.
-