All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cccev.s2.framework.api.entity.FrameworkExtension.kt Maven / Gradle / Ivy

The newest version!
package cccev.s2.framework.api.entity

import cccev.projection.api.entity.framework.FrameworkEntity
import cccev.s2.framework.domain.model.Framework

fun FrameworkEntity.toFramework() = Framework(
    id = id,
    identifier = identifier,
    name = name
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy