Interface MessageQueryRequestMapper
- All Known Implementing Classes:
MessageQueryRequestMapperImpl
public interface MessageQueryRequestMapper
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description static void
afterBuilderMapping(MessageQuery messageQuery, MessageQueryRequest request)
Method invoked after the base mapping is done.static MessageQuery
createMessageQuery(MessageService messageService)
MessageQuery
mapToQuery(MessageQueryRequest request, MessageService messageService)
static Category
toCategory(java.lang.String category)
-
Method Details
-
mapToQuery
-
afterBuilderMapping
Method invoked after the base mapping is done. Needed in order to map to non bean like methods likeMessageQuery.includePrivate()
-
toCategory
-
createMessageQuery
-