Class JacksonJsonDataFormatReader
java.lang.Object
org.camunda.spin.spi.TextBasedDataFormatReader
org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatReader
- All Implemented Interfaces:
DataFormatReader
- Author:
- Thorben Lindhauer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Pattern
Read (or parse) a reader into this data format's input structure.Methods inherited from class org.camunda.spin.spi.TextBasedDataFormatReader
canRead
-
Field Details
-
format
-
-
Constructor Details
-
JacksonJsonDataFormatReader
-
-
Method Details
-
readInput
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
- aReader
providing the data source- Returns:
- the read or parsed input
-
getInputDetectionPattern
- Specified by:
getInputDetectionPattern
in classTextBasedDataFormatReader
-