Class JsonTextAnalyzer.JsonAnalysis

  • Enclosing class:
    JsonTextAnalyzer

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

      • getHasObjects

        public boolean getHasObjects()
      • getFieldNames

        public List<String> getFieldNames()
      • getJsonRecords

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