cccev.s2.framework.api.entity.FrameworkExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-framework-api Show documentation
Show all versions of cccev-framework-api Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
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