Interface OneToOneElementGenerator<OBJ>
-
- Type Parameters:
OBJ
- the type of the input object
- All Superinterfaces:
ElementGenerator<OBJ>
,Function<Iterable<? extends OBJ>,Iterable<? extends Element>>
- All Known Implementing Classes:
ExampleElementGenerator
,GafferEdgeGenerator
,GafferEntityGenerator
,JsonToElementGenerator
,RowToElementGenerator
public interface OneToOneElementGenerator<OBJ> extends ElementGenerator<OBJ>
AOneToOneElementGenerator
takes an input object and converts it into anElement
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Element
_apply(OBJ domainObject)
default Iterable<? extends Element>
apply(Iterable<? extends OBJ> domainObjects)
-