We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当java类中有boolean类型的时候,两类做比较应该是edit才对,实际是add或者DELETE
The text was updated successfully, but these errors were encountered:
看下这个枚举的说明: PrimitiveDefaultValueMode.ASSIGNED, 可以通过如下方法修改默认值:
PrimitiveDefaultValueMode.ASSIGNED
ObjectDifferBuilder.startBuilding() .comparison().ofPrimitiveTypes().toTreatDefaultValuesAs(PrimitiveDefaultValueMode.ASSIGNED).and() .build();
Sorry, something went wrong.
No branches or pull requests
当java类中有boolean类型的时候,两类做比较应该是edit才对,实际是add或者DELETE
The text was updated successfully, but these errors were encountered: