Uses of Annotation Interface
io.jstach.jstache.JStacheFormatter
Package
Description
Compile time annotations for jstachio.
Builtin Formatters.
-
Uses of JStacheFormatter in io.jstach.jstache
Modifier and TypeClassDescriptionstatic final class
A formatter type marker to resolve the formatter based on config elsewhere. -
Uses of JStacheFormatter in io.jstach.jstachio.formatters
Modifier and TypeInterfaceDescriptioninterface
Default formatters.interface
Formatter that follows the spec rules that if a variable isnull
it will be an empty string (ie NOOP).