FhirConverterFactory

class FhirConverterFactory(parser: IParser) : Converter.Factory

Subclass of Converter.Factory class used for parsing FHIR Resource

Constructors

Link copied to clipboard
constructor(parser: IParser)

Functions

Link copied to clipboard
open fun requestBodyConverter(p0: Type, p1: Array<Annotation>, p2: Array<Annotation>, p3: Retrofit): Converter<*, RequestBody>?
Link copied to clipboard
open override fun responseBodyConverter(type: Type, annotations: Array<Annotation>, retrofit: Retrofit): Converter<ResponseBody, *>
Link copied to clipboard
open fun stringConverter(p0: Type, p1: Array<Annotation>, p2: Retrofit): Converter<*, String>?