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

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

package org.http4k.format

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy