Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
serde-xml
/
aws.smithy.kotlin.runtime.serde.xml
/
XmlMapKeyNamespace
Xml
Map
Key
Namespace
class
XmlMapKeyNamespace
(
val
uri
:
String
,
val
prefix
:
String
?
=
null
)
:
AbstractXmlNamespaceTrait
Describes the namespace associated with a map's key element Applies to SerialKind.Map
Members
Constructors
Xml
Map
Key
Namespace
Link copied to clipboard
constructor
(
uri
:
String
,
prefix
:
String
?
=
null
)
Inherited properties
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
uri
Link copied to clipboard
val
uri
:
String
Inherited functions
is
Default
Link copied to clipboard
fun
isDefault
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String