Hello, I am not sure is this right channel. I have...
# javascript
n
Hello, I am not sure is this right channel. I have a quite big problem. I am needed migrate
dto
module to common (for support JVM and JS). In that module I am marking fields with jackson annotations. Is any chance to include jackson annotations into
dto-common
instead of creating my own proxy (with expext/actual). There are quite complext stuff:
Copy code
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = “@class”)
a
AFAIK not at the moment. Please upvote https://youtrack.jetbrains.com/issue/KT-18882
By the way, could you describe your case in the comments for the bug I've mentioned?
I think your case is quite important. I think the solution we have in mind at the moment wouldn't make your life that much easier (although I could be wrong).
n
Yes, sure. Thanks for information!
a
👍