Package io.avaje.jsonb
Annotation Type Json.Unmapped
-
@Retention(CLASS) @Target(FIELD) public static @interface Json.Unmapped
Annotate aMap<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.
{@code