Package 

Object JSONMockServerDSL.Companion

    • 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 ResponseActions mock(MockRestServiceServer $self, ExpectedCount expectedCount, HttpMethod method, URI uri, Function1<JSONMockServerDSL, Unit> block)
      final ResponseActions mockGet(MockRestServiceServer $self, ExpectedCount expectedCount, URI uri, Function1<JSONMockServerDSL, Unit> block)
      final ResponseActions mockPost(MockRestServiceServer $self, ExpectedCount expectedCount, URI uri, Function1<JSONMockServerDSL, Unit> block)
      final MediaTypeMatcher getMediaTypeMatcher()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait