Uses of Interface
uk.gov.gchq.gaffer.data.generator.OneToOneObjectGenerator
-
Packages that use OneToOneObjectGenerator Package Description uk.gov.gchq.gaffer.data.generator Generator classes for transforming between Gaffer elements and domain objects.uk.gov.gchq.gaffer.operation.data.generator Generator implementations for the operation data objects.uk.gov.gchq.gaffer.rest.example Example domain objects and functions for demonstrating some features of the Gaffer REST API.uk.gov.gchq.gaffer.tinkerpop.generator -
-
Uses of OneToOneObjectGenerator in uk.gov.gchq.gaffer.data.generator
Classes in uk.gov.gchq.gaffer.data.generator that implement OneToOneObjectGenerator Modifier and Type Class Description class
CsvGenerator
Generates a CSV string for eachElement
, based on the fields and constants provided.class
MapGenerator
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. -
Uses of OneToOneObjectGenerator in uk.gov.gchq.gaffer.operation.data.generator
Classes in uk.gov.gchq.gaffer.operation.data.generator that implement OneToOneObjectGenerator Modifier and Type Class Description class
EdgeIdExtractor
class
EntityIdExtractor
-
Uses of OneToOneObjectGenerator in uk.gov.gchq.gaffer.rest.example
Classes in uk.gov.gchq.gaffer.rest.example that implement OneToOneObjectGenerator Modifier and Type Class Description class
ExampleDomainObjectGenerator
-
Uses of OneToOneObjectGenerator in uk.gov.gchq.gaffer.tinkerpop.generator
Classes in uk.gov.gchq.gaffer.tinkerpop.generator that implement OneToOneObjectGenerator Modifier and Type Class Description class
GafferPopEdgeGenerator
class
GafferPopElementGenerator
class
GafferPopVertexGenerator
-