Package io.jstach.opt.spring.webmvc


@NonNullByDefault package io.jstach.opt.spring.webmvc

Spring Web MVC integration

JStachioModelView is a View implementation that can be returned directly from Controller methods without needing the ResponseBody annotation.

This module also provides ServletJStachioHttpMessageConverter which is a message converter optimized for servlet environments.

This integration is tied to the servlet API and thus will need it as a dependency.