-
Why does `stash-demo` build still produces line:
```
type ClassType {@0 java.util.UUID // 0x...} handled by AnyStashlet!
```
although it should not.
The `stash-demo` project uses the annotation…
-
1. https://stackoverflow.com/questions/36529238/how-to-use-autovalue-with-retrofit-2
2. http://dubedout.eu/2016/07/11/faster-json-deserialization-autovalue-extension/
-
I am new to Meteor. I am trying to upload video to S3 bucket and streaming the video.
Following things which I tried and failed are :
- cfs - It is good for small videos. But when I am trying to u…
-
Reduce code
Watched talk by jake https://youtu.be/FfBBTHkRC-o
- [x] Use autovalue (https://github.com/google/auto/tree/master/value)
- [x] Apply GSON (https://github.com/rharter/auto-value-gson)
- […
-
I bumped my project from Autovalue 1.2 to 1.3-SNAPSHOT to pickup the fix for #286.
`compile 'com.google.auto.value:auto-value:1.3-SNAPSHOT'`
Now my class Person doesn't compile. I'm using ryanharter…
-
Query data model generated by apollo android plugin is represented by interfaces. In order to deserialize query response (json) and map it to the data model, apollo service requires to know about the …
-
A auto value attribute defined as this....
public abstract Date startTime();
Generates this...
private AutoValue_Date.FirebaseValue startTime;
Which according to Android Studio 2.2.1 isn't v…
-
(I haven't dug into how auto value extensions work yet so some stuff might be completely off!)
It looks like the classes generated by this extension are _always_ final. I believe the way extensions w…
-
Given the class `@AutoValue abstract class Foo`, compilation fails when I include auto-value-parcel (`apt 'com.ryanharter.auto.value:auto-value-parcel:0.2-SNAPSHOT'`).
-
Scenario:
I have a `Branding` class, which has a field `Colors` class. Retrofit knows how to convert every field on `Branding` except `Colors`.
Actual Error:
`Unable to create converter for class B…