[
https://issues.apache.org/jira/browse/BEAM-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17549144#comment-17549144
]
Danny McCormick commented on BEAM-11609:
----------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/20752
> AutoValueSchema does not support arbitrary named getters.
> ---------------------------------------------------------
>
> Key: BEAM-11609
> URL: https://issues.apache.org/jira/browse/BEAM-11609
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Daniel Collins
> Priority: P3
>
> AutoValueSchema fails to detect getters with non-pojo names.
>
> Example:
> {code}
> @DefaultSchema(AutoValueSchema.class)
> @AutoValue
> class Example
> {
> abstract int id();
> static Example create(int id) \\{ return new AutoValue_Example(id); }
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)