Annotation Type Dump

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String collectionElementName
      For a collection, if this is not defaulted, each element of the collection will be wrapped in this extra tag
      boolean compound
      If true this element is treated as a compound type - we don't give it an outer element and we dump all the values
      String elementName
      Name of element to use in xml dump
      String[] firstFields
      If non empty these are the first fields to dump
      String[] keyFields
      If being dumped as a reference these are the fields to dump
    • Element Detail

      • elementName

        String elementName
        Name of element to use in xml dump
        Default:
        ""
      • collectionElementName

        String collectionElementName
        For a collection, if this is not defaulted, each element of the collection will be wrapped in this extra tag
        Default:
        ""
      • compound

        boolean compound
        If true this element is treated as a compound type - we don't give it an outer element and we dump all the values
        Default:
        false
      • keyFields

        String[] keyFields
        If being dumped as a reference these are the fields to dump
        Default:
        {}
      • firstFields

        String[] firstFields
        If non empty these are the first fields to dump
        Default:
        {}