Class TurDevTokenMapperImpl
java.lang.Object
com.viglet.turing.persistence.mapper.dev.token.TurDevTokenMapperImpl
- All Implemented Interfaces:
TurDevTokenMapper
@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 TurDevTokenMapperImpl
extends Object
implements TurDevTokenMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDto(TurDevToken entity) toDtoList(List<TurDevToken> entities) toDtoSet(Set<TurDevToken> entities) toEntity(TurDevTokenDto dto)
-
Constructor Details
-
TurDevTokenMapperImpl
public TurDevTokenMapperImpl()
-
-
Method Details
-
toDto
- Specified by:
toDtoin interfaceTurDevTokenMapper
-
toEntity
- Specified by:
toEntityin interfaceTurDevTokenMapper
-
toDtoList
- Specified by:
toDtoListin interfaceTurDevTokenMapper
-
toDtoSet
- Specified by:
toDtoSetin interfaceTurDevTokenMapper
-