Hello I have a Subclass which needs to cover multiple Discriminator Values.
something like:
@DiscriminatorValue(value = "ACT","DNR","ATT" )
would do me perfect.
we have existing data where several discriminators can be mapped to one class (as they are similar types of what our system will consider the same thing)