ExtinctAmoeba

Results 10 comments of ExtinctAmoeba

Is there any option to add fragment (with bundle data) in dialog?

@jasminb Can You please help me with this?

> @ExtinctAmoeba > Please format the provided JSON so it can be read properly. Updated

Hi @jasminb I tried Your solution, based on this model [Dealership.java](https://github.com/jasminb/jsonapi-converter/blob/c0ffb188b085b050d1c8195d723653293b6be929/src/test/java/com/github/jasminb/jsonapi/models/Dealership.java) And created Interface **Sections** like in your example model: [Driveable.java](https://github.com/jasminb/jsonapi-converter/blob/c0ffb188b085b050d1c8195d723653293b6be929/src/test/java/com/github/jasminb/jsonapi/models/Driveable.java) `@Relationship("sections")` `private Collection sections;` **And getting error:** No class...

@jasminb Yes, thank You very much for help.

Hi, again. After inserting one more relationship, parser "ReadPolymorphicRelationships" ignores it. For example: https://jsoneditoronline.org/?id=0fcc4f3912654feca9d759016e7e56bb I'm getting nullpointer on getTags. I tried this: ` @Relationship(value = "tags", resolve = true, path...

@jasminb I reopened this issue, could You please look at it?

> @ExtinctAmoeba, I will take a look and update you. It would be helpful if you could provide model classes so I don't have to do it myself. Okay, give...

@jasminb There in .zip archive I placed all related models + resourceConverter. If You need anything else, just say it :) [Models.zip](https://github.com/jasminb/jsonapi-converter/files/3524434/Models.zip)