Annotation Type Json.Unmapped


  • @Retention(CLASS)
    @Target(FIELD)
    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.

    {@code