Class JsonMapperGenerator
- java.lang.Object
-
- uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.TextMapperGenerator
-
- uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.JsonMapperGenerator
-
- All Implemented Interfaces:
MapperGenerator<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
public class JsonMapperGenerator extends TextMapperGenerator
AJsonMapperGeneratoris aMapperGeneratorthat can handle json input data and convert it into anIterableofElements.
-
-
Constructor Summary
Constructors Constructor Description JsonMapperGenerator()
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.TextMapperGenerator
getElementGenerator, getElements, setElementGenerator
-
-