Uses of Class
io.permazen.change.SetFieldChange
Packages that use SetFieldChange
-
Uses of SetFieldChange in io.permazen.change
Subclasses of SetFieldChange in io.permazen.changeModifier and TypeClassDescriptionclassSetFieldAdd<T,E> Notification object that gets passed to@OnChange-annotated methods when an element is added to a set field.classNotification object that gets passed to@OnChange-annotated methods when a set field is cleared.classSetFieldRemove<T,E> Notification object that gets passed to@OnChange-annotated methods when an element is removed from a set field.Methods in io.permazen.change with parameters of type SetFieldChangeModifier and TypeMethodDescriptiondefault <T> RChangeSwitch.caseSetFieldChange(SetFieldChange<T> change) Visitor pattern roll-up method.