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

chapi.app.frontend.identify.HttpIdentify.kt Maven / Gradle / Ivy

Go to download

Chapi is A common language meta information convertor, convert different languages to same meta-data model

There is a newer version: 1.5.10
Show newest version
package chapi.app.frontend.identify

import chapi.app.frontend.ContainerDemand
import chapi.domain.core.CodeCall
import chapi.domain.core.CodeImport

interface HttpIdentify {
    fun isMatch(call: CodeCall, imports: Array): Boolean
    fun convert(call: CodeCall): ContainerDemand
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy