Uses of Class
de.hybris.platform.integrationservices.util.JsonObject
Packages that use JsonObject
Package
Description
-
Uses of JsonObject in de.hybris.platform.integrationservices.asserts
Methods in de.hybris.platform.integrationservices.asserts with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectAssertionJsonObjectAssertion.assertionOf(JsonObject json) voidJsonEvaluator.assertJsonArrayPathContains(org.assertj.core.api.WritableAssertionInfo info, JsonObject json, String path, com.jayway.jsonpath.Filter filter) voidJsonEvaluator.assertJsonArraySize(org.assertj.core.api.WritableAssertionInfo info, JsonObject json, String path, int numExpectedEntries) voidJsonEvaluator.assertJsonHasMatchingPath(org.assertj.core.api.WritableAssertionInfo info, JsonObject json, String path) voidJsonEvaluator.assertJsonHasNoMatchingPath(org.assertj.core.api.WritableAssertionInfo info, JsonObject json, String path) voidJsonEvaluator.assertJsonIsEmpty(org.assertj.core.api.WritableAssertionInfo info, JsonObject json) JsonEvaluator.assertJsonPathContains(org.assertj.core.api.WritableAssertionInfo info, JsonObject json, String path, String expected) voidJsonEvaluator.assertJsonPathContainsElementsExactly(JsonObject json, String path, List<Object> expected) JsonEvaluator.assertJsonPathContainsEmptyCollection(org.assertj.core.api.WritableAssertionInfo info, JsonObject json, String path) voidJsonEvaluator.assertJsonPathContainsValueLike(org.assertj.core.api.WritableAssertionInfo info, JsonObject json, String path, String expected) StructureAssertions.assertThat(JsonObject json) static org.assertj.core.error.AssertionErrorFactoryJsonErrors.contentShouldBeEmpty(JsonObject json) static org.assertj.core.error.AssertionErrorFactoryJsonErrors.pathShouldContainEmptyCollections(JsonObject json, String path, Collection<?> content) static org.assertj.core.error.AssertionErrorFactoryJsonErrors.pathShouldContainNumberOfElements(JsonObject json, String path, int actual, int expected) static org.assertj.core.error.AssertionErrorFactoryJsonErrors.pathShouldExist(JsonObject json, String path) static org.assertj.core.error.AssertionErrorFactoryJsonErrors.pathShouldHaveMatchingElements(JsonObject json, String path, com.jayway.jsonpath.Filter filter) static org.assertj.core.error.AssertionErrorFactoryJsonErrors.pathShouldHaveValue(JsonObject json, String path, String actual, String expected) static org.assertj.core.error.AssertionErrorFactoryJsonErrors.pathShouldNotExist(JsonObject json, String path) -
Uses of JsonObject in de.hybris.platform.integrationservices.util
Methods in de.hybris.platform.integrationservices.util that return JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectJsonObject.createFrom(InputStream in) Parses JSON content from the input stream and creates new json objectstatic JsonObjectJsonObject.createFrom(String json) Parses JSON content and creates new json object -
Uses of JsonObject in de.hybris.platform.odata2services.odata.asserts
Methods in de.hybris.platform.odata2services.odata.asserts with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic JsonObjectAssertionODataAssertions.assertThat(JsonObject json) -
Uses of JsonObject in de.hybris.platform.odata2services.util
Constructors in de.hybris.platform.odata2services.util with parameters of type JsonObjectModifierConstructorDescriptionJsonErrorResponse(org.apache.olingo.odata2.api.commons.HttpStatusCodes status, JsonObject json)