Class JacksonJsonDataFormatReader

java.lang.Object
org.camunda.spin.spi.TextBasedDataFormatReader
org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatReader
All Implemented Interfaces:
DataFormatReader

public class JacksonJsonDataFormatReader extends TextBasedDataFormatReader
Author:
Thorben Lindhauer
  • Field Details

  • Constructor Details

  • Method Details

    • readInput

      public Object readInput(Reader input)
      Description copied from interface: DataFormatReader
      Read (or parse) a reader into this data format's input structure. For example, an Xml-Based data format may return an internal tree structure which can be used for traversing the xml tree.
      Parameters:
      input - a Reader providing the data source
      Returns:
      the read or parsed input
    • getInputDetectionPattern

      protected Pattern getInputDetectionPattern()
      Specified by:
      getInputDetectionPattern in class TextBasedDataFormatReader