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 classCsvGeneratorGenerates a CSV string for eachElement, based on the fields and constants provided.classMapGeneratorclassNeo4jCsvGeneratorGenerates 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. -
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 classEdgeIdExtractorclassEntityIdExtractor -
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 classExampleDomainObjectGenerator -
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 classGafferPopEdgeGeneratorclassGafferPopElementGeneratorclassGafferPopVertexGenerator
-