Package uk.gov.gchq.gaffer.rest.example
Class ExampleDomainObjectGenerator
- java.lang.Object
-
- uk.gov.gchq.gaffer.rest.example.ExampleDomainObjectGenerator
-
- All Implemented Interfaces:
Function<Iterable<? extends Element>,Iterable<? extends ExampleDomainObject>>
,ObjectGenerator<ExampleDomainObject>
,OneToOneObjectGenerator<ExampleDomainObject>
public class ExampleDomainObjectGenerator extends Object implements OneToOneObjectGenerator<ExampleDomainObject>
-
-
Constructor Summary
Constructors Constructor Description ExampleDomainObjectGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExampleDomainObject
_apply(Element element)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.data.generator.OneToOneObjectGenerator
apply
-
-
-
-
Method Detail
-
_apply
public ExampleDomainObject _apply(Element element)
- Specified by:
_apply
in interfaceOneToOneObjectGenerator<ExampleDomainObject>
- Parameters:
element
- the element to convert- Returns:
- the generated domain object
-
-