Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.0
-
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
- links to