public interface ContactMapper<T>
| Modifier and Type | Method and Description |
|---|---|
void |
mapFromContact(Contact contact,
T userObj) |
void |
mapToContact(T userObj,
Contact contact) |
Copyright © 2014 Jasig. All Rights Reserved.