Uses of Interface
io.jstach.jstachio.Renderer
Packages that use Renderer
Package
Description
JStachio Core Runtime API.
JStachio extended Mustache context support for context stack as well as Map and JSON
tree like models.
JStachio Service Provider extension points API.
-
Uses of Renderer in io.jstach.jstachio
Subinterfaces of Renderer in io.jstach.jstachioModifier and TypeInterfaceDescriptioninterfaceRender models by using reflection or static catalog to lookup generated templates as well as apply filtering and fallback mechanisms.interfaceTemplate<T>A JStachio Template is a renderer that has template meta data.static interfaceEXPERIMENTAL support of pre-encoded templates that have the static parts of the template already encoded into bytes. -
Uses of Renderer in io.jstach.jstachio.context
Subinterfaces of Renderer in io.jstach.jstachio.contextModifier and TypeInterfaceDescriptioninterfaceA special JStachio that can render models with a loose typed context object bound to "@context". -
Uses of Renderer in io.jstach.jstachio.spi
Classes in io.jstach.jstachio.spi that implement RendererModifier and TypeClassDescriptionclassAn abstract jstachio that just needs aJStachioExtensionscontainer.