Package de. jensklingenberg. ktorfit. node
Types
Body Data Argument Node
Link copied to clipboard
Source for the "bodyData" argument of de.jensklingenberg.ktorfit.RequestData
Field Arguments Node
Link copied to clipboard
Source for the "fields" argument of de.jensklingenberg.ktorfit.RequestData
Func Body Node
Link copied to clipboard
class FuncBodyNode(myFunction: MyFunction, argumentCmd: RequestDataArgumentNode) : MyNode
Content copied to clipboard
Create source code for the function body of FuncNode
Func Node
Link copied to clipboard
class FuncNode(myFunction: MyFunction, funcBodyNode: FuncBodyNode, paramCmd: List<ParamNode>) : MyNode
Content copied to clipboard
Generate the code for the overridden functions in the implemenation class
Headers Argument Node
Link copied to clipboard
class HeadersArgumentNode(functionAnnotations: List<FunctionAnnotation>, paramList: List<MyParam>) : MyNode
Content copied to clipboard
Source for the "headers" argument of de.jensklingenberg.ktorfit.RequestData
Parts Argument Node
Link copied to clipboard
Source for the "parts" argument of de.jensklingenberg.ktorfit.RequestData
Query Argument Node
Link copied to clipboard
Source for the "queries" argument of de.jensklingenberg.ktorfit.RequestData
Relative Url Argument Node
Link copied to clipboard
Source for the "relativeUrl" argument of de.jensklingenberg.ktorfit.RequestData
Request Builder Argument Node
Link copied to clipboard
Source for the "requestBuilder" argument of de.jensklingenberg.ktorfit.RequestData
Request Data Argument Node
Link copied to clipboard
class RequestDataArgumentNode(myFunction: MyFunction, headerArgumentCmd: HeadersArgumentNode, bodyDataArgumentCmd: BodyDataArgumentNode, partsArgumentNode: PartsArgumentNode, urlArgumentNode: RelativeUrlArgumentNode, queryArgumentNode: QueryArgumentNode, fieldArgumentsNode: FieldArgumentsNode, requestBuilderArgumentNode: RequestBuilderArgumentNode, httpMethodAnnotation: HttpMethodAnnotation) : MyNode
Content copied to clipboard