Uses of Package
io.jstach.jstache
Packages that use io.jstach.jstache
Package
Description
Compile time annotations for jstachio.
Builtin Escapers.
Builtin Formatters.
JStachio Service Provider extension points API.
Contains the exported Dropwizard support
We statically configure all annotated JStache in this package to follow the builtin
dropwizard config.
JStachio Spring Core Integration
Spring Boot MVC components using JStachio.
Spring Boot MVC components using JStachio.
Spring Boot MVC application using JStachio.
Spring Boot WebFlux example Hello endpoint using JStachio.
Spring Boot MVC components using JStachio.
-
Classes in io.jstach.jstache used by io.jstach.jstacheClassDescriptionConfiguration flags for generating template catalogs such
META-INF/services
files.Register 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 (defaultJStacheType.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.jstachio.spi
-
Classes in io.jstach.jstache used by io.jstach.opt.dropwizardClassDescriptionSet module or package level config for
JStache
annotated models that do not have the configuration explicitly set (e.g. -
Classes in io.jstach.jstache used by io.jstach.opt.dropwizard.exampleClassDescriptionGenerates a JStachio Renderer from a template and a model (the annotated class).
-
Classes in io.jstach.jstache used by io.jstach.opt.springClassDescriptionSet module or package level config for
JStache
annotated models that do not have the configuration explicitly set (e.g. -
Classes in io.jstach.jstache used by io.jstach.opt.spring.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.example.messageClassDescriptionGenerates 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
-
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).