|
|
|
|
52
|
this.raiseNoFoundError(this.annotation.getParamNameInRequest());
|
52
|
this.raiseNoFoundError(this.annotation.getParamNameInRequest());
|
53
|
cw.l("}");
|
53
|
cw.l("}");
|
54
|
cw.bL(vTypeName).w(" ").w(this.mpe.getName()).w(" = new ").w(vTypeName.substring(0, vTypeName.length() - 2))
|
54
|
cw.bL(vTypeName).w(" ").w(this.mpe.getName()).w(" = new ").w(vTypeName.substring(0, vTypeName.length() - 2))
|
55
|
.el("params.length];");
|
|
|
|
|
55
|
.el("[params.length];");
|
56
|
cw.l("for( int i = 0 ; i < params.length ; ++i){");
|
56
|
cw.l("for( int i = 0 ; i < params.length ; ++i){");
|
57
|
cw.bL(this.mpe.getName()).w("[i]=");
|
57
|
cw.bL(this.mpe.getName()).w("[i]=");
|
58
|
this.transferToParams(this.mpe.getTypeName());
|
58
|
this.transferToParams(this.mpe.getTypeName());
|