Interface JsonPathMetadataProcessor

All Known Implementing Classes:
AbstractJsonPathMetadataProcessor, ArrayElementAttributeProcessor, CrossRefAbstractProcessor, CrossRefAuthorMetadataProcessor, CrossRefDateMetadataProcessor, InvertedIndexProcessor, MappingValueProcessor, MatrixElementProcessor, OpenAlexDateMetadataProcessor, RegexReplacingJsonPathMetadataProcessor, StringJsonValueMappingMetadataProcessorService

public interface JsonPathMetadataProcessor
Service interface class for processing json object. The implementation of this class is responsible for all business logic calls for extracting of values from json object.
Author:
Mykhaylo Boychuk (mykhaylo.boychuk@4science.com)