forked from loafle/openapi-generator-original
fix: Template contains unconditional ": Serializable" which creates wrong derive clause on data classes which have a parent as well as are serializable. (#19283)
This commit is contained in:
committed by
GitHub
parent
7f551bb9a0
commit
484b87f22a
@@ -26,7 +26,7 @@ data class ApiError(
|
||||
|
||||
@field:Valid
|
||||
@get:JsonProperty("reasonCode") val reasonCode: ReasonCode? = null
|
||||
) {
|
||||
) {
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user