Class UserDTOConverter

All Implemented Interfaces:
GenericDTOConverter<User,UserDTO>

@Component("userDTOConverter") public class UserDTOConverter extends AbstractGenericEntityDTOConverter<User,UserDTO>
Converts Users into UserDTOs.
Version:
3.0.6
Author:
Stephen Prizio