Package de.jensklingenberg.ktorfit.parser

Functions

getHttpMethodAnnotations
Link copied to clipboard
fun getHttpMethodAnnotations(func: KSFunctionDeclaration): List<HttpMethodAnnotation>
getMyFunctionsList
Link copied to clipboard
fun getMyFunctionsList(ksFunctionDeclarationList: List<KSFunctionDeclaration>, logger: KSPLogger): List<MyFunction>
getMyParamList
Link copied to clipboard
fun getMyParamList(ksValueParameter: KSValueParameter, logger: KSPLogger): MyParam
getParamAnnotationList
Link copied to clipboard
fun getParamAnnotationList(ksValueParameter: KSValueParameter, logger: KSPLogger): List<ParamAnnotation>
toMyClass
Link copied to clipboard
fun toMyClass(ksClassDeclaration: KSClassDeclaration, logger: KSPLogger): MyClass