siemensoe

Results 6 comments of siemensoe

Any Progress on this? Sticking to Version 2.9.5 starts getting complicated

I have a complex data structure and I need to have full control over the places where Objects are serialized by id and where not. I am converting the java...

When the TypeScriptConverter finds a field with the annotation @JsonidentityReference without (alwaysAsId = true) it cannot decide whether to use object or id as type because jackson serializes the first...

But that´s exactly my problem. When I annotate my class with @JsonIdentityInfo the first instance is serialized as object and any further instances are serialized as id. Even if there...

I found a workaround for my issue with the typescript converter: I only annotate the properties which should be converted to the id with: `@JsonIdentityInfo(generator = ObjectIdGenerators.PropertyGenerator.class, property = "id")...

Same here. How can I specify a serviceaccount other than default?