Uses of Record Class
io.jstach.opt.spring.webflux.example.hello.HelloModel
Package
Description
Spring Boot MVC components using JStachio.
-
Uses of HelloModel in io.jstach.opt.spring.webflux.example.hello
Modifier and TypeMethodDescriptionHelloController.hello()
Here we use JStachio runtime to resolve the renderer (in this case we are calling them Views) via Springs Http Message Converter.Modifier and TypeMethodDescriptionvoid
HelloModelView.execute
(HelloModel model, Appendable a) void
HelloModelView.execute
(HelloModel model, Appendable a, Formatter formatter, Escaper escaper) static <A extends Appendable>
voidHelloModelView.render
(HelloModel data, A unescapedWriter, Formatter formatter, Appender<? super A> escaper, Appender<A> appender) Renders the passed in model.