Class TurPrivilegeMapperImpl
java.lang.Object
com.viglet.turing.persistence.mapper.auth.TurPrivilegeMapperImpl
- All Implemented Interfaces:
TurPrivilegeMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-03-11T14:15:27+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 25.0.2 (Eclipse Adoptium)")
@Component
public class TurPrivilegeMapperImpl
extends Object
implements TurPrivilegeMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDto(TurPrivilege entity) toDtoList(List<TurPrivilege> entities) toDtoSet(Set<TurPrivilege> entities) toEntity(TurPrivilegeDto dto)
-
Constructor Details
-
TurPrivilegeMapperImpl
public TurPrivilegeMapperImpl()
-
-
Method Details
-
toDto
- Specified by:
toDtoin interfaceTurPrivilegeMapper
-
toEntity
- Specified by:
toEntityin interfaceTurPrivilegeMapper
-
toDtoList
- Specified by:
toDtoListin interfaceTurPrivilegeMapper
-
toDtoSet
- Specified by:
toDtoSetin interfaceTurPrivilegeMapper
-