标签: google-app-engine google-cloud-endpoints protorpc
如何从@ endpoint.method或@MyModel.method(EndpointsModel)返回值(即布尔值,字符串等)?
答案 0 :(得分:1)
根据文档,您不能编写简单类型,如String,int等。返回类型需要是POJO,数组或集合。
https://developers.google.com/appengine/docs/java/endpoints/paramreturn_types