AutoJson icon indicating copy to clipboard operation
AutoJson copied to clipboard

AutoLoganSquare = AutoValue + LoganSquare

Results 2 AutoJson issues
Sort by recently updated
recently updated
newest added

Example: ``` java @AutoJson public abstract class Person implements Parcelable { @Nullable @AutoJson.Field public abstract String name(); @Nullable @AutoJson.Field public abstract List images(); public static Builder builder() { return new...

help wanted

I use auto-json v1.0.2 and logansquare v1.1.0. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26592016-incorrect-generation-of-converters-for-nested-classes?utm_campaign=plugin&utm_content=tracker%2F19623266&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19623266&utm_medium=issues&utm_source=github).

help wanted