public static class Jackson2TestUtil.JsonObjectAssert<S extends Jackson2TestUtil.JsonObjectAssert<S,A>,A>
extends org.assertj.core.api.AbstractObjectAssert<S,A>
| Modifier | Constructor and Description |
|---|---|
protected |
JsonObjectAssert(A actual) |
protected |
JsonObjectAssert(Class<A> actual,
String string) |
protected |
JsonObjectAssert(com.fasterxml.jackson.databind.ObjectMapper mapper,
A actual) |
protected |
JsonObjectAssert(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<A> actual,
String string) |
| Modifier and Type | Method and Description |
|---|---|
org.assertj.core.api.AbstractObjectAssert<?,A> |
andRounded() |
A |
get() |
S |
isSimilarTo(com.fasterxml.jackson.databind.JsonNode expected) |
S |
isSimilarTo(String expected) |
protected static <A> A |
read(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<A> actual,
String string) |
Jackson2TestUtil.JsonObjectAssert<S,A> |
withoutRemarshalling() |
as, as, doesNotReturn, extracting, extracting, extracting, extracting, extracting, extracting, extractingForProxy, getComparatorsByType, hasAllNullFieldsOrProperties, hasAllNullFieldsOrPropertiesExcept, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, hasOnlyFields, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForType, usingRecursiveComparison, usingRecursiveComparisonasInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected JsonObjectAssert(A actual)
protected JsonObjectAssert(com.fasterxml.jackson.databind.ObjectMapper mapper,
A actual)
protected static <A> A read(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<A> actual,
String string)
public Jackson2TestUtil.JsonObjectAssert<S,A> withoutRemarshalling()
public S isSimilarTo(com.fasterxml.jackson.databind.JsonNode expected)
public org.assertj.core.api.AbstractObjectAssert<?,A> andRounded()
public A get()
Copyright © 2022. All rights reserved.