public class TextualQueryRepresentation extends Object
Modifier and Type | Class and Description |
---|---|
private class |
TextualQueryRepresentation.ItemDiscloser
Creates the textual representation for a single Item.
|
Modifier and Type | Field and Description |
---|---|
private Map<Item,Integer> |
itemReferences |
private int |
nextItemReference |
private TextualQueryRepresentation.ItemDiscloser |
rootDiscloser |
Constructor and Description |
---|
TextualQueryRepresentation(Item root) |
Modifier and Type | Method and Description |
---|---|
private List |
arrayToList(Object array) |
private TextualQueryRepresentation.ItemDiscloser |
expose(Item item) |
private String |
itemReference(Item item) |
private String |
listString(Iterator<?> iterator) |
private String |
mapString(Map<?,?> map) |
private static String |
quote(String s) |
String |
toString() |
private String |
valueString(Object value) |
private int nextItemReference
private final TextualQueryRepresentation.ItemDiscloser rootDiscloser
public TextualQueryRepresentation(Item root)
private TextualQueryRepresentation.ItemDiscloser expose(Item item)
Copyright © 2017. All rights reserved.