swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.36k stars 2.17k forks source link

Parameterize Schema<T> return type for fluent getters #4678

Open Philzen opened 1 month ago

Philzen commented 1 month ago

Fixes "raw use of parameterized class Schema" warnings where applied, and helps working with the fluent getters in consuming code that uses a parameterized Schema<> variable.