Support creating validator from OpenAPI object directly

Issue #226 resolved
Meena Gupta-iwasaki created an issue

Currently, a Builder for OpenApiInteractionValidator can only be created from OAS text.

In our use case, we’ve already deserialized the OAS text into an OpenAPI object so we can make some changes to the model. It would be helpful if there was an option to provide the OpenAPI object directly to the OpenApiInteractionValidator.createFor() rather than serializing it again.

Comments (3)

  1. Log in to comment