swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
778 stars 525 forks source link

parser-v3: Extend DeserializationUtils to enable providing a custom YAML Mapper #1934

Closed CalemRoelofsSB closed 1 year ago

CalemRoelofsSB commented 1 year ago

This PR adds the possibility to set a custom YAML mapper for parsing OAS 3.0/3.1 documents with DeserializationUtils methods.