infinum / kotlin-jsonapix

JsonApiX is an Android, annotation processor library that was made to transform regular Kotlin classes into their JSON API representations, with the ability to serialize or deserialize them to or from strings.
Apache License 2.0
38 stars 9 forks source link

Add support for ResourceObject meta and Relationships meta #52

Closed thisAAY closed 1 year ago

thisAAY commented 1 year ago

Add support for different placements for Meta Now the libs support having meta inside:

I used the same concept in links to achieve this, So I created MetaPlacementStrategy inside @JsonApiXMeta and based on its value the meta is going to be fetched and stored

Unfortunately, till now we don't support meta inside the include block as we don't support it for links either as it's complex to achieve in the current time schedule.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
8.2% 8.2% Duplication