-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.4.0
-
Fix Version/s: 1.3.2
-
Component/s: Documentation
-
Labels:None
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."
- links to