All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.format.StrictnessMode.kt Maven / Gradle / Ivy

There is a newer version: 5.35.1.0
Show newest version
package org.http4k.format

/**
 * Determines if the marshaller should be lenient when parsing unknown fields
 */
enum class StrictnessMode {
    Lenient, FailOnUnknown
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy