Package uk.gov.gchq.gaffer.rest.factory
-
Interface Summary Interface Description ExamplesFactory An ExampleFactory creates examples of OperationsGraphFactory AGraphFactory
creates instances ofGraph
to be reused for all queries.UserFactory AUserFactory
creates instances ofUser
s 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 theGraphFactory
interface, used by HK2 to instantiate defaultGraph
instances.UnknownUserFactory Default implementation of theUserFactory
interface.