Interface PlatformUserResultMapper
-
- All Superinterfaces:
com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
- All Known Implementing Classes:
PlatformUserMapper
public interface PlatformUserResultMapper extends com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PlatformUserResultMapper.Enhancer
The interface you can implement when you want to enhance user based search hit data.
-