We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkIds
checkForDuplicateUuids
In ValidationUtils, these methods work in a very similar fashion and can probably be abstracted and unified into one method.
ValidationUtils
To achieve this, maybe defining a function parameter like this could work:
public interface FieldSupplier<A, B extends UniqueEntity> { A getField(B entity); }