Class EntityTypeMapper
- java.lang.Object
-
- org.molgenis.metadata.manager.mapper.EntityTypeMapper
-
@Component public class EntityTypeMapper extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditorEntityTypecreateEditorEntityType()EditorEntityTypetoEditorEntityType(org.molgenis.data.meta.model.EntityType entityType, List<org.molgenis.data.meta.model.Attribute> referringAttributes)org.molgenis.data.meta.model.EntityTypetoEntityType(EditorEntityType editorEntityType)
-
-
-
Method Detail
-
toEditorEntityType
public EditorEntityType toEditorEntityType(org.molgenis.data.meta.model.EntityType entityType, List<org.molgenis.data.meta.model.Attribute> referringAttributes)
-
createEditorEntityType
public EditorEntityType createEditorEntityType()
-
toEntityType
public org.molgenis.data.meta.model.EntityType toEntityType(EditorEntityType editorEntityType)
-
-