| Modifier and Type | Class and Description |
|---|---|
static class |
Function.Parameter |
static class |
Function.ReturnType |
| Constructor and Description |
|---|
Function(TFunction function,
Names names) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionMethodName() |
Optional<String> |
getBoundType() |
Optional<String> |
getBoundTypeWithNamespace() |
String |
getFullClassNameActionReturnType() |
String |
getFullType() |
String |
getFunctionReturnType() |
String |
getName() |
List<Function.Parameter> |
getParametersUnbound(Imports imports) |
Function.ReturnType |
getReturnType(Imports imports) |
boolean |
isBoundToCollection() |
Schema |
schema() |
public Schema schema()
public String getFullClassNameActionReturnType()
public String getFunctionReturnType()
public Optional<String> getBoundTypeWithNamespace()
getBoundTypeWithNamespace in interface Methodpublic String getActionMethodName()
public List<Function.Parameter> getParametersUnbound(Imports imports)
public Function.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.