IvanPavlov1995
IvanPavlov1995
I'd like to have this functionality built-in too. My use case is similar, there is an external source which sends messages so it would be really helpful to validate it...
Faced the same problem during my jooq research for potential use in my team. Made a small workaround that fits my use cases: ```kotlin @Suppress("UNCHECKED_CAST") fun TableField.asNonNullField() = this as...
I haven't seen such thing for blocking feign. Probably, that's because asynchronous nature of coroutines. I know that there is retrofit library implementation of something similar, here are some links...
Thanks for providing detailed answer! Would it be possible to analyze view expression and generate proper nullability on the jOOQ side? If not, I guess we can close this issue