Javabien

Results 4 comments of Javabien
trafficstars

Hi @devansh-sharma-tw would be possible to share an update on this, is it still on hold?

The two workarounds are still clunky in my opinion, so for example the "" string for empty set, is not even the same type so it would break on the...

In our project, we don't need or plan to use inheritance, so I wanted to find a way to disable this feature, I created this in Kotlin: ```kotlin MapperOptions.builder() .discriminator(object:...

@chenchenyangll I believe it's simply to discriminate on entities being extended: ``` class Child1 extends Parent class Child2 extends Parent ``` So here the Parent could be an entity linked...