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-05-20T19:49:27+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) toCertificateInfoDTOInternal(CertificateEntity source, String safeSubject, String safeIssuer) 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, toCertificateInfoDTO
-
Constructor Details
-
CertificateEntityMapperImpl
public CertificateEntityMapperImpl()
-
-
Method Details
-
updateCertificateEntity
- Specified by:
updateCertificateEntityin interfaceCertificateEntityMapper
-
toCertificateInfoDTOInternal
public CertificateInfoDTO toCertificateInfoDTOInternal(CertificateEntity source, String safeSubject, String safeIssuer) - Specified by:
toCertificateInfoDTOInternalin interfaceCertificateEntityMapper
-
certificateUsageEntityToCertificateUsageDTO
protected CertificateUsageDTO certificateUsageEntityToCertificateUsageDTO(CertificateUsageEntity certificateUsageEntity) -
certificateUsageEntitySetToCertificateUsageDTOSet
protected Set<CertificateUsageDTO> certificateUsageEntitySetToCertificateUsageDTOSet(Set<CertificateUsageEntity> set)
-