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

macros.syncclientclass.json.ResponseHandlerCreation.ftl Maven / Gradle / Ivy

<#macro content operationModel metadata unmarshallerReference outputType>
    HttpResponseHandler> responseHandler =
        protocolFactory.createResponseHandler(new JsonOperationMetadata()
            .withPayloadJson(${(!operationModel.hasBlobMemberAsPayload)?c})
            <#if operationModel.outputShape??>
            .withHasStreamingSuccessResponse(${operationModel.outputShape.hasStreamingMember?c})
            <#else>
            .withHasStreamingSuccessResponse(false)
            
        , ${unmarshallerReference});





© 2015 - 2025 Weber Informatics LLC | Privacy Policy