Package 

Class TypeMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Object value
      private final MatchingRule matcher
      private final Generator generator
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeMatcher(Object value, MatchingRule matcher, Generator generator)
    • Method Summary

      Modifier and Type Method Description
      final Object component1()
      final MatchingRule component2()
      final Generator component3()
      final TypeMatcher copy(Object value, MatchingRule matcher, Generator generator)
      Object getValue()
      MatchingRule getMatcher()
      Generator getGenerator()
      • Methods inherited from class au.com.dius.pact.consumer.dsl.Matcher

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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