io.github.cdimascio.swagger.models.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-spring-functional Show documentation
Show all versions of swagger-spring-functional Show documentation
Validate webflux functional endpoints given a Swagger v2 specification
package io.github.cdimascio.swagger
data class ErrorDetail(val code: String, val message: String)
data class ServiceError(val trace: String, val errors: List)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy