@Mapping(value="/nami/ComplexModelService3") @Remoting public class ComplexModelService3Impl extends java.lang.Object implements ComplexModelService3
| 构造器和说明 |
|---|
ComplexModelService3Impl() |
| 限定符和类型 | 方法和说明 |
|---|---|
ComplexModel |
read(java.lang.Integer modelId) |
void |
save(ComplexModel model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoFilter@Put public void save(@Body ComplexModel model)
save 在接口中 ComplexModelService3@Get @Mapping(value="api/1.0.1") public ComplexModel read(java.lang.Integer modelId)
read 在接口中 ComplexModelService3