Class JsonTextAnalyzer.JsonAnalysis

java.lang.Object
com.pervasive.datarush.operators.io.textfile.JsonTextAnalyzer.JsonAnalysis
Enclosing class:
JsonTextAnalyzer

public static class JsonTextAnalyzer.JsonAnalysis extends Object
Contains the results of the analysis of a json text file.
  • Method Details

    • getHasObjects

      public boolean getHasObjects()
    • getFieldNames

      public List<String> getFieldNames()
    • getJsonRecords

      public List<com.fasterxml.jackson.databind.JsonNode> getJsonRecords()