HttpClientGeneratorConfig

wvlet.airframe.http.codegen.HttpClientGeneratorConfig
See theHttpClientGeneratorConfig companion object
case class HttpClientGeneratorConfig(apiPackageName: String, clientType: HttpClientGenerator, targetPackageName: String, targetClassName: Option[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def clientClassName: String
def clientFileName: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product