OBJ
- the type of domain objectpublic interface ElementGenerator<OBJ> extends Function<Iterable<? extends OBJ>,Iterable<? extends Element>>
ElementGenerator
converts domain objects to Element
s.
Implementations should be JSON serialisable.
Copyright © 2022. All rights reserved.