Package org.motechproject.mots.mapper
Interface ChwInfoMapper
- 
public interface ChwInfoMapper 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ChwInfoMapperINSTANCE 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ChwInfoDto>toDtos(java.lang.Iterable<CommunityHealthWorker> healthWorkers) 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
static final ChwInfoMapper INSTANCE
 
 - 
 
- 
Method Detail
- 
toDtos
java.util.List<ChwInfoDto> toDtos(java.lang.Iterable<CommunityHealthWorker> healthWorkers)
 
 - 
 
 -