Interface TemplateContextMapper
public interface TemplateContextMapper
TemplateContext mapper.-
Method Summary
Modifier and TypeMethodDescriptionmap(SendUrlDTO sendUrl) MapsSendUrlDTOtoTemplateContext.MapsStringtoTemplateContext.
-
Method Details
-
map
MapsSendUrlDTOtoTemplateContext.- Parameters:
sendUrl- theSendUrlDTO- Returns:
- the mapped
TemplateContext
-
map
MapsStringtoTemplateContext.- Parameters:
template- theString- Returns:
- the mapped
TemplateContext
-