You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2017/06/22 09:57:00 UTC

[jira] [Closed] (FLINK-6874) Static and transient fields ignored for POJOs

     [ https://issues.apache.org/jira/browse/FLINK-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tzu-Li (Gordon) Tai closed FLINK-6874.
--------------------------------------

> Static and transient fields ignored for POJOs
> ---------------------------------------------
>
>                 Key: FLINK-6874
>                 URL: https://issues.apache.org/jira/browse/FLINK-6874
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 1.4.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Trivial
>             Fix For: 1.3.2
>
>
> Update {{dev/types_serialization.html}} to note that static and transient fields are ignored when validating a POJO ({{TypeExtractor#analyzePojo}} calls {{#getAllDeclaredFields}} which ignores transient and static fields).
> "All fields in the class (and all superclasses) are either public (and non-final) or have a public getter- and a setter- method that follows the Java beans naming conventions for getters and setters."



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)