Uses of Interface
uk.gov.gchq.gaffer.data.generator.ObjectGenerator
-
Packages that use ObjectGenerator 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 ObjectGenerator in uk.gov.gchq.gaffer.data.generator
Subinterfaces of ObjectGenerator in uk.gov.gchq.gaffer.data.generator Modifier and Type Interface Description interfaceOneToOneObjectGenerator<OBJ>AOneToOneObjectGeneratortakes an inputElementand converts it into an output object.Classes in uk.gov.gchq.gaffer.data.generator that implement ObjectGenerator 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 ObjectGenerator in uk.gov.gchq.gaffer.operation.data.generator
Classes in uk.gov.gchq.gaffer.operation.data.generator that implement ObjectGenerator Modifier and Type Class Description classEdgeIdExtractorclassEntityIdExtractor -
Uses of ObjectGenerator in uk.gov.gchq.gaffer.rest.example
Classes in uk.gov.gchq.gaffer.rest.example that implement ObjectGenerator Modifier and Type Class Description classExampleDomainObjectGenerator -
Uses of ObjectGenerator in uk.gov.gchq.gaffer.tinkerpop.generator
Classes in uk.gov.gchq.gaffer.tinkerpop.generator that implement ObjectGenerator Modifier and Type Class Description classGafferPopEdgeGeneratorclassGafferPopElementGeneratorclassGafferPopVertexGenerator
-