Tom Erik Støwer
Tom Erik Støwer
I think it's the same problem for data.attributes. Is there a workaround?
More information on the leak. There are actually two leaks, one on the NSMutableArray object, but also one Malloc 16 bytes, that stems from this line: ``` objective-c [rules addObject:[_weights...
I am definately using ARC. Sorry I have not been able to respond. I will provide more debugging data tomorrow.
Each call to a converter-method results in the two leaks:   
The api is read only so input types not needed. Union type on a single field will be good enough. As for JAXBElement over GraphQL, I agree, but depends on...
The JAXBElement seems to be just a wrapper around another type so a solution that would map to that type would be awesome actually. The problem again being that the...
I have now done something similar for the REST API serving the same model: https://github.com/entur/mummu/blob/master/src/main/java/no/entur/mummu/serializers/JAXBElementSerializer.java
Hey, that would be greatly appreciated :)
Would it be an option to skip the validation of the key itself and just generate Map? Specifically, I'm working on generating a model from the GBFS specification, and this...
Any idea how much work it would be to create a library for this rather waiting for "native" support in the spring framework?