Interface FieldMutatingUpdateProcessor.FieldNameSelector

Enclosing class:
FieldMutatingUpdateProcessor

public static interface FieldMutatingUpdateProcessor.FieldNameSelector
Interface for identifying which fields should be mutated
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    shouldMutate(String fieldName)
     
  • Method Details

    • shouldMutate

      boolean shouldMutate(String fieldName)