[
https://issues.apache.org/jira/browse/BEAM-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363791#comment-17363791
]
Beam JIRA Bot commented on BEAM-11609:
--------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> 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.3.4#803005)