Anthony Restaino

Results 8 issues of Anthony Restaino

#### Issue Summary When the API version changes, the cache is not cleared. This creates a potential for serialization crashes due to changes in object representations. #### Suggested Improvements Since...

bug

#### Issue Summary It would be helpful to publish snapshots of the current `dev` branch to a maven repo (maybe http://www.sonatype.org/nexus/) so that we could test/use the version in development...

build

#### Issue Summary The readme is very long, and it would be better if the readme only showed simple set up and explained what the library did. Advanced examples could...

enhancement

#### Issue Summary Currently, it is required to pass an argument to the annotation processor if you wish to use hungarian notation when naming your java getters an setters. ####...

enhancement

#### Summary Currently, Kotlin support in stag requires public visibility of setters and getters. This is because `internal`, `private`, and `protected` all prevent stag from seeing the setters and getters....

enhancement

#### Summary The only code generated by Stag is java code. This is all fine and good, but it prevents us from leveraging special features of the kotlin language such...

enhancement

#### Issue Summary If `ClassA` extends `ClassB` and inherits fields, stag will collect all the inherited fields and use them in the creation of an object. If `ClassA` extends `ClassB`,...

bug

#### Issue Summary If you have two generic classes (e.g. `Model1` and `Model2`) which each have a field that references the other, the TypeAdapters for these classes will not be...

bug