Class JsonNameTrait
- java.lang.Object
-
- software.amazon.smithy.model.traits.AbstractTrait
-
- software.amazon.smithy.model.traits.StringTrait
-
- software.amazon.smithy.model.traits.JsonNameTrait
-
- All Implemented Interfaces:
FromSourceLocation
,ToNode
,ToShapeId
,Trait
public final class JsonNameTrait extends StringTrait
Provides a custom name to use when serializing a structure member name as a JSON object property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JsonNameTrait.Provider
-
Constructor Summary
Constructors Constructor Description JsonNameTrait(java.lang.String value)
JsonNameTrait(java.lang.String value, SourceLocation sourceLocation)
-
Method Summary
-
Methods inherited from class software.amazon.smithy.model.traits.StringTrait
createNode, getValue
-
Methods inherited from class software.amazon.smithy.model.traits.AbstractTrait
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.smithy.model.traits.Trait
isSynthetic
-
-
-
-
Field Detail
-
ID
public static final ShapeId ID
-
-
Constructor Detail
-
JsonNameTrait
public JsonNameTrait(java.lang.String value, SourceLocation sourceLocation)
-
JsonNameTrait
public JsonNameTrait(java.lang.String value)
-
-