Uses of Record Class
io.jstach.opt.spring.webflux.example.hello.HelloModel
Packages that use HelloModel
Package
Description
Spring Boot MVC components using JStachio.
-
Uses of HelloModel in io.jstach.opt.spring.webflux.example.hello
Methods in io.jstach.opt.spring.webflux.example.hello that return HelloModelModifier 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.Methods in io.jstach.opt.spring.webflux.example.hello with parameters of type HelloModelModifier 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.