Uses of Class
uk.gov.gchq.gaffer.data.generator.MapGenerator
-
Packages that use MapGenerator 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 MapGenerator in uk.gov.gchq.gaffer.data.generator
Methods in uk.gov.gchq.gaffer.data.generator that return MapGenerator Modifier and Type Method Description MapGeneratorMapGenerator.Builder. build()Passes all of the configured information about anElementinto a newMapGenerator -
Uses of MapGenerator in uk.gov.gchq.gaffer.operation.impl.output
Methods in uk.gov.gchq.gaffer.operation.impl.output that return MapGenerator Modifier and Type Method Description MapGeneratorToMap. getElementGenerator()Methods in uk.gov.gchq.gaffer.operation.impl.output with parameters of type MapGenerator Modifier and Type Method Description ToMap.BuilderToMap.Builder. generator(MapGenerator generator)Constructors in uk.gov.gchq.gaffer.operation.impl.output with parameters of type MapGenerator Constructor Description ToMap(MapGenerator elementGenerator)
-