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 classNeo4jCsvGeneratorGenerates a Neo4j CSV string for each Element, based on the fields and constants provided.classNeptuneCsvGeneratorGenerates 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 CsvGeneratorCsvGenerator.Builder. build()Passes all the configured fields and constants about anElementto 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 CsvGeneratorToCsv. getCsvGenerator()Methods in uk.gov.gchq.gaffer.operation.impl.output with parameters of type CsvGenerator Modifier and Type Method Description ToCsv.BuilderToCsv.Builder. generator(CsvGenerator generator)voidToCsv. setCsvGenerator(CsvGenerator csvGenerator)
-