Class CertificateEntityMapperImpl
java.lang.Object
de.xima.fc.certificate.ms.impl.mapper.CertificateEntityMapperImpl
- All Implemented Interfaces:
CertificateEntityMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-03-19T20:08:28+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 25.0.2 (Eclipse Adoptium)")
public class CertificateEntityMapperImpl
extends Object
implements CertificateEntityMapper
-
Field Summary
Fields inherited from interface CertificateEntityMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<CertificateUsageDTO> protected CertificateUsageDTOcertificateUsageEntityToCertificateUsageDTO(CertificateUsageEntity certificateUsageEntity) toCertificateInfoDTO(CertificateEntity certificateEntity) voidupdateCertificateEntity(CertificateInfoDTO dto, CertificateEntity certificateEntity) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CertificateEntityMapper
hasCsr, hasPrivateKey, toCertificateEntity
-
Constructor Details
-
CertificateEntityMapperImpl
public CertificateEntityMapperImpl()
-
-
Method Details
-
updateCertificateEntity
- Specified by:
updateCertificateEntityin interfaceCertificateEntityMapper
-
toCertificateInfoDTO
- Specified by:
toCertificateInfoDTOin interfaceCertificateEntityMapper
-
certificateUsageEntityToCertificateUsageDTO
protected CertificateUsageDTO certificateUsageEntityToCertificateUsageDTO(CertificateUsageEntity certificateUsageEntity) -
certificateUsageEntitySetToCertificateUsageDTOSet
protected Set<CertificateUsageDTO> certificateUsageEntitySetToCertificateUsageDTOSet(Set<CertificateUsageEntity> set)
-