-
The spotless check task currently doesn't have any inputs and outputs declared and is thus never considered [up-to-date](https://docs.gradle.org/nightly/userguide/more_about_tasks.html#sec:up_to_date_…
oehme updated
7 years ago
-
When messing around with AutoValue and your extension, if a property has a getX() method, this is not handled properly. The generated with method will have the short form method calls - which don't e…
bnorm updated
8 years ago
-
Default behavior of this extension is create TypeAdapterFactory for every AutoValue classes. But maybe not all of AutoValue classes need it. So it'd be great if we have a mechanism to exclude or inclu…
-
Can you provide support for Sets in the parcelable extension? I got the following error when I tried to use the parcelable extension for the Set collection:
``` java
Error:(15, 17) error: @AutoValue …
-
@cowtowncoder
So I noticed while playing around with immutables and jackson deserialization that when I have an entity like this:
```
@Immutable
@JsonSerialize(as = ImmutableEntity.class)
@JsonDeser…
-
Do you support or plan to support builders? See attached sample value class and stack trace. Not talking about converting to/from a builder, albeit that would be nice as well (but is probably not supp…
-
Issues #87, #162, and #201 are examples of use cases that are a bit too specialized to put into the core of AutoValue, but which are still important when they apply. We should define an extensibility …
-
Would you/this project be interested in the addition of a aar distribution containing a lint check which validates that an AutoValue annotated class has the typeAdapter method added?
-
I made all what's in the readme:
1) added extension to project
2) defined the annotation
3) used the annotation
rebuild project -> field is still in auto-value-generated toString()
using AutoValue 1.…
-
https://github.com/google/auto/blob/master/value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java
It should be actually really easy to support AutoValue using this.