Uses of Package
io.jstach.jstache
Packages that use io.jstach.jstache
Package
Description
Compile time annotations for jstachio.
Builtin Escapers.
Builtin Formatters.
Spring Boot MVC application using JStachio.
Spring Boot MVC components using JStachio.
Spring Boot MVC components using JStachio.
-
Classes in io.jstach.jstache used by io.jstach.jstacheClassDescriptionRegister escapers or filters.Compiler flags.Statically registers a formatter.Tells the annotation processor what kind of code to generate namely whether to generate full fledged jstachio templates (default
JStacheType.JSTACHIO
) or zero dependency templates (JStacheType.STACHE
). -
Classes in io.jstach.jstache used by io.jstach.jstachio.escapers
-
Classes in io.jstach.jstache used by io.jstach.jstachio.formattersClassDescriptionStatically registers a formatter.Statically sets allowed formatting types.
-
Classes in io.jstach.jstache used by io.jstach.opt.spring.webflux.example
-
Classes in io.jstach.jstache used by io.jstach.opt.spring.webflux.example.helloClassDescriptionGenerates a JStachio Renderer from a template and a model (the annotated class).
-
Classes in io.jstach.jstache used by io.jstach.opt.spring.webflux.example.messageClassDescriptionGenerates a JStachio Renderer from a template and a model (the annotated class).