Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-6874

Static and transient fields ignored for POJOs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.4.0
    • 1.3.2
    • Documentation
    • None

    Description

      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."

      Attachments

        Issue Links

          Activity

            People

              greghogan Greg Hogan
              greghogan Greg Hogan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: