public interface RecoveryPointMapper
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointBO |
toBO(RecoveryPointEntity source) |
List<RecoveryPointBO> |
toBOs(List<RecoveryPointEntity> source) |
RecoveryPointEntity |
toEntity(RecoveryPointBO source) |
RecoveryPointBO toBO(RecoveryPointEntity source)
List<RecoveryPointBO> toBOs(List<RecoveryPointEntity> source)
RecoveryPointEntity toEntity(RecoveryPointBO source)
Copyright © 2020. All rights reserved.