public abstract class AbstractDocumentJsonReader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.GsonBuilder |
builder |
protected com.google.gson.Gson |
gson |
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
AbstractDocumentJsonReader() |
AbstractDocumentJsonReader(com.google.gson.GsonBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
org.dice_research.topicmodeling.utils.doc.Document |
readDocument(com.google.gson.stream.JsonReader reader) |
org.dice_research.topicmodeling.utils.doc.Document |
readDocument(Reader reader) |
private static final org.slf4j.Logger LOGGER
protected com.google.gson.GsonBuilder builder
protected com.google.gson.Gson gson
public AbstractDocumentJsonReader()
public AbstractDocumentJsonReader(com.google.gson.GsonBuilder builder)
public org.dice_research.topicmodeling.utils.doc.Document readDocument(Reader reader)
public org.dice_research.topicmodeling.utils.doc.Document readDocument(com.google.gson.stream.JsonReader reader)
Copyright © 2015–2020. All rights reserved.