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

io.vrap.codegen.languages.extensions.EObjectExtensions.kt Maven / Gradle / Ivy

Go to download

RAML API client code generators based on the REST Modeling Framework. https://github.com/vrapio/rest-modeling-framework

There is a newer version: 1.0.0-20240902110655
Show newest version
package io.vrap.codegen.languages.extensions

import io.vrap.rmf.codegen.types.VrapNilType
import org.eclipse.emf.ecore.EObject

interface EObjectExtensions : ExtensionsBase {
    fun EObject?.toVrapType() = if(this !=null ) vrapTypeProvider.doSwitch(this) else VrapNilType()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy