Uses of Class
net.javacrumbs.jsonunit.assertj.JsonMapAssert
Packages that use JsonMapAssert
-
Uses of JsonMapAssert in net.javacrumbs.jsonunit.assertj
Methods in net.javacrumbs.jsonunit.assertj that return JsonMapAssertModifier and TypeMethodDescriptionJsonMapAssert.containsAllEntriesOf(Map<? extends String, ?> other) protected final JsonMapAssertJsonMapAssert.containsAnyOfForProxy(Map.Entry<? extends String, ?>... entries) JsonMapAssert.containsEntry(String key, Object value) JsonMapAssert.containsExactlyEntriesOf(Map<? extends String, ?> map) Deprecated.final JsonMapAssertJsonMapAssert.containsExactlyForProxy(Map.Entry<? extends String, ?>... entries) Deprecated.protected final JsonMapAssertJsonMapAssert.containsForProxy(Map.Entry<? extends String, ?>... expected) protected final JsonMapAssertJsonMapAssert.containsOnlyForProxy(Map.Entry<? extends String, ?>... expected) @NotNull JsonMapAssertJsonMapAssert.containsValue(@Nullable Object expected) protected JsonMapAssertJsonMapAssert.containsValuesForProxy(Object... values) @NotNull JsonMapAssertJsonMapAssert.doesNotContainValue(@Nullable Object expected) JsonMapAssert.hasAllNullFieldsOrProperties()Deprecated.JsonMapAssert.hasAllNullFieldsOrPropertiesExcept(String... propertiesOrFieldsToIgnore) Deprecated.JsonMapAssert.hasFieldOrProperty(String name) Deprecated.JsonMapAssert.hasFieldOrPropertyWithValue(String name, Object value) Deprecated.JsonMapAssert.hasNoNullFieldsOrProperties()Deprecated.JsonMapAssert.hasNoNullFieldsOrPropertiesExcept(String... propertiesOrFieldsToIgnore) Deprecated.@NotNull JsonMapAssert@NotNull JsonMapAssertJsonMapAssert.isEqualToComparingFieldByField(@Nullable Object other) Deprecated.@NotNull JsonMapAssertJsonMapAssert.isEqualToComparingFieldByFieldRecursively(@Nullable Object other) Deprecated.@NotNull JsonMapAssertJsonMapAssert.isEqualToComparingOnlyGivenFields(@Nullable Object other, @NotNull String... propertiesOrFieldsUsedInComparison) Deprecated.@NotNull JsonMapAssertJsonMapAssert.isEqualToIgnoringGivenFields(@Nullable Object other, @NotNull String... propertiesOrFieldsToIgnore) Deprecated.@NotNull JsonMapAssertJsonMapAssert.isEqualToIgnoringNullFields(@Nullable Object other) Deprecated.@NotNull JsonMapAssertJsonAssert.isObject()Asserts that given node is present and is of type object.