Uses of Class
uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
Packages that use ToMap Package Description uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.store.operation.handler.output Handlers for output operations. -
-
Uses of ToMap in uk.gov.gchq.gaffer.operation.impl.output
Methods in uk.gov.gchq.gaffer.operation.impl.output that return ToMap Modifier and Type Method Description ToMap
ToMap. shallowClone()
-
Uses of ToMap in uk.gov.gchq.gaffer.rest.factory
Methods in uk.gov.gchq.gaffer.rest.factory that return ToMap Modifier and Type Method Description ToMap
AbstractExamplesFactory. toMap()
-
Uses of ToMap in uk.gov.gchq.gaffer.store.operation.handler.output
Methods in uk.gov.gchq.gaffer.store.operation.handler.output with parameters of type ToMap Modifier and Type Method Description Iterable<? extends Map<String,Object>>
ToMapHandler. doOperation(ToMap operation, Context context, Store store)
-