Annotation Interface XStreamImplicit


@Retention(RUNTIME) @Target(FIELD) public @interface XStreamImplicit
An annotation for marking a field as an implicit collection or array.
Since:
1.2.2
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Element name of the implicit collection.
    Field name of map entries that are used as key for the element in the implicit map.
  • Element Details

    • itemFieldName

      String itemFieldName
      Element name of the implicit collection.
      Default:
      ""
    • keyFieldName

      String keyFieldName
      Field name of map entries that are used as key for the element in the implicit map.
      Since:
      1.4
      Default:
      ""