package io.delphiplatform.api.v3.model.mapper;

import fr.xebia.extras.selma.IgnoreMissing;
import fr.xebia.extras.selma.Mapper;
import io.delphiplatform.api.v3.model.ads.LinkfireLink;
import io.delphiplatform.api.v3.search.entity.LinkfireLinkDocumentEntity;

@Mapper(withIgnoreMissing = IgnoreMissing.ALL, withCustom = JsonNullableMappings.class)
public interface LinkfireLinkDocumentMapper {

    LinkfireLink toLinkfireLink(LinkfireLinkDocumentEntity linkfireLinkDocumentEntity);
}
