Annotation Type Json.Unmapped

Enclosing class:
Json

@Retention(CLASS) @Target({FIELD,METHOD}) public static @interface Json.Unmapped
Annotate a Map<String,Object> field to hold unmapped json properties.

When reading unknown properties from json content these are read and put into this map. When writing json this map is included back into the content.



   @Json.Unmapped
   Map<String, Object> unmapped;