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