Class AbstractReplacePatchItem<T>

Type Parameters:
T - String, Boolean
All Implemented Interfaces:
Serializable, BaseBean
Direct Known Subclasses:
BooleanReplacePatchItem, StringReplacePatchItem

public abstract class AbstractReplacePatchItem<T> extends AbstractPatchItem<T>
When a field of this type from AnyUR, AnyObjectUR, GroupUR or UserUR is null, no change will be performed; otherwise the result from AbstractPatchItem.getValue() will replace the current value of the related field.
See Also:
  • Constructor Details

    • AbstractReplacePatchItem

      public AbstractReplacePatchItem()
  • Method Details