Class ResourceAttributeDocumentToEntityConverter
- 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.AbstractAttributeDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
- org.openiam.elasticsearch.converter.ResourceAttributeDocumentToEntityConverter
-
@Component("resourceAttributeDocumentToEntityConverter") public class ResourceAttributeDocumentToEntityConverter extends AbstractAttributeDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
-
Constructor Summary
Constructors Constructor Description ResourceAttributeDocumentToEntityConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ResourceAttributeDoc>
getDocumentClass()
Class<ResourceProp>
getDTOClass()
Class<ResourcePropEntity>
getEntityClass()
protected ResourceAttributeDoc
newDocument()
protected ResourceProp
newDTO()
protected ResourcePropEntity
newEntity()
-
Methods inherited from class org.openiam.elasticsearch.converter.AbstractAttributeDocumentToEntityConverter
convertToDocument, convertToDTO, convertToEntity
-
Methods inherited from class org.openiam.elasticsearch.converter.AbstractKeyNameDocumentToEntityConverter
isCanBeReindexed
-
Methods inherited from class org.openiam.elasticsearch.converter.AbstractDocumentToEntityConverter
convertToDocumentList, convertToEntityList
-
-
-
-
Method Detail
-
newDocument
protected ResourceAttributeDoc newDocument()
- Specified by:
newDocument
in classAbstractDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
newEntity
protected ResourcePropEntity newEntity()
- Specified by:
newEntity
in classAbstractDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
newDTO
protected ResourceProp newDTO()
- Specified by:
newDTO
in classAbstractDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
getDocumentClass
public Class<ResourceAttributeDoc> getDocumentClass()
- Specified by:
getDocumentClass
in classAbstractDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
getEntityClass
public Class<ResourcePropEntity> getEntityClass()
- Specified by:
getEntityClass
in classAbstractDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
getDTOClass
public Class<ResourceProp> getDTOClass()
- Specified by:
getDTOClass
in classAbstractDocumentToEntityConverter<ResourceAttributeDoc,ResourcePropEntity,ResourceProp>
-
-