XmlKeyName

@SerialInfo
@Target(allowedTargets = [AnnotationTarget.PROPERTY])
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
val namespace: String

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

Link copied to clipboard
val prefix: String

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

Link copied to clipboard
val value: String

The local part of the key name