Package de. jensklingenberg. ktorfit. parser
Functions
get Http Method Annotations
Link copied to clipboard
fun getHttpMethodAnnotations(func: KSFunctionDeclaration): List<HttpMethodAnnotation>
Content copied to clipboard
get My Functions List
Link copied to clipboard
fun getMyFunctionsList(ksFunctionDeclarationList: List<KSFunctionDeclaration>, logger: KSPLogger): List<MyFunction>
Content copied to clipboard
get My Param List
Link copied to clipboard
fun getMyParamList(ksValueParameter: KSValueParameter, logger: KSPLogger): MyParam
Content copied to clipboard
get Param Annotation List
Link copied to clipboard
fun getParamAnnotationList(ksValueParameter: KSValueParameter, logger: KSPLogger): List<ParamAnnotation>
Content copied to clipboard