| Package | Description |
|---|---|
| org.opencode4workspace.bo | |
| org.opencode4workspace.builders | |
| org.opencode4workspace.json |
| Modifier and Type | Class and Description |
|---|---|
class |
WWQueryResponseObjectTypes
Enum to hold class names to cast aliases to when building a query and classes to convert the corresponding JSON response to
|
| Modifier and Type | Method and Description |
|---|---|
WWQueryResponseObjectInterface |
ObjectDataSenderBuilder.getReturnType()
Get enum containing class response needs casting to
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectDataSenderBuilder.setReturnType(WWQueryResponseObjectInterface returnType)
When using an alias, we need to capture class to case return to
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,WWQueryResponseObjectInterface> |
GraphQLRequest.getReturnObjectTypes()
If the query includes aliases we need to parse them out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphQLRequest.setReturnObjectTypes(Map<String,WWQueryResponseObjectInterface> returnObjectTypes)
Setter for returnObjectTypes
|
Copyright © 2018 OpenNTF. All rights reserved.