Class AbstractContactInformationDocumentToEntityConverter<D extends AbstractContactInformationDoc,E extends AbstractContactInformationEntity,DTO extends AbstractContactInfoDTO>
- java.lang.Object
-
- org.openiam.elasticsearch.converter.AbstractDocumentToEntityConverter<D,E,DTO>
-
- org.openiam.elasticsearch.converter.AbstractKeyDocumentToEntityConverter<D,E,DTO>
-
- org.openiam.elasticsearch.converter.AbstractKeyNameDocumentToEntityConverter<D,E,DTO>
-
- org.openiam.elasticsearch.converter.AbstractMetadataTypeDocumentToEntityConverter<D,E,DTO>
-
- org.openiam.elasticsearch.converter.AbstractContactInformationDocumentToEntityConverter<D,E,DTO>
-
- Direct Known Subclasses:
EmailDocumentToEntityConverter
,PhoneDocumentToEntityConverter
public abstract class AbstractContactInformationDocumentToEntityConverter<D extends AbstractContactInformationDoc,E extends AbstractContactInformationEntity,DTO extends AbstractContactInfoDTO> extends AbstractMetadataTypeDocumentToEntityConverter<D,E,DTO>
-
-
Constructor Summary
Constructors Constructor Description AbstractContactInformationDocumentToEntityConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description D
convertToDocument(E entity)
DTO
convertToDTO(D doc)
E
convertToEntity(D doc)
-
Methods inherited from class org.openiam.elasticsearch.converter.AbstractKeyNameDocumentToEntityConverter
isCanBeReindexed
-
Methods inherited from class org.openiam.elasticsearch.converter.AbstractDocumentToEntityConverter
convertToDocumentList, convertToEntityList, getDocumentClass, getDTOClass, getEntityClass, newDocument, newDTO, newEntity
-
-
-
-
Method Detail
-
convertToDocument
public D convertToDocument(E entity)
- Overrides:
convertToDocument
in classAbstractMetadataTypeDocumentToEntityConverter<D extends AbstractContactInformationDoc,E extends AbstractContactInformationEntity,DTO extends AbstractContactInfoDTO>
-
convertToEntity
public E convertToEntity(D doc)
- Overrides:
convertToEntity
in classAbstractMetadataTypeDocumentToEntityConverter<D extends AbstractContactInformationDoc,E extends AbstractContactInformationEntity,DTO extends AbstractContactInfoDTO>
-
convertToDTO
public DTO convertToDTO(D doc)
- Overrides:
convertToDTO
in classAbstractMetadataTypeDocumentToEntityConverter<D extends AbstractContactInformationDoc,E extends AbstractContactInformationEntity,DTO extends AbstractContactInfoDTO>
-
-