Module io.jstach.opt.spring
Package io.jstach.opt.spring.web
@NonNullByDefault
package io.jstach.opt.spring.web
Spring Web integration
JStachioHttpMessageConverter provides a unique way to
do MVC in a type-safe way instead of the normal Map<String,String> model and
String view way (ModelAndView).
You can use WebMvcConfigurer
to add the message converter.
-
Classes