XmlKeyName

annotation class XmlKeyName(val value: String, val namespace: String = UNSET_ANNOTATION_VALUE, val prefix: String = UNSET_ANNOTATION_VALUE)(source)

Specify the xml name used for the key attribute/tag of a map.

Properties

Link copied to clipboard

The namespace of the key. By default inherited from the parent

Link copied to clipboard

The suggested prefix to use if one is not already available.

Link copied to clipboard

The local part of the key name