Interface TupleListTransformerFactory
- All Known Implementing Classes:
AbstractCorrelatedBatchTupleListTransformerFactory,CorrelatedCollectionBatchTupleListTransformerFactory,CorrelatedMapBatchTupleListTransformerFactory,CorrelatedSingularBatchTupleListTransformerFactory
public interface TupleListTransformerFactory
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ParameterHolder<?> parameterHolder, Map<String, Object> optionalParameters, EntityViewConfiguration entityViewConfiguration) int
-
Method Details
-
getConsumableIndex
int getConsumableIndex() -
create
TupleListTransformer create(ParameterHolder<?> parameterHolder, Map<String, Object> optionalParameters, EntityViewConfiguration entityViewConfiguration)
-