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
AJsonMapperGenerator
is aMapperGenerator
that can handle json input data and convert it into anIterable
ofElement
s.
-
-
Constructor Summary
Constructors Constructor Description JsonMapperGenerator()
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.TextMapperGenerator
getElementGenerator, getElements, setElementGenerator
-
-