J  N 

J

JSONAllowExtra - class in net.pwall.json.annotation
Annotation to indicate that extra properties in the class are allowed (and ignored) on deserialization.
JSONIgnore - class in net.pwall.json.annotation
Annotation to indicate property is to be ignored in auto-serialization and deserialization.
JSONIncludeAllProperties - class in net.pwall.json.annotation
Annotation to indicate all properties in a class are to be included in auto-serialization even if null.
JSONIncludeIfNull - class in net.pwall.json.annotation
Annotation to indicate property is to be included in auto-serialization even if null.
JSONName - class in net.pwall.json.annotation
Annotation to set name to be used in auto-serialization and deserialization.
J  N