Package mireka.list
Class ListMapper
- Object
-
- mireka.list.ListMapper
-
- All Implemented Interfaces:
RecipientDestinationMapper
public class ListMapper extends Object implements RecipientDestinationMapper
ListMapper is a configuration helper, which maps the canonical address of the list (in case-insensitive mode) to the list.
-
-
Constructor Summary
Constructors Constructor Description ListMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Destinationlookup(Recipient recipient)Returns the destination of mails sent to this user; or null if it does not know the recipient.voidsetList(ListDestination list)
-
-
-
Method Detail
-
lookup
public Destination lookup(Recipient recipient)
Description copied from interface:RecipientDestinationMapperReturns the destination of mails sent to this user; or null if it does not know the recipient.- Specified by:
lookupin interfaceRecipientDestinationMapper
-
setList
public void setList(ListDestination list)
-
-