Class MatrixElementProcessor

  • All Implemented Interfaces:
    JsonPathMetadataProcessor

    public class MatrixElementProcessor
    extends Object
    implements JsonPathMetadataProcessor
    This Processor allows to extract all values of a matrix. Only need to configure the path to the matrix in "pathToMatrix" For exaple to extract all values "matrix": [ [ "first", "second" ], [ "third" ], [ "fourth", "fifth" ] ],
    Author:
    Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)