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

de.lancom.openapi.entity.Entity.kt Maven / Gradle / Ivy

Go to download

This open-source project provides an OpenAPI 3.0 Parser implemented in Kotlin, utilizing immutable data classes

There is a newer version: 2.1.1
Show newest version
package de.lancom.openapi.entity

interface Entity {
    fun mergeEntity(other: Entity?): Entity

    val entityDescriptor: EntityDescriptor
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy