| Modifier and Type | Method and Description |
|---|---|
RootType |
TestTypeScriptEndpoint.getPerson(Long id,
String typeRef) |
RootType |
SecondTypeScriptEndpoint.getPerson(Long id,
String typeRef) |
RootType |
TestTypeScriptEndpoint.updatePerson(Long id,
RootType rootType) |
RootType |
SecondTypeScriptEndpoint.updatePerson(Long id,
RootType rootType) |
| Modifier and Type | Method and Description |
|---|---|
List<RootType> |
TestTypeScriptEndpoint.getPersons() |
List<RootType> |
SecondTypeScriptEndpoint.getPersons() |
Map<String,RootType> |
TestTypeScriptEndpoint.maps() |
Map<String,RootType> |
SecondTypeScriptEndpoint.maps() |
| Modifier and Type | Method and Description |
|---|---|
RootType |
TestTypeScriptEndpoint.updatePerson(Long id,
RootType rootType) |
RootType |
SecondTypeScriptEndpoint.updatePerson(Long id,
RootType rootType) |
Copyright © 2016–2017. All rights reserved.