| Package | Description |
|---|---|
| example.model | |
| example.types | |
| server.humanity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Corpse |
interface |
Person |
| Modifier and Type | Class and Description |
|---|---|
class |
CorpseImpl |
class |
HumanImpl |
class |
PersonImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Human> |
PersonImpl.getSiblings() |
List<Human> |
Person.getSiblings() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setSiblings(List<Human> siblings) |
void |
Person.setSiblings(List<Human> siblings) |
| Modifier and Type | Method and Description |
|---|---|
Humans.PutHumansByIdResponse |
Humans.putHumansById(String id,
Human entity) |
static Humans.GetHumansByIdResponse |
Humans.GetHumansByIdResponse.respond200WithApplicationJson(Human entity) |
static Complexhumans.GetComplexhumansResponse |
Complexhumans.GetComplexhumansResponse.respond200WithApplicationJson(Human entity)
response
|
static Complexhumans.GetComplexhumansByIdResponse |
Complexhumans.GetComplexhumansByIdResponse.respond200WithApplicationJson(Human entity) |
| Modifier and Type | Method and Description |
|---|---|
static Humans.GetHumansResponse |
Humans.GetHumansResponse.respond200WithApplicationJson(List<Human> entity,
Humans.GetHumansResponse.HeadersFor200 headers) |
| Modifier and Type | Method and Description |
|---|---|
Humans.PutHumansByIdResponse |
HumanityImpl.putHumansById(String id,
Human entity) |
Copyright © 2019 Mulesoft. All rights reserved.