Class CertificateDetailsMapperImpl
java.lang.Object
de.xima.fc.certificate.ms.impl.mapper.CertificateDetailsMapperImpl
- All Implemented Interfaces:
CertificateDetailsMapper
@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2026-03-09T11:45:12+0000",
comments="version: 1.6.3, compiler: javac, environment: Java 25.0.2 (Eclipse Adoptium)")
public class CertificateDetailsMapperImpl
extends Object
implements CertificateDetailsMapper
-
Field Summary
Fields inherited from interface CertificateDetailsMapper
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoCertificateDetails(X509Certificate certificate, ICertificateEntityDao certificateEntityDao, KeyStoreScope keyStoreScope) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CertificateDetailsMapper
toAlreadyInSystem, toCertificateDetails, toKeyStoreIdOfCsrSourceCertificate, toUpdateableByMeansOfCsrProcedure
-
Constructor Details
-
CertificateDetailsMapperImpl
public CertificateDetailsMapperImpl()
-
-
Method Details
-
toCertificateDetails
public CertificateDetails toCertificateDetails(X509Certificate certificate, ICertificateEntityDao certificateEntityDao, KeyStoreScope keyStoreScope) - Specified by:
toCertificateDetailsin interfaceCertificateDetailsMapper
-