Uses of Class
net.javacrumbs.jsonunit.assertj.JsonMapAssert
Packages that use JsonMapAssert
-
Uses of JsonMapAssert in net.javacrumbs.jsonunit.assertj
Subclasses with type arguments of type JsonMapAssert in net.javacrumbs.jsonunit.assertjMethods 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, @Nullable 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) JsonMapAssert.containsValue(@Nullable Object expected) protected JsonMapAssertJsonMapAssert.containsValuesForProxy(Object[] values) JsonMapAssert.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.JsonMapAssert.isEqualToComparingFieldByField(@Nullable Object other) Deprecated.JsonMapAssert.isEqualToComparingFieldByFieldRecursively(@Nullable Object other) Deprecated.JsonMapAssert.isEqualToComparingOnlyGivenFields(@Nullable Object other, String... propertiesOrFieldsUsedInComparison) Deprecated.JsonMapAssert.isEqualToIgnoringGivenFields(@Nullable Object other, String... propertiesOrFieldsToIgnore) Deprecated.JsonMapAssert.isEqualToIgnoringNullFields(@Nullable Object other) Deprecated.JsonAssert.isObject()Asserts that given node is present and is of type object.