public class MapDiff extends Object
Map<String, Object>.public static org.apache.commons.lang3.builder.DiffResult<Map<String,Object>> diff(@Nonnull Map<String,Object> left, @Nonnull Map<String,Object> right)
Map<String, Object>. If an entry is present in one map and absent
from the other, the diff for that entry will contain null for the missing entry. Uses custom to string
conversion - CustomToStringStyle#STYLEleft - left mapright - right mapCopyright © 2024 Atlassian. All rights reserved.