public class QueryState extends Object
Snapshotable entities of the
query.| Constructor and Description |
|---|
QueryState() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKnownFields(Map.Entry<String,Map<String,Object>> currentField)
Add the given known fields to the existing map.
|
void |
addUnknownFields(Map.Entry<String,Object[]> currentField)
Add the given unknown fields to the existing map.
|
HashMap<String,Map<String,Object>> |
getKnownFields() |
HashMap<String,Object[]> |
getUnknownFields() |
String |
toString() |
public void addKnownFields(Map.Entry<String,Map<String,Object>> currentField)
currentField - fields with namepublic void addUnknownFields(Map.Entry<String,Object[]> currentField)
currentField - fields without nameCopyright © 2018 WSO2. All Rights Reserved.