@Mapping(value="/demo2/param4") @Controller public class Param4Controller extends java.lang.Object
构造器和说明 |
---|
Param4Controller() |
限定符和类型 | 方法和说明 |
---|---|
int |
test_body_map(java.util.Map<java.lang.String,java.lang.String> bodyMap) |
int |
test_body_val(java.util.Map<java.lang.String,java.lang.String> name) |
java.lang.String |
test_body(java.lang.String bodyStr) |
java.lang.Object |
test_body2_t(PageRequest<UserModel> request) |
RegisterUsername |
test_body2(RegisterUsername user) |
java.lang.Object |
test_json_2_header(java.lang.String id,
java.util.Map user) |
java.lang.Object |
test_json_2_path(java.lang.String id,
java.util.Map user) |
java.lang.Object |
test_json_2(java.util.Map user) |
UserModel |
test_json(UserModel user) |
java.lang.String |
test_json2_path(java.lang.String id,
java.util.List<UserModel> list) |
java.util.List<UserModel> |
test_json2(java.util.List<UserModel> list) |
java.lang.String |
test_json3(java.util.List<java.util.List<java.lang.Long>> list) |
UserD |
test_param(UserD user) |
UserModel |
test_param(UserModel user) |
UserType |
test_param2(UserType type) |
UserModelEx |
test_param3(UserModelEx user) |
java.lang.Object |
test_val(java.lang.String name) |
java.lang.String |
test(Context ctx) |
java.util.Map |
test2(Context ctx) |
@Mapping(value="json") public UserModel test_json(UserModel user) throws java.io.IOException
java.io.IOException
@Mapping(value="json_2") public java.lang.Object test_json_2(@Body java.util.Map user) throws java.io.IOException
java.io.IOException
@Mapping(value="json_2/header/t") public java.lang.Object test_json_2_header(@Header java.lang.String id, @Body java.util.Map user) throws java.io.IOException
java.io.IOException
@Mapping(value="json_2/{id}") public java.lang.Object test_json_2_path(@Path java.lang.String id, @Body java.util.Map user) throws java.io.IOException
java.io.IOException
@Mapping(value="json2") public java.util.List<UserModel> test_json2(java.util.List<UserModel> list) throws java.io.IOException
java.io.IOException
@Mapping(value="json2/{id}") public java.lang.String test_json2_path(@Path java.lang.String id, @Body java.util.List<UserModel> list) throws java.io.IOException
java.io.IOException
@Mapping(value="json3") public java.lang.String test_json3(java.util.List<java.util.List<java.lang.Long>> list) throws java.io.IOException
java.io.IOException
@Mapping(value="param") public UserModel test_param(UserModel user) throws java.io.IOException
java.io.IOException
@Mapping(value="param2") public UserD test_param(UserD user) throws java.io.IOException
java.io.IOException
@Mapping(value="param2_2") public UserType test_param2(UserType type) throws java.io.IOException
java.io.IOException
@Mapping(value="param3") public UserModelEx test_param3(UserModelEx user) throws java.io.IOException
java.io.IOException
@Mapping(value="body") public java.lang.String test_body(@Body java.lang.String bodyStr) throws java.io.IOException
java.io.IOException
@Mapping(value="body_map") public int test_body_map(@Body java.util.Map<java.lang.String,java.lang.String> bodyMap) throws java.io.IOException
java.io.IOException
@Mapping(value="body_val") public int test_body_val(@Body java.util.Map<java.lang.String,java.lang.String> name) throws java.io.IOException
java.io.IOException
@Mapping(value="val") public java.lang.Object test_val(java.lang.String name) throws java.io.IOException
java.io.IOException
@Mapping(value="body2") public RegisterUsername test_body2(RegisterUsername user) throws java.io.IOException
java.io.IOException
@Mapping(value="body2_t") public java.lang.Object test_body2_t(PageRequest<UserModel> request) throws java.io.IOException
java.io.IOException
@Mapping(value="test") public java.lang.String test(Context ctx) throws java.io.IOException
java.io.IOException