- java.lang.Object
-
- com.pervasive.datarush.operators.io.textfile.JsonRecordReader
-
public class JsonRecordReader extends Object
A utility class used to read and parse JSON text records.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JsonRecordReader.JsonFieldReader
-
Constructor Summary
Constructors Constructor Description JsonRecordReader(TextRecord schema, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonRecordReader.JsonFieldReader
getJsonFieldParser(String fieldName, ScalarSettable target)
-
-
-
Constructor Detail
-
JsonRecordReader
public JsonRecordReader(TextRecord schema, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Detail
-
getJsonFieldParser
public JsonRecordReader.JsonFieldReader getJsonFieldParser(String fieldName, ScalarSettable target)
-
-