| Modifier and Type | Class and Description |
|---|---|
static class |
Action.Parameter |
static class |
Action.ReturnType |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionMethodName() |
Optional<String> |
getActionReturnType() |
Optional<String> |
getBoundType() |
Optional<String> |
getBoundTypeWithNamespace() |
String |
getFullClassNameActionReturnType() |
String |
getFullType() |
String |
getName() |
List<Action.Parameter> |
getParametersUnbound(Imports imports) |
Action.ReturnType |
getReturnType(Imports imports) |
boolean |
hasReturnType() |
boolean |
isBoundToCollection() |
Schema |
schema() |
public Schema schema()
public String getFullClassNameActionReturnType()
public Optional<String> getBoundTypeWithNamespace()
getBoundTypeWithNamespace in interface Methodpublic String getActionMethodName()
public List<Action.Parameter> getParametersUnbound(Imports imports)
public boolean hasReturnType()
public Action.ReturnType getReturnType(Imports imports)
public String getFullType()
public boolean isBoundToCollection()
isBoundToCollection in interface Methodpublic Optional<String> getBoundType()
getBoundType in interface MethodCopyright © 2018–2020. All rights reserved.