XmlMapEntryName

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

Dual use annotation that both forces explicit map entry wrappers and specifies the tag name used. The default is to elude the wrappers in the case that data does not contain an attribute with the name of the key.

Properties

Link copied to clipboard

The namespace of the entry. 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 localname of the entry