Uses of Class
uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
Packages that use CsvGenerator Package Description uk.gov.gchq.gaffer.data.generator Generator classes for transforming between Gaffer elements and domain objects.uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation. -
-
Uses of CsvGenerator in uk.gov.gchq.gaffer.data.generator
Subclasses of CsvGenerator in uk.gov.gchq.gaffer.data.generator Modifier and Type Class Description class
Neo4jCsvGenerator
Generates a Neo4j CSV string for each Element, based on the fields and constants provided.class
NeptuneCsvGenerator
Generates a Neptune CSV string for each Element, based on the fields and constants provided.Methods in uk.gov.gchq.gaffer.data.generator that return CsvGenerator Modifier and Type Method Description CsvGenerator
CsvGenerator.Builder. build()
Passes all the configured fields and constants about anElement
to a newCsvGenerator
, including the comma replacement String, and the flag for whether values should be quoted. -
Uses of CsvGenerator in uk.gov.gchq.gaffer.operation.impl.output
Methods in uk.gov.gchq.gaffer.operation.impl.output that return CsvGenerator Modifier and Type Method Description CsvGenerator
ToCsv. getCsvGenerator()
Methods in uk.gov.gchq.gaffer.operation.impl.output with parameters of type CsvGenerator Modifier and Type Method Description ToCsv.Builder
ToCsv.Builder. generator(CsvGenerator generator)
void
ToCsv. setCsvGenerator(CsvGenerator csvGenerator)
-