io.vrap.codegen.languages.javalang.client.builder.requests.NamedField.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-builder-client Show documentation
Show all versions of java-builder-client Show documentation
RAML API client code generators based on the REST Modeling Framework. https://github.com/vrapio/rest-modeling-framework
The newest version!
package io.vrap.codegen.languages.javalang.client.builder.requests
import io.vrap.rmf.codegen.types.VrapObjectType
import io.vrap.rmf.codegen.types.VrapType
data class NamedField(val type: VrapType, val name: String)
val apiHttpClient = VrapObjectType(`package` = "client.ApiHttpClient",simpleClassName = "ApiHttpClient")