Object PactLambdaDslSamples

  • All Implemented Interfaces:

    
    public class PactLambdaDslSamples
    
                        

    Samples of using Lambda DSL for creating pacts.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final RequestResponsePact requestResponse(PactDslWithProvider builder) Shows how Lambda DSL can be used to visually separate the request and the response section from each other.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • requestResponse

         final RequestResponsePact requestResponse(PactDslWithProvider builder)

        Shows how Lambda DSL can be used to visually separate the request and the response section from each other.