Uses of Class
org.apache.juneau.utils.BeanDiff.Builder
Packages that use BeanDiff.Builder
-
Uses of BeanDiff.Builder in org.apache.juneau.utils
Methods in org.apache.juneau.utils that return BeanDiff.BuilderModifier and TypeMethodDescriptionBeanDiff.Builder.beanContext
(BeanContext value) Specifies the bean context to use for introspecting beans.static <T> BeanDiff.Builder<T>
BeanDiff.create
(T first, T second) Create a new builder for this class.Specifies the properties to exclude from the comparison.Specifies the properties to exclude from the comparison.Specifies the first bean to compare.Specifies the properties to include in the comparison.Specifies the properties to include in the comparison.Specifies the second bean to compare.