Class XmlNameTrait
java.lang.Object
software.amazon.smithy.model.traits.AbstractTrait
software.amazon.smithy.model.traits.StringTrait
software.amazon.smithy.model.traits.XmlNameTrait
- All Implemented Interfaces:
- FromSourceLocation,- ToNode,- ToShapeId,- Trait
Provides a custom name to use when serializing a structure member
 name as a XML object property.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionXmlNameTrait(String value) XmlNameTrait(String value, SourceLocation sourceLocation) 
- 
Method SummaryMethods inherited from class software.amazon.smithy.model.traits.StringTraitcreateNode, getValueMethods inherited from class software.amazon.smithy.model.traits.AbstractTraitequals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.smithy.model.traits.TraitisSynthetic
- 
Field Details- 
ID
 
- 
- 
Constructor Details- 
XmlNameTrait
- 
XmlNameTrait
 
-