Package uk.gov.gchq.gaffer.rest.factory
-
Interface Summary Interface Description ExamplesFactory An ExampleFactory creates examples of OperationsGraphFactory AGraphFactorycreates instances ofGraphto be reused for all queries.UserFactory AUserFactorycreates instances ofUsers for use when executing queries on a graph. -
Class Summary Class Description AbstractExamplesFactory Abstract Examples factory which can create examples using a schema and class inspection.DefaultExamplesFactory DefaultGraphFactory Default implementation of theGraphFactoryinterface, used by HK2 to instantiate defaultGraphinstances.UnknownUserFactory Default implementation of theUserFactoryinterface.