![JAR search and dependency download from the Maven repository](/logo.png)
JavaVertXWebServer.bodyParams.mustache Maven / Gradle / Ivy
{{#isBodyParam}}
RequestParameter body = requestParameters.body();
{{{dataType}}} {{paramName}} = body != null ? DatabindCodec.mapper().convertValue(body.get(), new TypeReference<{{{dataType}}}>(){}) : null;
{{/isBodyParam}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy