| Constructor and Description |
|---|
JacksonPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
answerGroup(ai.grakn.graql.answer.AnswerGroup<?> answer) |
protected Object |
bool(boolean bool) |
protected Object |
collection(Collection collection) |
protected String |
complete(Object object) |
protected Object |
concept(ai.grakn.concept.Concept concept) |
protected Object |
conceptMap(ai.grakn.graql.answer.ConceptMap answer) |
protected Object |
conceptSetMeasure(ai.grakn.graql.answer.ConceptSetMeasure answer) |
static JacksonPrinter |
create() |
protected Object |
map(Map map) |
protected Object |
object(Object object) |
build, conceptList, conceptSet, jsonPrinter, stringPrinter, toStream, toString, valuepublic static JacksonPrinter create()
protected Object concept(ai.grakn.concept.Concept concept)
protected Object answerGroup(ai.grakn.graql.answer.AnswerGroup<?> answer)
answerGroup in class Printer<Object>protected Object conceptMap(ai.grakn.graql.answer.ConceptMap answer)
conceptMap in class Printer<Object>protected Object conceptSetMeasure(ai.grakn.graql.answer.ConceptSetMeasure answer)
conceptSetMeasure in class Printer<Object>protected Object collection(Collection collection)
collection in class Printer<Object>Copyright © 2018 Grakn Labs Ltd. All rights reserved.