Package io.jmix.data.impl.converters
Interface AuditConversionService
- All Known Implementing Classes:
AuditConversionServiceImpl
public interface AuditConversionService
Used for current time conversion from
Date to CreatedDate, LastModifiedDate and DeletedDate field types.
Also converts current user to CreatedBy, LastModifiedBy and DeletedBy field types
-
Method Summary
-
Method Details
-
canConvert
- See Also:
-
ConversionService.canConvert(Class, Class)
-
convert
- See Also:
-
ConversionService.convert(Object, Class)
-