io.github.yeyuexia.merge.function.OrdinaryFieldUpdateNotifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of merge Show documentation
Show all versions of merge Show documentation
An easy way to merge one bean into another bean.
package io.github.yeyuexia.merge.function;
public interface OrdinaryFieldUpdateNotifier {
void updateNotify(String fieldName, Object oldValue, Object newValue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy