neworldlt
02/21/2018, 10:21 AMdto
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:
@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = “@class”)
anton.bannykh
02/21/2018, 10:29 AManton.bannykh
02/21/2018, 11:15 AManton.bannykh
02/21/2018, 11:18 AMneworldlt
02/21/2018, 11:19 AManton.bannykh
02/21/2018, 11:40 AM