
macros.model.json.AdditionalAnnotationsForAccessors.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-code-generator Show documentation
Show all versions of aws-java-sdk-code-generator Show documentation
The AWS SDK for Java - Code Generator module holds the classes and templates required to generate the AWS Java SDK clients for AWS services.
<#macro content shapeType memberModel>
<#--
JSON and Rest-JSON have a generic exception unmarshaller that uses Jackson databind.
We explicitly mark each field with it's member name which is how it will appear on the wire
to handle different casing conventions from service to service (or even shape to shape
within in the same service although no service should be doing this but it is possible to
do in the model definition).
-->
<#if shapeType == "Exception">
@com.fasterxml.jackson.annotation.JsonProperty("${memberModel.http.unmarshallLocationName}")
#if>
#macro>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy