Package | Description |
---|---|
org.codehaus.mojo.servicedocgen.example |
Modifier and Type | Method and Description |
---|---|
DemoTo<String> |
DemoRestService.findString(long id)
Finds the
DemoTo with the given id . |
DemoTo<T> |
DemoTo.getParent() |
DemoTo<String> |
DemoRestService.saveString(DemoTo<String> object)
Saves the given
DemoTo . |
Modifier and Type | Method and Description |
---|---|
List<DemoTo<Long>> |
DemoRestService.saveLongs(List<DemoTo<Long>> objects)
Saves the given
DemoTo s. |
Modifier and Type | Method and Description |
---|---|
DemoTo<String> |
DemoRestService.saveString(DemoTo<String> object)
Saves the given
DemoTo . |
void |
DemoTo.setParent(DemoTo<T> parent) |
Modifier and Type | Method and Description |
---|---|
List<DemoTo<Long>> |
DemoRestService.saveLongs(List<DemoTo<Long>> objects)
Saves the given
DemoTo s. |
Copyright © 2015–2021 MojoHaus. All rights reserved.