All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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));
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy