Uses of Record Class
cloud.opencode.base.reflect.bean.BeanDiff.Result
Packages that use BeanDiff.Result
-
Uses of BeanDiff.Result in cloud.opencode.base.reflect.bean
Methods in cloud.opencode.base.reflect.bean that return BeanDiff.ResultModifier and TypeMethodDescriptionstatic <T> BeanDiff.ResultBeanDiff.diff(T before, T after) Computes the diff betweenbeforeandafterbeans.static <T> BeanDiff.ResultBeanDiff.diff(T before, T after, Class<? extends Annotation> excludeAnnotation) Computes the diff, excluding fields annotated with the given annotation.static <T> BeanDiff.ResultComputes the diff with a custom field filter.