diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 3a4a3aa0dc..2c4bc934ac 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -7197,6 +7197,29 @@ the authToken() method returns everything that you need. +
+

The type of the object read from the JSON can be one of the followings depending on the +JSON path:

+
+
+ +
@@ -7455,6 +7478,33 @@ That way you can assert on the size of the collection.

passed as an input to the custom method that you’re providing. E.g. byCommand('foo($it)') will result in calling a foo method to which the value matching the JSON Path will get passed.

+
+ +