Hi Team, In contract testing (using Pact-JVM for a Java project), is there a way to leverage/reuse existing model classes in pacts?For example, there might already be model classes to represent the request/response. With the Pact
DSL for consumers, it seems you would have to maintain the pact in parallel to the model classes you already have