Package com.bluebell.greenhouse.planter.converters
package com.bluebell.greenhouse.planter.converters
Contains the converters used to translate
GenericEntitys into GenericDTOs.
Package: com.bluebell.greenhouse.planter.converters
- Since:
- 1.0.1
- Author:
- Stephen Prizio
-
ClassDescriptionAbstractGenericDTOConverter<E, D extends GenericDTO>Template converter that centralizes null-source handling for all generic DTOs.Template converter that folds entity audit metadata into normal DTO conversion.GenericDTOConverter<E, D extends GenericDTO>Generic converter for source values into
GenericDTOs.