joachimLengacher
Results
2
comments of
joachimLengacher
Seems to be a duplicate of https://github.com/pingidentity/scim2/issues/152 ?
With a newer version of Jackson there is a `names` member in `JsonSubTypes.Type` which would allow to do something like ```Java @JsonSubTypes({ @JsonSubTypes.Type(value = PatchOperation.AddOperation.class, name="add", names = {"Add", "ADD"}),...