Annotation Type 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
      java.lang.String itemFieldName
      Element name of the implicit collection.
      java.lang.String keyFieldName
      Field name of map entries that are used as key for the element in the implicit map.
    • Element Detail

      • itemFieldName

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

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