public abstract static class JsonRecordReader.JsonFieldReader extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
fieldName |
protected TokenParser |
parser |
Constructor and Description |
---|
JsonFieldReader() |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
abstract ScalarTokenType |
getFieldType() |
String |
getParseError() |
abstract boolean |
readField(org.codehaus.jackson.JsonNode node) |
protected String fieldName
protected TokenParser parser
public final String getFieldName()
public String getParseError()
public abstract ScalarTokenType getFieldType()
public abstract boolean readField(org.codehaus.jackson.JsonNode node)
Copyright © 2020 Actian Corporation. All rights reserved.