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 MapGenerator
MapGenerator.Builder. build()
Passes all of the configured information about anElement
into 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 MapGenerator
ToMap. getElementGenerator()
Methods in uk.gov.gchq.gaffer.operation.impl.output with parameters of type MapGenerator Modifier and Type Method Description ToMap.Builder
ToMap.Builder. generator(MapGenerator generator)
Constructors in uk.gov.gchq.gaffer.operation.impl.output with parameters of type MapGenerator Constructor Description ToMap(MapGenerator elementGenerator)
-