// parameter
final AddParameterTemplatedFile repeated = new AddParameterTemplatedFile();
final List<String> httpRequestParameterNames = this.getHttpRequestParameterNames();
final CollectionTemplatedCodeBlock template = new CollectionTemplatedCodeBlock<MethodParameter>() {
@Override
protected Collection<MethodParameter> getCollection() {
return parameters;
}