Class DefaultExamplesFactory
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- uk.gov.gchq.gaffer.rest.service.v2.example.DefaultExamplesFactory
-
- All Implemented Interfaces:
ExamplesFactory
public class DefaultExamplesFactory extends AbstractExamplesFactory
Default implementation of theExamplesFactory
interface. Required to be registered with HK2 to allow the correctGraphFactory
object to be injected.
-
-
Constructor Summary
Constructors Constructor Description DefaultExamplesFactory()
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
addElements, addNamedOperation, addNamedView, generateElements, generateExample, generateExamples, generateObjects, getAdjacentIds, getAllElements, getElements, getWalks, ifOperation, mapOperation, max, min, operationChain, sort, toMap, whileOperation
-
-