• Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name to use for an XML grouping element wrapper or a JSON/YAML grouping property.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Describes how to handle collections in JSON/YAML.
    Describes how to handle collections in XML.
  • Element Details

    • name

      @NonNull String name
      The name to use for an XML grouping element wrapper or a JSON/YAML grouping property.
      Returns:
      the name
    • inJson

      Describes how to handle collections in JSON/YAML.
      Returns:
      the JSON collection strategy
      Default:
      SINGLETON_OR_LIST
    • inXml

      Describes how to handle collections in XML.
      Returns:
      the XML collection strategy
      Default:
      UNGROUPED