Closed ZacSweers closed 4 years ago
Resolves #208.
Right now we always generate code that eagerly resolves and uses the input gson's field name policy. This is a lot of overhead for something that isn't always necessary, so this gates it behind a autovaluemoshi.useFieldNamePolicy processor option.
autovaluemoshi.useFieldNamePolicy
Resolves #208.
Right now we always generate code that eagerly resolves and uses the input gson's field name policy. This is a lot of overhead for something that isn't always necessary, so this gates it behind a
autovaluemoshi.useFieldNamePolicy
processor option.