[ 
https://issues.apache.org/jira/browse/FLINK-6874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16059060#comment-16059060
 ] 

ASF GitHub Bot commented on FLINK-6874:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/4091


> 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
>
> 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)

Reply via email to