Hello, I'm looking for a way to get a jump start on creating a (Java) consumer Pact DSL from an existing OpenAPI Spec which we already have a lot of.
I fully understand that Pact DSL isn't the same as OAS in the sense that OAS describes an interface contract where Pact DSL describes a behavioural contract.
I'm just looking for some tool to create a bare bone (Java) DSL which contains the API/interface parts from OAS so that developers can fill it in more quickly instead of writing it all from scratch - Is there a tool that performs such generation?