Uses of Interface
uk.gov.gchq.gaffer.rest.factory.ExamplesFactory
-
Packages that use ExamplesFactory Package Description uk.gov.gchq.gaffer.rest.config uk.gov.gchq.gaffer.rest.controller uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.rest.service.v2.example The examples service implementation for v2 of the Gaffer REST API. -
-
Uses of ExamplesFactory in uk.gov.gchq.gaffer.rest.config
Methods in uk.gov.gchq.gaffer.rest.config that return ExamplesFactory Modifier and Type Method Description ExamplesFactoryFactoryConfig. createExamplesFactory() -
Uses of ExamplesFactory in uk.gov.gchq.gaffer.rest.controller
Constructors in uk.gov.gchq.gaffer.rest.controller with parameters of type ExamplesFactory Constructor Description OperationController(GraphFactory graphFactory, AbstractUserFactory userFactory, ExamplesFactory examplesFactory) -
Uses of ExamplesFactory in uk.gov.gchq.gaffer.rest.factory
Classes in uk.gov.gchq.gaffer.rest.factory that implement ExamplesFactory Modifier and Type Class Description classAbstractExamplesFactoryAbstract Examples factory which can create examples using a schema and class inspection.classDefaultExamplesFactory -
Uses of ExamplesFactory in uk.gov.gchq.gaffer.rest.service.v2.example
Classes in uk.gov.gchq.gaffer.rest.service.v2.example that implement ExamplesFactory Modifier and Type Class Description classDefaultExamplesFactoryDefault implementation of theExamplesFactoryinterface.
-