ConfigurableMoshiYaml
open class ConfigurableMoshiYaml(builder: Moshi.Builder, val defaultContentType: ContentType = APPLICATION_YAML, yamlDumperOptions: DumperOptions = defaultDumperOptions, resolver: Resolver = MinimalResolver, strictness: StrictnessMode = Lenient) : AutoMarshalling
Inheritors
Constructors
Link copied to clipboard
constructor(builder: Moshi.Builder, defaultContentType: ContentType = APPLICATION_YAML, yamlDumperOptions: DumperOptions = defaultDumperOptions, resolver: Resolver = MinimalResolver, strictness: StrictnessMode = Lenient)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : Any> Body.Companion.auto(description: String? = null, contentNegotiation: ContentNegotiation = None): BiDiBodyLensSpec<T>
Link copied to clipboard
inline fun <T : Any> autoBody(description: String? = null, contentNegotiation: ContentNegotiation = None): BiDiBodyLensSpec<T>