
macros.unmarshaller.json.MemberUnmarshallerInvocation.ftl Maven / Gradle / Ivy
<#macro content shapeVarName memberModel packageName="" >
if (context.testExpression("${memberModel.http.unmarshallLocationName}", targetDepth)) {
context.nextToken();
${shapeVarName}.${memberModel.setterMethodName}(<@MemberUnmarshallerDeclarationMacro.content memberModel packageName/>.unmarshall(context));
}
#macro>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy