Marc Knaup
11/09/2018, 11:35 AMinstall(QueryConsideringContentNegotiation) {
    allowedMethods = setOf(HttpMethod.Get, HttpMethod.Head) // default = Get
    parameterName = "entity" // default
    converters {
        jackson  {
            // …
        }
        gson {
            // …
        }
    }
}