apache / apache/beam

AutoValueSchema does not support arbitrary named getters.

Open
#20,752 3 comments 0 reactions 0 assignees View on GitHub
core improvement java P3
Dominant language
Java
Stars
8.7k
Forks
4.7k
Avg merge
1d 20h
Merged PRs (30d)
196

Description

AutoValueSchema fails to detect getters with non-pojo names.

 

Example:

```

@DefaultSchema(AutoValueSchema.class)

@AutoValue
class Example

  abstract int id();

 
static Example create(int id) \\{ return new AutoValue_Example(id); }

}

```

Imported from Jira [BEAM-11609](https://issues.apache.org/jira/browse/BEAM-11609). Original Jira may contain additional context.
Reported by: dpcollins-google.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.