final NewMethodParameter jsonValue = (NewMethodParameter) newReadObject.getParameters().get(0);
jsonValue.setName(Constants.READ_COMPLEX_JSON_VALUE_PARAMETER);
jsonValue.setFinal(true);
final ReadComplexTemplatedFile body = new ReadComplexTemplatedFile();
body.setDeserializerType(type);
newReadObject.setBody(body);
}