Class JsonValueTrait
- java.lang.Object
-
- software.amazon.awssdk.core.traits.JsonValueTrait
-
- All Implemented Interfaces:
Trait
public final class JsonValueTrait extends Object implements Trait
Trait that indicates a String member is a JSON document. This can influence how it is marshalled/unmarshalled. For example, a string bound to the header with this trait applied will be Base64 encoded.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JsonValueTrait
create()
TraitType
type()
The known trait type.
-
-
-
Method Detail
-
create
public static JsonValueTrait create()
-
-