Class TurLLMVendorMapperImpl
java.lang.Object
com.viglet.turing.persistence.mapper.llm.TurLLMVendorMapperImpl
- All Implemented Interfaces:
TurLLMVendorMapper
@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 TurLLMVendorMapperImpl
extends Object
implements TurLLMVendorMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDto(TurLLMVendor entity) toDtoList(List<TurLLMVendor> entities) toDtoSet(Set<TurLLMVendor> entities) toEntity(TurLLMVendorDto dto)
-
Constructor Details
-
TurLLMVendorMapperImpl
public TurLLMVendorMapperImpl()
-
-
Method Details
-
toDto
- Specified by:
toDtoin interfaceTurLLMVendorMapper
-
toEntity
- Specified by:
toEntityin interfaceTurLLMVendorMapper
-
toDtoList
- Specified by:
toDtoListin interfaceTurLLMVendorMapper
-
toDtoSet
- Specified by:
toDtoSetin interfaceTurLLMVendorMapper
-