Commit Graph

20 Commits

Author SHA1 Message Date
faf7dfd18e
feat(serialize-generator): support alternate names in @SerializedName
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 20:25:12 +02:00
38a54455d7
fix(serialize-generator): Print a better error message
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 16:10:17 +02:00
ca21e3e826
fix(serialize-generator): Attempt to provide additional insight into the discovered issue
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 16:00:53 +02:00
8db740a9eb
fix(serialize-generator): Additional explicit type check for debugging purposes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 15:28:15 +02:00
efff813ed6
fix(serialize-generator): remove debug log 2024-04-24 15:03:50 +02:00
f229dd496b
fix(serialize-generator): properly generate with SerializerFor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 14:55:38 +02:00
37ed2bf867
feat(serialize-generator): pass refs through the chain
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 14:31:08 +02:00
d0a14329b6
feat(serialize-generator): try to support SerializerFor
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-04-24 14:14:46 +02:00
1a436343da
fix(serialize-generator): initial support for some use cases with generics
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 13:11:54 +02:00
78ec439ccb
fix(serialize-generator): more checks to prevent double declarations
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 10:35:03 +02:00
5a9c3ee58f
fix(serialize-generator): maybe fix missing semicolon
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 10:21:58 +02:00
c81d7e0041
fix(serialize-generator): Just use null directly! What could go wrong?
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-24 10:11:34 +02:00
d129e6950d
feat(serialize-generator): support getters and setters in StaticProcessor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-23 22:48:02 +02:00
2b4b778a4a
feat(serialize-generator): support @Ignore annotation 2024-04-23 22:27:39 +02:00
5c183a79de
fix(serialize-generator): Discard annotations in Date/String adapter
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 20:47:10 +02:00
5fad1d053d
fix(serialize-generator): Use correct maven coordinate
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-20 20:11:57 +02:00
14a5ccf3c2
fix(serialize-generator): Move example into tests to not pollute modules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-18 22:04:25 +02:00
b0d2250d8a
fix(serialize-generator): Patch leftovers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-18 21:42:57 +02:00
54f16611cc
fix(serialize-generator): A large number of fixes for incorrectly carried over gson stuff 2024-04-18 20:54:36 +02:00
988aefe96d
feat(serialize): Initial work on porting gson-compile 2024-04-17 12:56:06 +02:00