Uses of Class
de.focus_shift.jollyday.jackson.mapping.With
-
Packages that use With Package Description de.focus_shift.jollyday.jackson.mapping -
-
Uses of With in de.focus_shift.jollyday.jackson.mapping
Fields in de.focus_shift.jollyday.jackson.mapping declared as With Modifier and Type Field Description protected WithMovingCondition. withMethods in de.focus_shift.jollyday.jackson.mapping that return With Modifier and Type Method Description static WithWith. fromValue(String v)WithMovingCondition. getWith()Gets the value of the with property.static WithWith. valueOf(String name)Returns the enum constant of this type with the specified name.static With[]With. 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 With Modifier and Type Method Description voidMovingCondition. setWith(With value)Sets the value of the with property.
-