public class MapDiff extends Object
Map<String, Object>.| Modifier and Type | Method and Description |
|---|---|
static <any> |
diff(Map<String,Object> left,
Map<String,Object> right)
Calculates different entries for two
Map<String, Object>. |
public static <any> 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 © 2023 Atlassian. All rights reserved.